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-4sf74-r659d Agent el-master-agent-pod-4sf74-r659d is provisioned from template el-master-agent-pod-4sf74 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-nightly-2.7/308/" runUrl: "job/eclipselink-nightly-2.7/308/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-4sf74-r659d" 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-4sf74-r659d" - name: "JENKINS_NAME" value: "el-master-agent-pod-4sf74-r659d" - 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-3160.vd76b_9ddd10cc" name: "jnlp" resources: limits: memory: "4Gi" cpu: "2" requests: memory: "4Gi" cpu: "1" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "rfelcman/el-build:2.0.3" name: "el-build" resources: limits: memory: "12Gi" cpu: "6" requests: memory: "12Gi" cpu: "5.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-4sf74-r659d in /home/jenkins/agent/workspace/eclipselink-nightly-2.7 [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.7 # 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 4abffe4bdf1db200f4f27025a1b47b453d3d14ce (refs/remotes/origin/2.7) > 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.7^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4abffe4bdf1db200f4f27025a1b47b453d3d14ce # timeout=10 Commit message: "ASM version upgrade to 9.7 (JDK 23 ready) (#2123)" > git rev-list --no-walk bee608efc9026c92fba8f0af5120e46844397856 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [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@72b90277; decorates RemoteLauncher[hudson.remoting.Channel@a67a46f1:JNLP4-connect connection from 10.40.67.181/10.40.67.181:42560] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository Checking out Revision 4abffe4bdf1db200f4f27025a1b47b453d3d14ce (refs/remotes/origin/2.7) Commit message: "ASM version upgrade to 9.7 (JDK 23 ready) (#2123)" > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-2.7/.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 > git rev-parse refs/remotes/origin/2.7^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4abffe4bdf1db200f4f27025a1b47b453d3d14ce # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 2.7 4abffe4bdf1db200f4f27025a1b47b453d3d14ce # timeout=10 > git rev-list --no-walk bee608efc9026c92fba8f0af5120e46844397856 # timeout=10 [Pipeline] sh + etc/jenkins/init.sh -[ EclipseLink Init ]----------------------------------------------------------- --2024-04-30 17:33:53-- https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar Resolving repo1.maven.org (repo1.maven.org)... 199.232.192.209, 199.232.196.209, 2a04:4e42:4d::209, ... Connecting to repo1.maven.org (repo1.maven.org)|199.232.192.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 384581 (376K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/junit-4.13.2.jar' 0K .......... .......... .......... .......... .......... 13% 11.4M 0s 50K .......... .......... .......... .......... .......... 26% 12.3M 0s 100K .......... .......... .......... .......... .......... 39% 101M 0s 150K .......... .......... .......... .......... .......... 53% 16.4M 0s 200K .......... .......... .......... .......... .......... 66% 82.8M 0s 250K .......... .......... .......... .......... .......... 79% 97.6M 0s 300K .......... .......... .......... .......... .......... 93% 42.7M 0s 350K .......... .......... ..... 100% 205M=0.01s 2024-04-30 17:33:53 (26.1 MB/s) - '/home/jenkins/extension.lib.external/junit-4.13.2.jar' saved [384581/384581] --2024-04-30 17:33:53-- https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Resolving repo1.maven.org (repo1.maven.org)... 199.232.192.209, 199.232.196.209, 2a04:4e42:4d::209, ... Connecting to repo1.maven.org (repo1.maven.org)|199.232.192.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% 11.0M=0.004s 2024-04-30 17:33:53 (11.0 MB/s) - '/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar' saved [45024/45024] --2024-04-30 17:33:53-- https://repo1.maven.org/maven2/org/jmockit/jmockit/1.35/jmockit-1.35.jar Resolving repo1.maven.org (repo1.maven.org)... 199.232.192.209, 199.232.196.209, 2a04:4e42:4d::209, ... Connecting to repo1.maven.org (repo1.maven.org)|199.232.192.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 774685 (757K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jmockit-1.35.jar' 0K .......... .......... .......... .......... .......... 6% 8.00M 0s 50K .......... .......... .......... .......... .......... 13% 10.7M 0s 100K .......... .......... .......... .......... .......... 19% 130M 0s 150K .......... .......... .......... .......... .......... 26% 48.9M 0s 200K .......... .......... .......... .......... .......... 33% 18.9M 0s 250K .......... .......... .......... .......... .......... 39% 105M 0s 300K .......... .......... .......... .......... .......... 46% 152M 0s 350K .......... .......... .......... .......... .......... 52% 111M 0s 400K .......... .......... .......... .......... .......... 59% 93.0M 0s 450K .......... .......... .......... .......... .......... 66% 26.1M 0s 500K .......... .......... .......... .......... .......... 72% 136M 0s 550K .......... .......... .......... .......... .......... 79% 153M 0s 600K .......... .......... .......... .......... .......... 85% 155M 0s 650K .......... .......... .......... .......... .......... 92% 170M 0s 700K .......... .......... .......... .......... .......... 99% 163M 0s 750K ...... 100% 172M=0.02s 2024-04-30 17:33:53 (37.2 MB/s) - '/home/jenkins/extension.lib.external/jmockit-1.35.jar' saved [774685/774685] --2024-04-30 17:33:53-- https://repo1.maven.org/maven2/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar Resolving repo1.maven.org (repo1.maven.org)... 199.232.192.209, 199.232.196.209, 2a04:4e42:4d::209, ... Connecting to repo1.maven.org (repo1.maven.org)|199.232.192.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 60782 (59K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jboss-logging-3.4.3.Final.jar' 0K .......... .......... .......... .......... .......... 84% 11.4M 0s 50K ......... 100% 95.6M=0.004s 2024-04-30 17:33:53 (13.3 MB/s) - '/home/jenkins/extension.lib.external/jboss-logging-3.4.3.Final.jar' saved [60782/60782] --2024-04-30 17:33:53-- https://repo1.maven.org/maven2/org/glassfish/javax.el/3.0.1-b12/javax.el-3.0.1-b12.jar Resolving repo1.maven.org (repo1.maven.org)... 199.232.192.209, 199.232.196.209, 2a04:4e42:4d::209, ... Connecting to repo1.maven.org (repo1.maven.org)|199.232.192.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 237335 (232K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/javax.el-3.0.1-b12.jar' 0K .......... .......... .......... .......... .......... 21% 9.78M 0s 50K .......... .......... .......... .......... .......... 43% 12.2M 0s 100K .......... .......... .......... .......... .......... 64% 57.1M 0s 150K .......... .......... .......... .......... .......... 86% 47.7M 0s 200K .......... .......... .......... . 100% 17.0M=0.01s 2024-04-30 17:33:53 (17.8 MB/s) - '/home/jenkins/extension.lib.external/javax.el-3.0.1-b12.jar' saved [237335/237335] --2024-04-30 17:33:53-- https://repo1.maven.org/maven2/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar Resolving repo1.maven.org (repo1.maven.org)... 199.232.192.209, 199.232.196.209, 2a04:4e42:4d::209, ... Connecting to repo1.maven.org (repo1.maven.org)|199.232.192.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 68930 (67K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/classmate-1.6.0.jar' 0K .......... .......... .......... .......... .......... 74% 12.4M 0s 50K .......... ....... 100% 121M=0.004s 2024-04-30 17:33:54 (16.1 MB/s) - '/home/jenkins/extension.lib.external/classmate-1.6.0.jar' saved [68930/68930] --2024-04-30 17:33:54-- https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.2.0/mysql-connector-j-8.2.0.jar Resolving repo1.maven.org (repo1.maven.org)... 199.232.192.209, 199.232.196.209, 2a04:4e42:4d::209, ... Connecting to repo1.maven.org (repo1.maven.org)|199.232.192.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2489850 (2.4M) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' 0K .......... .......... .......... .......... .......... 2% 6.92M 0s 50K .......... .......... .......... .......... .......... 4% 10.6M 0s 100K .......... .......... .......... .......... .......... 6% 18.6M 0s 150K .......... .......... .......... .......... .......... 8% 35.5M 0s 200K .......... .......... .......... .......... .......... 10% 87.0M 0s 250K .......... .......... .......... .......... .......... 12% 24.0M 0s 300K .......... .......... .......... .......... .......... 14% 42.3M 0s 350K .......... .......... .......... .......... .......... 16% 171M 0s 400K .......... .......... .......... .......... .......... 18% 102M 0s 450K .......... .......... .......... .......... .......... 20% 153M 0s 500K .......... .......... .......... .......... .......... 22% 34.6M 0s 550K .......... .......... .......... .......... .......... 24% 168M 0s 600K .......... .......... .......... .......... .......... 26% 49.2M 0s 650K .......... .......... .......... .......... .......... 28% 133M 0s 700K .......... .......... .......... .......... .......... 30% 154M 0s 750K .......... .......... .......... .......... .......... 32% 171M 0s 800K .......... .......... .......... .......... .......... 34% 166M 0s 850K .......... .......... .......... .......... .......... 37% 164M 0s 900K .......... .......... .......... .......... .......... 39% 40.1M 0s 950K .......... .......... .......... .......... .......... 41% 59.2M 0s 1000K .......... .......... .......... .......... .......... 43% 168M 0s 1050K .......... .......... .......... .......... .......... 45% 133M 0s 1100K .......... .......... .......... .......... .......... 47% 172M 0s 1150K .......... .......... .......... .......... .......... 49% 154M 0s 1200K .......... .......... .......... .......... .......... 51% 130M 0s 1250K .......... .......... .......... .......... .......... 53% 40.4M 0s 1300K .......... .......... .......... .......... .......... 55% 172M 0s 1350K .......... .......... .......... .......... .......... 57% 73.6M 0s 1400K .......... .......... .......... .......... .......... 59% 133M 0s 1450K .......... .......... .......... .......... .......... 61% 128M 0s 1500K .......... .......... .......... .......... .......... 63% 148M 0s 1550K .......... .......... .......... .......... .......... 65% 170M 0s 1600K .......... .......... .......... .......... .......... 67% 138M 0s 1650K .......... .......... .......... .......... .......... 69% 41.8M 0s 1700K .......... .......... .......... .......... .......... 71% 55.5M 0s 1750K .......... .......... .......... .......... .......... 74% 172M 0s 1800K .......... .......... .......... .......... .......... 76% 175M 0s 1850K .......... .......... .......... .......... .......... 78% 128M 0s 1900K .......... .......... .......... .......... .......... 80% 140M 0s 1950K .......... .......... .......... .......... .......... 82% 105M 0s 2000K .......... .......... .......... .......... .......... 84% 53.4M 0s 2050K .......... .......... .......... .......... .......... 86% 155M 0s 2100K .......... .......... .......... .......... .......... 88% 59.8M 0s 2150K .......... .......... .......... .......... .......... 90% 120M 0s 2200K .......... .......... .......... .......... .......... 92% 159M 0s 2250K .......... .......... .......... .......... .......... 94% 90.0M 0s 2300K .......... .......... .......... .......... .......... 96% 157M 0s 2350K .......... .......... .......... .......... .......... 98% 161M 0s 2400K .......... .......... .......... . 100% 44.8M=0.04s 2024-04-30 17:33:54 (58.4 MB/s) - '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' saved [2489850/2489850] --2024-04-30 17:33:54-- https://repo1.maven.org/maven2/org/jgroups/jgroups/4.1.8.Final/jgroups-4.1.8.Final.jar Resolving repo1.maven.org (repo1.maven.org)... 199.232.192.209, 199.232.196.209, 2a04:4e42:4d::209, ... Connecting to repo1.maven.org (repo1.maven.org)|199.232.192.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2375243 (2.3M) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jgroups.jar' 0K .......... .......... .......... .......... .......... 2% 7.63M 0s 50K .......... .......... .......... .......... .......... 4% 10.8M 0s 100K .......... .......... .......... .......... .......... 6% 55.4M 0s 150K .......... .......... .......... .......... .......... 8% 26.9M 0s 200K .......... .......... .......... .......... .......... 10% 43.9M 0s 250K .......... .......... .......... .......... .......... 12% 54.6M 0s 300K .......... .......... .......... .......... .......... 15% 157M 0s 350K .......... .......... .......... .......... .......... 17% 143M 0s 400K .......... .......... .......... .......... .......... 19% 36.5M 0s 450K .......... .......... .......... .......... .......... 21% 54.2M 0s 500K .......... .......... .......... .......... .......... 23% 166M 0s 550K .......... .......... .......... .......... .......... 25% 158M 0s 600K .......... .......... .......... .......... .......... 28% 97.3M 0s 650K .......... .......... .......... .......... .......... 30% 174M 0s 700K .......... .......... .......... .......... .......... 32% 149M 0s 750K .......... .......... .......... .......... .......... 34% 171M 0s 800K .......... .......... .......... .......... .......... 36% 132M 0s 850K .......... .......... .......... .......... .......... 38% 63.8M 0s 900K .......... .......... .......... .......... .......... 40% 173M 0s 950K .......... .......... .......... .......... .......... 43% 163M 0s 1000K .......... .......... .......... .......... .......... 45% 158M 0s 1050K .......... .......... .......... .......... .......... 47% 157M 0s 1100K .......... .......... .......... .......... .......... 49% 164M 0s 1150K .......... .......... .......... .......... .......... 51% 156M 0s 1200K .......... .......... .......... .......... .......... 53% 125M 0s 1250K .......... .......... .......... .......... .......... 56% 152M 0s 1300K .......... .......... .......... .......... .......... 58% 163M 0s 1350K .......... .......... .......... .......... .......... 60% 171M 0s 1400K .......... .......... .......... .......... .......... 62% 165M 0s 1450K .......... .......... .......... .......... .......... 64% 150M 0s 1500K .......... .......... .......... .......... .......... 66% 160M 0s 1550K .......... .......... .......... .......... .......... 68% 159M 0s 1600K .......... .......... .......... .......... .......... 71% 119M 0s 1650K .......... .......... .......... .......... .......... 73% 166M 0s 1700K .......... .......... .......... .......... .......... 75% 172M 0s 1750K .......... .......... .......... .......... .......... 77% 164M 0s 1800K .......... .......... .......... .......... .......... 79% 159M 0s 1850K .......... .......... .......... .......... .......... 81% 174M 0s 1900K .......... .......... .......... .......... .......... 84% 165M 0s 1950K .......... .......... .......... .......... .......... 86% 165M 0s 2000K .......... .......... .......... .......... .......... 88% 129M 0s 2050K .......... .......... .......... .......... .......... 90% 161M 0s 2100K .......... .......... .......... .......... .......... 92% 161M 0s 2150K .......... .......... .......... .......... .......... 94% 172M 0s 2200K .......... .......... .......... .......... .......... 97% 164M 0s 2250K .......... .......... .......... .......... .......... 99% 165M 0s 2300K .......... ......... 100% 201M=0.03s 2024-04-30 17:33:54 (74.4 MB/s) - '/home/jenkins/extension.lib.external/jgroups.jar' saved [2375243/2375243] --2024-04-30 17:33:54-- https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.tar.gz Resolving archive.apache.org (archive.apache.org)... 65.108.204.189, 2a01:4f9:1a:a084::2 Connecting to archive.apache.org (archive.apache.org)|65.108.204.189|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6904503 (6.6M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/apache-ant-1.10.9-bin.tar.gz' 0K .......... .......... .......... .......... .......... 0% 210K 32s 50K .......... .......... .......... .......... .......... 1% 475K 23s 100K .......... .......... .......... .......... .......... 2% 1.11M 17s 150K .......... .......... .......... .......... .......... 2% 743K 15s 200K .......... .......... .......... .......... .......... 3% 929K 13s 250K .......... .......... .......... .......... .......... 4% 1.02M 12s 300K .......... .......... .......... .......... .......... 5% 1.15M 11s 350K .......... .......... .......... .......... .......... 5% 1.03M 10s 400K .......... .......... .......... .......... .......... 6% 1.39M 10s 450K .......... .......... .......... .......... .......... 7% 1.63M 9s 500K .......... .......... .......... .......... .......... 8% 3.09M 8s 550K .......... .......... .......... .......... .......... 8% 2.01M 8s 600K .......... .......... .......... .......... .......... 9% 2.46M 7s 650K .......... .......... .......... .......... .......... 10% 2.21M 7s 700K .......... .......... .......... .......... .......... 11% 2.26M 7s 750K .......... .......... .......... .......... .......... 11% 2.08M 6s 800K .......... .......... .......... .......... .......... 12% 2.58M 6s 850K .......... .......... .......... .......... .......... 13% 4.61M 6s 900K .......... .......... .......... .......... .......... 14% 5.00M 5s 950K .......... .......... .......... .......... .......... 14% 4.38M 5s 1000K .......... .......... .......... .......... .......... 15% 6.94M 5s 1050K .......... .......... .......... .......... .......... 16% 8.20M 5s 1100K .......... .......... .......... .......... .......... 17% 5.40M 4s 1150K .......... .......... .......... .......... .......... 17% 5.32M 4s 1200K .......... .......... .......... .......... .......... 18% 6.31M 4s 1250K .......... .......... .......... .......... .......... 19% 5.99M 4s 1300K .......... .......... .......... .......... .......... 20% 6.78M 4s 1350K .......... .......... .......... .......... .......... 20% 7.33M 4s 1400K .......... .......... .......... .......... .......... 21% 13.3M 3s 1450K .......... .......... .......... .......... .......... 22% 10.7M 3s 1500K .......... .......... .......... .......... .......... 22% 4.97M 3s 1550K .......... .......... .......... .......... .......... 23% 6.93M 3s 1600K .......... .......... .......... .......... .......... 24% 11.3M 3s 1650K .......... .......... .......... .......... .......... 25% 5.50M 3s 1700K .......... .......... .......... .......... .......... 25% 13.7M 3s 1750K .......... .......... .......... .......... .......... 26% 5.57M 3s 1800K .......... .......... .......... .......... .......... 27% 11.9M 3s 1850K .......... .......... .......... .......... .......... 28% 4.73M 3s 1900K .......... .......... .......... .......... .......... 28% 8.76M 3s 1950K .......... .......... .......... .......... .......... 29% 7.97M 2s 2000K .......... .......... .......... .......... .......... 30% 8.09M 2s 2050K .......... .......... .......... .......... .......... 31% 7.01M 2s 2100K .......... .......... .......... .......... .......... 31% 5.19M 2s 2150K .......... .......... .......... .......... .......... 32% 7.86M 2s 2200K .......... .......... .......... .......... .......... 33% 7.87M 2s 2250K .......... .......... .......... .......... .......... 34% 8.21M 2s 2300K .......... .......... .......... .......... .......... 34% 7.31M 2s 2350K .......... .......... .......... .......... .......... 35% 10.7M 2s 2400K .......... .......... .......... .......... .......... 36% 10.7M 2s 2450K .......... .......... .......... .......... .......... 37% 27.0M 2s 2500K .......... .......... .......... .......... .......... 37% 7.91M 2s 2550K .......... .......... .......... .......... .......... 38% 10.2M 2s 2600K .......... .......... .......... .......... .......... 39% 10.5M 2s 2650K .......... .......... .......... .......... .......... 40% 30.1M 2s 2700K .......... .......... .......... .......... .......... 40% 11.3M 2s 2750K .......... .......... .......... .......... .......... 41% 10.4M 2s 2800K .......... .......... .......... .......... .......... 42% 15.1M 2s 2850K .......... .......... .......... .......... .......... 43% 9.75M 1s 2900K .......... .......... .......... .......... .......... 43% 29.6M 1s 2950K .......... .......... .......... .......... .......... 44% 14.0M 1s 3000K .......... .......... .......... .......... .......... 45% 12.2M 1s 3050K .......... .......... .......... .......... .......... 45% 11.7M 1s 3100K .......... .......... .......... .......... .......... 46% 13.9M 1s 3150K .......... .......... .......... .......... .......... 47% 25.7M 1s 3200K .......... .......... .......... .......... .......... 48% 13.8M 1s 3250K .......... .......... .......... .......... .......... 48% 10.7M 1s 3300K .......... .......... .......... .......... .......... 49% 14.3M 1s 3350K .......... .......... .......... .......... .......... 50% 33.6M 1s 3400K .......... .......... .......... .......... .......... 51% 15.3M 1s 3450K .......... .......... .......... .......... .......... 51% 12.4M 1s 3500K .......... .......... .......... .......... .......... 52% 45.6M 1s 3550K .......... .......... .......... .......... .......... 53% 14.8M 1s 3600K .......... .......... .......... .......... .......... 54% 17.7M 1s 3650K .......... .......... .......... .......... .......... 54% 18.1M 1s 3700K .......... .......... .......... .......... .......... 55% 13.8M 1s 3750K .......... .......... .......... .......... .......... 56% 40.2M 1s 3800K .......... .......... .......... .......... .......... 57% 16.0M 1s 3850K .......... .......... .......... .......... .......... 57% 12.8M 1s 3900K .......... .......... .......... .......... .......... 58% 19.6M 1s 3950K .......... .......... .......... .......... .......... 59% 11.7M 1s 4000K .......... .......... .......... .......... .......... 60% 29.9M 1s 4050K .......... .......... .......... .......... .......... 60% 11.3M 1s 4100K .......... .......... .......... .......... .......... 61% 12.1M 1s 4150K .......... .......... .......... .......... .......... 62% 8.71M 1s 4200K .......... .......... .......... .......... .......... 63% 8.59M 1s 4250K .......... .......... .......... .......... .......... 63% 14.9M 1s 4300K .......... .......... .......... .......... .......... 64% 12.6M 1s 4350K .......... .......... .......... .......... .......... 65% 7.42M 1s 4400K .......... .......... .......... .......... .......... 65% 11.0M 1s 4450K .......... .......... .......... .......... .......... 66% 33.2M 1s 4500K .......... .......... .......... .......... .......... 67% 9.17M 1s 4550K .......... .......... .......... .......... .......... 68% 6.69M 1s 4600K .......... .......... .......... .......... .......... 68% 8.48M 1s 4650K .......... .......... .......... .......... .......... 69% 35.9M 1s 4700K .......... .......... .......... .......... .......... 70% 9.76M 1s 4750K .......... .......... .......... .......... .......... 71% 11.0M 1s 4800K .......... .......... .......... .......... .......... 71% 14.6M 0s 4850K .......... .......... .......... .......... .......... 72% 8.92M 0s 4900K .......... .......... .......... .......... .......... 73% 38.4M 0s 4950K .......... .......... .......... .......... .......... 74% 10.6M 0s 5000K .......... .......... .......... .......... .......... 74% 12.4M 0s 5050K .......... .......... .......... .......... .......... 75% 10.4M 0s 5100K .......... .......... .......... .......... .......... 76% 11.0M 0s 5150K .......... .......... .......... .......... .......... 77% 36.8M 0s 5200K .......... .......... .......... .......... .......... 77% 10.0M 0s 5250K .......... .......... .......... .......... .......... 78% 8.28M 0s 5300K .......... .......... .......... .......... .......... 79% 9.51M 0s 5350K .......... .......... .......... .......... .......... 80% 9.77M 0s 5400K .......... .......... .......... .......... .......... 80% 39.2M 0s 5450K .......... .......... .......... .......... .......... 81% 12.1M 0s 5500K .......... .......... .......... .......... .......... 82% 9.78M 0s 5550K .......... .......... .......... .......... .......... 83% 13.6M 0s 5600K .......... .......... .......... .......... .......... 83% 12.7M 0s 5650K .......... .......... .......... .......... .......... 84% 35.1M 0s 5700K .......... .......... .......... .......... .......... 85% 10.4M 0s 5750K .......... .......... .......... .......... .......... 86% 11.0M 0s 5800K .......... .......... .......... .......... .......... 86% 8.10M 0s 5850K .......... .......... .......... .......... .......... 87% 14.5M 0s 5900K .......... .......... .......... .......... .......... 88% 59.5M 0s 5950K .......... .......... .......... .......... .......... 88% 11.5M 0s 6000K .......... .......... .......... .......... .......... 89% 10.6M 0s 6050K .......... .......... .......... .......... .......... 90% 14.3M 0s 6100K .......... .......... .......... .......... .......... 91% 20.8M 0s 6150K .......... .......... .......... .......... .......... 91% 40.1M 0s 6200K .......... .......... .......... .......... .......... 92% 14.8M 0s 6250K .......... .......... .......... .......... .......... 93% 20.0M 0s 6300K .......... .......... .......... .......... .......... 94% 15.0M 0s 6350K .......... .......... .......... .......... .......... 94% 13.3M 0s 6400K .......... .......... .......... .......... .......... 95% 37.7M 0s 6450K .......... .......... .......... .......... .......... 96% 17.9M 0s 6500K .......... .......... .......... .......... .......... 97% 13.6M 0s 6550K .......... .......... .......... .......... .......... 97% 16.4M 0s 6600K .......... .......... .......... .......... .......... 98% 12.3M 0s 6650K .......... .......... .......... .......... .......... 99% 47.0M 0s 6700K .......... .......... .......... .......... .. 100% 11.2M=1.4s 2024-04-30 17:33:56 (4.73 MB/s) - '/home/jenkins/extension.lib.external/apache-ant-1.10.9-bin.tar.gz' saved [6904503/6904503] --2024-04-30 17:33:56-- 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)... 65.108.204.189, 2a01:4f9:1a:a084::2 Connecting to archive.apache.org (archive.apache.org)|65.108.204.189|: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% 213K 6s 50K .......... .......... .......... .......... .......... 7% 475K 4s 100K .......... .......... .......... .......... .......... 11% 1.03M 3s 150K .......... .......... .......... .......... .......... 15% 806K 2s 200K .......... .......... .......... .......... .......... 19% 1.94M 2s 250K .......... .......... .......... .......... .......... 23% 1.23M 2s 300K .......... .......... .......... .......... .......... 27% 1.27M 1s 350K .......... .......... .......... .......... .......... 31% 1.40M 1s 400K .......... .......... .......... .......... .......... 35% 2.50M 1s 450K .......... .......... .......... .......... .......... 38% 2.87M 1s 500K .......... .......... .......... .......... .......... 42% 1.71M 1s 550K .......... .......... .......... .......... .......... 46% 2.41M 1s 600K .......... .......... .......... .......... .......... 50% 2.49M 1s 650K .......... .......... .......... .......... .......... 54% 3.26M 1s 700K .......... .......... .......... .......... .......... 58% 2.37M 1s 750K .......... .......... .......... .......... .......... 62% 3.44M 0s 800K .......... .......... .......... .......... .......... 66% 5.80M 0s 850K .......... .......... .......... .......... .......... 70% 4.08M 0s 900K .......... .......... .......... .......... .......... 73% 4.29M 0s 950K .......... .......... .......... .......... .......... 77% 6.04M 0s 1000K .......... .......... .......... .......... .......... 81% 5.57M 0s 1050K .......... .......... .......... .......... .......... 85% 3.50M 0s 1100K .......... .......... .......... .......... .......... 89% 4.47M 0s 1150K .......... .......... .......... .......... .......... 93% 4.27M 0s 1200K .......... .......... .......... .......... .......... 97% 4.77M 0s 1250K .......... .......... .......... ..... 100% 5.19M=0.8s 2024-04-30 17:33:57 (1.49 MB/s) - '/home/jenkins/extension.lib.external/mavenant/maven-ant-tasks-2.1.3.jar' saved [1316000/1316000] --2024-04-30 17:33:57-- https://download.jboss.org/wildfly/15.0.1.Final/wildfly-15.0.1.Final.tar.gz Resolving download.jboss.org (download.jboss.org)... 23.205.255.204, 23.205.255.201, 2600:141b:7000::b819:7509, ... Connecting to download.jboss.org (download.jboss.org)|23.205.255.204|: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% 3.60M 47s 50K .......... .......... .......... .......... .......... 0% 4.54M 43s 100K .......... .......... .......... .......... .......... 0% 9.02M 35s 150K .......... .......... .......... .......... .......... 0% 12.5M 29s 200K .......... .......... .......... .......... .......... 0% 17.6M 25s 250K .......... .......... .......... .......... .......... 0% 15.9M 23s 300K .......... .......... .......... .......... .......... 0% 17.5M 21s 350K .......... .......... .......... .......... .......... 0% 26.0M 19s 400K .......... .......... .......... .......... .......... 0% 43.8M 18s 450K .......... .......... .......... .......... .......... 0% 41.1M 16s 500K .......... .......... .......... .......... .......... 0% 27.7M 15s 550K .......... .......... .......... .......... .......... 0% 62.8M 14s 600K .......... .......... .......... .......... .......... 0% 36.6M 14s 650K .......... .......... .......... .......... .......... 0% 40.8M 13s 700K .......... .......... .......... .......... .......... 0% 40.7M 12s 750K .......... .......... .......... .......... .......... 0% 360M 12s 800K .......... .......... .......... .......... .......... 0% 33.3M 11s 850K .......... .......... .......... .......... .......... 0% 14.3M 11s 900K .......... .......... .......... .......... .......... 0% 65.9M 11s 950K .......... .......... .......... .......... .......... 0% 381M 10s 1000K .......... .......... .......... .......... .......... 0% 41.3M 10s 1050K .......... .......... .......... .......... .......... 0% 64.6M 10s 1100K .......... .......... .......... .......... .......... 0% 62.0M 9s 1150K .......... .......... .......... .......... .......... 0% 131M 9s 1200K .......... .......... .......... .......... .......... 0% 130M 9s 1250K .......... .......... .......... .......... .......... 0% 93.4M 8s 1300K .......... .......... .......... .......... .......... 0% 262M 8s 1350K .......... .......... .......... .......... .......... 0% 58.1M 8s 1400K .......... .......... .......... .......... .......... 0% 384M 8s 1450K .......... .......... .......... .......... .......... 0% 85.3M 7s 1500K .......... .......... .......... .......... .......... 0% 119M 7s 1550K .......... .......... .......... .......... .......... 0% 102M 7s 1600K .......... .......... .......... .......... .......... 0% 122M 7s 1650K .......... .......... .......... .......... .......... 0% 269M 7s 1700K .......... .......... .......... .......... .......... 0% 31.5M 7s 1750K .......... .......... .......... .......... .......... 1% 375M 7s 1800K .......... .......... .......... .......... .......... 1% 149M 6s 1850K .......... .......... .......... .......... .......... 1% 120M 6s 1900K .......... .......... .......... .......... .......... 1% 106M 6s 1950K .......... .......... .......... .......... .......... 1% 136M 6s 2000K .......... .......... .......... .......... .......... 1% 202M 6s 2050K .......... .......... .......... .......... .......... 1% 98.2M 6s 2100K .......... .......... .......... .......... .......... 1% 117M 6s 2150K .......... .......... .......... .......... .......... 1% 327M 6s 2200K .......... .......... .......... .......... .......... 1% 101M 5s 2250K .......... .......... .......... .......... .......... 1% 158M 5s 2300K .......... .......... .......... .......... .......... 1% 116M 5s 2350K .......... .......... .......... .......... .......... 1% 101M 5s 2400K .......... .......... .......... .......... .......... 1% 121M 5s 2450K .......... .......... .......... .......... .......... 1% 140M 5s 2500K .......... .......... .......... .......... .......... 1% 244M 5s 2550K .......... .......... .......... .......... .......... 1% 158M 5s 2600K .......... .......... .......... .......... .......... 1% 143M 5s 2650K .......... .......... .......... .......... .......... 1% 94.4M 5s 2700K .......... .......... .......... .......... .......... 1% 158M 5s 2750K .......... .......... .......... .......... .......... 1% 350M 5s 2800K .......... .......... .......... .......... .......... 1% 174M 5s 2850K .......... .......... .......... .......... .......... 1% 150M 4s 2900K .......... .......... .......... .......... .......... 1% 370M 4s 2950K .......... .......... .......... .......... .......... 1% 155M 4s 3000K .......... .......... .......... .......... .......... 1% 193M 4s 3050K .......... .......... .......... .......... .......... 1% 168M 4s 3100K .......... .......... .......... .......... .......... 1% 201M 4s 3150K .......... .......... .......... .......... .......... 1% 353M 4s 3200K .......... .......... .......... .......... .......... 1% 190M 4s 3250K .......... .......... .......... .......... .......... 1% 235M 4s 3300K .......... .......... .......... .......... .......... 1% 226M 4s 3350K .......... .......... .......... .......... .......... 1% 143M 4s 3400K .......... .......... .......... .......... .......... 1% 336M 4s 3450K .......... .......... .......... .......... .......... 1% 262M 4s 3500K .......... .......... .......... .......... .......... 2% 249M 4s 3550K .......... .......... .......... .......... .......... 2% 297M 4s 3600K .......... .......... .......... .......... .......... 2% 332M 4s 3650K .......... .......... .......... .......... .......... 2% 273M 4s 3700K .......... .......... .......... .......... .......... 2% 275M 4s 3750K .......... .......... .......... .......... .......... 2% 202M 4s 3800K .......... .......... .......... .......... .......... 2% 354M 4s 3850K .......... .......... .......... .......... .......... 2% 374M 3s 3900K .......... .......... .......... .......... .......... 2% 296M 3s 3950K .......... .......... .......... .......... .......... 2% 216M 3s 4000K .......... .......... .......... .......... .......... 2% 372M 3s 4050K .......... .......... .......... .......... .......... 2% 228M 3s 4100K .......... .......... .......... .......... .......... 2% 404M 3s 4150K .......... .......... .......... .......... .......... 2% 222M 3s 4200K .......... .......... .......... .......... .......... 2% 334M 3s 4250K .......... .......... .......... .......... .......... 2% 293M 3s 4300K .......... .......... .......... .......... .......... 2% 299M 3s 4350K .......... .......... .......... .......... .......... 2% 209M 3s 4400K .......... .......... .......... .......... .......... 2% 347M 3s 4450K .......... .......... .......... .......... .......... 2% 320M 3s 4500K .......... .......... .......... .......... .......... 2% 324M 3s 4550K .......... .......... .......... .......... .......... 2% 333M 3s 4600K .......... .......... .......... .......... .......... 2% 332M 3s 4650K .......... .......... .......... .......... .......... 2% 279M 3s 4700K .......... .......... .......... .......... .......... 2% 359M 3s 4750K .......... .......... .......... .......... .......... 2% 303M 3s 4800K .......... .......... .......... .......... .......... 2% 337M 3s 4850K .......... .......... .......... .......... .......... 2% 298M 3s 4900K .......... .......... .......... .......... .......... 2% 343M 3s 4950K .......... .......... .......... .......... .......... 2% 380M 3s 5000K .......... .......... .......... .......... .......... 2% 279M 3s 5050K .......... .......... .......... .......... .......... 2% 381M 3s 5100K .......... .......... .......... .......... .......... 2% 333M 3s 5150K .......... .......... .......... .......... .......... 2% 314M 3s 5200K .......... .......... .......... .......... .......... 2% 339M 3s 5250K .......... .......... .......... .......... .......... 3% 296M 3s 5300K .......... .......... .......... .......... .......... 3% 411M 3s 5350K .......... .......... .......... .......... .......... 3% 287M 3s 5400K .......... .......... .......... .......... .......... 3% 293M 3s 5450K .......... .......... .......... .......... .......... 3% 349M 3s 5500K .......... .......... .......... .......... .......... 3% 379M 3s 5550K .......... .......... .......... .......... .......... 3% 300M 3s 5600K .......... .......... .......... .......... .......... 3% 354M 3s 5650K .......... .......... .......... .......... .......... 3% 320M 3s 5700K .......... .......... .......... .......... .......... 3% 272M 3s 5750K .......... .......... .......... .......... .......... 3% 403M 2s 5800K .......... .......... .......... .......... .......... 3% 343M 2s 5850K .......... .......... .......... .......... .......... 3% 338M 2s 5900K .......... .......... .......... .......... .......... 3% 277M 2s 5950K .......... .......... .......... .......... .......... 3% 343M 2s 6000K .......... .......... .......... .......... .......... 3% 339M 2s 6050K .......... .......... .......... .......... .......... 3% 331M 2s 6100K .......... .......... .......... .......... .......... 3% 268M 2s 6150K .......... .......... .......... .......... .......... 3% 293M 2s 6200K .......... .......... .......... .......... .......... 3% 369M 2s 6250K .......... .......... .......... .......... .......... 3% 344M 2s 6300K .......... .......... .......... .......... .......... 3% 277M 2s 6350K .......... .......... .......... .......... .......... 3% 352M 2s 6400K .......... .......... .......... .......... .......... 3% 382M 2s 6450K .......... .......... .......... .......... .......... 3% 247M 2s 6500K .......... .......... .......... .......... .......... 3% 207M 2s 6550K .......... .......... .......... .......... .......... 3% 327M 2s 6600K .......... .......... .......... .......... .......... 3% 283M 2s 6650K .......... .......... .......... .......... .......... 3% 322M 2s 6700K .......... .......... .......... .......... .......... 3% 160M 2s 6750K .......... .......... .......... .......... .......... 3% 322M 2s 6800K .......... .......... .......... .......... .......... 3% 384M 2s 6850K .......... .......... .......... .......... .......... 3% 298M 2s 6900K .......... .......... .......... .......... .......... 3% 292M 2s 6950K .......... .......... .......... .......... .......... 3% 404M 2s 7000K .......... .......... .......... .......... .......... 4% 279M 2s 7050K .......... .......... .......... .......... .......... 4% 289M 2s 7100K .......... .......... .......... .......... .......... 4% 380M 2s 7150K .......... .......... .......... .......... .......... 4% 341M 2s 7200K .......... .......... .......... .......... .......... 4% 178M 2s 7250K .......... .......... .......... .......... .......... 4% 353M 2s 7300K .......... .......... .......... .......... .......... 4% 365M 2s 7350K .......... .......... .......... .......... .......... 4% 360M 2s 7400K .......... .......... .......... .......... .......... 4% 147M 2s 7450K .......... .......... .......... .......... .......... 4% 307M 2s 7500K .......... .......... .......... .......... .......... 4% 383M 2s 7550K .......... .......... .......... .......... .......... 4% 317M 2s 7600K .......... .......... .......... .......... .......... 4% 409M 2s 7650K .......... .......... .......... .......... .......... 4% 355M 2s 7700K .......... .......... .......... .......... .......... 4% 224M 2s 7750K .......... .......... .......... .......... .......... 4% 355M 2s 7800K .......... .......... .......... .......... .......... 4% 368M 2s 7850K .......... .......... .......... .......... .......... 4% 217M 2s 7900K .......... .......... .......... .......... .......... 4% 322M 2s 7950K .......... .......... .......... .......... .......... 4% 339M 2s 8000K .......... .......... .......... .......... .......... 4% 349M 2s 8050K .......... .......... .......... .......... .......... 4% 317M 2s 8100K .......... .......... .......... .......... .......... 4% 311M 2s 8150K .......... .......... .......... .......... .......... 4% 50.7M 2s 8200K .......... .......... .......... .......... .......... 4% 276M 2s 8250K .......... .......... .......... .......... .......... 4% 377M 2s 8300K .......... .......... .......... .......... .......... 4% 339M 2s 8350K .......... .......... .......... .......... .......... 4% 294M 2s 8400K .......... .......... .......... .......... .......... 4% 381M 2s 8450K .......... .......... .......... .......... .......... 4% 391M 2s 8500K .......... .......... .......... .......... .......... 4% 317M 2s 8550K .......... .......... .......... .......... .......... 4% 64.2M 2s 8600K .......... .......... .......... .......... .......... 4% 358M 2s 8650K .......... .......... .......... .......... .......... 4% 290M 2s 8700K .......... .......... .......... .......... .......... 4% 310M 2s 8750K .......... .......... .......... .......... .......... 5% 378M 2s 8800K .......... .......... .......... .......... .......... 5% 93.9M 2s 8850K .......... .......... .......... .......... .......... 5% 293M 2s 8900K .......... .......... .......... .......... .......... 5% 324M 2s 8950K .......... .......... .......... .......... .......... 5% 359M 2s 9000K .......... .......... .......... .......... .......... 5% 412M 2s 9050K .......... .......... .......... .......... .......... 5% 180M 2s 9100K .......... .......... .......... .......... .......... 5% 365M 2s 9150K .......... .......... .......... .......... .......... 5% 322M 2s 9200K .......... .......... .......... .......... .......... 5% 282M 2s 9250K .......... .......... .......... .......... .......... 5% 415M 2s 9300K .......... .......... .......... .......... .......... 5% 63.2M 2s 9350K .......... .......... .......... .......... .......... 5% 319M 2s 9400K .......... .......... .......... .......... .......... 5% 292M 2s 9450K .......... .......... .......... .......... .......... 5% 322M 2s 9500K .......... .......... .......... .......... .......... 5% 372M 2s 9550K .......... .......... .......... .......... .......... 5% 84.4M 2s 9600K .......... .......... .......... .......... .......... 5% 333M 2s 9650K .......... .......... .......... .......... .......... 5% 352M 2s 9700K .......... .......... .......... .......... .......... 5% 362M 2s 9750K .......... .......... .......... .......... .......... 5% 327M 2s 9800K .......... .......... .......... .......... .......... 5% 94.3M 2s 9850K .......... .......... .......... .......... .......... 5% 359M 2s 9900K .......... .......... .......... .......... .......... 5% 301M 2s 9950K .......... .......... .......... .......... .......... 5% 336M 2s 10000K .......... .......... .......... .......... .......... 5% 380M 2s 10050K .......... .......... .......... .......... .......... 5% 226M 2s 10100K .......... .......... .......... .......... .......... 5% 348M 2s 10150K .......... .......... .......... .......... .......... 5% 357M 2s 10200K .......... .......... .......... .......... .......... 5% 24.3M 2s 10250K .......... .......... .......... .......... .......... 5% 292M 2s 10300K .......... .......... .......... .......... .......... 5% 329M 2s 10350K .......... .......... .......... .......... .......... 5% 272M 2s 10400K .......... .......... .......... .......... .......... 5% 330M 2s 10450K .......... .......... .......... .......... .......... 5% 369M 2s 10500K .......... .......... .......... .......... .......... 6% 330M 2s 10550K .......... .......... .......... .......... .......... 6% 366M 2s 10600K .......... .......... .......... .......... .......... 6% 324M 2s 10650K .......... .......... .......... .......... .......... 6% 336M 2s 10700K .......... .......... .......... .......... .......... 6% 287M 2s 10750K .......... .......... .......... .......... .......... 6% 391M 2s 10800K .......... .......... .......... .......... .......... 6% 359M 2s 10850K .......... .......... .......... .......... .......... 6% 280M 2s 10900K .......... .......... .......... .......... .......... 6% 341M 2s 10950K .......... .......... .......... .......... .......... 6% 329M 2s 11000K .......... .......... .......... .......... .......... 6% 346M 2s 11050K .......... .......... .......... .......... .......... 6% 335M 2s 11100K .......... .......... .......... .......... .......... 6% 191M 2s 11150K .......... .......... .......... .......... .......... 6% 353M 2s 11200K .......... .......... .......... .......... .......... 6% 263M 2s 11250K .......... .......... .......... .......... .......... 6% 368M 2s 11300K .......... .......... .......... .......... .......... 6% 410M 2s 11350K .......... .......... .......... .......... .......... 6% 67.6M 2s 11400K .......... .......... .......... .......... .......... 6% 272M 2s 11450K .......... .......... .......... .......... .......... 6% 287M 2s 11500K .......... .......... .......... .......... .......... 6% 377M 2s 11550K .......... .......... .......... .......... .......... 6% 313M 2s 11600K .......... .......... .......... .......... .......... 6% 104M 2s 11650K .......... .......... .......... .......... .......... 6% 353M 2s 11700K .......... .......... .......... .......... .......... 6% 343M 2s 11750K .......... .......... .......... .......... .......... 6% 309M 2s 11800K .......... .......... .......... .......... .......... 6% 367M 2s 11850K .......... .......... .......... .......... .......... 6% 196M 2s 11900K .......... .......... .......... .......... .......... 6% 236M 2s 11950K .......... .......... .......... .......... .......... 6% 321M 2s 12000K .......... .......... .......... .......... .......... 6% 361M 2s 12050K .......... .......... .......... .......... .......... 6% 324M 1s 12100K .......... .......... .......... .......... .......... 6% 74.5M 1s 12150K .......... .......... .......... .......... .......... 6% 396M 1s 12200K .......... .......... .......... .......... .......... 6% 360M 1s 12250K .......... .......... .......... .......... .......... 7% 43.7M 1s 12300K .......... .......... .......... .......... .......... 7% 276M 1s 12350K .......... .......... .......... .......... .......... 7% 270M 1s 12400K .......... .......... .......... .......... .......... 7% 338M 1s 12450K .......... .......... .......... .......... .......... 7% 316M 1s 12500K .......... .......... .......... .......... .......... 7% 343M 1s 12550K .......... .......... .......... .......... .......... 7% 343M 1s 12600K .......... .......... .......... .......... .......... 7% 410M 1s 12650K .......... .......... .......... .......... .......... 7% 249M 1s 12700K .......... .......... .......... .......... .......... 7% 263M 1s 12750K .......... .......... .......... .......... .......... 7% 333M 1s 12800K .......... .......... .......... .......... .......... 7% 409M 1s 12850K .......... .......... .......... .......... .......... 7% 338M 1s 12900K .......... .......... .......... .......... .......... 7% 162M 1s 12950K .......... .......... .......... .......... .......... 7% 310M 1s 13000K .......... .......... .......... .......... .......... 7% 359M 1s 13050K .......... .......... .......... .......... .......... 7% 270M 1s 13100K .......... .......... .......... .......... .......... 7% 372M 1s 13150K .......... .......... .......... .......... .......... 7% 93.0M 1s 13200K .......... .......... .......... .......... .......... 7% 296M 1s 13250K .......... .......... .......... .......... .......... 7% 346M 1s 13300K .......... .......... .......... .......... .......... 7% 364M 1s 13350K .......... .......... .......... .......... .......... 7% 404M 1s 13400K .......... .......... .......... .......... .......... 7% 176M 1s 13450K .......... .......... .......... .......... .......... 7% 337M 1s 13500K .......... .......... .......... .......... .......... 7% 355M 1s 13550K .......... .......... .......... .......... .......... 7% 312M 1s 13600K .......... .......... .......... .......... .......... 7% 392M 1s 13650K .......... .......... .......... .......... .......... 7% 356M 1s 13700K .......... .......... .......... .......... .......... 7% 276M 1s 13750K .......... .......... .......... .......... .......... 7% 308M 1s 13800K .......... .......... .......... .......... .......... 7% 362M 1s 13850K .......... .......... .......... .......... .......... 7% 373M 1s 13900K .......... .......... .......... .......... .......... 7% 191M 1s 13950K .......... .......... .......... .......... .......... 7% 333M 1s 14000K .......... .......... .......... .......... .......... 8% 323M 1s 14050K .......... .......... .......... .......... .......... 8% 337M 1s 14100K .......... .......... .......... .......... .......... 8% 318M 1s 14150K .......... .......... .......... .......... .......... 8% 206M 1s 14200K .......... .......... .......... .......... .......... 8% 336M 1s 14250K .......... .......... .......... .......... .......... 8% 340M 1s 14300K .......... .......... .......... .......... .......... 8% 41.7M 1s 14350K .......... .......... .......... .......... .......... 8% 293M 1s 14400K .......... .......... .......... .......... .......... 8% 344M 1s 14450K .......... .......... .......... .......... .......... 8% 342M 1s 14500K .......... .......... .......... .......... .......... 8% 285M 1s 14550K .......... .......... .......... .......... .......... 8% 381M 1s 14600K .......... .......... .......... .......... .......... 8% 372M 1s 14650K .......... .......... .......... .......... .......... 8% 373M 1s 14700K .......... .......... .......... .......... .......... 8% 34.0M 1s 14750K .......... .......... .......... .......... .......... 8% 326M 1s 14800K .......... .......... .......... .......... .......... 8% 354M 1s 14850K .......... .......... .......... .......... .......... 8% 336M 1s 14900K .......... .......... .......... .......... .......... 8% 388M 1s 14950K .......... .......... .......... .......... .......... 8% 133M 1s 15000K .......... .......... .......... .......... .......... 8% 365M 1s 15050K .......... .......... .......... .......... .......... 8% 289M 1s 15100K .......... .......... .......... .......... .......... 8% 402M 1s 15150K .......... .......... .......... .......... .......... 8% 348M 1s 15200K .......... .......... .......... .......... .......... 8% 93.3M 1s 15250K .......... .......... .......... .......... .......... 8% 338M 1s 15300K .......... .......... .......... .......... .......... 8% 340M 1s 15350K .......... .......... .......... .......... .......... 8% 363M 1s 15400K .......... .......... .......... .......... .......... 8% 309M 1s 15450K .......... .......... .......... .......... .......... 8% 70.2M 1s 15500K .......... .......... .......... .......... .......... 8% 345M 1s 15550K .......... .......... .......... .......... .......... 8% 284M 1s 15600K .......... .......... .......... .......... .......... 8% 370M 1s 15650K .......... .......... .......... .......... .......... 8% 404M 1s 15700K .......... .......... .......... .......... .......... 8% 216M 1s 15750K .......... .......... .......... .......... .......... 9% 278M 1s 15800K .......... .......... .......... .......... .......... 9% 341M 1s 15850K .......... .......... .......... .......... .......... 9% 308M 1s 15900K .......... .......... .......... .......... .......... 9% 309M 1s 15950K .......... .......... .......... .......... .......... 9% 333M 1s 16000K .......... .......... .......... .......... .......... 9% 303M 1s 16050K .......... .......... .......... .......... .......... 9% 406M 1s 16100K .......... .......... .......... .......... .......... 9% 282M 1s 16150K .......... .......... .......... .......... .......... 9% 338M 1s 16200K .......... .......... .......... .......... .......... 9% 354M 1s 16250K .......... .......... .......... .......... .......... 9% 326M 1s 16300K .......... .......... .......... .......... .......... 9% 402M 1s 16350K .......... .......... .......... .......... .......... 9% 265M 1s 16400K .......... .......... .......... .......... .......... 9% 324M 1s 16450K .......... .......... .......... .......... .......... 9% 358M 1s 16500K .......... .......... .......... .......... .......... 9% 305M 1s 16550K .......... .......... .......... .......... .......... 9% 314M 1s 16600K .......... .......... .......... .......... .......... 9% 333M 1s 16650K .......... .......... .......... .......... .......... 9% 289M 1s 16700K .......... .......... .......... .......... .......... 9% 290M 1s 16750K .......... .......... .......... .......... .......... 9% 360M 1s 16800K .......... .......... .......... .......... .......... 9% 373M 1s 16850K .......... .......... .......... .......... .......... 9% 334M 1s 16900K .......... .......... .......... .......... .......... 9% 341M 1s 16950K .......... .......... .......... .......... .......... 9% 376M 1s 17000K .......... .......... .......... .......... .......... 9% 302M 1s 17050K .......... .......... .......... .......... .......... 9% 292M 1s 17100K .......... .......... .......... .......... .......... 9% 388M 1s 17150K .......... .......... .......... .......... .......... 9% 406M 1s 17200K .......... .......... .......... .......... .......... 9% 349M 1s 17250K .......... .......... .......... .......... .......... 9% 72.8M 1s 17300K .......... .......... .......... .......... .......... 9% 340M 1s 17350K .......... .......... .......... .......... .......... 9% 328M 1s 17400K .......... .......... .......... .......... .......... 9% 315M 1s 17450K .......... .......... .......... .......... .......... 9% 377M 1s 17500K .......... .......... .......... .......... .......... 10% 7.90M 1s 17550K .......... .......... .......... .......... .......... 10% 346M 1s 17600K .......... .......... .......... .......... .......... 10% 288M 1s 17650K .......... .......... .......... .......... .......... 10% 361M 1s 17700K .......... .......... .......... .......... .......... 10% 372M 1s 17750K .......... .......... .......... .......... .......... 10% 45.6M 1s 17800K .......... .......... .......... .......... .......... 10% 346M 1s 17850K .......... .......... .......... .......... .......... 10% 358M 1s 17900K .......... .......... .......... .......... .......... 10% 313M 1s 17950K .......... .......... .......... .......... .......... 10% 404M 1s 18000K .......... .......... .......... .......... .......... 10% 5.71M 1s 18050K .......... .......... .......... .......... .......... 10% 230M 1s 18100K .......... .......... .......... .......... .......... 10% 335M 1s 18150K .......... .......... .......... .......... .......... 10% 367M 1s 18200K .......... .......... .......... .......... .......... 10% 358M 1s 18250K .......... .......... .......... .......... .......... 10% 9.29M 1s 18300K .......... .......... .......... .......... .......... 10% 286M 1s 18350K .......... .......... .......... .......... .......... 10% 369M 1s 18400K .......... .......... .......... .......... .......... 10% 29.0M 1s 18450K .......... .......... .......... .......... .......... 10% 313M 1s 18500K .......... .......... .......... .......... .......... 10% 316M 1s 18550K .......... .......... .......... .......... .......... 10% 296M 1s 18600K .......... .......... .......... .......... .......... 10% 371M 1s 18650K .......... .......... .......... .......... .......... 10% 317M 1s 18700K .......... .......... .......... .......... .......... 10% 257M 1s 18750K .......... .......... .......... .......... .......... 10% 353M 1s 18800K .......... .......... .......... .......... .......... 10% 341M 1s 18850K .......... .......... .......... .......... .......... 10% 324M 1s 18900K .......... .......... .......... .......... .......... 10% 275M 1s 18950K .......... .......... .......... .......... .......... 10% 356M 1s 19000K .......... .......... .......... .......... .......... 10% 385M 1s 19050K .......... .......... .......... .......... .......... 10% 274M 1s 19100K .......... .......... .......... .......... .......... 10% 311M 1s 19150K .......... .......... .......... .......... .......... 10% 353M 1s 19200K .......... .......... .......... .......... .......... 10% 408M 1s 19250K .......... .......... .......... .......... .......... 11% 303M 1s 19300K .......... .......... .......... .......... .......... 11% 336M 1s 19350K .......... .......... .......... .......... .......... 11% 309M 1s 19400K .......... .......... .......... .......... .......... 11% 306M 1s 19450K .......... .......... .......... .......... .......... 11% 370M 1s 19500K .......... .......... .......... .......... .......... 11% 312M 1s 19550K .......... .......... .......... .......... .......... 11% 332M 1s 19600K .......... .......... .......... .......... .......... 11% 306M 1s 19650K .......... .......... .......... .......... .......... 11% 390M 1s 19700K .......... .......... .......... .......... .......... 11% 333M 1s 19750K .......... .......... .......... .......... .......... 11% 271M 1s 19800K .......... .......... .......... .......... .......... 11% 334M 1s 19850K .......... .......... .......... .......... .......... 11% 399M 1s 19900K .......... .......... .......... .......... .......... 11% 346M 1s 19950K .......... .......... .......... .......... .......... 11% 287M 1s 20000K .......... .......... .......... .......... .......... 11% 386M 1s 20050K .......... .......... .......... .......... .......... 11% 334M 1s 20100K .......... .......... .......... .......... .......... 11% 340M 1s 20150K .......... .......... .......... .......... .......... 11% 396M 1s 20200K .......... .......... .......... .......... .......... 11% 343M 1s 20250K .......... .......... .......... .......... .......... 11% 327M 1s 20300K .......... .......... .......... .......... .......... 11% 316M 1s 20350K .......... .......... .......... .......... .......... 11% 301M 1s 20400K .......... .......... .......... .......... .......... 11% 379M 1s 20450K .......... .......... .......... .......... .......... 11% 291M 1s 20500K .......... .......... .......... .......... .......... 11% 386M 1s 20550K .......... .......... .......... .......... .......... 11% 283M 1s 20600K .......... .......... .......... .......... .......... 11% 372M 1s 20650K .......... .......... .......... .......... .......... 11% 410M 1s 20700K .......... .......... .......... .......... .......... 11% 319M 1s 20750K .......... .......... .......... .......... .......... 11% 334M 1s 20800K .......... .......... .......... .......... .......... 11% 351M 1s 20850K .......... .......... .......... .......... .......... 11% 387M 1s 20900K .......... .......... .......... .......... .......... 11% 327M 1s 20950K .......... .......... .......... .......... .......... 11% 323M 1s 21000K .......... .......... .......... .......... .......... 12% 358M 1s 21050K .......... .......... .......... .......... .......... 12% 348M 1s 21100K .......... .......... .......... .......... .......... 12% 347M 1s 21150K .......... .......... .......... .......... .......... 12% 362M 1s 21200K .......... .......... .......... .......... .......... 12% 376M 1s 21250K .......... .......... .......... .......... .......... 12% 318M 1s 21300K .......... .......... .......... .......... .......... 12% 401M 1s 21350K .......... .......... .......... .......... .......... 12% 348M 1s 21400K .......... .......... .......... .......... .......... 12% 89.3M 1s 21450K .......... .......... .......... .......... .......... 12% 269M 1s 21500K .......... .......... .......... .......... .......... 12% 182M 1s 21550K .......... .......... .......... .......... .......... 12% 366M 1s 21600K .......... .......... .......... .......... .......... 12% 70.2M 1s 21650K .......... .......... .......... .......... .......... 12% 350M 1s 21700K .......... .......... .......... .......... .......... 12% 345M 1s 21750K .......... .......... .......... .......... .......... 12% 282M 1s 21800K .......... .......... .......... .......... .......... 12% 348M 1s 21850K .......... .......... .......... .......... .......... 12% 53.0M 1s 21900K .......... .......... .......... .......... .......... 12% 344M 1s 21950K .......... .......... .......... .......... .......... 12% 310M 1s 22000K .......... .......... .......... .......... .......... 12% 343M 1s 22050K .......... .......... .......... .......... .......... 12% 401M 1s 22100K .......... .......... .......... .......... .......... 12% 272M 1s 22150K .......... .......... .......... .......... .......... 12% 369M 1s 22200K .......... .......... .......... .......... .......... 12% 321M 1s 22250K .......... .......... .......... .......... .......... 12% 354M 1s 22300K .......... .......... .......... .......... .......... 12% 328M 1s 22350K .......... .......... .......... .......... .......... 12% 353M 1s 22400K .......... .......... .......... .......... .......... 12% 332M 1s 22450K .......... .......... .......... .......... .......... 12% 351M 1s 22500K .......... .......... .......... .......... .......... 12% 68.7M 1s 22550K .......... .......... .......... .......... .......... 12% 297M 1s 22600K .......... .......... .......... .......... .......... 12% 356M 1s 22650K .......... .......... .......... .......... .......... 12% 349M 1s 22700K .......... .......... .......... .......... .......... 12% 283M 1s 22750K .......... .......... .......... .......... .......... 13% 362M 1s 22800K .......... .......... .......... .......... .......... 13% 410M 1s 22850K .......... .......... .......... .......... .......... 13% 341M 1s 22900K .......... .......... .......... .......... .......... 13% 292M 1s 22950K .......... .......... .......... .......... .......... 13% 379M 1s 23000K .......... .......... .......... .......... .......... 13% 358M 1s 23050K .......... .......... .......... .......... .......... 13% 283M 1s 23100K .......... .......... .......... .......... .......... 13% 344M 1s 23150K .......... .......... .......... .......... .......... 13% 346M 1s 23200K .......... .......... .......... .......... .......... 13% 362M 1s 23250K .......... .......... .......... .......... .......... 13% 329M 1s 23300K .......... .......... .......... .......... .......... 13% 344M 1s 23350K .......... .......... .......... .......... .......... 13% 403M 1s 23400K .......... .......... .......... .......... .......... 13% 274M 1s 23450K .......... .......... .......... .......... .......... 13% 329M 1s 23500K .......... .......... .......... .......... .......... 13% 380M 1s 23550K .......... .......... .......... .......... .......... 13% 384M 1s 23600K .......... .......... .......... .......... .......... 13% 337M 1s 23650K .......... .......... .......... .......... .......... 13% 108M 1s 23700K .......... .......... .......... .......... .......... 13% 256M 1s 23750K .......... .......... .......... .......... .......... 13% 312M 1s 23800K .......... .......... .......... .......... .......... 13% 360M 1s 23850K .......... .......... .......... .......... .......... 13% 377M 1s 23900K .......... .......... .......... .......... .......... 13% 261M 1s 23950K .......... .......... .......... .......... .......... 13% 274M 1s 24000K .......... .......... .......... .......... .......... 13% 340M 1s 24050K .......... .......... .......... .......... .......... 13% 357M 1s 24100K .......... .......... .......... .......... .......... 13% 337M 1s 24150K .......... .......... .......... .......... .......... 13% 54.1M 1s 24200K .......... .......... .......... .......... .......... 13% 341M 1s 24250K .......... .......... .......... .......... .......... 13% 329M 1s 24300K .......... .......... .......... .......... .......... 13% 270M 1s 24350K .......... .......... .......... .......... .......... 13% 361M 1s 24400K .......... .......... .......... .......... .......... 13% 324M 1s 24450K .......... .......... .......... .......... .......... 13% 289M 1s 24500K .......... .......... .......... .......... .......... 14% 380M 1s 24550K .......... .......... .......... .......... .......... 14% 40.9M 1s 24600K .......... .......... .......... .......... .......... 14% 335M 1s 24650K .......... .......... .......... .......... .......... 14% 321M 1s 24700K .......... .......... .......... .......... .......... 14% 306M 1s 24750K .......... .......... .......... .......... .......... 14% 333M 1s 24800K .......... .......... .......... .......... .......... 14% 362M 1s 24850K .......... .......... .......... .......... .......... 14% 375M 1s 24900K .......... .......... .......... .......... .......... 14% 282M 1s 24950K .......... .......... .......... .......... .......... 14% 323M 1s 25000K .......... .......... .......... .......... .......... 14% 338M 1s 25050K .......... .......... .......... .......... .......... 14% 351M 1s 25100K .......... .......... .......... .......... .......... 14% 344M 1s 25150K .......... .......... .......... .......... .......... 14% 389M 1s 25200K .......... .......... .......... .......... .......... 14% 134M 1s 25250K .......... .......... .......... .......... .......... 14% 322M 1s 25300K .......... .......... .......... .......... .......... 14% 299M 1s 25350K .......... .......... .......... .......... .......... 14% 369M 1s 25400K .......... .......... .......... .......... .......... 14% 412M 1s 25450K .......... .......... .......... .......... .......... 14% 222M 1s 25500K .......... .......... .......... .......... .......... 14% 345M 1s 25550K .......... .......... .......... .......... .......... 14% 345M 1s 25600K .......... .......... .......... .......... .......... 14% 305M 1s 25650K .......... .......... .......... .......... .......... 14% 405M 1s 25700K .......... .......... .......... .......... .......... 14% 185M 1s 25750K .......... .......... .......... .......... .......... 14% 265M 1s 25800K .......... .......... .......... .......... .......... 14% 342M 1s 25850K .......... .......... .......... .......... .......... 14% 406M 1s 25900K .......... .......... .......... .......... .......... 14% 345M 1s 25950K .......... .......... .......... .......... .......... 14% 59.8M 1s 26000K .......... .......... .......... .......... .......... 14% 306M 1s 26050K .......... .......... .......... .......... .......... 14% 324M 1s 26100K .......... .......... .......... .......... .......... 14% 335M 1s 26150K .......... .......... .......... .......... .......... 14% 371M 1s 26200K .......... .......... .......... .......... .......... 14% 358M 1s 26250K .......... .......... .......... .......... .......... 15% 377M 1s 26300K .......... .......... .......... .......... .......... 15% 286M 1s 26350K .......... .......... .......... .......... .......... 15% 348M 1s 26400K .......... .......... .......... .......... .......... 15% 389M 1s 26450K .......... .......... .......... .......... .......... 15% 104M 1s 26500K .......... .......... .......... .......... .......... 15% 383M 1s 26550K .......... .......... .......... .......... .......... 15% 366M 1s 26600K .......... .......... .......... .......... .......... 15% 35.2M 1s 26650K .......... .......... .......... .......... .......... 15% 302M 1s 26700K .......... .......... .......... .......... .......... 15% 275M 1s 26750K .......... .......... .......... .......... .......... 15% 309M 1s 26800K .......... .......... .......... .......... .......... 15% 358M 1s 26850K .......... .......... .......... .......... .......... 15% 341M 1s 26900K .......... .......... .......... .......... .......... 15% 348M 1s 26950K .......... .......... .......... .......... .......... 15% 359M 1s 27000K .......... .......... .......... .......... .......... 15% 327M 1s 27050K .......... .......... .......... .......... .......... 15% 357M 1s 27100K .......... .......... .......... .......... .......... 15% 303M 1s 27150K .......... .......... .......... .......... .......... 15% 361M 1s 27200K .......... .......... .......... .......... .......... 15% 355M 1s 27250K .......... .......... .......... .......... .......... 15% 262M 1s 27300K .......... .......... .......... .......... .......... 15% 315M 1s 27350K .......... .......... .......... .......... .......... 15% 339M 1s 27400K .......... .......... .......... .......... .......... 15% 378M 1s 27450K .......... .......... .......... .......... .......... 15% 350M 1s 27500K .......... .......... .......... .......... .......... 15% 233M 1s 27550K .......... .......... .......... .......... .......... 15% 277M 1s 27600K .......... .......... .......... .......... .......... 15% 296M 1s 27650K .......... .......... .......... .......... .......... 15% 373M 1s 27700K .......... .......... .......... .......... .......... 15% 409M 1s 27750K .......... .......... .......... .......... .......... 15% 43.1M 1s 27800K .......... .......... .......... .......... .......... 15% 262M 1s 27850K .......... .......... .......... .......... .......... 15% 279M 1s 27900K .......... .......... .......... .......... .......... 15% 372M 1s 27950K .......... .......... .......... .......... .......... 15% 333M 1s 28000K .......... .......... .......... .......... .......... 16% 108M 1s 28050K .......... .......... .......... .......... .......... 16% 308M 1s 28100K .......... .......... .......... .......... .......... 16% 331M 1s 28150K .......... .......... .......... .......... .......... 16% 334M 1s 28200K .......... .......... .......... .......... .......... 16% 375M 1s 28250K .......... .......... .......... .......... .......... 16% 64.9M 1s 28300K .......... .......... .......... .......... .......... 16% 282M 1s 28350K .......... .......... .......... .......... .......... 16% 359M 1s 28400K .......... .......... .......... .......... .......... 16% 363M 1s 28450K .......... .......... .......... .......... .......... 16% 405M 1s 28500K .......... .......... .......... .......... .......... 16% 179M 1s 28550K .......... .......... .......... .......... .......... 16% 319M 1s 28600K .......... .......... .......... .......... .......... 16% 390M 1s 28650K .......... .......... .......... .......... .......... 16% 40.2M 1s 28700K .......... .......... .......... .......... .......... 16% 367M 1s 28750K .......... .......... .......... .......... .......... 16% 305M 1s 28800K .......... .......... .......... .......... .......... 16% 345M 1s 28850K .......... .......... .......... .......... .......... 16% 329M 1s 28900K .......... .......... .......... .......... .......... 16% 266M 1s 28950K .......... .......... .......... .......... .......... 16% 340M 1s 29000K .......... .......... .......... .......... .......... 16% 381M 1s 29050K .......... .......... .......... .......... .......... 16% 28.4M 1s 29100K .......... .......... .......... .......... .......... 16% 288M 1s 29150K .......... .......... .......... .......... .......... 16% 369M 1s 29200K .......... .......... .......... .......... .......... 16% 392M 1s 29250K .......... .......... .......... .......... .......... 16% 312M 1s 29300K .......... .......... .......... .......... .......... 16% 309M 1s 29350K .......... .......... .......... .......... .......... 16% 318M 1s 29400K .......... .......... .......... .......... .......... 16% 377M 1s 29450K .......... .......... .......... .......... .......... 16% 341M 1s 29500K .......... .......... .......... .......... .......... 16% 394M 1s 29550K .......... .......... .......... .......... .......... 16% 88.3M 1s 29600K .......... .......... .......... .......... .......... 16% 302M 1s 29650K .......... .......... .......... .......... .......... 16% 334M 1s 29700K .......... .......... .......... .......... .......... 16% 371M 1s 29750K .......... .......... .......... .......... .......... 17% 410M 1s 29800K .......... .......... .......... .......... .......... 17% 49.6M 1s 29850K .......... .......... .......... .......... .......... 17% 332M 1s 29900K .......... .......... .......... .......... .......... 17% 356M 1s 29950K .......... .......... .......... .......... .......... 17% 315M 1s 30000K .......... .......... .......... .......... .......... 17% 411M 1s 30050K .......... .......... .......... .......... .......... 17% 20.3M 1s 30100K .......... .......... .......... .......... .......... 17% 285M 1s 30150K .......... .......... .......... .......... .......... 17% 273M 1s 30200K .......... .......... .......... .......... .......... 17% 355M 1s 30250K .......... .......... .......... .......... .......... 17% 350M 1s 30300K .......... .......... .......... .......... .......... 17% 73.6M 1s 30350K .......... .......... .......... .......... .......... 17% 316M 1s 30400K .......... .......... .......... .......... .......... 17% 338M 1s 30450K .......... .......... .......... .......... .......... 17% 366M 1s 30500K .......... .......... .......... .......... .......... 17% 319M 1s 30550K .......... .......... .......... .......... .......... 17% 344M 1s 30600K .......... .......... .......... .......... .......... 17% 361M 1s 30650K .......... .......... .......... .......... .......... 17% 328M 1s 30700K .......... .......... .......... .......... .......... 17% 85.6M 1s 30750K .......... .......... .......... .......... .......... 17% 274M 1s 30800K .......... .......... .......... .......... .......... 17% 343M 1s 30850K .......... .......... .......... .......... .......... 17% 371M 1s 30900K .......... .......... .......... .......... .......... 17% 286M 1s 30950K .......... .......... .......... .......... .......... 17% 342M 1s 31000K .......... .......... .......... .......... .......... 17% 342M 1s 31050K .......... .......... .......... .......... .......... 17% 384M 1s 31100K .......... .......... .......... .......... .......... 17% 146M 1s 31150K .......... .......... .......... .......... .......... 17% 344M 1s 31200K .......... .......... .......... .......... .......... 17% 307M 1s 31250K .......... .......... .......... .......... .......... 17% 320M 1s 31300K .......... .......... .......... .......... .......... 17% 379M 1s 31350K .......... .......... .......... .......... .......... 17% 267M 1s 31400K .......... .......... .......... .......... .......... 17% 405M 1s 31450K .......... .......... .......... .......... .......... 17% 276M 1s 31500K .......... .......... .......... .......... .......... 18% 360M 1s 31550K .......... .......... .......... .......... .......... 18% 333M 1s 31600K .......... .......... .......... .......... .......... 18% 229M 1s 31650K .......... .......... .......... .......... .......... 18% 375M 1s 31700K .......... .......... .......... .......... .......... 18% 369M 1s 31750K .......... .......... .......... .......... .......... 18% 312M 1s 31800K .......... .......... .......... .......... .......... 18% 280M 1s 31850K .......... .......... .......... .......... .......... 18% 286M 1s 31900K .......... .......... .......... .......... .......... 18% 348M 1s 31950K .......... .......... .......... .......... .......... 18% 346M 1s 32000K .......... .......... .......... .......... .......... 18% 355M 1s 32050K .......... .......... .......... .......... .......... 18% 404M 1s 32100K .......... .......... .......... .......... .......... 18% 322M 1s 32150K .......... .......... .......... .......... .......... 18% 278M 1s 32200K .......... .......... .......... .......... .......... 18% 347M 1s 32250K .......... .......... .......... .......... .......... 18% 375M 1s 32300K .......... .......... .......... .......... .......... 18% 332M 1s 32350K .......... .......... .......... .......... .......... 18% 242M 1s 32400K .......... .......... .......... .......... .......... 18% 334M 1s 32450K .......... .......... .......... .......... .......... 18% 359M 1s 32500K .......... .......... .......... .......... .......... 18% 294M 1s 32550K .......... .......... .......... .......... .......... 18% 368M 1s 32600K .......... .......... .......... .......... .......... 18% 77.0M 1s 32650K .......... .......... .......... .......... .......... 18% 272M 1s 32700K .......... .......... .......... .......... .......... 18% 358M 1s 32750K .......... .......... .......... .......... .......... 18% 55.0M 1s 32800K .......... .......... .......... .......... .......... 18% 277M 1s 32850K .......... .......... .......... .......... .......... 18% 328M 1s 32900K .......... .......... .......... .......... .......... 18% 362M 1s 32950K .......... .......... .......... .......... .......... 18% 302M 1s 33000K .......... .......... .......... .......... .......... 18% 339M 1s 33050K .......... .......... .......... .......... .......... 18% 387M 1s 33100K .......... .......... .......... .......... .......... 18% 68.3M 1s 33150K .......... .......... .......... .......... .......... 18% 340M 1s 33200K .......... .......... .......... .......... .......... 18% 336M 1s 33250K .......... .......... .......... .......... .......... 19% 327M 1s 33300K .......... .......... .......... .......... .......... 19% 356M 1s 33350K .......... .......... .......... .......... .......... 19% 382M 1s 33400K .......... .......... .......... .......... .......... 19% 206M 1s 33450K .......... .......... .......... .......... .......... 19% 290M 1s 33500K .......... .......... .......... .......... .......... 19% 327M 1s 33550K .......... .......... .......... .......... .......... 19% 372M 1s 33600K .......... .......... .......... .......... .......... 19% 333M 1s 33650K .......... .......... .......... .......... .......... 19% 270M 1s 33700K .......... .......... .......... .......... .......... 19% 378M 1s 33750K .......... .......... .......... .......... .......... 19% 299M 1s 33800K .......... .......... .......... .......... .......... 19% 347M 1s 33850K .......... .......... .......... .......... .......... 19% 389M 1s 33900K .......... .......... .......... .......... .......... 19% 182M 1s 33950K .......... .......... .......... .......... .......... 19% 306M 1s 34000K .......... .......... .......... .......... .......... 19% 346M 1s 34050K .......... .......... .......... .......... .......... 19% 351M 1s 34100K .......... .......... .......... .......... .......... 19% 413M 1s 34150K .......... .......... .......... .......... .......... 19% 122M 1s 34200K .......... .......... .......... .......... .......... 19% 310M 1s 34250K .......... .......... .......... .......... .......... 19% 359M 1s 34300K .......... .......... .......... .......... .......... 19% 322M 1s 34350K .......... .......... .......... .......... .......... 19% 398M 1s 34400K .......... .......... .......... .......... .......... 19% 195M 1s 34450K .......... .......... .......... .......... .......... 19% 314M 1s 34500K .......... .......... .......... .......... .......... 19% 288M 1s 34550K .......... .......... .......... .......... .......... 19% 404M 1s 34600K .......... .......... .......... .......... .......... 19% 344M 1s 34650K .......... .......... .......... .......... .......... 19% 318M 1s 34700K .......... .......... .......... .......... .......... 19% 396M 1s 34750K .......... .......... .......... .......... .......... 19% 389M 1s 34800K .......... .......... .......... .......... .......... 19% 48.6M 1s 34850K .......... .......... .......... .......... .......... 19% 297M 1s 34900K .......... .......... .......... .......... .......... 19% 349M 1s 34950K .......... .......... .......... .......... .......... 19% 302M 1s 35000K .......... .......... .......... .......... .......... 20% 409M 1s 35050K .......... .......... .......... .......... .......... 20% 359M 1s 35100K .......... .......... .......... .......... .......... 20% 315M 1s 35150K .......... .......... .......... .......... .......... 20% 357M 1s 35200K .......... .......... .......... .......... .......... 20% 322M 1s 35250K .......... .......... .......... .......... .......... 20% 298M 1s 35300K .......... .......... .......... .......... .......... 20% 323M 1s 35350K .......... .......... .......... .......... .......... 20% 396M 1s 35400K .......... .......... .......... .......... .......... 20% 384M 1s 35450K .......... .......... .......... .......... .......... 20% 105M 1s 35500K .......... .......... .......... .......... .......... 20% 331M 1s 35550K .......... .......... .......... .......... .......... 20% 358M 1s 35600K .......... .......... .......... .......... .......... 20% 412M 1s 35650K .......... .......... .......... .......... .......... 20% 328M 1s 35700K .......... .......... .......... .......... .......... 20% 82.5M 1s 35750K .......... .......... .......... .......... .......... 20% 368M 1s 35800K .......... .......... .......... .......... .......... 20% 276M 1s 35850K .......... .......... .......... .......... .......... 20% 407M 1s 35900K .......... .......... .......... .......... .......... 20% 381M 1s 35950K .......... .......... .......... .......... .......... 20% 135M 1s 36000K .......... .......... .......... .......... .......... 20% 257M 1s 36050K .......... .......... .......... .......... .......... 20% 338M 1s 36100K .......... .......... .......... .......... .......... 20% 367M 1s 36150K .......... .......... .......... .......... .......... 20% 349M 1s 36200K .......... .......... .......... .......... .......... 20% 54.3M 1s 36250K .......... .......... .......... .......... .......... 20% 331M 1s 36300K .......... .......... .......... .......... .......... 20% 323M 1s 36350K .......... .......... .......... .......... .......... 20% 314M 1s 36400K .......... .......... .......... .......... .......... 20% 405M 1s 36450K .......... .......... .......... .......... .......... 20% 5.51M 1s 36500K .......... .......... .......... .......... .......... 20% 245M 1s 36550K .......... .......... .......... .......... .......... 20% 311M 1s 36600K .......... .......... .......... .......... .......... 20% 389M 1s 36650K .......... .......... .......... .......... .......... 20% 368M 1s 36700K .......... .......... .......... .......... .......... 20% 156M 1s 36750K .......... .......... .......... .......... .......... 20% 316M 1s 36800K .......... .......... .......... .......... .......... 21% 377M 1s 36850K .......... .......... .......... .......... .......... 21% 13.1M 1s 36900K .......... .......... .......... .......... .......... 21% 300M 1s 36950K .......... .......... .......... .......... .......... 21% 278M 1s 37000K .......... .......... .......... .......... .......... 21% 304M 1s 37050K .......... .......... .......... .......... .......... 21% 378M 1s 37100K .......... .......... .......... .......... .......... 21% 324M 1s 37150K .......... .......... .......... .......... .......... 21% 344M 1s 37200K .......... .......... .......... .......... .......... 21% 145M 1s 37250K .......... .......... .......... .......... .......... 21% 367M 1s 37300K .......... .......... .......... .......... .......... 21% 284M 1s 37350K .......... .......... .......... .......... .......... 21% 331M 1s 37400K .......... .......... .......... .......... .......... 21% 374M 1s 37450K .......... .......... .......... .......... .......... 21% 41.0M 1s 37500K .......... .......... .......... .......... .......... 21% 339M 1s 37550K .......... .......... .......... .......... .......... 21% 312M 1s 37600K .......... .......... .......... .......... .......... 21% 240M 1s 37650K .......... .......... .......... .......... .......... 21% 322M 1s 37700K .......... .......... .......... .......... .......... 21% 382M 1s 37750K .......... .......... .......... .......... .......... 21% 39.3M 1s 37800K .......... .......... .......... .......... .......... 21% 271M 1s 37850K .......... .......... .......... .......... .......... 21% 366M 1s 37900K .......... .......... .......... .......... .......... 21% 405M 1s 37950K .......... .......... .......... .......... .......... 21% 379M 1s 38000K .......... .......... .......... .......... .......... 21% 34.6M 1s 38050K .......... .......... .......... .......... .......... 21% 335M 1s 38100K .......... .......... .......... .......... .......... 21% 377M 1s 38150K .......... .......... .......... .......... .......... 21% 336M 1s 38200K .......... .......... .......... .......... .......... 21% 380M 1s 38250K .......... .......... .......... .......... .......... 21% 98.8M 1s 38300K .......... .......... .......... .......... .......... 21% 313M 1s 38350K .......... .......... .......... .......... .......... 21% 321M 1s 38400K .......... .......... .......... .......... .......... 21% 367M 1s 38450K .......... .......... .......... .......... .......... 21% 405M 1s 38500K .......... .......... .......... .......... .......... 21% 172M 1s 38550K .......... .......... .......... .......... .......... 22% 292M 1s 38600K .......... .......... .......... .......... .......... 22% 379M 1s 38650K .......... .......... .......... .......... .......... 22% 404M 1s 38700K .......... .......... .......... .......... .......... 22% 326M 1s 38750K .......... .......... .......... .......... .......... 22% 347M 1s 38800K .......... .......... .......... .......... .......... 22% 339M 1s 38850K .......... .......... .......... .......... .......... 22% 301M 1s 38900K .......... .......... .......... .......... .......... 22% 40.2M 1s 38950K .......... .......... .......... .......... .......... 22% 291M 1s 39000K .......... .......... .......... .......... .......... 22% 334M 1s 39050K .......... .......... .......... .......... .......... 22% 302M 1s 39100K .......... .......... .......... .......... .......... 22% 350M 1s 39150K .......... .......... .......... .......... .......... 22% 354M 1s 39200K .......... .......... .......... .......... .......... 22% 368M 1s 39250K .......... .......... .......... .......... .......... 22% 215M 1s 39300K .......... .......... .......... .......... .......... 22% 282M 1s 39350K .......... .......... .......... .......... .......... 22% 373M 1s 39400K .......... .......... .......... .......... .......... 22% 350M 1s 39450K .......... .......... .......... .......... .......... 22% 329M 1s 39500K .......... .......... .......... .......... .......... 22% 27.3M 1s 39550K .......... .......... .......... .......... .......... 22% 317M 1s 39600K .......... .......... .......... .......... .......... 22% 331M 1s 39650K .......... .......... .......... .......... .......... 22% 306M 1s 39700K .......... .......... .......... .......... .......... 22% 386M 1s 39750K .......... .......... .......... .......... .......... 22% 380M 1s 39800K .......... .......... .......... .......... .......... 22% 36.9M 1s 39850K .......... .......... .......... .......... .......... 22% 303M 1s 39900K .......... .......... .......... .......... .......... 22% 350M 1s 39950K .......... .......... .......... .......... .......... 22% 409M 1s 40000K .......... .......... .......... .......... .......... 22% 329M 1s 40050K .......... .......... .......... .......... .......... 22% 62.5M 1s 40100K .......... .......... .......... .......... .......... 22% 382M 1s 40150K .......... .......... .......... .......... .......... 22% 275M 1s 40200K .......... .......... .......... .......... .......... 22% 411M 1s 40250K .......... .......... .......... .......... .......... 22% 388M 1s 40300K .......... .......... .......... .......... .......... 23% 70.2M 1s 40350K .......... .......... .......... .......... .......... 23% 288M 1s 40400K .......... .......... .......... .......... .......... 23% 354M 1s 40450K .......... .......... .......... .......... .......... 23% 372M 1s 40500K .......... .......... .......... .......... .......... 23% 352M 1s 40550K .......... .......... .......... .......... .......... 23% 248M 1s 40600K .......... .......... .......... .......... .......... 23% 313M 1s 40650K .......... .......... .......... .......... .......... 23% 360M 1s 40700K .......... .......... .......... .......... .......... 23% 334M 1s 40750K .......... .......... .......... .......... .......... 23% 410M 1s 40800K .......... .......... .......... .......... .......... 23% 339M 1s 40850K .......... .......... .......... .......... .......... 23% 288M 1s 40900K .......... .......... .......... .......... .......... 23% 380M 1s 40950K .......... .......... .......... .......... .......... 23% 44.5M 1s 41000K .......... .......... .......... .......... .......... 23% 373M 1s 41050K .......... .......... .......... .......... .......... 23% 327M 1s 41100K .......... .......... .......... .......... .......... 23% 336M 1s 41150K .......... .......... .......... .......... .......... 23% 314M 1s 41200K .......... .......... .......... .......... .......... 23% 315M 1s 41250K .......... .......... .......... .......... .......... 23% 350M 1s 41300K .......... .......... .......... .......... .......... 23% 235M 1s 41350K .......... .......... .......... .......... .......... 23% 312M 1s 41400K .......... .......... .......... .......... .......... 23% 396M 1s 41450K .......... .......... .......... .......... .......... 23% 355M 1s 41500K .......... .......... .......... .......... .......... 23% 329M 1s 41550K .......... .......... .......... .......... .......... 23% 158M 1s 41600K .......... .......... .......... .......... .......... 23% 371M 1s 41650K .......... .......... .......... .......... .......... 23% 291M 1s 41700K .......... .......... .......... .......... .......... 23% 374M 1s 41750K .......... .......... .......... .......... .......... 23% 390M 1s 41800K .......... .......... .......... .......... .......... 23% 73.0M 1s 41850K .......... .......... .......... .......... .......... 23% 150M 1s 41900K .......... .......... .......... .......... .......... 23% 344M 1s 41950K .......... .......... .......... .......... .......... 23% 355M 1s 42000K .......... .......... .......... .......... .......... 23% 343M 1s 42050K .......... .......... .......... .......... .......... 24% 301M 1s 42100K .......... .......... .......... .......... .......... 24% 309M 1s 42150K .......... .......... .......... .......... .......... 24% 286M 1s 42200K .......... .......... .......... .......... .......... 24% 376M 1s 42250K .......... .......... .......... .......... .......... 24% 415M 1s 42300K .......... .......... .......... .......... .......... 24% 330M 1s 42350K .......... .......... .......... .......... .......... 24% 276M 1s 42400K .......... .......... .......... .......... .......... 24% 379M 1s 42450K .......... .......... .......... .......... .......... 24% 345M 1s 42500K .......... .......... .......... .......... .......... 24% 339M 1s 42550K .......... .......... .......... .......... .......... 24% 391M 1s 42600K .......... .......... .......... .......... .......... 24% 262M 1s 42650K .......... .......... .......... .......... .......... 24% 280M 1s 42700K .......... .......... .......... .......... .......... 24% 311M 1s 42750K .......... .......... .......... .......... .......... 24% 360M 1s 42800K .......... .......... .......... .......... .......... 24% 399M 1s 42850K .......... .......... .......... .......... .......... 24% 38.9M 1s 42900K .......... .......... .......... .......... .......... 24% 367M 1s 42950K .......... .......... .......... .......... .......... 24% 356M 1s 43000K .......... .......... .......... .......... .......... 24% 49.1M 1s 43050K .......... .......... .......... .......... .......... 24% 402M 1s 43100K .......... .......... .......... .......... .......... 24% 332M 1s 43150K .......... .......... .......... .......... .......... 24% 298M 1s 43200K .......... .......... .......... .......... .......... 24% 365M 1s 43250K .......... .......... .......... .......... .......... 24% 360M 1s 43300K .......... .......... .......... .......... .......... 24% 336M 1s 43350K .......... .......... .......... .......... .......... 24% 273M 1s 43400K .......... .......... .......... .......... .......... 24% 300M 1s 43450K .......... .......... .......... .......... .......... 24% 355M 1s 43500K .......... .......... .......... .......... .......... 24% 325M 1s 43550K .......... .......... .......... .......... .......... 24% 355M 1s 43600K .......... .......... .......... .......... .......... 24% 322M 1s 43650K .......... .......... .......... .......... .......... 24% 287M 1s 43700K .......... .......... .......... .......... .......... 24% 376M 1s 43750K .......... .......... .......... .......... .......... 24% 385M 1s 43800K .......... .......... .......... .......... .......... 25% 364M 1s 43850K .......... .......... .......... .......... .......... 25% 276M 1s 43900K .......... .......... .......... .......... .......... 25% 363M 1s 43950K .......... .......... .......... .......... .......... 25% 347M 1s 44000K .......... .......... .......... .......... .......... 25% 318M 1s 44050K .......... .......... .......... .......... .......... 25% 335M 1s 44100K .......... .......... .......... .......... .......... 25% 340M 1s 44150K .......... .......... .......... .......... .......... 25% 323M 1s 44200K .......... .......... .......... .......... .......... 25% 321M 1s 44250K .......... .......... .......... .......... .......... 25% 375M 1s 44300K .......... .......... .......... .......... .......... 25% 412M 1s 44350K .......... .......... .......... .......... .......... 25% 294M 1s 44400K .......... .......... .......... .......... .......... 25% 94.4M 1s 44450K .......... .......... .......... .......... .......... 25% 372M 1s 44500K .......... .......... .......... .......... .......... 25% 339M 1s 44550K .......... .......... .......... .......... .......... 25% 314M 1s 44600K .......... .......... .......... .......... .......... 25% 330M 1s 44650K .......... .......... .......... .......... .......... 25% 183M 1s 44700K .......... .......... .......... .......... .......... 25% 317M 1s 44750K .......... .......... .......... .......... .......... 25% 339M 1s 44800K .......... .......... .......... .......... .......... 25% 367M 1s 44850K .......... .......... .......... .......... .......... 25% 380M 1s 44900K .......... .......... .......... .......... .......... 25% 250M 1s 44950K .......... .......... .......... .......... .......... 25% 368M 1s 45000K .......... .......... .......... .......... .......... 25% 383M 1s 45050K .......... .......... .......... .......... .......... 25% 76.8M 1s 45100K .......... .......... .......... .......... .......... 25% 322M 1s 45150K .......... .......... .......... .......... .......... 25% 273M 1s 45200K .......... .......... .......... .......... .......... 25% 406M 1s 45250K .......... .......... .......... .......... .......... 25% 332M 1s 45300K .......... .......... .......... .......... .......... 25% 319M 1s 45350K .......... .......... .......... .......... .......... 25% 225M 1s 45400K .......... .......... .......... .......... .......... 25% 307M 1s 45450K .......... .......... .......... .......... .......... 25% 296M 1s 45500K .......... .......... .......... .......... .......... 25% 336M 1s 45550K .......... .......... .......... .......... .......... 26% 369M 1s 45600K .......... .......... .......... .......... .......... 26% 312M 1s 45650K .......... .......... .......... .......... .......... 26% 320M 1s 45700K .......... .......... .......... .......... .......... 26% 297M 1s 45750K .......... .......... .......... .......... .......... 26% 404M 1s 45800K .......... .......... .......... .......... .......... 26% 369M 1s 45850K .......... .......... .......... .......... .......... 26% 256M 1s 45900K .......... .......... .......... .......... .......... 26% 317M 1s 45950K .......... .......... .......... .......... .......... 26% 372M 1s 46000K .......... .......... .......... .......... .......... 26% 300M 1s 46050K .......... .......... .......... .......... .......... 26% 344M 1s 46100K .......... .......... .......... .......... .......... 26% 298M 1s 46150K .......... .......... .......... .......... .......... 26% 320M 1s 46200K .......... .......... .......... .......... .......... 26% 292M 1s 46250K .......... .......... .......... .......... .......... 26% 331M 1s 46300K .......... .......... .......... .......... .......... 26% 330M 1s 46350K .......... .......... .......... .......... .......... 26% 287M 1s 46400K .......... .......... .......... .......... .......... 26% 378M 1s 46450K .......... .......... .......... .......... .......... 26% 142M 1s 46500K .......... .......... .......... .......... .......... 26% 356M 1s 46550K .......... .......... .......... .......... .......... 26% 287M 1s 46600K .......... .......... .......... .......... .......... 26% 389M 1s 46650K .......... .......... .......... .......... .......... 26% 349M 1s 46700K .......... .......... .......... .......... .......... 26% 149M 1s 46750K .......... .......... .......... .......... .......... 26% 373M 1s 46800K .......... .......... .......... .......... .......... 26% 362M 1s 46850K .......... .......... .......... .......... .......... 26% 323M 1s 46900K .......... .......... .......... .......... .......... 26% 298M 1s 46950K .......... .......... .......... .......... .......... 26% 245M 1s 47000K .......... .......... .......... .......... .......... 26% 362M 1s 47050K .......... .......... .......... .......... .......... 26% 349M 1s 47100K .......... .......... .......... .......... .......... 26% 60.8M 1s 47150K .......... .......... .......... .......... .......... 26% 267M 1s 47200K .......... .......... .......... .......... .......... 26% 265M 1s 47250K .......... .......... .......... .......... .......... 26% 369M 1s 47300K .......... .......... .......... .......... .......... 27% 307M 1s 47350K .......... .......... .......... .......... .......... 27% 300M 1s 47400K .......... .......... .......... .......... .......... 27% 320M 1s 47450K .......... .......... .......... .......... .......... 27% 346M 1s 47500K .......... .......... .......... .......... .......... 27% 291M 1s 47550K .......... .......... .......... .......... .......... 27% 328M 1s 47600K .......... .......... .......... .......... .......... 27% 358M 1s 47650K .......... .......... .......... .......... .......... 27% 293M 1s 47700K .......... .......... .......... .......... .......... 27% 354M 1s 47750K .......... .......... .......... .......... .......... 27% 321M 1s 47800K .......... .......... .......... .......... .......... 27% 379M 1s 47850K .......... .......... .......... .......... .......... 27% 308M 1s 47900K .......... .......... .......... .......... .......... 27% 373M 1s 47950K .......... .......... .......... .......... .......... 27% 45.5M 1s 48000K .......... .......... .......... .......... .......... 27% 275M 1s 48050K .......... .......... .......... .......... .......... 27% 366M 1s 48100K .......... .......... .......... .......... .......... 27% 323M 1s 48150K .......... .......... .......... .......... .......... 27% 381M 1s 48200K .......... .......... .......... .......... .......... 27% 146M 1s 48250K .......... .......... .......... .......... .......... 27% 323M 1s 48300K .......... .......... .......... .......... .......... 27% 296M 1s 48350K .......... .......... .......... .......... .......... 27% 320M 1s 48400K .......... .......... .......... .......... .......... 27% 378M 1s 48450K .......... .......... .......... .......... .......... 27% 381M 1s 48500K .......... .......... .......... .......... .......... 27% 310M 1s 48550K .......... .......... .......... .......... .......... 27% 298M 1s 48600K .......... .......... .......... .......... .......... 27% 341M 1s 48650K .......... .......... .......... .......... .......... 27% 363M 1s 48700K .......... .......... .......... .......... .......... 27% 317M 1s 48750K .......... .......... .......... .......... .......... 27% 181M 1s 48800K .......... .......... .......... .......... .......... 27% 386M 1s 48850K .......... .......... .......... .......... .......... 27% 336M 1s 48900K .......... .......... .......... .......... .......... 27% 326M 1s 48950K .......... .......... .......... .......... .......... 27% 341M 1s 49000K .......... .......... .......... .......... .......... 27% 299M 1s 49050K .......... .......... .......... .......... .......... 28% 311M 1s 49100K .......... .......... .......... .......... .......... 28% 356M 1s 49150K .......... .......... .......... .......... .......... 28% 61.9M 1s 49200K .......... .......... .......... .......... .......... 28% 318M 1s 49250K .......... .......... .......... .......... .......... 28% 340M 1s 49300K .......... .......... .......... .......... .......... 28% 335M 1s 49350K .......... .......... .......... .......... .......... 28% 314M 1s 49400K .......... .......... .......... .......... .......... 28% 335M 1s 49450K .......... .......... .......... .......... .......... 28% 396M 1s 49500K .......... .......... .......... .......... .......... 28% 78.8M 1s 49550K .......... .......... .......... .......... .......... 28% 355M 1s 49600K .......... .......... .......... .......... .......... 28% 277M 1s 49650K .......... .......... .......... .......... .......... 28% 318M 1s 49700K .......... .......... .......... .......... .......... 28% 380M 1s 49750K .......... .......... .......... .......... .......... 28% 306M 1s 49800K .......... .......... .......... .......... .......... 28% 340M 1s 49850K .......... .......... .......... .......... .......... 28% 334M 1s 49900K .......... .......... .......... .......... .......... 28% 381M 1s 49950K .......... .......... .......... .......... .......... 28% 340M 1s 50000K .......... .......... .......... .......... .......... 28% 63.4M 1s 50050K .......... .......... .......... .......... .......... 28% 315M 1s 50100K .......... .......... .......... .......... .......... 28% 380M 1s 50150K .......... .......... .......... .......... .......... 28% 317M 1s 50200K .......... .......... .......... .......... .......... 28% 316M 1s 50250K .......... .......... .......... .......... .......... 28% 26.4M 1s 50300K .......... .......... .......... .......... .......... 28% 311M 1s 50350K .......... .......... .......... .......... .......... 28% 293M 1s 50400K .......... .......... .......... .......... .......... 28% 343M 1s 50450K .......... .......... .......... .......... .......... 28% 380M 1s 50500K .......... .......... .......... .......... .......... 28% 354M 1s 50550K .......... .......... .......... .......... .......... 28% 50.4M 1s 50600K .......... .......... .......... .......... .......... 28% 319M 1s 50650K .......... .......... .......... .......... .......... 28% 298M 1s 50700K .......... .......... .......... .......... .......... 28% 347M 1s 50750K .......... .......... .......... .......... .......... 28% 383M 1s 50800K .......... .......... .......... .......... .......... 29% 61.6M 1s 50850K .......... .......... .......... .......... .......... 29% 366M 1s 50900K .......... .......... .......... .......... .......... 29% 270M 1s 50950K .......... .......... .......... .......... .......... 29% 372M 1s 51000K .......... .......... .......... .......... .......... 29% 380M 1s 51050K .......... .......... .......... .......... .......... 29% 211M 1s 51100K .......... .......... .......... .......... .......... 29% 285M 1s 51150K .......... .......... .......... .......... .......... 29% 337M 1s 51200K .......... .......... .......... .......... .......... 29% 55.0M 1s 51250K .......... .......... .......... .......... .......... 29% 317M 1s 51300K .......... .......... .......... .......... .......... 29% 345M 1s 51350K .......... .......... .......... .......... .......... 29% 294M 1s 51400K .......... .......... .......... .......... .......... 29% 338M 1s 51450K .......... .......... .......... .......... .......... 29% 366M 1s 51500K .......... .......... .......... .......... .......... 29% 312M 1s 51550K .......... .......... .......... .......... .......... 29% 340M 1s 51600K .......... .......... .......... .......... .......... 29% 377M 1s 51650K .......... .......... .......... .......... .......... 29% 338M 1s 51700K .......... .......... .......... .......... .......... 29% 323M 1s 51750K .......... .......... .......... .......... .......... 29% 381M 1s 51800K .......... .......... .......... .......... .......... 29% 76.6M 1s 51850K .......... .......... .......... .......... .......... 29% 287M 1s 51900K .......... .......... .......... .......... .......... 29% 324M 1s 51950K .......... .......... .......... .......... .......... 29% 309M 1s 52000K .......... .......... .......... .......... .......... 29% 258M 1s 52050K .......... .......... .......... .......... .......... 29% 75.7M 1s 52100K .......... .......... .......... .......... .......... 29% 298M 1s 52150K .......... .......... .......... .......... .......... 29% 341M 1s 52200K .......... .......... .......... .......... .......... 29% 326M 1s 52250K .......... .......... .......... .......... .......... 29% 377M 1s 52300K .......... .......... .......... .......... .......... 29% 348M 1s 52350K .......... .......... .......... .......... .......... 29% 350M 1s 52400K .......... .......... .......... .......... .......... 29% 271M 1s 52450K .......... .......... .......... .......... .......... 29% 352M 1s 52500K .......... .......... .......... .......... .......... 29% 390M 1s 52550K .......... .......... .......... .......... .......... 30% 273M 1s 52600K .......... .......... .......... .......... .......... 30% 356M 1s 52650K .......... .......... .......... .......... .......... 30% 291M 1s 52700K .......... .......... .......... .......... .......... 30% 375M 1s 52750K .......... .......... .......... .......... .......... 30% 319M 1s 52800K .......... .......... .......... .......... .......... 30% 376M 1s 52850K .......... .......... .......... .......... .......... 30% 78.7M 1s 52900K .......... .......... .......... .......... .......... 30% 285M 1s 52950K .......... .......... .......... .......... .......... 30% 309M 1s 53000K .......... .......... .......... .......... .......... 30% 397M 1s 53050K .......... .......... .......... .......... .......... 30% 331M 1s 53100K .......... .......... .......... .......... .......... 30% 63.5M 1s 53150K .......... .......... .......... .......... .......... 30% 394M 1s 53200K .......... .......... .......... .......... .......... 30% 98.0M 1s 53250K .......... .......... .......... .......... .......... 30% 388M 1s 53300K .......... .......... .......... .......... .......... 30% 311M 1s 53350K .......... .......... .......... .......... .......... 30% 288M 1s 53400K .......... .......... .......... .......... .......... 30% 323M 1s 53450K .......... .......... .......... .......... .......... 30% 336M 1s 53500K .......... .......... .......... .......... .......... 30% 326M 1s 53550K .......... .......... .......... .......... .......... 30% 371M 1s 53600K .......... .......... .......... .......... .......... 30% 97.8M 1s 53650K .......... .......... .......... .......... .......... 30% 335M 1s 53700K .......... .......... .......... .......... .......... 30% 268M 1s 53750K .......... .......... .......... .......... .......... 30% 382M 1s 53800K .......... .......... .......... .......... .......... 30% 414M 1s 53850K .......... .......... .......... .......... .......... 30% 123M 1s 53900K .......... .......... .......... .......... .......... 30% 355M 1s 53950K .......... .......... .......... .......... .......... 30% 359M 1s 54000K .......... .......... .......... .......... .......... 30% 375M 1s 54050K .......... .......... .......... .......... .......... 30% 345M 1s 54100K .......... .......... .......... .......... .......... 30% 178M 1s 54150K .......... .......... .......... .......... .......... 30% 300M 1s 54200K .......... .......... .......... .......... .......... 30% 326M 1s 54250K .......... .......... .......... .......... .......... 30% 332M 1s 54300K .......... .......... .......... .......... .......... 31% 367M 1s 54350K .......... .......... .......... .......... .......... 31% 307M 1s 54400K .......... .......... .......... .......... .......... 31% 261M 1s 54450K .......... .......... .......... .......... .......... 31% 378M 1s 54500K .......... .......... .......... .......... .......... 31% 380M 1s 54550K .......... .......... .......... .......... .......... 31% 324M 1s 54600K .......... .......... .......... .......... .......... 31% 124M 1s 54650K .......... .......... .......... .......... .......... 31% 285M 1s 54700K .......... .......... .......... .......... .......... 31% 308M 1s 54750K .......... .......... .......... .......... .......... 31% 304M 1s 54800K .......... .......... .......... .......... .......... 31% 380M 1s 54850K .......... .......... .......... .......... .......... 31% 383M 1s 54900K .......... .......... .......... .......... .......... 31% 122M 1s 54950K .......... .......... .......... .......... .......... 31% 254M 1s 55000K .......... .......... .......... .......... .......... 31% 249M 1s 55050K .......... .......... .......... .......... .......... 31% 350M 1s 55100K .......... .......... .......... .......... .......... 31% 332M 1s 55150K .......... .......... .......... .......... .......... 31% 198M 1s 55200K .......... .......... .......... .......... .......... 31% 347M 1s 55250K .......... .......... .......... .......... .......... 31% 66.0M 1s 55300K .......... .......... .......... .......... .......... 31% 365M 1s 55350K .......... .......... .......... .......... .......... 31% 283M 1s 55400K .......... .......... .......... .......... .......... 31% 303M 1s 55450K .......... .......... .......... .......... .......... 31% 339M 1s 55500K .......... .......... .......... .......... .......... 31% 320M 1s 55550K .......... .......... .......... .......... .......... 31% 403M 1s 55600K .......... .......... .......... .......... .......... 31% 362M 1s 55650K .......... .......... .......... .......... .......... 31% 204M 1s 55700K .......... .......... .......... .......... .......... 31% 319M 1s 55750K .......... .......... .......... .......... .......... 31% 350M 1s 55800K .......... .......... .......... .......... .......... 31% 377M 1s 55850K .......... .......... .......... .......... .......... 31% 342M 1s 55900K .......... .......... .......... .......... .......... 31% 174M 1s 55950K .......... .......... .......... .......... .......... 31% 374M 1s 56000K .......... .......... .......... .......... .......... 31% 332M 1s 56050K .......... .......... .......... .......... .......... 32% 311M 1s 56100K .......... .......... .......... .......... .......... 32% 410M 1s 56150K .......... .......... .......... .......... .......... 32% 269M 1s 56200K .......... .......... .......... .......... .......... 32% 290M 1s 56250K .......... .......... .......... .......... .......... 32% 358M 1s 56300K .......... .......... .......... .......... .......... 32% 329M 1s 56350K .......... .......... .......... .......... .......... 32% 370M 1s 56400K .......... .......... .......... .......... .......... 32% 143M 1s 56450K .......... .......... .......... .......... .......... 32% 330M 1s 56500K .......... .......... .......... .......... .......... 32% 376M 1s 56550K .......... .......... .......... .......... .......... 32% 325M 1s 56600K .......... .......... .......... .......... .......... 32% 336M 1s 56650K .......... .......... .......... .......... .......... 32% 35.7M 1s 56700K .......... .......... .......... .......... .......... 32% 326M 1s 56750K .......... .......... .......... .......... .......... 32% 253M 1s 56800K .......... .......... .......... .......... .......... 32% 335M 1s 56850K .......... .......... .......... .......... .......... 32% 356M 1s 56900K .......... .......... .......... .......... .......... 32% 75.4M 1s 56950K .......... .......... .......... .......... .......... 32% 350M 1s 57000K .......... .......... .......... .......... .......... 32% 273M 1s 57050K .......... .......... .......... .......... .......... 32% 343M 1s 57100K .......... .......... .......... .......... .......... 32% 338M 1s 57150K .......... .......... .......... .......... .......... 32% 372M 1s 57200K .......... .......... .......... .......... .......... 32% 80.9M 1s 57250K .......... .......... .......... .......... .......... 32% 335M 1s 57300K .......... .......... .......... .......... .......... 32% 27.3M 1s 57350K .......... .......... .......... .......... .......... 32% 233M 1s 57400K .......... .......... .......... .......... .......... 32% 306M 1s 57450K .......... .......... .......... .......... .......... 32% 331M 1s 57500K .......... .......... .......... .......... .......... 32% 299M 1s 57550K .......... .......... .......... .......... .......... 32% 373M 1s 57600K .......... .......... .......... .......... .......... 32% 400M 1s 57650K .......... .......... .......... .......... .......... 32% 330M 1s 57700K .......... .......... .......... .......... .......... 32% 141M 1s 57750K .......... .......... .......... .......... .......... 32% 312M 1s 57800K .......... .......... .......... .......... .......... 33% 310M 1s 57850K .......... .......... .......... .......... .......... 33% 335M 1s 57900K .......... .......... .......... .......... .......... 33% 338M 1s 57950K .......... .......... .......... .......... .......... 33% 153M 1s 58000K .......... .......... .......... .......... .......... 33% 355M 1s 58050K .......... .......... .......... .......... .......... 33% 285M 1s 58100K .......... .......... .......... .......... .......... 33% 344M 1s 58150K .......... .......... .......... .......... .......... 33% 403M 1s 58200K .......... .......... .......... .......... .......... 33% 154M 1s 58250K .......... .......... .......... .......... .......... 33% 354M 1s 58300K .......... .......... .......... .......... .......... 33% 326M 1s 58350K .......... .......... .......... .......... .......... 33% 371M 1s 58400K .......... .......... .......... .......... .......... 33% 337M 1s 58450K .......... .......... .......... .......... .......... 33% 85.8M 1s 58500K .......... .......... .......... .......... .......... 33% 279M 1s 58550K .......... .......... .......... .......... .......... 33% 297M 1s 58600K .......... .......... .......... .......... .......... 33% 381M 1s 58650K .......... .......... .......... .......... .......... 33% 305M 1s 58700K .......... .......... .......... .......... .......... 33% 160M 1s 58750K .......... .......... .......... .......... .......... 33% 298M 1s 58800K .......... .......... .......... .......... .......... 33% 369M 1s 58850K .......... .......... .......... .......... .......... 33% 346M 1s 58900K .......... .......... .......... .......... .......... 33% 319M 1s 58950K .......... .......... .......... .......... .......... 33% 50.7M 1s 59000K .......... .......... .......... .......... .......... 33% 334M 1s 59050K .......... .......... .......... .......... .......... 33% 343M 1s 59100K .......... .......... .......... .......... .......... 33% 308M 1s 59150K .......... .......... .......... .......... .......... 33% 375M 1s 59200K .......... .......... .......... .......... .......... 33% 333M 1s 59250K .......... .......... .......... .......... .......... 33% 319M 1s 59300K .......... .......... .......... .......... .......... 33% 365M 1s 59350K .......... .......... .......... .......... .......... 33% 56.8M 1s 59400K .......... .......... .......... .......... .......... 33% 290M 1s 59450K .......... .......... .......... .......... .......... 33% 319M 1s 59500K .......... .......... .......... .......... .......... 33% 362M 1s 59550K .......... .......... .......... .......... .......... 34% 301M 1s 59600K .......... .......... .......... .......... .......... 34% 379M 1s 59650K .......... .......... .......... .......... .......... 34% 377M 1s 59700K .......... .......... .......... .......... .......... 34% 300M 1s 59750K .......... .......... .......... .......... .......... 34% 357M 1s 59800K .......... .......... .......... .......... .......... 34% 299M 1s 59850K .......... .......... .......... .......... .......... 34% 327M 1s 59900K .......... .......... .......... .......... .......... 34% 337M 1s 59950K .......... .......... .......... .......... .......... 34% 355M 1s 60000K .......... .......... .......... .......... .......... 34% 358M 1s 60050K .......... .......... .......... .......... .......... 34% 280M 1s 60100K .......... .......... .......... .......... .......... 34% 363M 1s 60150K .......... .......... .......... .......... .......... 34% 336M 1s 60200K .......... .......... .......... .......... .......... 34% 369M 1s 60250K .......... .......... .......... .......... .......... 34% 264M 1s 60300K .......... .......... .......... .......... .......... 34% 354M 1s 60350K .......... .......... .......... .......... .......... 34% 356M 1s 60400K .......... .......... .......... .......... .......... 34% 324M 1s 60450K .......... .......... .......... .......... .......... 34% 362M 1s 60500K .......... .......... .......... .......... .......... 34% 255M 1s 60550K .......... .......... .......... .......... .......... 34% 276M 1s 60600K .......... .......... .......... .......... .......... 34% 318M 1s 60650K .......... .......... .......... .......... .......... 34% 378M 1s 60700K .......... .......... .......... .......... .......... 34% 356M 1s 60750K .......... .......... .......... .......... .......... 34% 213M 1s 60800K .......... .......... .......... .......... .......... 34% 343M 1s 60850K .......... .......... .......... .......... .......... 34% 360M 1s 60900K .......... .......... .......... .......... .......... 34% 357M 1s 60950K .......... .......... .......... .......... .......... 34% 309M 1s 61000K .......... .......... .......... .......... .......... 34% 86.9M 1s 61050K .......... .......... .......... .......... .......... 34% 358M 1s 61100K .......... .......... .......... .......... .......... 34% 306M 1s 61150K .......... .......... .......... .......... .......... 34% 335M 1s 61200K .......... .......... .......... .......... .......... 34% 338M 1s 61250K .......... .......... .......... .......... .......... 34% 39.2M 1s 61300K .......... .......... .......... .......... .......... 35% 335M 1s 61350K .......... .......... .......... .......... .......... 35% 369M 1s 61400K .......... .......... .......... .......... .......... 35% 90.6M 1s 61450K .......... .......... .......... .......... .......... 35% 318M 1s 61500K .......... .......... .......... .......... .......... 35% 312M 1s 61550K .......... .......... .......... .......... .......... 35% 283M 1s 61600K .......... .......... .......... .......... .......... 35% 353M 1s 61650K .......... .......... .......... .......... .......... 35% 387M 1s 61700K .......... .......... .......... .......... .......... 35% 291M 1s 61750K .......... .......... .......... .......... .......... 35% 378M 1s 61800K .......... .......... .......... .......... .......... 35% 325M 1s 61850K .......... .......... .......... .......... .......... 35% 300M 1s 61900K .......... .......... .......... .......... .......... 35% 279M 1s 61950K .......... .......... .......... .......... .......... 35% 329M 1s 62000K .......... .......... .......... .......... .......... 35% 312M 1s 62050K .......... .......... .......... .......... .......... 35% 344M 1s 62100K .......... .......... .......... .......... .......... 35% 389M 1s 62150K .......... .......... .......... .......... .......... 35% 331M 1s 62200K .......... .......... .......... .......... .......... 35% 347M 1s 62250K .......... .......... .......... .......... .......... 35% 303M 1s 62300K .......... .......... .......... .......... .......... 35% 385M 1s 62350K .......... .......... .......... .......... .......... 35% 412M 1s 62400K .......... .......... .......... .......... .......... 35% 333M 1s 62450K .......... .......... .......... .......... .......... 35% 354M 1s 62500K .......... .......... .......... .......... .......... 35% 388M 1s 62550K .......... .......... .......... .......... .......... 35% 77.7M 1s 62600K .......... .......... .......... .......... .......... 35% 276M 1s 62650K .......... .......... .......... .......... .......... 35% 349M 1s 62700K .......... .......... .......... .......... .......... 35% 309M 1s 62750K .......... .......... .......... .......... .......... 35% 338M 1s 62800K .......... .......... .......... .......... .......... 35% 117M 1s 62850K .......... .......... .......... .......... .......... 35% 313M 1s 62900K .......... .......... .......... .......... .......... 35% 384M 1s 62950K .......... .......... .......... .......... .......... 35% 282M 1s 63000K .......... .......... .......... .......... .......... 35% 375M 1s 63050K .......... .......... .......... .......... .......... 36% 222M 1s 63100K .......... .......... .......... .......... .......... 36% 282M 1s 63150K .......... .......... .......... .......... .......... 36% 356M 1s 63200K .......... .......... .......... .......... .......... 36% 362M 1s 63250K .......... .......... .......... .......... .......... 36% 331M 1s 63300K .......... .......... .......... .......... .......... 36% 302M 1s 63350K .......... .......... .......... .......... .......... 36% 383M 1s 63400K .......... .......... .......... .......... .......... 36% 375M 1s 63450K .......... .......... .......... .......... .......... 36% 66.7M 1s 63500K .......... .......... .......... .......... .......... 36% 289M 1s 63550K .......... .......... .......... .......... .......... 36% 304M 1s 63600K .......... .......... .......... .......... .......... 36% 376M 1s 63650K .......... .......... .......... .......... .......... 36% 366M 1s 63700K .......... .......... .......... .......... .......... 36% 329M 1s 63750K .......... .......... .......... .......... .......... 36% 301M 1s 63800K .......... .......... .......... .......... .......... 36% 373M 1s 63850K .......... .......... .......... .......... .......... 36% 359M 1s 63900K .......... .......... .......... .......... .......... 36% 322M 1s 63950K .......... .......... .......... .......... .......... 36% 362M 1s 64000K .......... .......... .......... .......... .......... 36% 419M 1s 64050K .......... .......... .......... .......... .......... 36% 302M 1s 64100K .......... .......... .......... .......... .......... 36% 295M 1s 64150K .......... .......... .......... .......... .......... 36% 358M 1s 64200K .......... .......... .......... .......... .......... 36% 368M 1s 64250K .......... .......... .......... .......... .......... 36% 339M 1s 64300K .......... .......... .......... .......... .......... 36% 320M 1s 64350K .......... .......... .......... .......... .......... 36% 358M 1s 64400K .......... .......... .......... .......... .......... 36% 305M 1s 64450K .......... .......... .......... .......... .......... 36% 330M 1s 64500K .......... .......... .......... .......... .......... 36% 321M 1s 64550K .......... .......... .......... .......... .......... 36% 378M 1s 64600K .......... .......... .......... .......... .......... 36% 288M 1s 64650K .......... .......... .......... .......... .......... 36% 406M 1s 64700K .......... .......... .......... .......... .......... 36% 369M 1s 64750K .......... .......... .......... .......... .......... 36% 264M 1s 64800K .......... .......... .......... .......... .......... 37% 371M 1s 64850K .......... .......... .......... .......... .......... 37% 333M 1s 64900K .......... .......... .......... .......... .......... 37% 372M 1s 64950K .......... .......... .......... .......... .......... 37% 331M 1s 65000K .......... .......... .......... .......... .......... 37% 382M 1s 65050K .......... .......... .......... .......... .......... 37% 365M 1s 65100K .......... .......... .......... .......... .......... 37% 73.2M 1s 65150K .......... .......... .......... .......... .......... 37% 346M 1s 65200K .......... .......... .......... .......... .......... 37% 358M 1s 65250K .......... .......... .......... .......... .......... 37% 357M 1s 65300K .......... .......... .......... .......... .......... 37% 304M 1s 65350K .......... .......... .......... .......... .......... 37% 240M 1s 65400K .......... .......... .......... .......... .......... 37% 355M 1s 65450K .......... .......... .......... .......... .......... 37% 289M 1s 65500K .......... .......... .......... .......... .......... 37% 55.8M 1s 65550K .......... .......... .......... .......... .......... 37% 306M 1s 65600K .......... .......... .......... .......... .......... 37% 336M 1s 65650K .......... .......... .......... .......... .......... 37% 337M 1s 65700K .......... .......... .......... .......... .......... 37% 290M 1s 65750K .......... .......... .......... .......... .......... 37% 336M 1s 65800K .......... .......... .......... .......... .......... 37% 354M 1s 65850K .......... .......... .......... .......... .......... 37% 396M 1s 65900K .......... .......... .......... .......... .......... 37% 197M 1s 65950K .......... .......... .......... .......... .......... 37% 347M 1s 66000K .......... .......... .......... .......... .......... 37% 283M 1s 66050K .......... .......... .......... .......... .......... 37% 323M 1s 66100K .......... .......... .......... .......... .......... 37% 385M 1s 66150K .......... .......... .......... .......... .......... 37% 348M 1s 66200K .......... .......... .......... .......... .......... 37% 348M 1s 66250K .......... .......... .......... .......... .......... 37% 295M 1s 66300K .......... .......... .......... .......... .......... 37% 409M 1s 66350K .......... .......... .......... .......... .......... 37% 336M 1s 66400K .......... .......... .......... .......... .......... 37% 127M 1s 66450K .......... .......... .......... .......... .......... 37% 328M 1s 66500K .......... .......... .......... .......... .......... 37% 347M 1s 66550K .......... .......... .......... .......... .......... 38% 373M 1s 66600K .......... .......... .......... .......... .......... 38% 318M 1s 66650K .......... .......... .......... .......... .......... 38% 349M 1s 66700K .......... .......... .......... .......... .......... 38% 355M 1s 66750K .......... .......... .......... .......... .......... 38% 297M 1s 66800K .......... .......... .......... .......... .......... 38% 367M 1s 66850K .......... .......... .......... .......... .......... 38% 410M 1s 66900K .......... .......... .......... .......... .......... 38% 219M 1s 66950K .......... .......... .......... .......... .......... 38% 224M 1s 67000K .......... .......... .......... .......... .......... 38% 330M 1s 67050K .......... .......... .......... .......... .......... 38% 359M 1s 67100K .......... .......... .......... .......... .......... 38% 339M 1s 67150K .......... .......... .......... .......... .......... 38% 365M 1s 67200K .......... .......... .......... .......... .......... 38% 347M 1s 67250K .......... .......... .......... .......... .......... 38% 387M 1s 67300K .......... .......... .......... .......... .......... 38% 277M 1s 67350K .......... .......... .......... .......... .......... 38% 312M 1s 67400K .......... .......... .......... .......... .......... 38% 339M 1s 67450K .......... .......... .......... .......... .......... 38% 309M 1s 67500K .......... .......... .......... .......... .......... 38% 391M 1s 67550K .......... .......... .......... .......... .......... 38% 55.0M 1s 67600K .......... .......... .......... .......... .......... 38% 298M 1s 67650K .......... .......... .......... .......... .......... 38% 367M 1s 67700K .......... .......... .......... .......... .......... 38% 335M 1s 67750K .......... .......... .......... .......... .......... 38% 293M 1s 67800K .......... .......... .......... .......... .......... 38% 387M 1s 67850K .......... .......... .......... .......... .......... 38% 379M 1s 67900K .......... .......... .......... .......... .......... 38% 349M 1s 67950K .......... .......... .......... .......... .......... 38% 61.4M 1s 68000K .......... .......... .......... .......... .......... 38% 338M 1s 68050K .......... .......... .......... .......... .......... 38% 347M 1s 68100K .......... .......... .......... .......... .......... 38% 322M 1s 68150K .......... .......... .......... .......... .......... 38% 425M 1s 68200K .......... .......... .......... .......... .......... 38% 160M 1s 68250K .......... .......... .......... .......... .......... 38% 269M 1s 68300K .......... .......... .......... .......... .......... 39% 352M 1s 68350K .......... .......... .......... .......... .......... 39% 403M 1s 68400K .......... .......... .......... .......... .......... 39% 378M 1s 68450K .......... .......... .......... .......... .......... 39% 28.5M 1s 68500K .......... .......... .......... .......... .......... 39% 339M 1s 68550K .......... .......... .......... .......... .......... 39% 353M 1s 68600K .......... .......... .......... .......... .......... 39% 272M 1s 68650K .......... .......... .......... .......... .......... 39% 366M 1s 68700K .......... .......... .......... .......... .......... 39% 46.9M 1s 68750K .......... .......... .......... .......... .......... 39% 336M 1s 68800K .......... .......... .......... .......... .......... 39% 295M 1s 68850K .......... .......... .......... .......... .......... 39% 378M 1s 68900K .......... .......... .......... .......... .......... 39% 404M 1s 68950K .......... .......... .......... .......... .......... 39% 47.7M 1s 69000K .......... .......... .......... .......... .......... 39% 337M 1s 69050K .......... .......... .......... .......... .......... 39% 305M 1s 69100K .......... .......... .......... .......... .......... 39% 317M 1s 69150K .......... .......... .......... .......... .......... 39% 415M 1s 69200K .......... .......... .......... .......... .......... 39% 267M 1s 69250K .......... .......... .......... .......... .......... 39% 300M 1s 69300K .......... .......... .......... .......... .......... 39% 318M 1s 69350K .......... .......... .......... .......... .......... 39% 331M 1s 69400K .......... .......... .......... .......... .......... 39% 358M 1s 69450K .......... .......... .......... .......... .......... 39% 337M 1s 69500K .......... .......... .......... .......... .......... 39% 338M 1s 69550K .......... .......... .......... .......... .......... 39% 413M 1s 69600K .......... .......... .......... .......... .......... 39% 70.2M 1s 69650K .......... .......... .......... .......... .......... 39% 345M 1s 69700K .......... .......... .......... .......... .......... 39% 329M 1s 69750K .......... .......... .......... .......... .......... 39% 275M 1s 69800K .......... .......... .......... .......... .......... 39% 383M 1s 69850K .......... .......... .......... .......... .......... 39% 374M 1s 69900K .......... .......... .......... .......... .......... 39% 311M 1s 69950K .......... .......... .......... .......... .......... 39% 334M 1s 70000K .......... .......... .......... .......... .......... 39% 326M 1s 70050K .......... .......... .......... .......... .......... 40% 370M 1s 70100K .......... .......... .......... .......... .......... 40% 341M 1s 70150K .......... .......... .......... .......... .......... 40% 371M 1s 70200K .......... .......... .......... .......... .......... 40% 339M 1s 70250K .......... .......... .......... .......... .......... 40% 239M 1s 70300K .......... .......... .......... .......... .......... 40% 348M 1s 70350K .......... .......... .......... .......... .......... 40% 390M 1s 70400K .......... .......... .......... .......... .......... 40% 405M 1s 70450K .......... .......... .......... .......... .......... 40% 301M 1s 70500K .......... .......... .......... .......... .......... 40% 311M 1s 70550K .......... .......... .......... .......... .......... 40% 312M 1s 70600K .......... .......... .......... .......... .......... 40% 298M 1s 70650K .......... .......... .......... .......... .......... 40% 407M 1s 70700K .......... .......... .......... .......... .......... 40% 375M 1s 70750K .......... .......... .......... .......... .......... 40% 140M 1s 70800K .......... .......... .......... .......... .......... 40% 324M 1s 70850K .......... .......... .......... .......... .......... 40% 323M 1s 70900K .......... .......... .......... .......... .......... 40% 371M 1s 70950K .......... .......... .......... .......... .......... 40% 332M 1s 71000K .......... .......... .......... .......... .......... 40% 167M 1s 71050K .......... .......... .......... .......... .......... 40% 378M 1s 71100K .......... .......... .......... .......... .......... 40% 329M 1s 71150K .......... .......... .......... .......... .......... 40% 299M 1s 71200K .......... .......... .......... .......... .......... 40% 406M 1s 71250K .......... .......... .......... .......... .......... 40% 215M 1s 71300K .......... .......... .......... .......... .......... 40% 289M 1s 71350K .......... .......... .......... .......... .......... 40% 364M 1s 71400K .......... .......... .......... .......... .......... 40% 349M 1s 71450K .......... .......... .......... .......... .......... 40% 303M 1s 71500K .......... .......... .......... .......... .......... 40% 318M 1s 71550K .......... .......... .......... .......... .......... 40% 380M 1s 71600K .......... .......... .......... .......... .......... 40% 410M 1s 71650K .......... .......... .......... .......... .......... 40% 104M 1s 71700K .......... .......... .......... .......... .......... 40% 341M 1s 71750K .......... .......... .......... .......... .......... 40% 247M 1s 71800K .......... .......... .......... .......... .......... 41% 324M 1s 71850K .......... .......... .......... .......... .......... 41% 389M 1s 71900K .......... .......... .......... .......... .......... 41% 322M 1s 71950K .......... .......... .......... .......... .......... 41% 405M 1s 72000K .......... .......... .......... .......... .......... 41% 365M 1s 72050K .......... .......... .......... .......... .......... 41% 188M 1s 72100K .......... .......... .......... .......... .......... 41% 297M 1s 72150K .......... .......... .......... .......... .......... 41% 338M 1s 72200K .......... .......... .......... .......... .......... 41% 385M 1s 72250K .......... .......... .......... .......... .......... 41% 338M 1s 72300K .......... .......... .......... .......... .......... 41% 149M 1s 72350K .......... .......... .......... .......... .......... 41% 348M 1s 72400K .......... .......... .......... .......... .......... 41% 357M 1s 72450K .......... .......... .......... .......... .......... 41% 339M 1s 72500K .......... .......... .......... .......... .......... 41% 398M 1s 72550K .......... .......... .......... .......... .......... 41% 90.9M 1s 72600K .......... .......... .......... .......... .......... 41% 275M 1s 72650K .......... .......... .......... .......... .......... 41% 379M 1s 72700K .......... .......... .......... .......... .......... 41% 359M 1s 72750K .......... .......... .......... .......... .......... 41% 378M 1s 72800K .......... .......... .......... .......... .......... 41% 42.8M 1s 72850K .......... .......... .......... .......... .......... 41% 315M 1s 72900K .......... .......... .......... .......... .......... 41% 347M 1s 72950K .......... .......... .......... .......... .......... 41% 332M 1s 73000K .......... .......... .......... .......... .......... 41% 359M 1s 73050K .......... .......... .......... .......... .......... 41% 52.1M 1s 73100K .......... .......... .......... .......... .......... 41% 351M 1s 73150K .......... .......... .......... .......... .......... 41% 284M 1s 73200K .......... .......... .......... .......... .......... 41% 373M 1s 73250K .......... .......... .......... .......... .......... 41% 377M 1s 73300K .......... .......... .......... .......... .......... 41% 222M 1s 73350K .......... .......... .......... .......... .......... 41% 376M 1s 73400K .......... .......... .......... .......... .......... 41% 367M 1s 73450K .......... .......... .......... .......... .......... 41% 358M 1s 73500K .......... .......... .......... .......... .......... 41% 317M 1s 73550K .......... .......... .......... .......... .......... 41% 56.7M 1s 73600K .......... .......... .......... .......... .......... 42% 335M 1s 73650K .......... .......... .......... .......... .......... 42% 350M 1s 73700K .......... .......... .......... .......... .......... 42% 70.8M 1s 73750K .......... .......... .......... .......... .......... 42% 333M 1s 73800K .......... .......... .......... .......... .......... 42% 322M 1s 73850K .......... .......... .......... .......... .......... 42% 309M 1s 73900K .......... .......... .......... .......... .......... 42% 216M 1s 73950K .......... .......... .......... .......... .......... 42% 374M 1s 74000K .......... .......... .......... .......... .......... 42% 403M 1s 74050K .......... .......... .......... .......... .......... 42% 319M 1s 74100K .......... .......... .......... .......... .......... 42% 262M 1s 74150K .......... .......... .......... .......... .......... 42% 320M 1s 74200K .......... .......... .......... .......... .......... 42% 343M 1s 74250K .......... .......... .......... .......... .......... 42% 326M 1s 74300K .......... .......... .......... .......... .......... 42% 367M 1s 74350K .......... .......... .......... .......... .......... 42% 90.9M 1s 74400K .......... .......... .......... .......... .......... 42% 304M 1s 74450K .......... .......... .......... .......... .......... 42% 342M 1s 74500K .......... .......... .......... .......... .......... 42% 372M 1s 74550K .......... .......... .......... .......... .......... 42% 341M 1s 74600K .......... .......... .......... .......... .......... 42% 273M 1s 74650K .......... .......... .......... .......... .......... 42% 317M 1s 74700K .......... .......... .......... .......... .......... 42% 335M 1s 74750K .......... .......... .......... .......... .......... 42% 402M 1s 74800K .......... .......... .......... .......... .......... 42% 318M 1s 74850K .......... .......... .......... .......... .......... 42% 35.5M 1s 74900K .......... .......... .......... .......... .......... 42% 305M 1s 74950K .......... .......... .......... .......... .......... 42% 263M 1s 75000K .......... .......... .......... .......... .......... 42% 387M 1s 75050K .......... .......... .......... .......... .......... 42% 356M 1s 75100K .......... .......... .......... .......... .......... 42% 16.9M 1s 75150K .......... .......... .......... .......... .......... 42% 304M 1s 75200K .......... .......... .......... .......... .......... 42% 349M 1s 75250K .......... .......... .......... .......... .......... 42% 343M 1s 75300K .......... .......... .......... .......... .......... 42% 315M 1s 75350K .......... .......... .......... .......... .......... 43% 29.7M 1s 75400K .......... .......... .......... .......... .......... 43% 279M 1s 75450K .......... .......... .......... .......... .......... 43% 380M 1s 75500K .......... .......... .......... .......... .......... 43% 297M 1s 75550K .......... .......... .......... .......... .......... 43% 340M 1s 75600K .......... .......... .......... .......... .......... 43% 166M 1s 75650K .......... .......... .......... .......... .......... 43% 210M 1s 75700K .......... .......... .......... .......... .......... 43% 354M 1s 75750K .......... .......... .......... .......... .......... 43% 70.1M 1s 75800K .......... .......... .......... .......... .......... 43% 214M 1s 75850K .......... .......... .......... .......... .......... 43% 227M 1s 75900K .......... .......... .......... .......... .......... 43% 312M 1s 75950K .......... .......... .......... .......... .......... 43% 301M 1s 76000K .......... .......... .......... .......... .......... 43% 370M 1s 76050K .......... .......... .......... .......... .......... 43% 406M 1s 76100K .......... .......... .......... .......... .......... 43% 313M 1s 76150K .......... .......... .......... .......... .......... 43% 297M 1s 76200K .......... .......... .......... .......... .......... 43% 319M 1s 76250K .......... .......... .......... .......... .......... 43% 298M 1s 76300K .......... .......... .......... .......... .......... 43% 329M 1s 76350K .......... .......... .......... .......... .......... 43% 369M 1s 76400K .......... .......... .......... .......... .......... 43% 281M 1s 76450K .......... .......... .......... .......... .......... 43% 218M 1s 76500K .......... .......... .......... .......... .......... 43% 312M 1s 76550K .......... .......... .......... .......... .......... 43% 339M 1s 76600K .......... .......... .......... .......... .......... 43% 341M 1s 76650K .......... .......... .......... .......... .......... 43% 217M 1s 76700K .......... .......... .......... .......... .......... 43% 314M 1s 76750K .......... .......... .......... .......... .......... 43% 375M 1s 76800K .......... .......... .......... .......... .......... 43% 317M 1s 76850K .......... .......... .......... .......... .......... 43% 291M 1s 76900K .......... .......... .......... .......... .......... 43% 308M 1s 76950K .......... .......... .......... .......... .......... 43% 269M 1s 77000K .......... .......... .......... .......... .......... 43% 351M 1s 77050K .......... .......... .......... .......... .......... 43% 365M 1s 77100K .......... .......... .......... .......... .......... 44% 310M 1s 77150K .......... .......... .......... .......... .......... 44% 315M 1s 77200K .......... .......... .......... .......... .......... 44% 332M 1s 77250K .......... .......... .......... .......... .......... 44% 380M 1s 77300K .......... .......... .......... .......... .......... 44% 331M 1s 77350K .......... .......... .......... .......... .......... 44% 371M 1s 77400K .......... .......... .......... .......... .......... 44% 139M 1s 77450K .......... .......... .......... .......... .......... 44% 280M 1s 77500K .......... .......... .......... .......... .......... 44% 271M 1s 77550K .......... .......... .......... .......... .......... 44% 355M 1s 77600K .......... .......... .......... .......... .......... 44% 397M 1s 77650K .......... .......... .......... .......... .......... 44% 65.2M 1s 77700K .......... .......... .......... .......... .......... 44% 320M 1s 77750K .......... .......... .......... .......... .......... 44% 353M 1s 77800K .......... .......... .......... .......... .......... 44% 76.1M 1s 77850K .......... .......... .......... .......... .......... 44% 310M 1s 77900K .......... .......... .......... .......... .......... 44% 260M 1s 77950K .......... .......... .......... .......... .......... 44% 212M 1s 78000K .......... .......... .......... .......... .......... 44% 288M 1s 78050K .......... .......... .......... .......... .......... 44% 346M 1s 78100K .......... .......... .......... .......... .......... 44% 348M 1s 78150K .......... .......... .......... .......... .......... 44% 385M 1s 78200K .......... .......... .......... .......... .......... 44% 76.9M 1s 78250K .......... .......... .......... .......... .......... 44% 311M 1s 78300K .......... .......... .......... .......... .......... 44% 305M 1s 78350K .......... .......... .......... .......... .......... 44% 402M 1s 78400K .......... .......... .......... .......... .......... 44% 374M 1s 78450K .......... .......... .......... .......... .......... 44% 251M 1s 78500K .......... .......... .......... .......... .......... 44% 357M 1s 78550K .......... .......... .......... .......... .......... 44% 316M 1s 78600K .......... .......... .......... .......... .......... 44% 354M 1s 78650K .......... .......... .......... .......... .......... 44% 310M 1s 78700K .......... .......... .......... .......... .......... 44% 28.1M 1s 78750K .......... .......... .......... .......... .......... 44% 311M 1s 78800K .......... .......... .......... .......... .......... 44% 308M 1s 78850K .......... .......... .......... .......... .......... 45% 375M 1s 78900K .......... .......... .......... .......... .......... 45% 346M 1s 78950K .......... .......... .......... .......... .......... 45% 298M 1s 79000K .......... .......... .......... .......... .......... 45% 263M 1s 79050K .......... .......... .......... .......... .......... 45% 279M 1s 79100K .......... .......... .......... .......... .......... 45% 390M 1s 79150K .......... .......... .......... .......... .......... 45% 300M 1s 79200K .......... .......... .......... .......... .......... 45% 328M 1s 79250K .......... .......... .......... .......... .......... 45% 321M 1s 79300K .......... .......... .......... .......... .......... 45% 372M 1s 79350K .......... .......... .......... .......... .......... 45% 292M 1s 79400K .......... .......... .......... .......... .......... 45% 297M 1s 79450K .......... .......... .......... .......... .......... 45% 333M 1s 79500K .......... .......... .......... .......... .......... 45% 318M 1s 79550K .......... .......... .......... .......... .......... 45% 340M 1s 79600K .......... .......... .......... .......... .......... 45% 319M 1s 79650K .......... .......... .......... .......... .......... 45% 389M 1s 79700K .......... .......... .......... .......... .......... 45% 308M 1s 79750K .......... .......... .......... .......... .......... 45% 391M 1s 79800K .......... .......... .......... .......... .......... 45% 385M 1s 79850K .......... .......... .......... .......... .......... 45% 179M 1s 79900K .......... .......... .......... .......... .......... 45% 306M 1s 79950K .......... .......... .......... .......... .......... 45% 236M 1s 80000K .......... .......... .......... .......... .......... 45% 335M 1s 80050K .......... .......... .......... .......... .......... 45% 304M 1s 80100K .......... .......... .......... .......... .......... 45% 298M 1s 80150K .......... .......... .......... .......... .......... 45% 386M 1s 80200K .......... .......... .......... .......... .......... 45% 374M 1s 80250K .......... .......... .......... .......... .......... 45% 291M 1s 80300K .......... .......... .......... .......... .......... 45% 260M 1s 80350K .......... .......... .......... .......... .......... 45% 331M 1s 80400K .......... .......... .......... .......... .......... 45% 405M 1s 80450K .......... .......... .......... .......... .......... 45% 335M 1s 80500K .......... .......... .......... .......... .......... 45% 24.8M 1s 80550K .......... .......... .......... .......... .......... 45% 317M 1s 80600K .......... .......... .......... .......... .......... 46% 323M 1s 80650K .......... .......... .......... .......... .......... 46% 331M 1s 80700K .......... .......... .......... .......... .......... 46% 343M 1s 80750K .......... .......... .......... .......... .......... 46% 44.0M 1s 80800K .......... .......... .......... .......... .......... 46% 258M 1s 80850K .......... .......... .......... .......... .......... 46% 265M 1s 80900K .......... .......... .......... .......... .......... 46% 368M 1s 80950K .......... .......... .......... .......... .......... 46% 383M 1s 81000K .......... .......... .......... .......... .......... 46% 167M 1s 81050K .......... .......... .......... .......... .......... 46% 225M 1s 81100K .......... .......... .......... .......... .......... 46% 376M 1s 81150K .......... .......... .......... .......... .......... 46% 315M 1s 81200K .......... .......... .......... .......... .......... 46% 334M 1s 81250K .......... .......... .......... .......... .......... 46% 319M 1s 81300K .......... .......... .......... .......... .......... 46% 275M 1s 81350K .......... .......... .......... .......... .......... 46% 315M 1s 81400K .......... .......... .......... .......... .......... 46% 364M 1s 81450K .......... .......... .......... .......... .......... 46% 303M 1s 81500K .......... .......... .......... .......... .......... 46% 274M 1s 81550K .......... .......... .......... .......... .......... 46% 349M 1s 81600K .......... .......... .......... .......... .......... 46% 353M 1s 81650K .......... .......... .......... .......... .......... 46% 333M 1s 81700K .......... .......... .......... .......... .......... 46% 294M 1s 81750K .......... .......... .......... .......... .......... 46% 336M 1s 81800K .......... .......... .......... .......... .......... 46% 406M 1s 81850K .......... .......... .......... .......... .......... 46% 330M 1s 81900K .......... .......... .......... .......... .......... 46% 70.8M 1s 81950K .......... .......... .......... .......... .......... 46% 301M 1s 82000K .......... .......... .......... .......... .......... 46% 298M 1s 82050K .......... .......... .......... .......... .......... 46% 352M 1s 82100K .......... .......... .......... .......... .......... 46% 295M 1s 82150K .......... .......... .......... .......... .......... 46% 380M 1s 82200K .......... .......... .......... .......... .......... 46% 389M 0s 82250K .......... .......... .......... .......... .......... 46% 353M 0s 82300K .......... .......... .......... .......... .......... 46% 24.1M 1s 82350K .......... .......... .......... .......... .......... 47% 292M 1s 82400K .......... .......... .......... .......... .......... 47% 354M 1s 82450K .......... .......... .......... .......... .......... 47% 344M 1s 82500K .......... .......... .......... .......... .......... 47% 325M 0s 82550K .......... .......... .......... .......... .......... 47% 21.0M 1s 82600K .......... .......... .......... .......... .......... 47% 256M 1s 82650K .......... .......... .......... .......... .......... 47% 314M 1s 82700K .......... .......... .......... .......... .......... 47% 414M 1s 82750K .......... .......... .......... .......... .......... 47% 316M 1s 82800K .......... .......... .......... .......... .......... 47% 174M 0s 82850K .......... .......... .......... .......... .......... 47% 352M 0s 82900K .......... .......... .......... .......... .......... 47% 292M 0s 82950K .......... .......... .......... .......... .......... 47% 361M 0s 83000K .......... .......... .......... .......... .......... 47% 326M 0s 83050K .......... .......... .......... .......... .......... 47% 44.4M 0s 83100K .......... .......... .......... .......... .......... 47% 289M 0s 83150K .......... .......... .......... .......... .......... 47% 233M 0s 83200K .......... .......... .......... .......... .......... 47% 314M 0s 83250K .......... .......... .......... .......... .......... 47% 328M 0s 83300K .......... .......... .......... .......... .......... 47% 63.4M 0s 83350K .......... .......... .......... .......... .......... 47% 245M 0s 83400K .......... .......... .......... .......... .......... 47% 332M 0s 83450K .......... .......... .......... .......... .......... 47% 407M 0s 83500K .......... .......... .......... .......... .......... 47% 301M 0s 83550K .......... .......... .......... .......... .......... 47% 45.3M 0s 83600K .......... .......... .......... .......... .......... 47% 311M 0s 83650K .......... .......... .......... .......... .......... 47% 205M 0s 83700K .......... .......... .......... .......... .......... 47% 330M 0s 83750K .......... .......... .......... .......... .......... 47% 353M 0s 83800K .......... .......... .......... .......... .......... 47% 39.8M 0s 83850K .......... .......... .......... .......... .......... 47% 269M 0s 83900K .......... .......... .......... .......... .......... 47% 367M 0s 83950K .......... .......... .......... .......... .......... 47% 47.8M 0s 84000K .......... .......... .......... .......... .......... 47% 263M 0s 84050K .......... .......... .......... .......... .......... 47% 322M 0s 84100K .......... .......... .......... .......... .......... 48% 369M 0s 84150K .......... .......... .......... .......... .......... 48% 274M 0s 84200K .......... .......... .......... .......... .......... 48% 293M 0s 84250K .......... .......... .......... .......... .......... 48% 310M 0s 84300K .......... .......... .......... .......... .......... 48% 109M 0s 84350K .......... .......... .......... .......... .......... 48% 340M 0s 84400K .......... .......... .......... .......... .......... 48% 282M 0s 84450K .......... .......... .......... .......... .......... 48% 236M 0s 84500K .......... .......... .......... .......... .......... 48% 308M 0s 84550K .......... .......... .......... .......... .......... 48% 381M 0s 84600K .......... .......... .......... .......... .......... 48% 85.9M 0s 84650K .......... .......... .......... .......... .......... 48% 240M 0s 84700K .......... .......... .......... .......... .......... 48% 289M 0s 84750K .......... .......... .......... .......... .......... 48% 326M 0s 84800K .......... .......... .......... .......... .......... 48% 332M 0s 84850K .......... .......... .......... .......... .......... 48% 149M 0s 84900K .......... .......... .......... .......... .......... 48% 365M 0s 84950K .......... .......... .......... .......... .......... 48% 283M 0s 85000K .......... .......... .......... .......... .......... 48% 290M 0s 85050K .......... .......... .......... .......... .......... 48% 349M 0s 85100K .......... .......... .......... .......... .......... 48% 129M 0s 85150K .......... .......... .......... .......... .......... 48% 287M 0s 85200K .......... .......... .......... .......... .......... 48% 329M 0s 85250K .......... .......... .......... .......... .......... 48% 290M 0s 85300K .......... .......... .......... .......... .......... 48% 394M 0s 85350K .......... .......... .......... .......... .......... 48% 143M 0s 85400K .......... .......... .......... .......... .......... 48% 315M 0s 85450K .......... .......... .......... .......... .......... 48% 309M 0s 85500K .......... .......... .......... .......... .......... 48% 271M 0s 85550K .......... .......... .......... .......... .......... 48% 371M 0s 85600K .......... .......... .......... .......... .......... 48% 37.0M 0s 85650K .......... .......... .......... .......... .......... 48% 255M 0s 85700K .......... .......... .......... .......... .......... 48% 227M 0s 85750K .......... .......... .......... .......... .......... 48% 378M 0s 85800K .......... .......... .......... .......... .......... 48% 345M 0s 85850K .......... .......... .......... .......... .......... 49% 218M 0s 85900K .......... .......... .......... .......... .......... 49% 309M 0s 85950K .......... .......... .......... .......... .......... 49% 383M 0s 86000K .......... .......... .......... .......... .......... 49% 22.7M 0s 86050K .......... .......... .......... .......... .......... 49% 270M 0s 86100K .......... .......... .......... .......... .......... 49% 339M 0s 86150K .......... .......... .......... .......... .......... 49% 271M 0s 86200K .......... .......... .......... .......... .......... 49% 326M 0s 86250K .......... .......... .......... .......... .......... 49% 350M 0s 86300K .......... .......... .......... .......... .......... 49% 320M 0s 86350K .......... .......... .......... .......... .......... 49% 44.2M 0s 86400K .......... .......... .......... .......... .......... 49% 348M 0s 86450K .......... .......... .......... .......... .......... 49% 287M 0s 86500K .......... .......... .......... .......... .......... 49% 287M 0s 86550K .......... .......... .......... .......... .......... 49% 358M 0s 86600K .......... .......... .......... .......... .......... 49% 376M 0s 86650K .......... .......... .......... .......... .......... 49% 40.3M 0s 86700K .......... .......... .......... .......... .......... 49% 333M 0s 86750K .......... .......... .......... .......... .......... 49% 369M 0s 86800K .......... .......... .......... .......... .......... 49% 373M 0s 86850K .......... .......... .......... .......... .......... 49% 334M 0s 86900K .......... .......... .......... .......... .......... 49% 92.0M 0s 86950K .......... .......... .......... .......... .......... 49% 355M 0s 87000K .......... .......... .......... .......... .......... 49% 261M 0s 87050K .......... .......... .......... .......... .......... 49% 378M 0s 87100K .......... .......... .......... .......... .......... 49% 353M 0s 87150K .......... .......... .......... .......... .......... 49% 5.32M 0s 87200K .......... .......... .......... .......... .......... 49% 293M 0s 87250K .......... .......... .......... .......... .......... 49% 306M 0s 87300K .......... .......... .......... .......... .......... 49% 321M 0s 87350K .......... .......... .......... .......... .......... 49% 345M 0s 87400K .......... .......... .......... .......... .......... 49% 93.4M 0s 87450K .......... .......... .......... .......... .......... 49% 312M 0s 87500K .......... .......... .......... .......... .......... 49% 334M 0s 87550K .......... .......... .......... .......... .......... 49% 318M 0s 87600K .......... .......... .......... .......... .......... 50% 405M 0s 87650K .......... .......... .......... .......... .......... 50% 36.5M 0s 87700K .......... .......... .......... .......... .......... 50% 238M 0s 87750K .......... .......... .......... .......... .......... 50% 340M 0s 87800K .......... .......... .......... .......... .......... 50% 368M 0s 87850K .......... .......... .......... .......... .......... 50% 367M 0s 87900K .......... .......... .......... .......... .......... 50% 130M 0s 87950K .......... .......... .......... .......... .......... 50% 337M 0s 88000K .......... .......... .......... .......... .......... 50% 376M 0s 88050K .......... .......... .......... .......... .......... 50% 7.58M 0s 88100K .......... .......... .......... .......... .......... 50% 303M 0s 88150K .......... .......... .......... .......... .......... 50% 307M 0s 88200K .......... .......... .......... .......... .......... 50% 298M 0s 88250K .......... .......... .......... .......... .......... 50% 402M 0s 88300K .......... .......... .......... .......... .......... 50% 312M 0s 88350K .......... .......... .......... .......... .......... 50% 365M 0s 88400K .......... .......... .......... .......... .......... 50% 18.0M 0s 88450K .......... .......... .......... .......... .......... 50% 293M 0s 88500K .......... .......... .......... .......... .......... 50% 234M 0s 88550K .......... .......... .......... .......... .......... 50% 346M 0s 88600K .......... .......... .......... .......... .......... 50% 390M 0s 88650K .......... .......... .......... .......... .......... 50% 44.5M 0s 88700K .......... .......... .......... .......... .......... 50% 323M 0s 88750K .......... .......... .......... .......... .......... 50% 291M 0s 88800K .......... .......... .......... .......... .......... 50% 368M 0s 88850K .......... .......... .......... .......... .......... 50% 332M 0s 88900K .......... .......... .......... .......... .......... 50% 350M 0s 88950K .......... .......... .......... .......... .......... 50% 158M 0s 89000K .......... .......... .......... .......... .......... 50% 304M 0s 89050K .......... .......... .......... .......... .......... 50% 305M 0s 89100K .......... .......... .......... .......... .......... 50% 388M 0s 89150K .......... .......... .......... .......... .......... 50% 382M 0s 89200K .......... .......... .......... .......... .......... 50% 255M 0s 89250K .......... .......... .......... .......... .......... 50% 347M 0s 89300K .......... .......... .......... .......... .......... 50% 308M 0s 89350K .......... .......... .......... .......... .......... 51% 291M 0s 89400K .......... .......... .......... .......... .......... 51% 272M 0s 89450K .......... .......... .......... .......... .......... 51% 340M 0s 89500K .......... .......... .......... .......... .......... 51% 302M 0s 89550K .......... .......... .......... .......... .......... 51% 347M 0s 89600K .......... .......... .......... .......... .......... 51% 312M 0s 89650K .......... .......... .......... .......... .......... 51% 408M 0s 89700K .......... .......... .......... .......... .......... 51% 295M 0s 89750K .......... .......... .......... .......... .......... 51% 368M 0s 89800K .......... .......... .......... .......... .......... 51% 359M 0s 89850K .......... .......... .......... .......... .......... 51% 284M 0s 89900K .......... .......... .......... .......... .......... 51% 330M 0s 89950K .......... .......... .......... .......... .......... 51% 396M 0s 90000K .......... .......... .......... .......... .......... 51% 383M 0s 90050K .......... .......... .......... .......... .......... 51% 318M 0s 90100K .......... .......... .......... .......... .......... 51% 177M 0s 90150K .......... .......... .......... .......... .......... 51% 252M 0s 90200K .......... .......... .......... .......... .......... 51% 333M 0s 90250K .......... .......... .......... .......... .......... 51% 316M 0s 90300K .......... .......... .......... .......... .......... 51% 351M 0s 90350K .......... .......... .......... .......... .......... 51% 323M 0s 90400K .......... .......... .......... .......... .......... 51% 312M 0s 90450K .......... .......... .......... .......... .......... 51% 318M 0s 90500K .......... .......... .......... .......... .......... 51% 332M 0s 90550K .......... .......... .......... .......... .......... 51% 396M 0s 90600K .......... .......... .......... .......... .......... 51% 288M 0s 90650K .......... .......... .......... .......... .......... 51% 279M 0s 90700K .......... .......... .......... .......... .......... 51% 378M 0s 90750K .......... .......... .......... .......... .......... 51% 400M 0s 90800K .......... .......... .......... .......... .......... 51% 320M 0s 90850K .......... .......... .......... .......... .......... 51% 281M 0s 90900K .......... .......... .......... .......... .......... 51% 362M 0s 90950K .......... .......... .......... .......... .......... 51% 376M 0s 91000K .......... .......... .......... .......... .......... 51% 326M 0s 91050K .......... .......... .......... .......... .......... 51% 343M 0s 91100K .......... .......... .......... .......... .......... 52% 336M 0s 91150K .......... .......... .......... .......... .......... 52% 326M 0s 91200K .......... .......... .......... .......... .......... 52% 277M 0s 91250K .......... .......... .......... .......... .......... 52% 358M 0s 91300K .......... .......... .......... .......... .......... 52% 410M 0s 91350K .......... .......... .......... .......... .......... 52% 277M 0s 91400K .......... .......... .......... .......... .......... 52% 406M 0s 91450K .......... .......... .......... .......... .......... 52% 358M 0s 91500K .......... .......... .......... .......... .......... 52% 349M 0s 91550K .......... .......... .......... .......... .......... 52% 336M 0s 91600K .......... .......... .......... .......... .......... 52% 99.5M 0s 91650K .......... .......... .......... .......... .......... 52% 316M 0s 91700K .......... .......... .......... .......... .......... 52% 288M 0s 91750K .......... .......... .......... .......... .......... 52% 351M 0s 91800K .......... .......... .......... .......... .......... 52% 375M 0s 91850K .......... .......... .......... .......... .......... 52% 151M 0s 91900K .......... .......... .......... .......... .......... 52% 309M 0s 91950K .......... .......... .......... .......... .......... 52% 379M 0s 92000K .......... .......... .......... .......... .......... 52% 340M 0s 92050K .......... .......... .......... .......... .......... 52% 288M 0s 92100K .......... .......... .......... .......... .......... 52% 349M 0s 92150K .......... .......... .......... .......... .......... 52% 324M 0s 92200K .......... .......... .......... .......... .......... 52% 375M 0s 92250K .......... .......... .......... .......... .......... 52% 356M 0s 92300K .......... .......... .......... .......... .......... 52% 344M 0s 92350K .......... .......... .......... .......... .......... 52% 269M 0s 92400K .......... .......... .......... .......... .......... 52% 358M 0s 92450K .......... .......... .......... .......... .......... 52% 343M 0s 92500K .......... .......... .......... .......... .......... 52% 321M 0s 92550K .......... .......... .......... .......... .......... 52% 310M 0s 92600K .......... .......... .......... .......... .......... 52% 332M 0s 92650K .......... .......... .......... .......... .......... 52% 314M 0s 92700K .......... .......... .......... .......... .......... 52% 307M 0s 92750K .......... .......... .......... .......... .......... 52% 196M 0s 92800K .......... .......... .......... .......... .......... 52% 357M 0s 92850K .......... .......... .......... .......... .......... 53% 305M 0s 92900K .......... .......... .......... .......... .......... 53% 346M 0s 92950K .......... .......... .......... .......... .......... 53% 348M 0s 93000K .......... .......... .......... .......... .......... 53% 48.5M 0s 93050K .......... .......... .......... .......... .......... 53% 341M 0s 93100K .......... .......... .......... .......... .......... 53% 310M 0s 93150K .......... .......... .......... .......... .......... 53% 356M 0s 93200K .......... .......... .......... .......... .......... 53% 350M 0s 93250K .......... .......... .......... .......... .......... 53% 375M 0s 93300K .......... .......... .......... .......... .......... 53% 170M 0s 93350K .......... .......... .......... .......... .......... 53% 282M 0s 93400K .......... .......... .......... .......... .......... 53% 384M 0s 93450K .......... .......... .......... .......... .......... 53% 409M 0s 93500K .......... .......... .......... .......... .......... 53% 364M 0s 93550K .......... .......... .......... .......... .......... 53% 221M 0s 93600K .......... .......... .......... .......... .......... 53% 334M 0s 93650K .......... .......... .......... .......... .......... 53% 295M 0s 93700K .......... .......... .......... .......... .......... 53% 333M 0s 93750K .......... .......... .......... .......... .......... 53% 378M 0s 93800K .......... .......... .......... .......... .......... 53% 51.5M 0s 93850K .......... .......... .......... .......... .......... 53% 281M 0s 93900K .......... .......... .......... .......... .......... 53% 331M 0s 93950K .......... .......... .......... .......... .......... 53% 364M 0s 94000K .......... .......... .......... .......... .......... 53% 402M 0s 94050K .......... .......... .......... .......... .......... 53% 39.8M 0s 94100K .......... .......... .......... .......... .......... 53% 308M 0s 94150K .......... .......... .......... .......... .......... 53% 376M 0s 94200K .......... .......... .......... .......... .......... 53% 66.4M 0s 94250K .......... .......... .......... .......... .......... 53% 344M 0s 94300K .......... .......... .......... .......... .......... 53% 322M 0s 94350K .......... .......... .......... .......... .......... 53% 252M 0s 94400K .......... .......... .......... .......... .......... 53% 316M 0s 94450K .......... .......... .......... .......... .......... 53% 375M 0s 94500K .......... .......... .......... .......... .......... 53% 299M 0s 94550K .......... .......... .......... .......... .......... 53% 52.2M 0s 94600K .......... .......... .......... .......... .......... 54% 310M 0s 94650K .......... .......... .......... .......... .......... 54% 354M 0s 94700K .......... .......... .......... .......... .......... 54% 309M 0s 94750K .......... .......... .......... .......... .......... 54% 380M 0s 94800K .......... .......... .......... .......... .......... 54% 175M 0s 94850K .......... .......... .......... .......... .......... 54% 253M 0s 94900K .......... .......... .......... .......... .......... 54% 406M 0s 94950K .......... .......... .......... .......... .......... 54% 356M 0s 95000K .......... .......... .......... .......... .......... 54% 341M 0s 95050K .......... .......... .......... .......... .......... 54% 128M 0s 95100K .......... .......... .......... .......... .......... 54% 308M 0s 95150K .......... .......... .......... .......... .......... 54% 264M 0s 95200K .......... .......... .......... .......... .......... 54% 336M 0s 95250K .......... .......... .......... .......... .......... 54% 380M 0s 95300K .......... .......... .......... .......... .......... 54% 370M 0s 95350K .......... .......... .......... .......... .......... 54% 144M 0s 95400K .......... .......... .......... .......... .......... 54% 293M 0s 95450K .......... .......... .......... .......... .......... 54% 358M 0s 95500K .......... .......... .......... .......... .......... 54% 404M 0s 95550K .......... .......... .......... .......... .......... 54% 333M 0s 95600K .......... .......... .......... .......... .......... 54% 311M 0s 95650K .......... .......... .......... .......... .......... 54% 348M 0s 95700K .......... .......... .......... .......... .......... 54% 340M 0s 95750K .......... .......... .......... .......... .......... 54% 289M 0s 95800K .......... .......... .......... .......... .......... 54% 384M 0s 95850K .......... .......... .......... .......... .......... 54% 198M 0s 95900K .......... .......... .......... .......... .......... 54% 317M 0s 95950K .......... .......... .......... .......... .......... 54% 321M 0s 96000K .......... .......... .......... .......... .......... 54% 368M 0s 96050K .......... .......... .......... .......... .......... 54% 360M 0s 96100K .......... .......... .......... .......... .......... 54% 237M 0s 96150K .......... .......... .......... .......... .......... 54% 346M 0s 96200K .......... .......... .......... .......... .......... 54% 383M 0s 96250K .......... .......... .......... .......... .......... 54% 67.2M 0s 96300K .......... .......... .......... .......... .......... 54% 378M 0s 96350K .......... .......... .......... .......... .......... 55% 267M 0s 96400K .......... .......... .......... .......... .......... 55% 357M 0s 96450K .......... .......... .......... .......... .......... 55% 313M 0s 96500K .......... .......... .......... .......... .......... 55% 299M 0s 96550K .......... .......... .......... .......... .......... 55% 408M 0s 96600K .......... .......... .......... .......... .......... 55% 35.8M 0s 96650K .......... .......... .......... .......... .......... 55% 311M 0s 96700K .......... .......... .......... .......... .......... 55% 277M 0s 96750K .......... .......... .......... .......... .......... 55% 334M 0s 96800K .......... .......... .......... .......... .......... 55% 376M 0s 96850K .......... .......... .......... .......... .......... 55% 26.5M 0s 96900K .......... .......... .......... .......... .......... 55% 310M 0s 96950K .......... .......... .......... .......... .......... 55% 347M 0s 97000K .......... .......... .......... .......... .......... 55% 336M 0s 97050K .......... .......... .......... .......... .......... 55% 317M 0s 97100K .......... .......... .......... .......... .......... 55% 145M 0s 97150K .......... .......... .......... .......... .......... 55% 295M 0s 97200K .......... .......... .......... .......... .......... 55% 260M 0s 97250K .......... .......... .......... .......... .......... 55% 379M 0s 97300K .......... .......... .......... .......... .......... 55% 384M 0s 97350K .......... .......... .......... .......... .......... 55% 375M 0s 97400K .......... .......... .......... .......... .......... 55% 51.1M 0s 97450K .......... .......... .......... .......... .......... 55% 349M 0s 97500K .......... .......... .......... .......... .......... 55% 332M 0s 97550K .......... .......... .......... .......... .......... 55% 306M 0s 97600K .......... .......... .......... .......... .......... 55% 381M 0s 97650K .......... .......... .......... .......... .......... 55% 42.9M 0s 97700K .......... .......... .......... .......... .......... 55% 321M 0s 97750K .......... .......... .......... .......... .......... 55% 298M 0s 97800K .......... .......... .......... .......... .......... 55% 396M 0s 97850K .......... .......... .......... .......... .......... 55% 383M 0s 97900K .......... .......... .......... .......... .......... 55% 56.4M 0s 97950K .......... .......... .......... .......... .......... 55% 345M 0s 98000K .......... .......... .......... .......... .......... 55% 304M 0s 98050K .......... .......... .......... .......... .......... 55% 334M 0s 98100K .......... .......... .......... .......... .......... 56% 342M 0s 98150K .......... .......... .......... .......... .......... 56% 160M 0s 98200K .......... .......... .......... .......... .......... 56% 344M 0s 98250K .......... .......... .......... .......... .......... 56% 341M 0s 98300K .......... .......... .......... .......... .......... 56% 60.6M 0s 98350K .......... .......... .......... .......... .......... 56% 283M 0s 98400K .......... .......... .......... .......... .......... 56% 296M 0s 98450K .......... .......... .......... .......... .......... 56% 404M 0s 98500K .......... .......... .......... .......... .......... 56% 302M 0s 98550K .......... .......... .......... .......... .......... 56% 365M 0s 98600K .......... .......... .......... .......... .......... 56% 402M 0s 98650K .......... .......... .......... .......... .......... 56% 77.0M 0s 98700K .......... .......... .......... .......... .......... 56% 281M 0s 98750K .......... .......... .......... .......... .......... 56% 347M 0s 98800K .......... .......... .......... .......... .......... 56% 342M 0s 98850K .......... .......... .......... .......... .......... 56% 261M 0s 98900K .......... .......... .......... .......... .......... 56% 280M 0s 98950K .......... .......... .......... .......... .......... 56% 296M 0s 99000K .......... .......... .......... .......... .......... 56% 359M 0s 99050K .......... .......... .......... .......... .......... 56% 280M 0s 99100K .......... .......... .......... .......... .......... 56% 365M 0s 99150K .......... .......... .......... .......... .......... 56% 168M 0s 99200K .......... .......... .......... .......... .......... 56% 292M 0s 99250K .......... .......... .......... .......... .......... 56% 345M 0s 99300K .......... .......... .......... .......... .......... 56% 297M 0s 99350K .......... .......... .......... .......... .......... 56% 382M 0s 99400K .......... .......... .......... .......... .......... 56% 62.2M 0s 99450K .......... .......... .......... .......... .......... 56% 349M 0s 99500K .......... .......... .......... .......... .......... 56% 325M 0s 99550K .......... .......... .......... .......... .......... 56% 336M 0s 99600K .......... .......... .......... .......... .......... 56% 378M 0s 99650K .......... .......... .......... .......... .......... 56% 337M 0s 99700K .......... .......... .......... .......... .......... 56% 130M 0s 99750K .......... .......... .......... .......... .......... 56% 285M 0s 99800K .......... .......... .......... .......... .......... 56% 344M 0s 99850K .......... .......... .......... .......... .......... 57% 374M 0s 99900K .......... .......... .......... .......... .......... 57% 275M 0s 99950K .......... .......... .......... .......... .......... 57% 185M 0s 100000K .......... .......... .......... .......... .......... 57% 350M 0s 100050K .......... .......... .......... .......... .......... 57% 261M 0s 100100K .......... .......... .......... .......... .......... 57% 301M 0s 100150K .......... .......... .......... .......... .......... 57% 278M 0s 100200K .......... .......... .......... .......... .......... 57% 75.1M 0s 100250K .......... .......... .......... .......... .......... 57% 250M 0s 100300K .......... .......... .......... .......... .......... 57% 296M 0s 100350K .......... .......... .......... .......... .......... 57% 30.5M 0s 100400K .......... .......... .......... .......... .......... 57% 265M 0s 100450K .......... .......... .......... .......... .......... 57% 297M 0s 100500K .......... .......... .......... .......... .......... 57% 262M 0s 100550K .......... .......... .......... .......... .......... 57% 228M 0s 100600K .......... .......... .......... .......... .......... 57% 309M 0s 100650K .......... .......... .......... .......... .......... 57% 296M 0s 100700K .......... .......... .......... .......... .......... 57% 92.2M 0s 100750K .......... .......... .......... .......... .......... 57% 236M 0s 100800K .......... .......... .......... .......... .......... 57% 256M 0s 100850K .......... .......... .......... .......... .......... 57% 255M 0s 100900K .......... .......... .......... .......... .......... 57% 338M 0s 100950K .......... .......... .......... .......... .......... 57% 229M 0s 101000K .......... .......... .......... .......... .......... 57% 309M 0s 101050K .......... .......... .......... .......... .......... 57% 278M 0s 101100K .......... .......... .......... .......... .......... 57% 276M 0s 101150K .......... .......... .......... .......... .......... 57% 294M 0s 101200K .......... .......... .......... .......... .......... 57% 220M 0s 101250K .......... .......... .......... .......... .......... 57% 354M 0s 101300K .......... .......... .......... .......... .......... 57% 355M 0s 101350K .......... .......... .......... .......... .......... 57% 367M 0s 101400K .......... .......... .......... .......... .......... 57% 300M 0s 101450K .......... .......... .......... .......... .......... 57% 197M 0s 101500K .......... .......... .......... .......... .......... 57% 296M 0s 101550K .......... .......... .......... .......... .......... 57% 267M 0s 101600K .......... .......... .......... .......... .......... 58% 375M 0s 101650K .......... .......... .......... .......... .......... 58% 361M 0s 101700K .......... .......... .......... .......... .......... 58% 377M 0s 101750K .......... .......... .......... .......... .......... 58% 40.9M 0s 101800K .......... .......... .......... .......... .......... 58% 267M 0s 101850K .......... .......... .......... .......... .......... 58% 301M 0s 101900K .......... .......... .......... .......... .......... 58% 280M 0s 101950K .......... .......... .......... .......... .......... 58% 334M 0s 102000K .......... .......... .......... .......... .......... 58% 101M 0s 102050K .......... .......... .......... .......... .......... 58% 293M 0s 102100K .......... .......... .......... .......... .......... 58% 261M 0s 102150K .......... .......... .......... .......... .......... 58% 365M 0s 102200K .......... .......... .......... .......... .......... 58% 238M 0s 102250K .......... .......... .......... .......... .......... 58% 262M 0s 102300K .......... .......... .......... .......... .......... 58% 339M 0s 102350K .......... .......... .......... .......... .......... 58% 311M 0s 102400K .......... .......... .......... .......... .......... 58% 48.2M 0s 102450K .......... .......... .......... .......... .......... 58% 287M 0s 102500K .......... .......... .......... .......... .......... 58% 265M 0s 102550K .......... .......... .......... .......... .......... 58% 238M 0s 102600K .......... .......... .......... .......... .......... 58% 276M 0s 102650K .......... .......... .......... .......... .......... 58% 271M 0s 102700K .......... .......... .......... .......... .......... 58% 271M 0s 102750K .......... .......... .......... .......... .......... 58% 118M 0s 102800K .......... .......... .......... .......... .......... 58% 275M 0s 102850K .......... .......... .......... .......... .......... 58% 310M 0s 102900K .......... .......... .......... .......... .......... 58% 191M 0s 102950K .......... .......... .......... .......... .......... 58% 350M 0s 103000K .......... .......... .......... .......... .......... 58% 126M 0s 103050K .......... .......... .......... .......... .......... 58% 232M 0s 103100K .......... .......... .......... .......... .......... 58% 290M 0s 103150K .......... .......... .......... .......... .......... 58% 338M 0s 103200K .......... .......... .......... .......... .......... 58% 293M 0s 103250K .......... .......... .......... .......... .......... 58% 290M 0s 103300K .......... .......... .......... .......... .......... 58% 241M 0s 103350K .......... .......... .......... .......... .......... 59% 310M 0s 103400K .......... .......... .......... .......... .......... 59% 245M 0s 103450K .......... .......... .......... .......... .......... 59% 314M 0s 103500K .......... .......... .......... .......... .......... 59% 222M 0s 103550K .......... .......... .......... .......... .......... 59% 182M 0s 103600K .......... .......... .......... .......... .......... 59% 165M 0s 103650K .......... .......... .......... .......... .......... 59% 268M 0s 103700K .......... .......... .......... .......... .......... 59% 232M 0s 103750K .......... .......... .......... .......... .......... 59% 166M 0s 103800K .......... .......... .......... .......... .......... 59% 210M 0s 103850K .......... .......... .......... .......... .......... 59% 254M 0s 103900K .......... .......... .......... .......... .......... 59% 218M 0s 103950K .......... .......... .......... .......... .......... 59% 190M 0s 104000K .......... .......... .......... .......... .......... 59% 202M 0s 104050K .......... .......... .......... .......... .......... 59% 245M 0s 104100K .......... .......... .......... .......... .......... 59% 240M 0s 104150K .......... .......... .......... .......... .......... 59% 265M 0s 104200K .......... .......... .......... .......... .......... 59% 288M 0s 104250K .......... .......... .......... .......... .......... 59% 261M 0s 104300K .......... .......... .......... .......... .......... 59% 158M 0s 104350K .......... .......... .......... .......... .......... 59% 286M 0s 104400K .......... .......... .......... .......... .......... 59% 112M 0s 104450K .......... .......... .......... .......... .......... 59% 279M 0s 104500K .......... .......... .......... .......... .......... 59% 229M 0s 104550K .......... .......... .......... .......... .......... 59% 228M 0s 104600K .......... .......... .......... .......... .......... 59% 289M 0s 104650K .......... .......... .......... .......... .......... 59% 227M 0s 104700K .......... .......... .......... .......... .......... 59% 164M 0s 104750K .......... .......... .......... .......... .......... 59% 230M 0s 104800K .......... .......... .......... .......... .......... 59% 290M 0s 104850K .......... .......... .......... .......... .......... 59% 256M 0s 104900K .......... .......... .......... .......... .......... 59% 184M 0s 104950K .......... .......... .......... .......... .......... 59% 217M 0s 105000K .......... .......... .......... .......... .......... 59% 295M 0s 105050K .......... .......... .......... .......... .......... 59% 211M 0s 105100K .......... .......... .......... .......... .......... 60% 255M 0s 105150K .......... .......... .......... .......... .......... 60% 240M 0s 105200K .......... .......... .......... .......... .......... 60% 226M 0s 105250K .......... .......... .......... .......... .......... 60% 191M 0s 105300K .......... .......... .......... .......... .......... 60% 229M 0s 105350K .......... .......... .......... .......... .......... 60% 244M 0s 105400K .......... .......... .......... .......... .......... 60% 218M 0s 105450K .......... .......... .......... .......... .......... 60% 281M 0s 105500K .......... .......... .......... .......... .......... 60% 248M 0s 105550K .......... .......... .......... .......... .......... 60% 257M 0s 105600K .......... .......... .......... .......... .......... 60% 223M 0s 105650K .......... .......... .......... .......... .......... 60% 257M 0s 105700K .......... .......... .......... .......... .......... 60% 261M 0s 105750K .......... .......... .......... .......... .......... 60% 243M 0s 105800K .......... .......... .......... .......... .......... 60% 8.77M 0s 105850K .......... .......... .......... .......... .......... 60% 187M 0s 105900K .......... .......... .......... .......... .......... 60% 207M 0s 105950K .......... .......... .......... .......... .......... 60% 204M 0s 106000K .......... .......... .......... .......... .......... 60% 251M 0s 106050K .......... .......... .......... .......... .......... 60% 230M 0s 106100K .......... .......... .......... .......... .......... 60% 28.7M 0s 106150K .......... .......... .......... .......... .......... 60% 167M 0s 106200K .......... .......... .......... .......... .......... 60% 205M 0s 106250K .......... .......... .......... .......... .......... 60% 223M 0s 106300K .......... .......... .......... .......... .......... 60% 221M 0s 106350K .......... .......... .......... .......... .......... 60% 55.5M 0s 106400K .......... .......... .......... .......... .......... 60% 262M 0s 106450K .......... .......... .......... .......... .......... 60% 28.2M 0s 106500K .......... .......... .......... .......... .......... 60% 213M 0s 106550K .......... .......... .......... .......... .......... 60% 165M 0s 106600K .......... .......... .......... .......... .......... 60% 217M 0s 106650K .......... .......... .......... .......... .......... 60% 240M 0s 106700K .......... .......... .......... .......... .......... 60% 193M 0s 106750K .......... .......... .......... .......... .......... 60% 238M 0s 106800K .......... .......... .......... .......... .......... 60% 179M 0s 106850K .......... .......... .......... .......... .......... 61% 208M 0s 106900K .......... .......... .......... .......... .......... 61% 218M 0s 106950K .......... .......... .......... .......... .......... 61% 231M 0s 107000K .......... .......... .......... .......... .......... 61% 171M 0s 107050K .......... .......... .......... .......... .......... 61% 185M 0s 107100K .......... .......... .......... .......... .......... 61% 228M 0s 107150K .......... .......... .......... .......... .......... 61% 254M 0s 107200K .......... .......... .......... .......... .......... 61% 193M 0s 107250K .......... .......... .......... .......... .......... 61% 173M 0s 107300K .......... .......... .......... .......... .......... 61% 227M 0s 107350K .......... .......... .......... .......... .......... 61% 241M 0s 107400K .......... .......... .......... .......... .......... 61% 186M 0s 107450K .......... .......... .......... .......... .......... 61% 199M 0s 107500K .......... .......... .......... .......... .......... 61% 232M 0s 107550K .......... .......... .......... .......... .......... 61% 234M 0s 107600K .......... .......... .......... .......... .......... 61% 180M 0s 107650K .......... .......... .......... .......... .......... 61% 208M 0s 107700K .......... .......... .......... .......... .......... 61% 239M 0s 107750K .......... .......... .......... .......... .......... 61% 194M 0s 107800K .......... .......... .......... .......... .......... 61% 150M 0s 107850K .......... .......... .......... .......... .......... 61% 209M 0s 107900K .......... .......... .......... .......... .......... 61% 255M 0s 107950K .......... .......... .......... .......... .......... 61% 202M 0s 108000K .......... .......... .......... .......... .......... 61% 209M 0s 108050K .......... .......... .......... .......... .......... 61% 235M 0s 108100K .......... .......... .......... .......... .......... 61% 163M 0s 108150K .......... .......... .......... .......... .......... 61% 386M 0s 108200K .......... .......... .......... .......... .......... 61% 338M 0s 108250K .......... .......... .......... .......... .......... 61% 359M 0s 108300K .......... .......... .......... .......... .......... 61% 260M 0s 108350K .......... .......... .......... .......... .......... 61% 287M 0s 108400K .......... .......... .......... .......... .......... 61% 316M 0s 108450K .......... .......... .......... .......... .......... 61% 283M 0s 108500K .......... .......... .......... .......... .......... 61% 352M 0s 108550K .......... .......... .......... .......... .......... 61% 329M 0s 108600K .......... .......... .......... .......... .......... 61% 216M 0s 108650K .......... .......... .......... .......... .......... 62% 220M 0s 108700K .......... .......... .......... .......... .......... 62% 183M 0s 108750K .......... .......... .......... .......... .......... 62% 192M 0s 108800K .......... .......... .......... .......... .......... 62% 172M 0s 108850K .......... .......... .......... .......... .......... 62% 216M 0s 108900K .......... .......... .......... .......... .......... 62% 229M 0s 108950K .......... .......... .......... .......... .......... 62% 242M 0s 109000K .......... .......... .......... .......... .......... 62% 220M 0s 109050K .......... .......... .......... .......... .......... 62% 209M 0s 109100K .......... .......... .......... .......... .......... 62% 236M 0s 109150K .......... .......... .......... .......... .......... 62% 209M 0s 109200K .......... .......... .......... .......... .......... 62% 245M 0s 109250K .......... .......... .......... .......... .......... 62% 236M 0s 109300K .......... .......... .......... .......... .......... 62% 337M 0s 109350K .......... .......... .......... .......... .......... 62% 371M 0s 109400K .......... .......... .......... .......... .......... 62% 293M 0s 109450K .......... .......... .......... .......... .......... 62% 353M 0s 109500K .......... .......... .......... .......... .......... 62% 321M 0s 109550K .......... .......... .......... .......... .......... 62% 349M 0s 109600K .......... .......... .......... .......... .......... 62% 244M 0s 109650K .......... .......... .......... .......... .......... 62% 350M 0s 109700K .......... .......... .......... .......... .......... 62% 292M 0s 109750K .......... .......... .......... .......... .......... 62% 288M 0s 109800K .......... .......... .......... .......... .......... 62% 345M 0s 109850K .......... .......... .......... .......... .......... 62% 360M 0s 109900K .......... .......... .......... .......... .......... 62% 356M 0s 109950K .......... .......... .......... .......... .......... 62% 259M 0s 110000K .......... .......... .......... .......... .......... 62% 376M 0s 110050K .......... .......... .......... .......... .......... 62% 327M 0s 110100K .......... .......... .......... .......... .......... 62% 310M 0s 110150K .......... .......... .......... .......... .......... 62% 375M 0s 110200K .......... .......... .......... .......... .......... 62% 347M 0s 110250K .......... .......... .......... .......... .......... 62% 279M 0s 110300K .......... .......... .......... .......... .......... 62% 338M 0s 110350K .......... .......... .......... .......... .......... 62% 369M 0s 110400K .......... .......... .......... .......... .......... 63% 386M 0s 110450K .......... .......... .......... .......... .......... 63% 321M 0s 110500K .......... .......... .......... .......... .......... 63% 346M 0s 110550K .......... .......... .......... .......... .......... 63% 144M 0s 110600K .......... .......... .......... .......... .......... 63% 288M 0s 110650K .......... .......... .......... .......... .......... 63% 345M 0s 110700K .......... .......... .......... .......... .......... 63% 315M 0s 110750K .......... .......... .......... .......... .......... 63% 302M 0s 110800K .......... .......... .......... .......... .......... 63% 350M 0s 110850K .......... .......... .......... .......... .......... 63% 372M 0s 110900K .......... .......... .......... .......... .......... 63% 332M 0s 110950K .......... .......... .......... .......... .......... 63% 173M 0s 111000K .......... .......... .......... .......... .......... 63% 339M 0s 111050K .......... .......... .......... .......... .......... 63% 351M 0s 111100K .......... .......... .......... .......... .......... 63% 336M 0s 111150K .......... .......... .......... .......... .......... 63% 355M 0s 111200K .......... .......... .......... .......... .......... 63% 72.9M 0s 111250K .......... .......... .......... .......... .......... 63% 300M 0s 111300K .......... .......... .......... .......... .......... 63% 336M 0s 111350K .......... .......... .......... .......... .......... 63% 339M 0s 111400K .......... .......... .......... .......... .......... 63% 416M 0s 111450K .......... .......... .......... .......... .......... 63% 159M 0s 111500K .......... .......... .......... .......... .......... 63% 300M 0s 111550K .......... .......... .......... .......... .......... 63% 353M 0s 111600K .......... .......... .......... .......... .......... 63% 260M 0s 111650K .......... .......... .......... .......... .......... 63% 396M 0s 111700K .......... .......... .......... .......... .......... 63% 68.3M 0s 111750K .......... .......... .......... .......... .......... 63% 238M 0s 111800K .......... .......... .......... .......... .......... 63% 303M 0s 111850K .......... .......... .......... .......... .......... 63% 356M 0s 111900K .......... .......... .......... .......... .......... 63% 346M 0s 111950K .......... .......... .......... .......... .......... 63% 99.4M 0s 112000K .......... .......... .......... .......... .......... 63% 301M 0s 112050K .......... .......... .......... .......... .......... 63% 345M 0s 112100K .......... .......... .......... .......... .......... 63% 377M 0s 112150K .......... .......... .......... .......... .......... 64% 320M 0s 112200K .......... .......... .......... .......... .......... 64% 123M 0s 112250K .......... .......... .......... .......... .......... 64% 297M 0s 112300K .......... .......... .......... .......... .......... 64% 301M 0s 112350K .......... .......... .......... .......... .......... 64% 316M 0s 112400K .......... .......... .......... .......... .......... 64% 332M 0s 112450K .......... .......... .......... .......... .......... 64% 301M 0s 112500K .......... .......... .......... .......... .......... 64% 335M 0s 112550K .......... .......... .......... .......... .......... 64% 310M 0s 112600K .......... .......... .......... .......... .......... 64% 53.3M 0s 112650K .......... .......... .......... .......... .......... 64% 316M 0s 112700K .......... .......... .......... .......... .......... 64% 353M 0s 112750K .......... .......... .......... .......... .......... 64% 252M 0s 112800K .......... .......... .......... .......... .......... 64% 304M 0s 112850K .......... .......... .......... .......... .......... 64% 369M 0s 112900K .......... .......... .......... .......... .......... 64% 327M 0s 112950K .......... .......... .......... .......... .......... 64% 200M 0s 113000K .......... .......... .......... .......... .......... 64% 331M 0s 113050K .......... .......... .......... .......... .......... 64% 335M 0s 113100K .......... .......... .......... .......... .......... 64% 309M 0s 113150K .......... .......... .......... .......... .......... 64% 404M 0s 113200K .......... .......... .......... .......... .......... 64% 327M 0s 113250K .......... .......... .......... .......... .......... 64% 270M 0s 113300K .......... .......... .......... .......... .......... 64% 336M 0s 113350K .......... .......... .......... .......... .......... 64% 351M 0s 113400K .......... .......... .......... .......... .......... 64% 357M 0s 113450K .......... .......... .......... .......... .......... 64% 332M 0s 113500K .......... .......... .......... .......... .......... 64% 295M 0s 113550K .......... .......... .......... .......... .......... 64% 348M 0s 113600K .......... .......... .......... .......... .......... 64% 285M 0s 113650K .......... .......... .......... .......... .......... 64% 365M 0s 113700K .......... .......... .......... .......... .......... 64% 404M 0s 113750K .......... .......... .......... .......... .......... 64% 319M 0s 113800K .......... .......... .......... .......... .......... 64% 284M 0s 113850K .......... .......... .......... .......... .......... 64% 330M 0s 113900K .......... .......... .......... .......... .......... 65% 286M 0s 113950K .......... .......... .......... .......... .......... 65% 329M 0s 114000K .......... .......... .......... .......... .......... 65% 134M 0s 114050K .......... .......... .......... .......... .......... 65% 325M 0s 114100K .......... .......... .......... .......... .......... 65% 376M 0s 114150K .......... .......... .......... .......... .......... 65% 296M 0s 114200K .......... .......... .......... .......... .......... 65% 337M 0s 114250K .......... .......... .......... .......... .......... 65% 291M 0s 114300K .......... .......... .......... .......... .......... 65% 297M 0s 114350K .......... .......... .......... .......... .......... 65% 352M 0s 114400K .......... .......... .......... .......... .......... 65% 364M 0s 114450K .......... .......... .......... .......... .......... 65% 377M 0s 114500K .......... .......... .......... .......... .......... 65% 258M 0s 114550K .......... .......... .......... .......... .......... 65% 375M 0s 114600K .......... .......... .......... .......... .......... 65% 341M 0s 114650K .......... .......... .......... .......... .......... 65% 33.4M 0s 114700K .......... .......... .......... .......... .......... 65% 230M 0s 114750K .......... .......... .......... .......... .......... 65% 290M 0s 114800K .......... .......... .......... .......... .......... 65% 337M 0s 114850K .......... .......... .......... .......... .......... 65% 365M 0s 114900K .......... .......... .......... .......... .......... 65% 327M 0s 114950K .......... .......... .......... .......... .......... 65% 364M 0s 115000K .......... .......... .......... .......... .......... 65% 308M 0s 115050K .......... .......... .......... .......... .......... 65% 301M 0s 115100K .......... .......... .......... .......... .......... 65% 280M 0s 115150K .......... .......... .......... .......... .......... 65% 342M 0s 115200K .......... .......... .......... .......... .......... 65% 404M 0s 115250K .......... .......... .......... .......... .......... 65% 292M 0s 115300K .......... .......... .......... .......... .......... 65% 345M 0s 115350K .......... .......... .......... .......... .......... 65% 372M 0s 115400K .......... .......... .......... .......... .......... 65% 293M 0s 115450K .......... .......... .......... .......... .......... 65% 327M 0s 115500K .......... .......... .......... .......... .......... 65% 353M 0s 115550K .......... .......... .......... .......... .......... 65% 316M 0s 115600K .......... .......... .......... .......... .......... 65% 345M 0s 115650K .......... .......... .......... .......... .......... 66% 322M 0s 115700K .......... .......... .......... .......... .......... 66% 334M 0s 115750K .......... .......... .......... .......... .......... 66% 371M 0s 115800K .......... .......... .......... .......... .......... 66% 103M 0s 115850K .......... .......... .......... .......... .......... 66% 351M 0s 115900K .......... .......... .......... .......... .......... 66% 330M 0s 115950K .......... .......... .......... .......... .......... 66% 280M 0s 116000K .......... .......... .......... .......... .......... 66% 382M 0s 116050K .......... .......... .......... .......... .......... 66% 180M 0s 116100K .......... .......... .......... .......... .......... 66% 312M 0s 116150K .......... .......... .......... .......... .......... 66% 309M 0s 116200K .......... .......... .......... .......... .......... 66% 374M 0s 116250K .......... .......... .......... .......... .......... 66% 325M 0s 116300K .......... .......... .......... .......... .......... 66% 185M 0s 116350K .......... .......... .......... .......... .......... 66% 327M 0s 116400K .......... .......... .......... .......... .......... 66% 358M 0s 116450K .......... .......... .......... .......... .......... 66% 374M 0s 116500K .......... .......... .......... .......... .......... 66% 293M 0s 116550K .......... .......... .......... .......... .......... 66% 304M 0s 116600K .......... .......... .......... .......... .......... 66% 374M 0s 116650K .......... .......... .......... .......... .......... 66% 339M 0s 116700K .......... .......... .......... .......... .......... 66% 89.1M 0s 116750K .......... .......... .......... .......... .......... 66% 276M 0s 116800K .......... .......... .......... .......... .......... 66% 336M 0s 116850K .......... .......... .......... .......... .......... 66% 314M 0s 116900K .......... .......... .......... .......... .......... 66% 289M 0s 116950K .......... .......... .......... .......... .......... 66% 375M 0s 117000K .......... .......... .......... .......... .......... 66% 346M 0s 117050K .......... .......... .......... .......... .......... 66% 372M 0s 117100K .......... .......... .......... .......... .......... 66% 244M 0s 117150K .......... .......... .......... .......... .......... 66% 322M 0s 117200K .......... .......... .......... .......... .......... 66% 376M 0s 117250K .......... .......... .......... .......... .......... 66% 328M 0s 117300K .......... .......... .......... .......... .......... 66% 412M 0s 117350K .......... .......... .......... .......... .......... 66% 253M 0s 117400K .......... .......... .......... .......... .......... 67% 308M 0s 117450K .......... .......... .......... .......... .......... 67% 282M 0s 117500K .......... .......... .......... .......... .......... 67% 342M 0s 117550K .......... .......... .......... .......... .......... 67% 366M 0s 117600K .......... .......... .......... .......... .......... 67% 36.1M 0s 117650K .......... .......... .......... .......... .......... 67% 307M 0s 117700K .......... .......... .......... .......... .......... 67% 351M 0s 117750K .......... .......... .......... .......... .......... 67% 349M 0s 117800K .......... .......... .......... .......... .......... 67% 336M 0s 117850K .......... .......... .......... .......... .......... 67% 48.2M 0s 117900K .......... .......... .......... .......... .......... 67% 369M 0s 117950K .......... .......... .......... .......... .......... 67% 298M 0s 118000K .......... .......... .......... .......... .......... 67% 345M 0s 118050K .......... .......... .......... .......... .......... 67% 378M 0s 118100K .......... .......... .......... .......... .......... 67% 350M 0s 118150K .......... .......... .......... .......... .......... 67% 292M 0s 118200K .......... .......... .......... .......... .......... 67% 253M 0s 118250K .......... .......... .......... .......... .......... 67% 233M 0s 118300K .......... .......... .......... .......... .......... 67% 287M 0s 118350K .......... .......... .......... .......... .......... 67% 50.5M 0s 118400K .......... .......... .......... .......... .......... 67% 145M 0s 118450K .......... .......... .......... .......... .......... 67% 356M 0s 118500K .......... .......... .......... .......... .......... 67% 264M 0s 118550K .......... .......... .......... .......... .......... 67% 334M 0s 118600K .......... .......... .......... .......... .......... 67% 68.6M 0s 118650K .......... .......... .......... .......... .......... 67% 276M 0s 118700K .......... .......... .......... .......... .......... 67% 379M 0s 118750K .......... .......... .......... .......... .......... 67% 87.6M 0s 118800K .......... .......... .......... .......... .......... 67% 290M 0s 118850K .......... .......... .......... .......... .......... 67% 342M 0s 118900K .......... .......... .......... .......... .......... 67% 350M 0s 118950K .......... .......... .......... .......... .......... 67% 305M 0s 119000K .......... .......... .......... .......... .......... 67% 298M 0s 119050K .......... .......... .......... .......... .......... 67% 367M 0s 119100K .......... .......... .......... .......... .......... 67% 342M 0s 119150K .......... .......... .......... .......... .......... 68% 29.2M 0s 119200K .......... .......... .......... .......... .......... 68% 282M 0s 119250K .......... .......... .......... .......... .......... 68% 344M 0s 119300K .......... .......... .......... .......... .......... 68% 344M 0s 119350K .......... .......... .......... .......... .......... 68% 407M 0s 119400K .......... .......... .......... .......... .......... 68% 121M 0s 119450K .......... .......... .......... .......... .......... 68% 256M 0s 119500K .......... .......... .......... .......... .......... 68% 337M 0s 119550K .......... .......... .......... .......... .......... 68% 401M 0s 119600K .......... .......... .......... .......... .......... 68% 374M 0s 119650K .......... .......... .......... .......... .......... 68% 166M 0s 119700K .......... .......... .......... .......... .......... 68% 293M 0s 119750K .......... .......... .......... .......... .......... 68% 322M 0s 119800K .......... .......... .......... .......... .......... 68% 318M 0s 119850K .......... .......... .......... .......... .......... 68% 365M 0s 119900K .......... .......... .......... .......... .......... 68% 54.3M 0s 119950K .......... .......... .......... .......... .......... 68% 344M 0s 120000K .......... .......... .......... .......... .......... 68% 298M 0s 120050K .......... .......... .......... .......... .......... 68% 341M 0s 120100K .......... .......... .......... .......... .......... 68% 403M 0s 120150K .......... .......... .......... .......... .......... 68% 199M 0s 120200K .......... .......... .......... .......... .......... 68% 377M 0s 120250K .......... .......... .......... .......... .......... 68% 321M 0s 120300K .......... .......... .......... .......... .......... 68% 272M 0s 120350K .......... .......... .......... .......... .......... 68% 399M 0s 120400K .......... .......... .......... .......... .......... 68% 120M 0s 120450K .......... .......... .......... .......... .......... 68% 296M 0s 120500K .......... .......... .......... .......... .......... 68% 248M 0s 120550K .......... .......... .......... .......... .......... 68% 343M 0s 120600K .......... .......... .......... .......... .......... 68% 363M 0s 120650K .......... .......... .......... .......... .......... 68% 301M 0s 120700K .......... .......... .......... .......... .......... 68% 305M 0s 120750K .......... .......... .......... .......... .......... 68% 401M 0s 120800K .......... .......... .......... .......... .......... 68% 45.0M 0s 120850K .......... .......... .......... .......... .......... 68% 386M 0s 120900K .......... .......... .......... .......... .......... 69% 331M 0s 120950K .......... .......... .......... .......... .......... 69% 299M 0s 121000K .......... .......... .......... .......... .......... 69% 357M 0s 121050K .......... .......... .......... .......... .......... 69% 317M 0s 121100K .......... .......... .......... .......... .......... 69% 316M 0s 121150K .......... .......... .......... .......... .......... 69% 324M 0s 121200K .......... .......... .......... .......... .......... 69% 338M 0s 121250K .......... .......... .......... .......... .......... 69% 324M 0s 121300K .......... .......... .......... .......... .......... 69% 301M 0s 121350K .......... .......... .......... .......... .......... 69% 382M 0s 121400K .......... .......... .......... .......... .......... 69% 385M 0s 121450K .......... .......... .......... .......... .......... 69% 43.2M 0s 121500K .......... .......... .......... .......... .......... 69% 344M 0s 121550K .......... .......... .......... .......... .......... 69% 341M 0s 121600K .......... .......... .......... .......... .......... 69% 399M 0s 121650K .......... .......... .......... .......... .......... 69% 335M 0s 121700K .......... .......... .......... .......... .......... 69% 30.2M 0s 121750K .......... .......... .......... .......... .......... 69% 281M 0s 121800K .......... .......... .......... .......... .......... 69% 274M 0s 121850K .......... .......... .......... .......... .......... 69% 370M 0s 121900K .......... .......... .......... .......... .......... 69% 354M 0s 121950K .......... .......... .......... .......... .......... 69% 106M 0s 122000K .......... .......... .......... .......... .......... 69% 282M 0s 122050K .......... .......... .......... .......... .......... 69% 336M 0s 122100K .......... .......... .......... .......... .......... 69% 357M 0s 122150K .......... .......... .......... .......... .......... 69% 298M 0s 122200K .......... .......... .......... .......... .......... 69% 312M 0s 122250K .......... .......... .......... .......... .......... 69% 395M 0s 122300K .......... .......... .......... .......... .......... 69% 332M 0s 122350K .......... .......... .......... .......... .......... 69% 318M 0s 122400K .......... .......... .......... .......... .......... 69% 408M 0s 122450K .......... .......... .......... .......... .......... 69% 28.2M 0s 122500K .......... .......... .......... .......... .......... 69% 230M 0s 122550K .......... .......... .......... .......... .......... 69% 302M 0s 122600K .......... .......... .......... .......... .......... 69% 348M 0s 122650K .......... .......... .......... .......... .......... 70% 359M 0s 122700K .......... .......... .......... .......... .......... 70% 255M 0s 122750K .......... .......... .......... .......... .......... 70% 313M 0s 122800K .......... .......... .......... .......... .......... 70% 284M 0s 122850K .......... .......... .......... .......... .......... 70% 59.4M 0s 122900K .......... .......... .......... .......... .......... 70% 418M 0s 122950K .......... .......... .......... .......... .......... 70% 306M 0s 123000K .......... .......... .......... .......... .......... 70% 345M 0s 123050K .......... .......... .......... .......... .......... 70% 322M 0s 123100K .......... .......... .......... .......... .......... 70% 298M 0s 123150K .......... .......... .......... .......... .......... 70% 403M 0s 123200K .......... .......... .......... .......... .......... 70% 386M 0s 123250K .......... .......... .......... .......... .......... 70% 216M 0s 123300K .......... .......... .......... .......... .......... 70% 278M 0s 123350K .......... .......... .......... .......... .......... 70% 318M 0s 123400K .......... .......... .......... .......... .......... 70% 326M 0s 123450K .......... .......... .......... .......... .......... 70% 339M 0s 123500K .......... .......... .......... .......... .......... 70% 141M 0s 123550K .......... .......... .......... .......... .......... 70% 325M 0s 123600K .......... .......... .......... .......... .......... 70% 353M 0s 123650K .......... .......... .......... .......... .......... 70% 306M 0s 123700K .......... .......... .......... .......... .......... 70% 403M 0s 123750K .......... .......... .......... .......... .......... 70% 215M 0s 123800K .......... .......... .......... .......... .......... 70% 261M 0s 123850K .......... .......... .......... .......... .......... 70% 265M 0s 123900K .......... .......... .......... .......... .......... 70% 398M 0s 123950K .......... .......... .......... .......... .......... 70% 334M 0s 124000K .......... .......... .......... .......... .......... 70% 67.5M 0s 124050K .......... .......... .......... .......... .......... 70% 273M 0s 124100K .......... .......... .......... .......... .......... 70% 383M 0s 124150K .......... .......... .......... .......... .......... 70% 311M 0s 124200K .......... .......... .......... .......... .......... 70% 370M 0s 124250K .......... .......... .......... .......... .......... 70% 77.1M 0s 124300K .......... .......... .......... .......... .......... 70% 338M 0s 124350K .......... .......... .......... .......... .......... 70% 273M 0s 124400K .......... .......... .......... .......... .......... 71% 341M 0s 124450K .......... .......... .......... .......... .......... 71% 411M 0s 124500K .......... .......... .......... .......... .......... 71% 51.0M 0s 124550K .......... .......... .......... .......... .......... 71% 353M 0s 124600K .......... .......... .......... .......... .......... 71% 337M 0s 124650K .......... .......... .......... .......... .......... 71% 314M 0s 124700K .......... .......... .......... .......... .......... 71% 330M 0s 124750K .......... .......... .......... .......... .......... 71% 38.6M 0s 124800K .......... .......... .......... .......... .......... 71% 308M 0s 124850K .......... .......... .......... .......... .......... 71% 326M 0s 124900K .......... .......... .......... .......... .......... 71% 51.8M 0s 124950K .......... .......... .......... .......... .......... 71% 305M 0s 125000K .......... .......... .......... .......... .......... 71% 285M 0s 125050K .......... .......... .......... .......... .......... 71% 313M 0s 125100K .......... .......... .......... .......... .......... 71% 313M 0s 125150K .......... .......... .......... .......... .......... 71% 380M 0s 125200K .......... .......... .......... .......... .......... 71% 400M 0s 125250K .......... .......... .......... .......... .......... 71% 336M 0s 125300K .......... .......... .......... .......... .......... 71% 250M 0s 125350K .......... .......... .......... .......... .......... 71% 328M 0s 125400K .......... .......... .......... .......... .......... 71% 353M 0s 125450K .......... .......... .......... .......... .......... 71% 340M 0s 125500K .......... .......... .......... .......... .......... 71% 381M 0s 125550K .......... .......... .......... .......... .......... 71% 98.5M 0s 125600K .......... .......... .......... .......... .......... 71% 335M 0s 125650K .......... .......... .......... .......... .......... 71% 320M 0s 125700K .......... .......... .......... .......... .......... 71% 346M 0s 125750K .......... .......... .......... .......... .......... 71% 407M 0s 125800K .......... .......... .......... .......... .......... 71% 110M 0s 125850K .......... .......... .......... .......... .......... 71% 313M 0s 125900K .......... .......... .......... .......... .......... 71% 340M 0s 125950K .......... .......... .......... .......... .......... 71% 384M 0s 126000K .......... .......... .......... .......... .......... 71% 337M 0s 126050K .......... .......... .......... .......... .......... 71% 339M 0s 126100K .......... .......... .......... .......... .......... 71% 328M 0s 126150K .......... .......... .......... .......... .......... 72% 289M 0s 126200K .......... .......... .......... .......... .......... 72% 404M 0s 126250K .......... .......... .......... .......... .......... 72% 381M 0s 126300K .......... .......... .......... .......... .......... 72% 87.3M 0s 126350K .......... .......... .......... .......... .......... 72% 270M 0s 126400K .......... .......... .......... .......... .......... 72% 334M 0s 126450K .......... .......... .......... .......... .......... 72% 346M 0s 126500K .......... .......... .......... .......... .......... 72% 331M 0s 126550K .......... .......... .......... .......... .......... 72% 36.2M 0s 126600K .......... .......... .......... .......... .......... 72% 375M 0s 126650K .......... .......... .......... .......... .......... 72% 321M 0s 126700K .......... .......... .......... .......... .......... 72% 292M 0s 126750K .......... .......... .......... .......... .......... 72% 400M 0s 126800K .......... .......... .......... .......... .......... 72% 90.0M 0s 126850K .......... .......... .......... .......... .......... 72% 138M 0s 126900K .......... .......... .......... .......... .......... 72% 390M 0s 126950K .......... .......... .......... .......... .......... 72% 170M 0s 127000K .......... .......... .......... .......... .......... 72% 318M 0s 127050K .......... .......... .......... .......... .......... 72% 310M 0s 127100K .......... .......... .......... .......... .......... 72% 318M 0s 127150K .......... .......... .......... .......... .......... 72% 308M 0s 127200K .......... .......... .......... .......... .......... 72% 365M 0s 127250K .......... .......... .......... .......... .......... 72% 407M 0s 127300K .......... .......... .......... .......... .......... 72% 274M 0s 127350K .......... .......... .......... .......... .......... 72% 326M 0s 127400K .......... .......... .......... .......... .......... 72% 373M 0s 127450K .......... .......... .......... .......... .......... 72% 312M 0s 127500K .......... .......... .......... .......... .......... 72% 184M 0s 127550K .......... .......... .......... .......... .......... 72% 259M 0s 127600K .......... .......... .......... .......... .......... 72% 329M 0s 127650K .......... .......... .......... .......... .......... 72% 325M 0s 127700K .......... .......... .......... .......... .......... 72% 288M 0s 127750K .......... .......... .......... .......... .......... 72% 253M 0s 127800K .......... .......... .......... .......... .......... 72% 348M 0s 127850K .......... .......... .......... .......... .......... 72% 311M 0s 127900K .......... .......... .......... .......... .......... 73% 366M 0s 127950K .......... .......... .......... .......... .......... 73% 221M 0s 128000K .......... .......... .......... .......... .......... 73% 178M 0s 128050K .......... .......... .......... .......... .......... 73% 270M 0s 128100K .......... .......... .......... .......... .......... 73% 267M 0s 128150K .......... .......... .......... .......... .......... 73% 276M 0s 128200K .......... .......... .......... .......... .......... 73% 322M 0s 128250K .......... .......... .......... .......... .......... 73% 309M 0s 128300K .......... .......... .......... .......... .......... 73% 340M 0s 128350K .......... .......... .......... .......... .......... 73% 184M 0s 128400K .......... .......... .......... .......... .......... 73% 304M 0s 128450K .......... .......... .......... .......... .......... 73% 362M 0s 128500K .......... .......... .......... .......... .......... 73% 307M 0s 128550K .......... .......... .......... .......... .......... 73% 296M 0s 128600K .......... .......... .......... .......... .......... 73% 359M 0s 128650K .......... .......... .......... .......... .......... 73% 409M 0s 128700K .......... .......... .......... .......... .......... 73% 253M 0s 128750K .......... .......... .......... .......... .......... 73% 358M 0s 128800K .......... .......... .......... .......... .......... 73% 393M 0s 128850K .......... .......... .......... .......... .......... 73% 296M 0s 128900K .......... .......... .......... .......... .......... 73% 319M 0s 128950K .......... .......... .......... .......... .......... 73% 336M 0s 129000K .......... .......... .......... .......... .......... 73% 275M 0s 129050K .......... .......... .......... .......... .......... 73% 323M 0s 129100K .......... .......... .......... .......... .......... 73% 330M 0s 129150K .......... .......... .......... .......... .......... 73% 333M 0s 129200K .......... .......... .......... .......... .......... 73% 339M 0s 129250K .......... .......... .......... .......... .......... 73% 377M 0s 129300K .......... .......... .......... .......... .......... 73% 287M 0s 129350K .......... .......... .......... .......... .......... 73% 336M 0s 129400K .......... .......... .......... .......... .......... 73% 336M 0s 129450K .......... .......... .......... .......... .......... 73% 351M 0s 129500K .......... .......... .......... .......... .......... 73% 279M 0s 129550K .......... .......... .......... .......... .......... 73% 386M 0s 129600K .......... .......... .......... .......... .......... 73% 313M 0s 129650K .......... .......... .......... .......... .......... 74% 208M 0s 129700K .......... .......... .......... .......... .......... 74% 372M 0s 129750K .......... .......... .......... .......... .......... 74% 372M 0s 129800K .......... .......... .......... .......... .......... 74% 348M 0s 129850K .......... .......... .......... .......... .......... 74% 302M 0s 129900K .......... .......... .......... .......... .......... 74% 206M 0s 129950K .......... .......... .......... .......... .......... 74% 339M 0s 130000K .......... .......... .......... .......... .......... 74% 299M 0s 130050K .......... .......... .......... .......... .......... 74% 364M 0s 130100K .......... .......... .......... .......... .......... 74% 376M 0s 130150K .......... .......... .......... .......... .......... 74% 185M 0s 130200K .......... .......... .......... .......... .......... 74% 262M 0s 130250K .......... .......... .......... .......... .......... 74% 354M 0s 130300K .......... .......... .......... .......... .......... 74% 373M 0s 130350K .......... .......... .......... .......... .......... 74% 318M 0s 130400K .......... .......... .......... .......... .......... 74% 177M 0s 130450K .......... .......... .......... .......... .......... 74% 254M 0s 130500K .......... .......... .......... .......... .......... 74% 227M 0s 130550K .......... .......... .......... .......... .......... 74% 320M 0s 130600K .......... .......... .......... .......... .......... 74% 347M 0s 130650K .......... .......... .......... .......... .......... 74% 300M 0s 130700K .......... .......... .......... .......... .......... 74% 304M 0s 130750K .......... .......... .......... .......... .......... 74% 330M 0s 130800K .......... .......... .......... .......... .......... 74% 362M 0s 130850K .......... .......... .......... .......... .......... 74% 351M 0s 130900K .......... .......... .......... .......... .......... 74% 289M 0s 130950K .......... .......... .......... .......... .......... 74% 375M 0s 131000K .......... .......... .......... .......... .......... 74% 357M 0s 131050K .......... .......... .......... .......... .......... 74% 56.4M 0s 131100K .......... .......... .......... .......... .......... 74% 344M 0s 131150K .......... .......... .......... .......... .......... 74% 264M 0s 131200K .......... .......... .......... .......... .......... 74% 366M 0s 131250K .......... .......... .......... .......... .......... 74% 341M 0s 131300K .......... .......... .......... .......... .......... 74% 344M 0s 131350K .......... .......... .......... .......... .......... 74% 359M 0s 131400K .......... .......... .......... .......... .......... 75% 383M 0s 131450K .......... .......... .......... .......... .......... 75% 270M 0s 131500K .......... .......... .......... .......... .......... 75% 259M 0s 131550K .......... .......... .......... .......... .......... 75% 371M 0s 131600K .......... .......... .......... .......... .......... 75% 393M 0s 131650K .......... .......... .......... .......... .......... 75% 326M 0s 131700K .......... .......... .......... .......... .......... 75% 199M 0s 131750K .......... .......... .......... .......... .......... 75% 404M 0s 131800K .......... .......... .......... .......... .......... 75% 322M 0s 131850K .......... .......... .......... .......... .......... 75% 298M 0s 131900K .......... .......... .......... .......... .......... 75% 382M 0s 131950K .......... .......... .......... .......... .......... 75% 200M 0s 132000K .......... .......... .......... .......... .......... 75% 286M 0s 132050K .......... .......... .......... .......... .......... 75% 339M 0s 132100K .......... .......... .......... .......... .......... 75% 319M 0s 132150K .......... .......... .......... .......... .......... 75% 402M 0s 132200K .......... .......... .......... .......... .......... 75% 133M 0s 132250K .......... .......... .......... .......... .......... 75% 348M 0s 132300K .......... .......... .......... .......... .......... 75% 365M 0s 132350K .......... .......... .......... .......... .......... 75% 318M 0s 132400K .......... .......... .......... .......... .......... 75% 375M 0s 132450K .......... .......... .......... .......... .......... 75% 304M 0s 132500K .......... .......... .......... .......... .......... 75% 308M 0s 132550K .......... .......... .......... .......... .......... 75% 302M 0s 132600K .......... .......... .......... .......... .......... 75% 392M 0s 132650K .......... .......... .......... .......... .......... 75% 373M 0s 132700K .......... .......... .......... .......... .......... 75% 25.8M 0s 132750K .......... .......... .......... .......... .......... 75% 334M 0s 132800K .......... .......... .......... .......... .......... 75% 331M 0s 132850K .......... .......... .......... .......... .......... 75% 318M 0s 132900K .......... .......... .......... .......... .......... 75% 332M 0s 132950K .......... .......... .......... .......... .......... 75% 22.7M 0s 133000K .......... .......... .......... .......... .......... 75% 349M 0s 133050K .......... .......... .......... .......... .......... 75% 329M 0s 133100K .......... .......... .......... .......... .......... 75% 48.1M 0s 133150K .......... .......... .......... .......... .......... 76% 286M 0s 133200K .......... .......... .......... .......... .......... 76% 320M 0s 133250K .......... .......... .......... .......... .......... 76% 375M 0s 133300K .......... .......... .......... .......... .......... 76% 332M 0s 133350K .......... .......... .......... .......... .......... 76% 359M 0s 133400K .......... .......... .......... .......... .......... 76% 379M 0s 133450K .......... .......... .......... .......... .......... 76% 344M 0s 133500K .......... .......... .......... .......... .......... 76% 314M 0s 133550K .......... .......... .......... .......... .......... 76% 255M 0s 133600K .......... .......... .......... .......... .......... 76% 318M 0s 133650K .......... .......... .......... .......... .......... 76% 313M 0s 133700K .......... .......... .......... .......... .......... 76% 329M 0s 133750K .......... .......... .......... .......... .......... 76% 342M 0s 133800K .......... .......... .......... .......... .......... 76% 403M 0s 133850K .......... .......... .......... .......... .......... 76% 242M 0s 133900K .......... .......... .......... .......... .......... 76% 397M 0s 133950K .......... .......... .......... .......... .......... 76% 335M 0s 134000K .......... .......... .......... .......... .......... 76% 315M 0s 134050K .......... .......... .......... .......... .......... 76% 399M 0s 134100K .......... .......... .......... .......... .......... 76% 359M 0s 134150K .......... .......... .......... .......... .......... 76% 328M 0s 134200K .......... .......... .......... .......... .......... 76% 276M 0s 134250K .......... .......... .......... .......... .......... 76% 317M 0s 134300K .......... .......... .......... .......... .......... 76% 370M 0s 134350K .......... .......... .......... .......... .......... 76% 329M 0s 134400K .......... .......... .......... .......... .......... 76% 318M 0s 134450K .......... .......... .......... .......... .......... 76% 339M 0s 134500K .......... .......... .......... .......... .......... 76% 356M 0s 134550K .......... .......... .......... .......... .......... 76% 283M 0s 134600K .......... .......... .......... .......... .......... 76% 357M 0s 134650K .......... .......... .......... .......... .......... 76% 376M 0s 134700K .......... .......... .......... .......... .......... 76% 321M 0s 134750K .......... .......... .......... .......... .......... 76% 332M 0s 134800K .......... .......... .......... .......... .......... 76% 355M 0s 134850K .......... .......... .......... .......... .......... 76% 362M 0s 134900K .......... .......... .......... .......... .......... 77% 275M 0s 134950K .......... .......... .......... .......... .......... 77% 344M 0s 135000K .......... .......... .......... .......... .......... 77% 389M 0s 135050K .......... .......... .......... .......... .......... 77% 349M 0s 135100K .......... .......... .......... .......... .......... 77% 365M 0s 135150K .......... .......... .......... .......... .......... 77% 78.3M 0s 135200K .......... .......... .......... .......... .......... 77% 294M 0s 135250K .......... .......... .......... .......... .......... 77% 353M 0s 135300K .......... .......... .......... .......... .......... 77% 364M 0s 135350K .......... .......... .......... .......... .......... 77% 292M 0s 135400K .......... .......... .......... .......... .......... 77% 354M 0s 135450K .......... .......... .......... .......... .......... 77% 314M 0s 135500K .......... .......... .......... .......... .......... 77% 299M 0s 135550K .......... .......... .......... .......... .......... 77% 380M 0s 135600K .......... .......... .......... .......... .......... 77% 376M 0s 135650K .......... .......... .......... .......... .......... 77% 356M 0s 135700K .......... .......... .......... .......... .......... 77% 318M 0s 135750K .......... .......... .......... .......... .......... 77% 317M 0s 135800K .......... .......... .......... .......... .......... 77% 323M 0s 135850K .......... .......... .......... .......... .......... 77% 304M 0s 135900K .......... .......... .......... .......... .......... 77% 340M 0s 135950K .......... .......... .......... .......... .......... 77% 411M 0s 136000K .......... .......... .......... .......... .......... 77% 331M 0s 136050K .......... .......... .......... .......... .......... 77% 47.8M 0s 136100K .......... .......... .......... .......... .......... 77% 340M 0s 136150K .......... .......... .......... .......... .......... 77% 295M 0s 136200K .......... .......... .......... .......... .......... 77% 339M 0s 136250K .......... .......... .......... .......... .......... 77% 389M 0s 136300K .......... .......... .......... .......... .......... 77% 147M 0s 136350K .......... .......... .......... .......... .......... 77% 312M 0s 136400K .......... .......... .......... .......... .......... 77% 301M 0s 136450K .......... .......... .......... .......... .......... 77% 340M 0s 136500K .......... .......... .......... .......... .......... 77% 413M 0s 136550K .......... .......... .......... .......... .......... 77% 69.1M 0s 136600K .......... .......... .......... .......... .......... 77% 304M 0s 136650K .......... .......... .......... .......... .......... 78% 331M 0s 136700K .......... .......... .......... .......... .......... 78% 334M 0s 136750K .......... .......... .......... .......... .......... 78% 407M 0s 136800K .......... .......... .......... .......... .......... 78% 323M 0s 136850K .......... .......... .......... .......... .......... 78% 332M 0s 136900K .......... .......... .......... .......... .......... 78% 260M 0s 136950K .......... .......... .......... .......... .......... 78% 368M 0s 137000K .......... .......... .......... .......... .......... 78% 323M 0s 137050K .......... .......... .......... .......... .......... 78% 354M 0s 137100K .......... .......... .......... .......... .......... 78% 395M 0s 137150K .......... .......... .......... .......... .......... 78% 359M 0s 137200K .......... .......... .......... .......... .......... 78% 148M 0s 137250K .......... .......... .......... .......... .......... 78% 371M 0s 137300K .......... .......... .......... .......... .......... 78% 330M 0s 137350K .......... .......... .......... .......... .......... 78% 298M 0s 137400K .......... .......... .......... .......... .......... 78% 383M 0s 137450K .......... .......... .......... .......... .......... 78% 350M 0s 137500K .......... .......... .......... .......... .......... 78% 289M 0s 137550K .......... .......... .......... .......... .......... 78% 299M 0s 137600K .......... .......... .......... .......... .......... 78% 399M 0s 137650K .......... .......... .......... .......... .......... 78% 347M 0s 137700K .......... .......... .......... .......... .......... 78% 313M 0s 137750K .......... .......... .......... .......... .......... 78% 350M 0s 137800K .......... .......... .......... .......... .......... 78% 332M 0s 137850K .......... .......... .......... .......... .......... 78% 298M 0s 137900K .......... .......... .......... .......... .......... 78% 329M 0s 137950K .......... .......... .......... .......... .......... 78% 352M 0s 138000K .......... .......... .......... .......... .......... 78% 390M 0s 138050K .......... .......... .......... .......... .......... 78% 315M 0s 138100K .......... .......... .......... .......... .......... 78% 369M 0s 138150K .......... .......... .......... .......... .......... 78% 390M 0s 138200K .......... .......... .......... .......... .......... 78% 319M 0s 138250K .......... .......... .......... .......... .......... 78% 387M 0s 138300K .......... .......... .......... .......... .......... 78% 382M 0s 138350K .......... .......... .......... .......... .......... 78% 37.9M 0s 138400K .......... .......... .......... .......... .......... 79% 274M 0s 138450K .......... .......... .......... .......... .......... 79% 359M 0s 138500K .......... .......... .......... .......... .......... 79% 373M 0s 138550K .......... .......... .......... .......... .......... 79% 334M 0s 138600K .......... .......... .......... .......... .......... 79% 117M 0s 138650K .......... .......... .......... .......... .......... 79% 313M 0s 138700K .......... .......... .......... .......... .......... 79% 357M 0s 138750K .......... .......... .......... .......... .......... 79% 334M 0s 138800K .......... .......... .......... .......... .......... 79% 370M 0s 138850K .......... .......... .......... .......... .......... 79% 328M 0s 138900K .......... .......... .......... .......... .......... 79% 244M 0s 138950K .......... .......... .......... .......... .......... 79% 383M 0s 139000K .......... .......... .......... .......... .......... 79% 351M 0s 139050K .......... .......... .......... .......... .......... 79% 366M 0s 139100K .......... .......... .......... .......... .......... 79% 359M 0s 139150K .......... .......... .......... .......... .......... 79% 346M 0s 139200K .......... .......... .......... .......... .......... 79% 392M 0s 139250K .......... .......... .......... .......... .......... 79% 72.3M 0s 139300K .......... .......... .......... .......... .......... 79% 274M 0s 139350K .......... .......... .......... .......... .......... 79% 322M 0s 139400K .......... .......... .......... .......... .......... 79% 297M 0s 139450K .......... .......... .......... .......... .......... 79% 378M 0s 139500K .......... .......... .......... .......... .......... 79% 328M 0s 139550K .......... .......... .......... .......... .......... 79% 375M 0s 139600K .......... .......... .......... .......... .......... 79% 235M 0s 139650K .......... .......... .......... .......... .......... 79% 325M 0s 139700K .......... .......... .......... .......... .......... 79% 296M 0s 139750K .......... .......... .......... .......... .......... 79% 360M 0s 139800K .......... .......... .......... .......... .......... 79% 399M 0s 139850K .......... .......... .......... .......... .......... 79% 166M 0s 139900K .......... .......... .......... .......... .......... 79% 365M 0s 139950K .......... .......... .......... .......... .......... 79% 339M 0s 140000K .......... .......... .......... .......... .......... 79% 316M 0s 140050K .......... .......... .......... .......... .......... 79% 350M 0s 140100K .......... .......... .......... .......... .......... 79% 386M 0s 140150K .......... .......... .......... .......... .......... 80% 180M 0s 140200K .......... .......... .......... .......... .......... 80% 296M 0s 140250K .......... .......... .......... .......... .......... 80% 304M 0s 140300K .......... .......... .......... .......... .......... 80% 404M 0s 140350K .......... .......... .......... .......... .......... 80% 379M 0s 140400K .......... .......... .......... .......... .......... 80% 206M 0s 140450K .......... .......... .......... .......... .......... 80% 382M 0s 140500K .......... .......... .......... .......... .......... 80% 327M 0s 140550K .......... .......... .......... .......... .......... 80% 292M 0s 140600K .......... .......... .......... .......... .......... 80% 376M 0s 140650K .......... .......... .......... .......... .......... 80% 49.3M 0s 140700K .......... .......... .......... .......... .......... 80% 301M 0s 140750K .......... .......... .......... .......... .......... 80% 311M 0s 140800K .......... .......... .......... .......... .......... 80% 340M 0s 140850K .......... .......... .......... .......... .......... 80% 408M 0s 140900K .......... .......... .......... .......... .......... 80% 136M 0s 140950K .......... .......... .......... .......... .......... 80% 327M 0s 141000K .......... .......... .......... .......... .......... 80% 343M 0s 141050K .......... .......... .......... .......... .......... 80% 356M 0s 141100K .......... .......... .......... .......... .......... 80% 314M 0s 141150K .......... .......... .......... .......... .......... 80% 166M 0s 141200K .......... .......... .......... .......... .......... 80% 317M 0s 141250K .......... .......... .......... .......... .......... 80% 315M 0s 141300K .......... .......... .......... .......... .......... 80% 45.4M 0s 141350K .......... .......... .......... .......... .......... 80% 305M 0s 141400K .......... .......... .......... .......... .......... 80% 319M 0s 141450K .......... .......... .......... .......... .......... 80% 324M 0s 141500K .......... .......... .......... .......... .......... 80% 318M 0s 141550K .......... .......... .......... .......... .......... 80% 326M 0s 141600K .......... .......... .......... .......... .......... 80% 323M 0s 141650K .......... .......... .......... .......... .......... 80% 320M 0s 141700K .......... .......... .......... .......... .......... 80% 325M 0s 141750K .......... .......... .......... .......... .......... 80% 396M 0s 141800K .......... .......... .......... .......... .......... 80% 331M 0s 141850K .......... .......... .......... .......... .......... 80% 244M 0s 141900K .......... .......... .......... .......... .......... 81% 358M 0s 141950K .......... .......... .......... .......... .......... 81% 407M 0s 142000K .......... .......... .......... .......... .......... 81% 370M 0s 142050K .......... .......... .......... .......... .......... 81% 337M 0s 142100K .......... .......... .......... .......... .......... 81% 304M 0s 142150K .......... .......... .......... .......... .......... 81% 328M 0s 142200K .......... .......... .......... .......... .......... 81% 296M 0s 142250K .......... .......... .......... .......... .......... 81% 372M 0s 142300K .......... .......... .......... .......... .......... 81% 377M 0s 142350K .......... .......... .......... .......... .......... 81% 375M 0s 142400K .......... .......... .......... .......... .......... 81% 282M 0s 142450K .......... .......... .......... .......... .......... 81% 340M 0s 142500K .......... .......... .......... .......... .......... 81% 417M 0s 142550K .......... .......... .......... .......... .......... 81% 301M 0s 142600K .......... .......... .......... .......... .......... 81% 376M 0s 142650K .......... .......... .......... .......... .......... 81% 326M 0s 142700K .......... .......... .......... .......... .......... 81% 279M 0s 142750K .......... .......... .......... .......... .......... 81% 315M 0s 142800K .......... .......... .......... .......... .......... 81% 385M 0s 142850K .......... .......... .......... .......... .......... 81% 368M 0s 142900K .......... .......... .......... .......... .......... 81% 260M 0s 142950K .......... .......... .......... .......... .......... 81% 335M 0s 143000K .......... .......... .......... .......... .......... 81% 315M 0s 143050K .......... .......... .......... .......... .......... 81% 377M 0s 143100K .......... .......... .......... .......... .......... 81% 326M 0s 143150K .......... .......... .......... .......... .......... 81% 288M 0s 143200K .......... .......... .......... .......... .......... 81% 333M 0s 143250K .......... .......... .......... .......... .......... 81% 314M 0s 143300K .......... .......... .......... .......... .......... 81% 379M 0s 143350K .......... .......... .......... .......... .......... 81% 186M 0s 143400K .......... .......... .......... .......... .......... 81% 328M 0s 143450K .......... .......... .......... .......... .......... 81% 306M 0s 143500K .......... .......... .......... .......... .......... 81% 305M 0s 143550K .......... .......... .......... .......... .......... 81% 339M 0s 143600K .......... .......... .......... .......... .......... 81% 381M 0s 143650K .......... .......... .......... .......... .......... 82% 367M 0s 143700K .......... .......... .......... .......... .......... 82% 91.2M 0s 143750K .......... .......... .......... .......... .......... 82% 307M 0s 143800K .......... .......... .......... .......... .......... 82% 326M 0s 143850K .......... .......... .......... .......... .......... 82% 351M 0s 143900K .......... .......... .......... .......... .......... 82% 325M 0s 143950K .......... .......... .......... .......... .......... 82% 66.6M 0s 144000K .......... .......... .......... .......... .......... 82% 262M 0s 144050K .......... .......... .......... .......... .......... 82% 288M 0s 144100K .......... .......... .......... .......... .......... 82% 333M 0s 144150K .......... .......... .......... .......... .......... 82% 385M 0s 144200K .......... .......... .......... .......... .......... 82% 38.1M 0s 144250K .......... .......... .......... .......... .......... 82% 333M 0s 144300K .......... .......... .......... .......... .......... 82% 297M 0s 144350K .......... .......... .......... .......... .......... 82% 334M 0s 144400K .......... .......... .......... .......... .......... 82% 343M 0s 144450K .......... .......... .......... .......... .......... 82% 272M 0s 144500K .......... .......... .......... .......... .......... 82% 336M 0s 144550K .......... .......... .......... .......... .......... 82% 312M 0s 144600K .......... .......... .......... .......... .......... 82% 351M 0s 144650K .......... .......... .......... .......... .......... 82% 408M 0s 144700K .......... .......... .......... .......... .......... 82% 360M 0s 144750K .......... .......... .......... .......... .......... 82% 278M 0s 144800K .......... .......... .......... .......... .......... 82% 318M 0s 144850K .......... .......... .......... .......... .......... 82% 330M 0s 144900K .......... .......... .......... .......... .......... 82% 326M 0s 144950K .......... .......... .......... .......... .......... 82% 363M 0s 145000K .......... .......... .......... .......... .......... 82% 179M 0s 145050K .......... .......... .......... .......... .......... 82% 326M 0s 145100K .......... .......... .......... .......... .......... 82% 304M 0s 145150K .......... .......... .......... .......... .......... 82% 360M 0s 145200K .......... .......... .......... .......... .......... 82% 378M 0s 145250K .......... .......... .......... .......... .......... 82% 254M 0s 145300K .......... .......... .......... .......... .......... 82% 374M 0s 145350K .......... .......... .......... .......... .......... 82% 355M 0s 145400K .......... .......... .......... .......... .......... 82% 42.2M 0s 145450K .......... .......... .......... .......... .......... 83% 358M 0s 145500K .......... .......... .......... .......... .......... 83% 332M 0s 145550K .......... .......... .......... .......... .......... 83% 282M 0s 145600K .......... .......... .......... .......... .......... 83% 393M 0s 145650K .......... .......... .......... .......... .......... 83% 383M 0s 145700K .......... .......... .......... .......... .......... 83% 319M 0s 145750K .......... .......... .......... .......... .......... 83% 229M 0s 145800K .......... .......... .......... .......... .......... 83% 329M 0s 145850K .......... .......... .......... .......... .......... 83% 364M 0s 145900K .......... .......... .......... .......... .......... 83% 270M 0s 145950K .......... .......... .......... .......... .......... 83% 341M 0s 146000K .......... .......... .......... .......... .......... 83% 39.7M 0s 146050K .......... .......... .......... .......... .......... 83% 278M 0s 146100K .......... .......... .......... .......... .......... 83% 383M 0s 146150K .......... .......... .......... .......... .......... 83% 379M 0s 146200K .......... .......... .......... .......... .......... 83% 375M 0s 146250K .......... .......... .......... .......... .......... 83% 224M 0s 146300K .......... .......... .......... .......... .......... 83% 355M 0s 146350K .......... .......... .......... .......... .......... 83% 325M 0s 146400K .......... .......... .......... .......... .......... 83% 275M 0s 146450K .......... .......... .......... .......... .......... 83% 357M 0s 146500K .......... .......... .......... .......... .......... 83% 360M 0s 146550K .......... .......... .......... .......... .......... 83% 266M 0s 146600K .......... .......... .......... .......... .......... 83% 288M 0s 146650K .......... .......... .......... .......... .......... 83% 360M 0s 146700K .......... .......... .......... .......... .......... 83% 355M 0s 146750K .......... .......... .......... .......... .......... 83% 334M 0s 146800K .......... .......... .......... .......... .......... 83% 172M 0s 146850K .......... .......... .......... .......... .......... 83% 378M 0s 146900K .......... .......... .......... .......... .......... 83% 384M 0s 146950K .......... .......... .......... .......... .......... 83% 256M 0s 147000K .......... .......... .......... .......... .......... 83% 338M 0s 147050K .......... .......... .......... .......... .......... 83% 105M 0s 147100K .......... .......... .......... .......... .......... 83% 169M 0s 147150K .......... .......... .......... .......... .......... 83% 358M 0s 147200K .......... .......... .......... .......... .......... 84% 289M 0s 147250K .......... .......... .......... .......... .......... 84% 378M 0s 147300K .......... .......... .......... .......... .......... 84% 343M 0s 147350K .......... .......... .......... .......... .......... 84% 347M 0s 147400K .......... .......... .......... .......... .......... 84% 344M 0s 147450K .......... .......... .......... .......... .......... 84% 323M 0s 147500K .......... .......... .......... .......... .......... 84% 359M 0s 147550K .......... .......... .......... .......... .......... 84% 285M 0s 147600K .......... .......... .......... .......... .......... 84% 378M 0s 147650K .......... .......... .......... .......... .......... 84% 388M 0s 147700K .......... .......... .......... .......... .......... 84% 278M 0s 147750K .......... .......... .......... .......... .......... 84% 378M 0s 147800K .......... .......... .......... .......... .......... 84% 337M 0s 147850K .......... .......... .......... .......... .......... 84% 375M 0s 147900K .......... .......... .......... .......... .......... 84% 323M 0s 147950K .......... .......... .......... .......... .......... 84% 305M 0s 148000K .......... .......... .......... .......... .......... 84% 354M 0s 148050K .......... .......... .......... .......... .......... 84% 312M 0s 148100K .......... .......... .......... .......... .......... 84% 376M 0s 148150K .......... .......... .......... .......... .......... 84% 419M 0s 148200K .......... .......... .......... .......... .......... 84% 371M 0s 148250K .......... .......... .......... .......... .......... 84% 300M 0s 148300K .......... .......... .......... .......... .......... 84% 145M 0s 148350K .......... .......... .......... .......... .......... 84% 376M 0s 148400K .......... .......... .......... .......... .......... 84% 305M 0s 148450K .......... .......... .......... .......... .......... 84% 319M 0s 148500K .......... .......... .......... .......... .......... 84% 299M 0s 148550K .......... .......... .......... .......... .......... 84% 317M 0s 148600K .......... .......... .......... .......... .......... 84% 299M 0s 148650K .......... .......... .......... .......... .......... 84% 389M 0s 148700K .......... .......... .......... .......... .......... 84% 369M 0s 148750K .......... .......... .......... .......... .......... 84% 331M 0s 148800K .......... .......... .......... .......... .......... 84% 344M 0s 148850K .......... .......... .......... .......... .......... 84% 324M 0s 148900K .......... .......... .......... .......... .......... 84% 386M 0s 148950K .......... .......... .......... .......... .......... 85% 290M 0s 149000K .......... .......... .......... .......... .......... 85% 416M 0s 149050K .......... .......... .......... .......... .......... 85% 393M 0s 149100K .......... .......... .......... .......... .......... 85% 218M 0s 149150K .......... .......... .......... .......... .......... 85% 405M 0s 149200K .......... .......... .......... .......... .......... 85% 293M 0s 149250K .......... .......... .......... .......... .......... 85% 321M 0s 149300K .......... .......... .......... .......... .......... 85% 308M 0s 149350K .......... .......... .......... .......... .......... 85% 365M 0s 149400K .......... .......... .......... .......... .......... 85% 370M 0s 149450K .......... .......... .......... .......... .......... 85% 293M 0s 149500K .......... .......... .......... .......... .......... 85% 157M 0s 149550K .......... .......... .......... .......... .......... 85% 302M 0s 149600K .......... .......... .......... .......... .......... 85% 387M 0s 149650K .......... .......... .......... .......... .......... 85% 339M 0s 149700K .......... .......... .......... .......... .......... 85% 289M 0s 149750K .......... .......... .......... .......... .......... 85% 368M 0s 149800K .......... .......... .......... .......... .......... 85% 381M 0s 149850K .......... .......... .......... .......... .......... 85% 361M 0s 149900K .......... .......... .......... .......... .......... 85% 319M 0s 149950K .......... .......... .......... .......... .......... 85% 363M 0s 150000K .......... .......... .......... .......... .......... 85% 381M 0s 150050K .......... .......... .......... .......... .......... 85% 137M 0s 150100K .......... .......... .......... .......... .......... 85% 368M 0s 150150K .......... .......... .......... .......... .......... 85% 124M 0s 150200K .......... .......... .......... .......... .......... 85% 411M 0s 150250K .......... .......... .......... .......... .......... 85% 315M 0s 150300K .......... .......... .......... .......... .......... 85% 256M 0s 150350K .......... .......... .......... .......... .......... 85% 334M 0s 150400K .......... .......... .......... .......... .......... 85% 297M 0s 150450K .......... .......... .......... .......... .......... 85% 350M 0s 150500K .......... .......... .......... .......... .......... 85% 354M 0s 150550K .......... .......... .......... .......... .......... 85% 390M 0s 150600K .......... .......... .......... .......... .......... 85% 321M 0s 150650K .......... .......... .......... .......... .......... 85% 190M 0s 150700K .......... .......... .......... .......... .......... 86% 338M 0s 150750K .......... .......... .......... .......... .......... 86% 331M 0s 150800K .......... .......... .......... .......... .......... 86% 386M 0s 150850K .......... .......... .......... .......... .......... 86% 362M 0s 150900K .......... .......... .......... .......... .......... 86% 344M 0s 150950K .......... .......... .......... .......... .......... 86% 296M 0s 151000K .......... .......... .......... .......... .......... 86% 350M 0s 151050K .......... .......... .......... .......... .......... 86% 408M 0s 151100K .......... .......... .......... .......... .......... 86% 331M 0s 151150K .......... .......... .......... .......... .......... 86% 111M 0s 151200K .......... .......... .......... .......... .......... 86% 372M 0s 151250K .......... .......... .......... .......... .......... 86% 329M 0s 151300K .......... .......... .......... .......... .......... 86% 280M 0s 151350K .......... .......... .......... .......... .......... 86% 380M 0s 151400K .......... .......... .......... .......... .......... 86% 360M 0s 151450K .......... .......... .......... .......... .......... 86% 313M 0s 151500K .......... .......... .......... .......... .......... 86% 311M 0s 151550K .......... .......... .......... .......... .......... 86% 357M 0s 151600K .......... .......... .......... .......... .......... 86% 346M 0s 151650K .......... .......... .......... .......... .......... 86% 381M 0s 151700K .......... .......... .......... .......... .......... 86% 376M 0s 151750K .......... .......... .......... .......... .......... 86% 276M 0s 151800K .......... .......... .......... .......... .......... 86% 368M 0s 151850K .......... .......... .......... .......... .......... 86% 407M 0s 151900K .......... .......... .......... .......... .......... 86% 303M 0s 151950K .......... .......... .......... .......... .......... 86% 381M 0s 152000K .......... .......... .......... .......... .......... 86% 321M 0s 152050K .......... .......... .......... .......... .......... 86% 274M 0s 152100K .......... .......... .......... .......... .......... 86% 408M 0s 152150K .......... .......... .......... .......... .......... 86% 361M 0s 152200K .......... .......... .......... .......... .......... 86% 356M 0s 152250K .......... .......... .......... .......... .......... 86% 282M 0s 152300K .......... .......... .......... .......... .......... 86% 287M 0s 152350K .......... .......... .......... .......... .......... 86% 371M 0s 152400K .......... .......... .......... .......... .......... 86% 184M 0s 152450K .......... .......... .......... .......... .......... 87% 339M 0s 152500K .......... .......... .......... .......... .......... 87% 395M 0s 152550K .......... .......... .......... .......... .......... 87% 396M 0s 152600K .......... .......... .......... .......... .......... 87% 239M 0s 152650K .......... .......... .......... .......... .......... 87% 350M 0s 152700K .......... .......... .......... .......... .......... 87% 375M 0s 152750K .......... .......... .......... .......... .......... 87% 325M 0s 152800K .......... .......... .......... .......... .......... 87% 380M 0s 152850K .......... .......... .......... .......... .......... 87% 343M 0s 152900K .......... .......... .......... .......... .......... 87% 326M 0s 152950K .......... .......... .......... .......... .......... 87% 178M 0s 153000K .......... .......... .......... .......... .......... 87% 230M 0s 153050K .......... .......... .......... .......... .......... 87% 216M 0s 153100K .......... .......... .......... .......... .......... 87% 192M 0s 153150K .......... .......... .......... .......... .......... 87% 260M 0s 153200K .......... .......... .......... .......... .......... 87% 226M 0s 153250K .......... .......... .......... .......... .......... 87% 265M 0s 153300K .......... .......... .......... .......... .......... 87% 271M 0s 153350K .......... .......... .......... .......... .......... 87% 338M 0s 153400K .......... .......... .......... .......... .......... 87% 351M 0s 153450K .......... .......... .......... .......... .......... 87% 232M 0s 153500K .......... .......... .......... .......... .......... 87% 329M 0s 153550K .......... .......... .......... .......... .......... 87% 385M 0s 153600K .......... .......... .......... .......... .......... 87% 329M 0s 153650K .......... .......... .......... .......... .......... 87% 233M 0s 153700K .......... .......... .......... .......... .......... 87% 269M 0s 153750K .......... .......... .......... .......... .......... 87% 244M 0s 153800K .......... .......... .......... .......... .......... 87% 352M 0s 153850K .......... .......... .......... .......... .......... 87% 300M 0s 153900K .......... .......... .......... .......... .......... 87% 237M 0s 153950K .......... .......... .......... .......... .......... 87% 231M 0s 154000K .......... .......... .......... .......... .......... 87% 286M 0s 154050K .......... .......... .......... .......... .......... 87% 235M 0s 154100K .......... .......... .......... .......... .......... 87% 250M 0s 154150K .......... .......... .......... .......... .......... 87% 334M 0s 154200K .......... .......... .......... .......... .......... 88% 328M 0s 154250K .......... .......... .......... .......... .......... 88% 316M 0s 154300K .......... .......... .......... .......... .......... 88% 326M 0s 154350K .......... .......... .......... .......... .......... 88% 380M 0s 154400K .......... .......... .......... .......... .......... 88% 318M 0s 154450K .......... .......... .......... .......... .......... 88% 299M 0s 154500K .......... .......... .......... .......... .......... 88% 309M 0s 154550K .......... .......... .......... .......... .......... 88% 343M 0s 154600K .......... .......... .......... .......... .......... 88% 304M 0s 154650K .......... .......... .......... .......... .......... 88% 319M 0s 154700K .......... .......... .......... .......... .......... 88% 375M 0s 154750K .......... .......... .......... .......... .......... 88% 377M 0s 154800K .......... .......... .......... .......... .......... 88% 341M 0s 154850K .......... .......... .......... .......... .......... 88% 302M 0s 154900K .......... .......... .......... .......... .......... 88% 378M 0s 154950K .......... .......... .......... .......... .......... 88% 289M 0s 155000K .......... .......... .......... .......... .......... 88% 315M 0s 155050K .......... .......... .......... .......... .......... 88% 368M 0s 155100K .......... .......... .......... .......... .......... 88% 373M 0s 155150K .......... .......... .......... .......... .......... 88% 346M 0s 155200K .......... .......... .......... .......... .......... 88% 373M 0s 155250K .......... .......... .......... .......... .......... 88% 346M 0s 155300K .......... .......... .......... .......... .......... 88% 298M 0s 155350K .......... .......... .......... .......... .......... 88% 345M 0s 155400K .......... .......... .......... .......... .......... 88% 370M 0s 155450K .......... .......... .......... .......... .......... 88% 281M 0s 155500K .......... .......... .......... .......... .......... 88% 345M 0s 155550K .......... .......... .......... .......... .......... 88% 409M 0s 155600K .......... .......... .......... .......... .......... 88% 205M 0s 155650K .......... .......... .......... .......... .......... 88% 328M 0s 155700K .......... .......... .......... .......... .......... 88% 342M 0s 155750K .......... .......... .......... .......... .......... 88% 285M 0s 155800K .......... .......... .......... .......... .......... 88% 361M 0s 155850K .......... .......... .......... .......... .......... 88% 389M 0s 155900K .......... .......... .......... .......... .......... 88% 326M 0s 155950K .......... .......... .......... .......... .......... 89% 368M 0s 156000K .......... .......... .......... .......... .......... 89% 44.4M 0s 156050K .......... .......... .......... .......... .......... 89% 336M 0s 156100K .......... .......... .......... .......... .......... 89% 264M 0s 156150K .......... .......... .......... .......... .......... 89% 373M 0s 156200K .......... .......... .......... .......... .......... 89% 410M 0s 156250K .......... .......... .......... .......... .......... 89% 139M 0s 156300K .......... .......... .......... .......... .......... 89% 343M 0s 156350K .......... .......... .......... .......... .......... 89% 321M 0s 156400K .......... .......... .......... .......... .......... 89% 367M 0s 156450K .......... .......... .......... .......... .......... 89% 333M 0s 156500K .......... .......... .......... .......... .......... 89% 255M 0s 156550K .......... .......... .......... .......... .......... 89% 313M 0s 156600K .......... .......... .......... .......... .......... 89% 282M 0s 156650K .......... .......... .......... .......... .......... 89% 350M 0s 156700K .......... .......... .......... .......... .......... 89% 368M 0s 156750K .......... .......... .......... .......... .......... 89% 188M 0s 156800K .......... .......... .......... .......... .......... 89% 296M 0s 156850K .......... .......... .......... .......... .......... 89% 364M 0s 156900K .......... .......... .......... .......... .......... 89% 329M 0s 156950K .......... .......... .......... .......... .......... 89% 318M 0s 157000K .......... .......... .......... .......... .......... 89% 301M 0s 157050K .......... .......... .......... .......... .......... 89% 389M 0s 157100K .......... .......... .......... .......... .......... 89% 319M 0s 157150K .......... .......... .......... .......... .......... 89% 339M 0s 157200K .......... .......... .......... .......... .......... 89% 388M 0s 157250K .......... .......... .......... .......... .......... 89% 334M 0s 157300K .......... .......... .......... .......... .......... 89% 47.4M 0s 157350K .......... .......... .......... .......... .......... 89% 309M 0s 157400K .......... .......... .......... .......... .......... 89% 331M 0s 157450K .......... .......... .......... .......... .......... 89% 398M 0s 157500K .......... .......... .......... .......... .......... 89% 318M 0s 157550K .......... .......... .......... .......... .......... 89% 347M 0s 157600K .......... .......... .......... .......... .......... 89% 373M 0s 157650K .......... .......... .......... .......... .......... 89% 90.9M 0s 157700K .......... .......... .......... .......... .......... 90% 374M 0s 157750K .......... .......... .......... .......... .......... 90% 281M 0s 157800K .......... .......... .......... .......... .......... 90% 328M 0s 157850K .......... .......... .......... .......... .......... 90% 269M 0s 157900K .......... .......... .......... .......... .......... 90% 308M 0s 157950K .......... .......... .......... .......... .......... 90% 382M 0s 158000K .......... .......... .......... .......... .......... 90% 296M 0s 158050K .......... .......... .......... .......... .......... 90% 307M 0s 158100K .......... .......... .......... .......... .......... 90% 340M 0s 158150K .......... .......... .......... .......... .......... 90% 297M 0s 158200K .......... .......... .......... .......... .......... 90% 297M 0s 158250K .......... .......... .......... .......... .......... 90% 295M 0s 158300K .......... .......... .......... .......... .......... 90% 374M 0s 158350K .......... .......... .......... .......... .......... 90% 404M 0s 158400K .......... .......... .......... .......... .......... 90% 338M 0s 158450K .......... .......... .......... .......... .......... 90% 279M 0s 158500K .......... .......... .......... .......... .......... 90% 368M 0s 158550K .......... .......... .......... .......... .......... 90% 359M 0s 158600K .......... .......... .......... .......... .......... 90% 333M 0s 158650K .......... .......... .......... .......... .......... 90% 378M 0s 158700K .......... .......... .......... .......... .......... 90% 376M 0s 158750K .......... .......... .......... .......... .......... 90% 363M 0s 158800K .......... .......... .......... .......... .......... 90% 266M 0s 158850K .......... .......... .......... .......... .......... 90% 288M 0s 158900K .......... .......... .......... .......... .......... 90% 365M 0s 158950K .......... .......... .......... .......... .......... 90% 326M 0s 159000K .......... .......... .......... .......... .......... 90% 360M 0s 159050K .......... .......... .......... .......... .......... 90% 309M 0s 159100K .......... .......... .......... .......... .......... 90% 406M 0s 159150K .......... .......... .......... .......... .......... 90% 321M 0s 159200K .......... .......... .......... .......... .......... 90% 328M 0s 159250K .......... .......... .......... .......... .......... 90% 341M 0s 159300K .......... .......... .......... .......... .......... 90% 271M 0s 159350K .......... .......... .......... .......... .......... 90% 404M 0s 159400K .......... .......... .......... .......... .......... 90% 328M 0s 159450K .......... .......... .......... .......... .......... 91% 376M 0s 159500K .......... .......... .......... .......... .......... 91% 265M 0s 159550K .......... .......... .......... .......... .......... 91% 319M 0s 159600K .......... .......... .......... .......... .......... 91% 364M 0s 159650K .......... .......... .......... .......... .......... 91% 318M 0s 159700K .......... .......... .......... .......... .......... 91% 188M 0s 159750K .......... .......... .......... .......... .......... 91% 282M 0s 159800K .......... .......... .......... .......... .......... 91% 327M 0s 159850K .......... .......... .......... .......... .......... 91% 332M 0s 159900K .......... .......... .......... .......... .......... 91% 292M 0s 159950K .......... .......... .......... .......... .......... 91% 358M 0s 160000K .......... .......... .......... .......... .......... 91% 398M 0s 160050K .......... .......... .......... .......... .......... 91% 350M 0s 160100K .......... .......... .......... .......... .......... 91% 330M 0s 160150K .......... .......... .......... .......... .......... 91% 334M 0s 160200K .......... .......... .......... .......... .......... 91% 166M 0s 160250K .......... .......... .......... .......... .......... 91% 236M 0s 160300K .......... .......... .......... .......... .......... 91% 349M 0s 160350K .......... .......... .......... .......... .......... 91% 113M 0s 160400K .......... .......... .......... .......... .......... 91% 379M 0s 160450K .......... .......... .......... .......... .......... 91% 280M 0s 160500K .......... .......... .......... .......... .......... 91% 341M 0s 160550K .......... .......... .......... .......... .......... 91% 388M 0s 160600K .......... .......... .......... .......... .......... 91% 253M 0s 160650K .......... .......... .......... .......... .......... 91% 315M 0s 160700K .......... .......... .......... .......... .......... 91% 336M 0s 160750K .......... .......... .......... .......... .......... 91% 371M 0s 160800K .......... .......... .......... .......... .......... 91% 288M 0s 160850K .......... .......... .......... .......... .......... 91% 337M 0s 160900K .......... .......... .......... .......... .......... 91% 364M 0s 160950K .......... .......... .......... .......... .......... 91% 285M 0s 161000K .......... .......... .......... .......... .......... 91% 349M 0s 161050K .......... .......... .......... .......... .......... 91% 340M 0s 161100K .......... .......... .......... .......... .......... 91% 114M 0s 161150K .......... .......... .......... .......... .......... 91% 296M 0s 161200K .......... .......... .......... .......... .......... 92% 361M 0s 161250K .......... .......... .......... .......... .......... 92% 307M 0s 161300K .......... .......... .......... .......... .......... 92% 279M 0s 161350K .......... .......... .......... .......... .......... 92% 335M 0s 161400K .......... .......... .......... .......... .......... 92% 404M 0s 161450K .......... .......... .......... .......... .......... 92% 349M 0s 161500K .......... .......... .......... .......... .......... 92% 346M 0s 161550K .......... .......... .......... .......... .......... 92% 357M 0s 161600K .......... .......... .......... .......... .......... 92% 185M 0s 161650K .......... .......... .......... .......... .......... 92% 180M 0s 161700K .......... .......... .......... .......... .......... 92% 365M 0s 161750K .......... .......... .......... .......... .......... 92% 109M 0s 161800K .......... .......... .......... .......... .......... 92% 272M 0s 161850K .......... .......... .......... .......... .......... 92% 370M 0s 161900K .......... .......... .......... .......... .......... 92% 315M 0s 161950K .......... .......... .......... .......... .......... 92% 261M 0s 162000K .......... .......... .......... .......... .......... 92% 369M 0s 162050K .......... .......... .......... .......... .......... 92% 383M 0s 162100K .......... .......... .......... .......... .......... 92% 303M 0s 162150K .......... .......... .......... .......... .......... 92% 304M 0s 162200K .......... .......... .......... .......... .......... 92% 319M 0s 162250K .......... .......... .......... .......... .......... 92% 331M 0s 162300K .......... .......... .......... .......... .......... 92% 303M 0s 162350K .......... .......... .......... .......... .......... 92% 372M 0s 162400K .......... .......... .......... .......... .......... 92% 90.4M 0s 162450K .......... .......... .......... .......... .......... 92% 314M 0s 162500K .......... .......... .......... .......... .......... 92% 343M 0s 162550K .......... .......... .......... .......... .......... 92% 331M 0s 162600K .......... .......... .......... .......... .......... 92% 406M 0s 162650K .......... .......... .......... .......... .......... 92% 103M 0s 162700K .......... .......... .......... .......... .......... 92% 336M 0s 162750K .......... .......... .......... .......... .......... 92% 335M 0s 162800K .......... .......... .......... .......... .......... 92% 284M 0s 162850K .......... .......... .......... .......... .......... 92% 343M 0s 162900K .......... .......... .......... .......... .......... 92% 326M 0s 162950K .......... .......... .......... .......... .......... 93% 337M 0s 163000K .......... .......... .......... .......... .......... 93% 282M 0s 163050K .......... .......... .......... .......... .......... 93% 333M 0s 163100K .......... .......... .......... .......... .......... 93% 342M 0s 163150K .......... .......... .......... .......... .......... 93% 320M 0s 163200K .......... .......... .......... .......... .......... 93% 297M 0s 163250K .......... .......... .......... .......... .......... 93% 350M 0s 163300K .......... .......... .......... .......... .......... 93% 348M 0s 163350K .......... .......... .......... .......... .......... 93% 308M 0s 163400K .......... .......... .......... .......... .......... 93% 292M 0s 163450K .......... .......... .......... .......... .......... 93% 344M 0s 163500K .......... .......... .......... .......... .......... 93% 312M 0s 163550K .......... .......... .......... .......... .......... 93% 323M 0s 163600K .......... .......... .......... .......... .......... 93% 316M 0s 163650K .......... .......... .......... .......... .......... 93% 313M 0s 163700K .......... .......... .......... .......... .......... 93% 409M 0s 163750K .......... .......... .......... .......... .......... 93% 362M 0s 163800K .......... .......... .......... .......... .......... 93% 188M 0s 163850K .......... .......... .......... .......... .......... 93% 326M 0s 163900K .......... .......... .......... .......... .......... 93% 381M 0s 163950K .......... .......... .......... .......... .......... 93% 268M 0s 164000K .......... .......... .......... .......... .......... 93% 345M 0s 164050K .......... .......... .......... .......... .......... 93% 352M 0s 164100K .......... .......... .......... .......... .......... 93% 297M 0s 164150K .......... .......... .......... .......... .......... 93% 295M 0s 164200K .......... .......... .......... .......... .......... 93% 341M 0s 164250K .......... .......... .......... .......... .......... 93% 379M 0s 164300K .......... .......... .......... .......... .......... 93% 282M 0s 164350K .......... .......... .......... .......... .......... 93% 334M 0s 164400K .......... .......... .......... .......... .......... 93% 336M 0s 164450K .......... .......... .......... .......... .......... 93% 275M 0s 164500K .......... .......... .......... .......... .......... 93% 369M 0s 164550K .......... .......... .......... .......... .......... 93% 356M 0s 164600K .......... .......... .......... .......... .......... 93% 364M 0s 164650K .......... .......... .......... .......... .......... 93% 272M 0s 164700K .......... .......... .......... .......... .......... 94% 333M 0s 164750K .......... .......... .......... .......... .......... 94% 393M 0s 164800K .......... .......... .......... .......... .......... 94% 263M 0s 164850K .......... .......... .......... .......... .......... 94% 316M 0s 164900K .......... .......... .......... .......... .......... 94% 377M 0s 164950K .......... .......... .......... .......... .......... 94% 375M 0s 165000K .......... .......... .......... .......... .......... 94% 275M 0s 165050K .......... .......... .......... .......... .......... 94% 345M 0s 165100K .......... .......... .......... .......... .......... 94% 321M 0s 165150K .......... .......... .......... .......... .......... 94% 291M 0s 165200K .......... .......... .......... .......... .......... 94% 348M 0s 165250K .......... .......... .......... .......... .......... 94% 365M 0s 165300K .......... .......... .......... .......... .......... 94% 359M 0s 165350K .......... .......... .......... .......... .......... 94% 305M 0s 165400K .......... .......... .......... .......... .......... 94% 366M 0s 165450K .......... .......... .......... .......... .......... 94% 209M 0s 165500K .......... .......... .......... .......... .......... 94% 306M 0s 165550K .......... .......... .......... .......... .......... 94% 379M 0s 165600K .......... .......... .......... .......... .......... 94% 170M 0s 165650K .......... .......... .......... .......... .......... 94% 333M 0s 165700K .......... .......... .......... .......... .......... 94% 90.8M 0s 165750K .......... .......... .......... .......... .......... 94% 333M 0s 165800K .......... .......... .......... .......... .......... 94% 349M 0s 165850K .......... .......... .......... .......... .......... 94% 55.4M 0s 165900K .......... .......... .......... .......... .......... 94% 328M 0s 165950K .......... .......... .......... .......... .......... 94% 292M 0s 166000K .......... .......... .......... .......... .......... 94% 333M 0s 166050K .......... .......... .......... .......... .......... 94% 317M 0s 166100K .......... .......... .......... .......... .......... 94% 308M 0s 166150K .......... .......... .......... .......... .......... 94% 369M 0s 166200K .......... .......... .......... .......... .......... 94% 397M 0s 166250K .......... .......... .......... .......... .......... 94% 74.1M 0s 166300K .......... .......... .......... .......... .......... 94% 258M 0s 166350K .......... .......... .......... .......... .......... 94% 286M 0s 166400K .......... .......... .......... .......... .......... 94% 337M 0s 166450K .......... .......... .......... .......... .......... 95% 329M 0s 166500K .......... .......... .......... .......... .......... 95% 145M 0s 166550K .......... .......... .......... .......... .......... 95% 335M 0s 166600K .......... .......... .......... .......... .......... 95% 317M 0s 166650K .......... .......... .......... .......... .......... 95% 326M 0s 166700K .......... .......... .......... .......... .......... 95% 366M 0s 166750K .......... .......... .......... .......... .......... 95% 104M 0s 166800K .......... .......... .......... .......... .......... 95% 318M 0s 166850K .......... .......... .......... .......... .......... 95% 334M 0s 166900K .......... .......... .......... .......... .......... 95% 362M 0s 166950K .......... .......... .......... .......... .......... 95% 399M 0s 167000K .......... .......... .......... .......... .......... 95% 277M 0s 167050K .......... .......... .......... .......... .......... 95% 329M 0s 167100K .......... .......... .......... .......... .......... 95% 317M 0s 167150K .......... .......... .......... .......... .......... 95% 312M 0s 167200K .......... .......... .......... .......... .......... 95% 399M 0s 167250K .......... .......... .......... .......... .......... 95% 309M 0s 167300K .......... .......... .......... .......... .......... 95% 309M 0s 167350K .......... .......... .......... .......... .......... 95% 293M 0s 167400K .......... .......... .......... .......... .......... 95% 338M 0s 167450K .......... .......... .......... .......... .......... 95% 368M 0s 167500K .......... .......... .......... .......... .......... 95% 64.4M 0s 167550K .......... .......... .......... .......... .......... 95% 280M 0s 167600K .......... .......... .......... .......... .......... 95% 355M 0s 167650K .......... .......... .......... .......... .......... 95% 355M 0s 167700K .......... .......... .......... .......... .......... 95% 311M 0s 167750K .......... .......... .......... .......... .......... 95% 56.3M 0s 167800K .......... .......... .......... .......... .......... 95% 305M 0s 167850K .......... .......... .......... .......... .......... 95% 303M 0s 167900K .......... .......... .......... .......... .......... 95% 71.5M 0s 167950K .......... .......... .......... .......... .......... 95% 296M 0s 168000K .......... .......... .......... .......... .......... 95% 344M 0s 168050K .......... .......... .......... .......... .......... 95% 315M 0s 168100K .......... .......... .......... .......... .......... 95% 276M 0s 168150K .......... .......... .......... .......... .......... 95% 352M 0s 168200K .......... .......... .......... .......... .......... 96% 339M 0s 168250K .......... .......... .......... .......... .......... 96% 405M 0s 168300K .......... .......... .......... .......... .......... 96% 227M 0s 168350K .......... .......... .......... .......... .......... 96% 287M 0s 168400K .......... .......... .......... .......... .......... 96% 318M 0s 168450K .......... .......... .......... .......... .......... 96% 334M 0s 168500K .......... .......... .......... .......... .......... 96% 406M 0s 168550K .......... .......... .......... .......... .......... 96% 196M 0s 168600K .......... .......... .......... .......... .......... 96% 345M 0s 168650K .......... .......... .......... .......... .......... 96% 301M 0s 168700K .......... .......... .......... .......... .......... 96% 331M 0s 168750K .......... .......... .......... .......... .......... 96% 366M 0s 168800K .......... .......... .......... .......... .......... 96% 268M 0s 168850K .......... .......... .......... .......... .......... 96% 346M 0s 168900K .......... .......... .......... .......... .......... 96% 284M 0s 168950K .......... .......... .......... .......... .......... 96% 367M 0s 169000K .......... .......... .......... .......... .......... 96% 333M 0s 169050K .......... .......... .......... .......... .......... 96% 121M 0s 169100K .......... .......... .......... .......... .......... 96% 337M 0s 169150K .......... .......... .......... .......... .......... 96% 301M 0s 169200K .......... .......... .......... .......... .......... 96% 366M 0s 169250K .......... .......... .......... .......... .......... 96% 408M 0s 169300K .......... .......... .......... .......... .......... 96% 326M 0s 169350K .......... .......... .......... .......... .......... 96% 257M 0s 169400K .......... .......... .......... .......... .......... 96% 327M 0s 169450K .......... .......... .......... .......... .......... 96% 336M 0s 169500K .......... .......... .......... .......... .......... 96% 334M 0s 169550K .......... .......... .......... .......... .......... 96% 292M 0s 169600K .......... .......... .......... .......... .......... 96% 292M 0s 169650K .......... .......... .......... .......... .......... 96% 371M 0s 169700K .......... .......... .......... .......... .......... 96% 307M 0s 169750K .......... .......... .......... .......... .......... 96% 368M 0s 169800K .......... .......... .......... .......... .......... 96% 47.2M 0s 169850K .......... .......... .......... .......... .......... 96% 277M 0s 169900K .......... .......... .......... .......... .......... 96% 405M 0s 169950K .......... .......... .......... .......... .......... 97% 45.5M 0s 170000K .......... .......... .......... .......... .......... 97% 289M 0s 170050K .......... .......... .......... .......... .......... 97% 338M 0s 170100K .......... .......... .......... .......... .......... 97% 326M 0s 170150K .......... .......... .......... .......... .......... 97% 289M 0s 170200K .......... .......... .......... .......... .......... 97% 354M 0s 170250K .......... .......... .......... .......... .......... 97% 369M 0s 170300K .......... .......... .......... .......... .......... 97% 344M 0s 170350K .......... .......... .......... .......... .......... 97% 50.6M 0s 170400K .......... .......... .......... .......... .......... 97% 281M 0s 170450K .......... .......... .......... .......... .......... 97% 317M 0s 170500K .......... .......... .......... .......... .......... 97% 340M 0s 170550K .......... .......... .......... .......... .......... 97% 404M 0s 170600K .......... .......... .......... .......... .......... 97% 341M 0s 170650K .......... .......... .......... .......... .......... 97% 273M 0s 170700K .......... .......... .......... .......... .......... 97% 343M 0s 170750K .......... .......... .......... .......... .......... 97% 374M 0s 170800K .......... .......... .......... .......... .......... 97% 369M 0s 170850K .......... .......... .......... .......... .......... 97% 276M 0s 170900K .......... .......... .......... .......... .......... 97% 320M 0s 170950K .......... .......... .......... .......... .......... 97% 315M 0s 171000K .......... .......... .......... .......... .......... 97% 336M 0s 171050K .......... .......... .......... .......... .......... 97% 372M 0s 171100K .......... .......... .......... .......... .......... 97% 290M 0s 171150K .......... .......... .......... .......... .......... 97% 355M 0s 171200K .......... .......... .......... .......... .......... 97% 309M 0s 171250K .......... .......... .......... .......... .......... 97% 367M 0s 171300K .......... .......... .......... .......... .......... 97% 375M 0s 171350K .......... .......... .......... .......... .......... 97% 281M 0s 171400K .......... .......... .......... .......... .......... 97% 290M 0s 171450K .......... .......... .......... .......... .......... 97% 356M 0s 171500K .......... .......... .......... .......... .......... 97% 287M 0s 171550K .......... .......... .......... .......... .......... 97% 335M 0s 171600K .......... .......... .......... .......... .......... 97% 363M 0s 171650K .......... .......... .......... .......... .......... 97% 347M 0s 171700K .......... .......... .......... .......... .......... 98% 344M 0s 171750K .......... .......... .......... .......... .......... 98% 355M 0s 171800K .......... .......... .......... .......... .......... 98% 365M 0s 171850K .......... .......... .......... .......... .......... 98% 107M 0s 171900K .......... .......... .......... .......... .......... 98% 355M 0s 171950K .......... .......... .......... .......... .......... 98% 406M 0s 172000K .......... .......... .......... .......... .......... 98% 86.7M 0s 172050K .......... .......... .......... .......... .......... 98% 362M 0s 172100K .......... .......... .......... .......... .......... 98% 324M 0s 172150K .......... .......... .......... .......... .......... 98% 274M 0s 172200K .......... .......... .......... .......... .......... 98% 331M 0s 172250K .......... .......... .......... .......... .......... 98% 332M 0s 172300K .......... .......... .......... .......... .......... 98% 318M 0s 172350K .......... .......... .......... .......... .......... 98% 353M 0s 172400K .......... .......... .......... .......... .......... 98% 243M 0s 172450K .......... .......... .......... .......... .......... 98% 295M 0s 172500K .......... .......... .......... .......... .......... 98% 300M 0s 172550K .......... .......... .......... .......... .......... 98% 383M 0s 172600K .......... .......... .......... .......... .......... 98% 383M 0s 172650K .......... .......... .......... .......... .......... 98% 45.5M 0s 172700K .......... .......... .......... .......... .......... 98% 265M 0s 172750K .......... .......... .......... .......... .......... 98% 351M 0s 172800K .......... .......... .......... .......... .......... 98% 353M 0s 172850K .......... .......... .......... .......... .......... 98% 321M 0s 172900K .......... .......... .......... .......... .......... 98% 23.9M 0s 172950K .......... .......... .......... .......... .......... 98% 296M 0s 173000K .......... .......... .......... .......... .......... 98% 281M 0s 173050K .......... .......... .......... .......... .......... 98% 396M 0s 173100K .......... .......... .......... .......... .......... 98% 356M 0s 173150K .......... .......... .......... .......... .......... 98% 137M 0s 173200K .......... .......... .......... .......... .......... 98% 293M 0s 173250K .......... .......... .......... .......... .......... 98% 344M 0s 173300K .......... .......... .......... .......... .......... 98% 295M 0s 173350K .......... .......... .......... .......... .......... 98% 323M 0s 173400K .......... .......... .......... .......... .......... 98% 59.7M 0s 173450K .......... .......... .......... .......... .......... 99% 372M 0s 173500K .......... .......... .......... .......... .......... 99% 314M 0s 173550K .......... .......... .......... .......... .......... 99% 300M 0s 173600K .......... .......... .......... .......... .......... 99% 360M 0s 173650K .......... .......... .......... .......... .......... 99% 137M 0s 173700K .......... .......... .......... .......... .......... 99% 316M 0s 173750K .......... .......... .......... .......... .......... 99% 361M 0s 173800K .......... .......... .......... .......... .......... 99% 355M 0s 173850K .......... .......... .......... .......... .......... 99% 362M 0s 173900K .......... .......... .......... .......... .......... 99% 297M 0s 173950K .......... .......... .......... .......... .......... 99% 351M 0s 174000K .......... .......... .......... .......... .......... 99% 407M 0s 174050K .......... .......... .......... .......... .......... 99% 56.1M 0s 174100K .......... .......... .......... .......... .......... 99% 295M 0s 174150K .......... .......... .......... .......... .......... 99% 267M 0s 174200K .......... .......... .......... .......... .......... 99% 320M 0s 174250K .......... .......... .......... .......... .......... 99% 356M 0s 174300K .......... .......... .......... .......... .......... 99% 303M 0s 174350K .......... .......... .......... .......... .......... 99% 395M 0s 174400K .......... .......... .......... .......... .......... 99% 322M 0s 174450K .......... .......... .......... .......... .......... 99% 334M 0s 174500K .......... .......... .......... .......... .......... 99% 300M 0s 174550K .......... .......... .......... .......... .......... 99% 374M 0s 174600K .......... .......... .......... .......... .......... 99% 386M 0s 174650K .......... .......... .......... .......... .......... 99% 296M 0s 174700K .......... .......... .......... .......... .......... 99% 282M 0s 174750K .......... .......... .......... .......... .......... 99% 345M 0s 174800K .......... .......... .......... .......... .......... 99% 357M 0s 174850K .......... .......... .......... .......... .......... 99% 319M 0s 174900K .......... .......... .......... .......... .......... 99% 389M 0s 174950K .......... .......... .......... .......... .......... 99% 131M 0s 175000K .......... .......... .......... .......... .......... 99% 275M 0s 175050K .......... .......... .......... .......... .......... 99% 353M 0s 175100K .......... .......... .......... .......... .......... 99% 405M 0s 175150K .......... .......... .......... .......... .......... 99% 350M 0s 175200K .......... .......... .......... .......... ... 100% 68.9M=0.9s 2024-04-30 17:33:59 (199 MB/s) - '/home/jenkins/extension.lib.external/wildfly-15.0.1.Final.tar.gz' saved [179449615/179449615] Will not apply HSTS. The HSTS database must be a regular and non-world-writable file. ERROR: could not open HSTS store at '/home/jenkins/.wget-hsts'. HSTS will be disabled. --2024-04-30 17:33:59-- https://download.eclipse.org/eclipse/downloads/drops4/R-4.10-201812060815/eclipse-SDK-4.10-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.10-201812060815/eclipse-SDK-4.10-linux-gtk-x86_64.tar.gz [following] --2024-04-30 17:33:59-- https://archive.eclipse.org/eclipse/downloads/drops4/R-4.10-201812060815/eclipse-SDK-4.10-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: 244607364 (233M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/eclipse-SDK-4.10-linux-gtk-x86_64.tar.gz' 0K .......... .......... .......... .......... .......... 0% 107M 2s 50K .......... .......... .......... .......... .......... 0% 142M 2s 100K .......... .......... .......... .......... .......... 0% 101M 2s 150K .......... .......... .......... .......... .......... 0% 150M 2s 200K .......... .......... .......... .......... .......... 0% 110M 2s 250K .......... .......... .......... .......... .......... 0% 112M 2s 300K .......... .......... .......... .......... .......... 0% 114M 2s 350K .......... .......... .......... .......... .......... 0% 94.9M 2s 400K .......... .......... .......... .......... .......... 0% 99.5M 2s 450K .......... .......... .......... .......... .......... 0% 130M 2s 500K .......... .......... .......... .......... .......... 0% 111M 2s 550K .......... .......... .......... .......... .......... 0% 120M 2s 600K .......... .......... .......... .......... .......... 0% 93.9M 2s 650K .......... .......... .......... .......... .......... 0% 102M 2s 700K .......... .......... .......... .......... .......... 0% 154M 2s 750K .......... .......... .......... .......... .......... 0% 87.7M 2s 800K .......... .......... .......... .......... .......... 0% 138M 2s 850K .......... .......... .......... .......... .......... 0% 7.58M 4s 900K .......... .......... .......... .......... .......... 0% 126M 4s 950K .......... .......... .......... .......... .......... 0% 124M 3s 1000K .......... .......... .......... .......... .......... 0% 132M 3s 1050K .......... .......... .......... .......... .......... 0% 101M 3s 1100K .......... .......... .......... .......... .......... 0% 126M 3s 1150K .......... .......... .......... .......... .......... 0% 157M 3s 1200K .......... .......... .......... .......... .......... 0% 145M 3s 1250K .......... .......... .......... .......... .......... 0% 152M 3s 1300K .......... .......... .......... .......... .......... 0% 102M 3s 1350K .......... .......... .......... .......... .......... 0% 115M 3s 1400K .......... .......... .......... .......... .......... 0% 119M 3s 1450K .......... .......... .......... .......... .......... 0% 93.9M 3s 1500K .......... .......... .......... .......... .......... 0% 113M 3s 1550K .......... .......... .......... .......... .......... 0% 116M 3s 1600K .......... .......... .......... .......... .......... 0% 133M 3s 1650K .......... .......... .......... .......... .......... 0% 107M 3s 1700K .......... .......... .......... .......... .......... 0% 114M 3s 1750K .......... .......... .......... .......... .......... 0% 113M 3s 1800K .......... .......... .......... .......... .......... 0% 103M 3s 1850K .......... .......... .......... .......... .......... 0% 121M 3s 1900K .......... .......... .......... .......... .......... 0% 7.48M 3s 1950K .......... .......... .......... .......... .......... 0% 208M 3s 2000K .......... .......... .......... .......... .......... 0% 264M 3s 2050K .......... .......... .......... .......... .......... 0% 78.3M 3s 2100K .......... .......... .......... .......... .......... 0% 197M 3s 2150K .......... .......... .......... .......... .......... 0% 252M 3s 2200K .......... .......... .......... .......... .......... 0% 202M 3s 2250K .......... .......... .......... .......... .......... 0% 157M 3s 2300K .......... .......... .......... .......... .......... 0% 57.4M 3s 2350K .......... .......... .......... .......... .......... 1% 168M 3s 2400K .......... .......... .......... .......... .......... 1% 210M 3s 2450K .......... .......... .......... .......... .......... 1% 115M 3s 2500K .......... .......... .......... .......... .......... 1% 106M 3s 2550K .......... .......... .......... .......... .......... 1% 124M 3s 2600K .......... .......... .......... .......... .......... 1% 106M 3s 2650K .......... .......... .......... .......... .......... 1% 104M 3s 2700K .......... .......... .......... .......... .......... 1% 118M 3s 2750K .......... .......... .......... .......... .......... 1% 118M 3s 2800K .......... .......... .......... .......... .......... 1% 123M 3s 2850K .......... .......... .......... .......... .......... 1% 96.1M 3s 2900K .......... .......... .......... .......... .......... 1% 128M 3s 2950K .......... .......... .......... .......... .......... 1% 128M 3s 3000K .......... .......... .......... .......... .......... 1% 89.5M 3s 3050K .......... .......... .......... .......... .......... 1% 142M 3s 3100K .......... .......... .......... .......... .......... 1% 104M 3s 3150K .......... .......... .......... .......... .......... 1% 109M 3s 3200K .......... .......... .......... .......... .......... 1% 105M 3s 3250K .......... .......... .......... .......... .......... 1% 103M 3s 3300K .......... .......... .......... .......... .......... 1% 136M 3s 3350K .......... .......... .......... .......... .......... 1% 112M 3s 3400K .......... .......... .......... .......... .......... 1% 102M 3s 3450K .......... .......... .......... .......... .......... 1% 138M 3s 3500K .......... .......... .......... .......... .......... 1% 96.4M 3s 3550K .......... .......... .......... .......... .......... 1% 125M 3s 3600K .......... .......... .......... .......... .......... 1% 113M 3s 3650K .......... .......... .......... .......... .......... 1% 115M 3s 3700K .......... .......... .......... .......... .......... 1% 104M 3s 3750K .......... .......... .......... .......... .......... 1% 102M 3s 3800K .......... .......... .......... .......... .......... 1% 112M 3s 3850K .......... .......... .......... .......... .......... 1% 130M 3s 3900K .......... .......... .......... .......... .......... 1% 128M 3s 3950K .......... .......... .......... .......... .......... 1% 92.3M 3s 4000K .......... .......... .......... .......... .......... 1% 126M 3s 4050K .......... .......... .......... .......... .......... 1% 106M 3s 4100K .......... .......... .......... .......... .......... 1% 117M 3s 4150K .......... .......... .......... .......... .......... 1% 101M 3s 4200K .......... .......... .......... .......... .......... 1% 101M 3s 4250K .......... .......... .......... .......... .......... 1% 120M 3s 4300K .......... .......... .......... .......... .......... 1% 116M 3s 4350K .......... .......... .......... .......... .......... 1% 124M 3s 4400K .......... .......... .......... .......... .......... 1% 114M 3s 4450K .......... .......... .......... .......... .......... 1% 107M 3s 4500K .......... .......... .......... .......... .......... 1% 126M 3s 4550K .......... .......... .......... .......... .......... 1% 108M 3s 4600K .......... .......... .......... .......... .......... 1% 101M 3s 4650K .......... .......... .......... .......... .......... 1% 137M 3s 4700K .......... .......... .......... .......... .......... 1% 115M 3s 4750K .......... .......... .......... .......... .......... 2% 96.7M 3s 4800K .......... .......... .......... .......... .......... 2% 134M 3s 4850K .......... .......... .......... .......... .......... 2% 112M 3s 4900K .......... .......... .......... .......... .......... 2% 106M 3s 4950K .......... .......... .......... .......... .......... 2% 102M 3s 5000K .......... .......... .......... .......... .......... 2% 115M 3s 5050K .......... .......... .......... .......... .......... 2% 96.2M 3s 5100K .......... .......... .......... .......... .......... 2% 133M 3s 5150K .......... .......... .......... .......... .......... 2% 121M 3s 5200K .......... .......... .......... .......... .......... 2% 92.8M 3s 5250K .......... .......... .......... .......... .......... 2% 122M 3s 5300K .......... .......... .......... .......... .......... 2% 130M 2s 5350K .......... .......... .......... .......... .......... 2% 110M 2s 5400K .......... .......... .......... .......... .......... 2% 7.26M 3s 5450K .......... .......... .......... .......... .......... 2% 241M 3s 5500K .......... .......... .......... .......... .......... 2% 89.7M 3s 5550K .......... .......... .......... .......... .......... 2% 268M 3s 5600K .......... .......... .......... .......... .......... 2% 265M 3s 5650K .......... .......... .......... .......... .......... 2% 273M 3s 5700K .......... .......... .......... .......... .......... 2% 292M 3s 5750K .......... .......... .......... .......... .......... 2% 235M 3s 5800K .......... .......... .......... .......... .......... 2% 278M 3s 5850K .......... .......... .......... .......... .......... 2% 217M 3s 5900K .......... .......... .......... .......... .......... 2% 189M 3s 5950K .......... .......... .......... .......... .......... 2% 127M 3s 6000K .......... .......... .......... .......... .......... 2% 96.6M 3s 6050K .......... .......... .......... .......... .......... 2% 120M 3s 6100K .......... .......... .......... .......... .......... 2% 103M 3s 6150K .......... .......... .......... .......... .......... 2% 136M 3s 6200K .......... .......... .......... .......... .......... 2% 109M 3s 6250K .......... .......... .......... .......... .......... 2% 110M 3s 6300K .......... .......... .......... .......... .......... 2% 98.3M 3s 6350K .......... .......... .......... .......... .......... 2% 6.86M 3s 6400K .......... .......... .......... .......... .......... 2% 173M 3s 6450K .......... .......... .......... .......... .......... 2% 264M 3s 6500K .......... .......... .......... .......... .......... 2% 251M 3s 6550K .......... .......... .......... .......... .......... 2% 283M 3s 6600K .......... .......... .......... .......... .......... 2% 264M 3s 6650K .......... .......... .......... .......... .......... 2% 259M 3s 6700K .......... .......... .......... .......... .......... 2% 236M 3s 6750K .......... .......... .......... .......... .......... 2% 247M 3s 6800K .......... .......... .......... .......... .......... 2% 239M 3s 6850K .......... .......... .......... .......... .......... 2% 207M 3s 6900K .......... .......... .......... .......... .......... 2% 136M 3s 6950K .......... .......... .......... .......... .......... 2% 103M 3s 7000K .......... .......... .......... .......... .......... 2% 95.7M 3s 7050K .......... .......... .......... .......... .......... 2% 140M 3s 7100K .......... .......... .......... .......... .......... 2% 97.6M 3s 7150K .......... .......... .......... .......... .......... 3% 130M 3s 7200K .......... .......... .......... .......... .......... 3% 103M 3s 7250K .......... .......... .......... .......... .......... 3% 128M 3s 7300K .......... .......... .......... .......... .......... 3% 103M 3s 7350K .......... .......... .......... .......... .......... 3% 102M 3s 7400K .......... .......... .......... .......... .......... 3% 121M 3s 7450K .......... .......... .......... .......... .......... 3% 113M 3s 7500K .......... .......... .......... .......... .......... 3% 72.6M 3s 7550K .......... .......... .......... .......... .......... 3% 194M 3s 7600K .......... .......... .......... .......... .......... 3% 122M 3s 7650K .......... .......... .......... .......... .......... 3% 105M 3s 7700K .......... .......... .......... .......... .......... 3% 124M 3s 7750K .......... .......... .......... .......... .......... 3% 109M 3s 7800K .......... .......... .......... .......... .......... 3% 115M 3s 7850K .......... .......... .......... .......... .......... 3% 124M 3s 7900K .......... .......... .......... .......... .......... 3% 102M 3s 7950K .......... .......... .......... .......... .......... 3% 102M 3s 8000K .......... .......... .......... .......... .......... 3% 116M 3s 8050K .......... .......... .......... .......... .......... 3% 105M 3s 8100K .......... .......... .......... .......... .......... 3% 119M 3s 8150K .......... .......... .......... .......... .......... 3% 79.2M 3s 8200K .......... .......... .......... .......... .......... 3% 199M 3s 8250K .......... .......... .......... .......... .......... 3% 124M 3s 8300K .......... .......... .......... .......... .......... 3% 100M 3s 8350K .......... .......... .......... .......... .......... 3% 122M 3s 8400K .......... .......... .......... .......... .......... 3% 115M 3s 8450K .......... .......... .......... .......... .......... 3% 105M 3s 8500K .......... .......... .......... .......... .......... 3% 128M 3s 8550K .......... .......... .......... .......... .......... 3% 111M 3s 8600K .......... .......... .......... .......... .......... 3% 107M 3s 8650K .......... .......... .......... .......... .......... 3% 137M 3s 8700K .......... .......... .......... .......... .......... 3% 98.6M 3s 8750K .......... .......... .......... .......... .......... 3% 118M 3s 8800K .......... .......... .......... .......... .......... 3% 103M 3s 8850K .......... .......... .......... .......... .......... 3% 126M 2s 8900K .......... .......... .......... .......... .......... 3% 124M 2s 8950K .......... .......... .......... .......... .......... 3% 109M 2s 9000K .......... .......... .......... .......... .......... 3% 106M 2s 9050K .......... .......... .......... .......... .......... 3% 112M 2s 9100K .......... .......... .......... .......... .......... 3% 102M 2s 9150K .......... .......... .......... .......... .......... 3% 102M 2s 9200K .......... .......... .......... .......... .......... 3% 126M 2s 9250K .......... .......... .......... .......... .......... 3% 119M 2s 9300K .......... .......... .......... .......... .......... 3% 103M 2s 9350K .......... .......... .......... .......... .......... 3% 127M 2s 9400K .......... .......... .......... .......... .......... 3% 106M 2s 9450K .......... .......... .......... .......... .......... 3% 104M 2s 9500K .......... .......... .......... .......... .......... 3% 118M 2s 9550K .......... .......... .......... .......... .......... 4% 123M 2s 9600K .......... .......... .......... .......... .......... 4% 109M 2s 9650K .......... .......... .......... .......... .......... 4% 105M 2s 9700K .......... .......... .......... .......... .......... 4% 116M 2s 9750K .......... .......... .......... .......... .......... 4% 135M 2s 9800K .......... .......... .......... .......... .......... 4% 106M 2s 9850K .......... .......... .......... .......... .......... 4% 87.1M 2s 9900K .......... .......... .......... .......... .......... 4% 140M 2s 9950K .......... .......... .......... .......... .......... 4% 116M 2s 10000K .......... .......... .......... .......... .......... 4% 99.9M 2s 10050K .......... .......... .......... .......... .......... 4% 123M 2s 10100K .......... .......... .......... .......... .......... 4% 97.7M 2s 10150K .......... .......... .......... .......... .......... 4% 124M 2s 10200K .......... .......... .......... .......... .......... 4% 119M 2s 10250K .......... .......... .......... .......... .......... 4% 116M 2s 10300K .......... .......... .......... .......... .......... 4% 109M 2s 10350K .......... .......... .......... .......... .......... 4% 115M 2s 10400K .......... .......... .......... .......... .......... 4% 111M 2s 10450K .......... .......... .......... .......... .......... 4% 110M 2s 10500K .......... .......... .......... .......... .......... 4% 105M 2s 10550K .......... .......... .......... .......... .......... 4% 131M 2s 10600K .......... .......... .......... .......... .......... 4% 92.3M 2s 10650K .......... .......... .......... .......... .......... 4% 114M 2s 10700K .......... .......... .......... .......... .......... 4% 111M 2s 10750K .......... .......... .......... .......... .......... 4% 7.68M 3s 10800K .......... .......... .......... .......... .......... 4% 230M 3s 10850K .......... .......... .......... .......... .......... 4% 253M 3s 10900K .......... .......... .......... .......... .......... 4% 251M 2s 10950K .......... .......... .......... .......... .......... 4% 247M 2s 11000K .......... .......... .......... .......... .......... 4% 265M 2s 11050K .......... .......... .......... .......... .......... 4% 229M 2s 11100K .......... .......... .......... .......... .......... 4% 289M 2s 11150K .......... .......... .......... .......... .......... 4% 274M 2s 11200K .......... .......... .......... .......... .......... 4% 299M 2s 11250K .......... .......... .......... .......... .......... 4% 145M 2s 11300K .......... .......... .......... .......... .......... 4% 247M 2s 11350K .......... .......... .......... .......... .......... 4% 264M 2s 11400K .......... .......... .......... .......... .......... 4% 262M 2s 11450K .......... .......... .......... .......... .......... 4% 224M 2s 11500K .......... .......... .......... .......... .......... 4% 298M 2s 11550K .......... .......... .......... .......... .......... 4% 181M 2s 11600K .......... .......... .......... .......... .......... 4% 250M 2s 11650K .......... .......... .......... .......... .......... 4% 89.5M 2s 11700K .......... .......... .......... .......... .......... 4% 6.41M 3s 11750K .......... .......... .......... .......... .......... 4% 199M 3s 11800K .......... .......... .......... .......... .......... 4% 220M 3s 11850K .......... .......... .......... .......... .......... 4% 215M 3s 11900K .......... .......... .......... .......... .......... 5% 240M 3s 11950K .......... .......... .......... .......... .......... 5% 275M 2s 12000K .......... .......... .......... .......... .......... 5% 238M 2s 12050K .......... .......... .......... .......... .......... 5% 266M 2s 12100K .......... .......... .......... .......... .......... 5% 223M 2s 12150K .......... .......... .......... .......... .......... 5% 294M 2s 12200K .......... .......... .......... .......... .......... 5% 279M 2s 12250K .......... .......... .......... .......... .......... 5% 296M 2s 12300K .......... .......... .......... .......... .......... 5% 231M 2s 12350K .......... .......... .......... .......... .......... 5% 227M 2s 12400K .......... .......... .......... .......... .......... 5% 239M 2s 12450K .......... .......... .......... .......... .......... 5% 278M 2s 12500K .......... .......... .......... .......... .......... 5% 247M 2s 12550K .......... .......... .......... .......... .......... 5% 255M 2s 12600K .......... .......... .......... .......... .......... 5% 224M 2s 12650K .......... .......... .......... .......... .......... 5% 246M 2s 12700K .......... .......... .......... .......... .......... 5% 192M 2s 12750K .......... .......... .......... .......... .......... 5% 129M 2s 12800K .......... .......... .......... .......... .......... 5% 88.9M 2s 12850K .......... .......... .......... .......... .......... 5% 103M 2s 12900K .......... .......... .......... .......... .......... 5% 97.2M 2s 12950K .......... .......... .......... .......... .......... 5% 120M 2s 13000K .......... .......... .......... .......... .......... 5% 150M 2s 13050K .......... .......... .......... .......... .......... 5% 111M 2s 13100K .......... .......... .......... .......... .......... 5% 92.8M 2s 13150K .......... .......... .......... .......... .......... 5% 7.62M 2s 13200K .......... .......... .......... .......... .......... 5% 253M 2s 13250K .......... .......... .......... .......... .......... 5% 259M 2s 13300K .......... .......... .......... .......... .......... 5% 213M 2s 13350K .......... .......... .......... .......... .......... 5% 281M 2s 13400K .......... .......... .......... .......... .......... 5% 249M 2s 13450K .......... .......... .......... .......... .......... 5% 266M 2s 13500K .......... .......... .......... .......... .......... 5% 250M 2s 13550K .......... .......... .......... .......... .......... 5% 243M 2s 13600K .......... .......... .......... .......... .......... 5% 234M 2s 13650K .......... .......... .......... .......... .......... 5% 272M 2s 13700K .......... .......... .......... .......... .......... 5% 255M 2s 13750K .......... .......... .......... .......... .......... 5% 273M 2s 13800K .......... .......... .......... .......... .......... 5% 196M 2s 13850K .......... .......... .......... .......... .......... 5% 268M 2s 13900K .......... .......... .......... .......... .......... 5% 246M 2s 13950K .......... .......... .......... .......... .......... 5% 266M 2s 14000K .......... .......... .......... .......... .......... 5% 230M 2s 14050K .......... .......... .......... .......... .......... 5% 194M 2s 14100K .......... .......... .......... .......... .......... 5% 260M 2s 14150K .......... .......... .......... .......... .......... 5% 255M 2s 14200K .......... .......... .......... .......... .......... 5% 118M 2s 14250K .......... .......... .......... .......... .......... 5% 125M 2s 14300K .......... .......... .......... .......... .......... 6% 103M 2s 14350K .......... .......... .......... .......... .......... 6% 137M 2s 14400K .......... .......... .......... .......... .......... 6% 101M 2s 14450K .......... .......... .......... .......... .......... 6% 102M 2s 14500K .......... .......... .......... .......... .......... 6% 122M 2s 14550K .......... .......... .......... .......... .......... 6% 112M 2s 14600K .......... .......... .......... .......... .......... 6% 117M 2s 14650K .......... .......... .......... .......... .......... 6% 120M 2s 14700K .......... .......... .......... .......... .......... 6% 104M 2s 14750K .......... .......... .......... .......... .......... 6% 107M 2s 14800K .......... .......... .......... .......... .......... 6% 126M 2s 14850K .......... .......... .......... .......... .......... 6% 99.5M 2s 14900K .......... .......... .......... .......... .......... 6% 110M 2s 14950K .......... .......... .......... .......... .......... 6% 124M 2s 15000K .......... .......... .......... .......... .......... 6% 107M 2s 15050K .......... .......... .......... .......... .......... 6% 110M 2s 15100K .......... .......... .......... .......... .......... 6% 116M 2s 15150K .......... .......... .......... .......... .......... 6% 112M 2s 15200K .......... .......... .......... .......... .......... 6% 119M 2s 15250K .......... .......... .......... .......... .......... 6% 117M 2s 15300K .......... .......... .......... .......... .......... 6% 119M 2s 15350K .......... .......... .......... .......... .......... 6% 111M 2s 15400K .......... .......... .......... .......... .......... 6% 102M 2s 15450K .......... .......... .......... .......... .......... 6% 116M 2s 15500K .......... .......... .......... .......... .......... 6% 108M 2s 15550K .......... .......... .......... .......... .......... 6% 128M 2s 15600K .......... .......... .......... .......... .......... 6% 96.6M 2s 15650K .......... .......... .......... .......... .......... 6% 102M 2s 15700K .......... .......... .......... .......... .......... 6% 7.47M 2s 15750K .......... .......... .......... .......... .......... 6% 143M 2s 15800K .......... .......... .......... .......... .......... 6% 231M 2s 15850K .......... .......... .......... .......... .......... 6% 249M 2s 15900K .......... .......... .......... .......... .......... 6% 210M 2s 15950K .......... .......... .......... .......... .......... 6% 264M 2s 16000K .......... .......... .......... .......... .......... 6% 240M 2s 16050K .......... .......... .......... .......... .......... 6% 258M 2s 16100K .......... .......... .......... .......... .......... 6% 246M 2s 16150K .......... .......... .......... .......... .......... 6% 261M 2s 16200K .......... .......... .......... .......... .......... 6% 231M 2s 16250K .......... .......... .......... .......... .......... 6% 242M 2s 16300K .......... .......... .......... .......... .......... 6% 232M 2s 16350K .......... .......... .......... .......... .......... 6% 260M 2s 16400K .......... .......... .......... .......... .......... 6% 240M 2s 16450K .......... .......... .......... .......... .......... 6% 278M 2s 16500K .......... .......... .......... .......... .......... 6% 257M 2s 16550K .......... .......... .......... .......... .......... 6% 264M 2s 16600K .......... .......... .......... .......... .......... 6% 237M 2s 16650K .......... .......... .......... .......... .......... 6% 245M 2s 16700K .......... .......... .......... .......... .......... 7% 228M 2s 16750K .......... .......... .......... .......... .......... 7% 243M 2s 16800K .......... .......... .......... .......... .......... 7% 255M 2s 16850K .......... .......... .......... .......... .......... 7% 233M 2s 16900K .......... .......... .......... .......... .......... 7% 241M 2s 16950K .......... .......... .......... .......... .......... 7% 7.87M 2s 17000K .......... .......... .......... .......... .......... 7% 254M 2s 17050K .......... .......... .......... .......... .......... 7% 246M 2s 17100K .......... .......... .......... .......... .......... 7% 270M 2s 17150K .......... .......... .......... .......... .......... 7% 243M 2s 17200K .......... .......... .......... .......... .......... 7% 279M 2s 17250K .......... .......... .......... .......... .......... 7% 239M 2s 17300K .......... .......... .......... .......... .......... 7% 240M 2s 17350K .......... .......... .......... .......... .......... 7% 251M 2s 17400K .......... .......... .......... .......... .......... 7% 268M 2s 17450K .......... .......... .......... .......... .......... 7% 227M 2s 17500K .......... .......... .......... .......... .......... 7% 282M 2s 17550K .......... .......... .......... .......... .......... 7% 264M 2s 17600K .......... .......... .......... .......... .......... 7% 285M 2s 17650K .......... .......... .......... .......... .......... 7% 246M 2s 17700K .......... .......... .......... .......... .......... 7% 278M 2s 17750K .......... .......... .......... .......... .......... 7% 223M 2s 17800K .......... .......... .......... .......... .......... 7% 246M 2s 17850K .......... .......... .......... .......... .......... 7% 262M 2s 17900K .......... .......... .......... .......... .......... 7% 245M 2s 17950K .......... .......... .......... .......... .......... 7% 242M 2s 18000K .......... .......... .......... .......... .......... 7% 231M 2s 18050K .......... .......... .......... .......... .......... 7% 244M 2s 18100K .......... .......... .......... .......... .......... 7% 252M 2s 18150K .......... .......... .......... .......... .......... 7% 231M 2s 18200K .......... .......... .......... .......... .......... 7% 114M 2s 18250K .......... .......... .......... .......... .......... 7% 119M 2s 18300K .......... .......... .......... .......... .......... 7% 99.3M 2s 18350K .......... .......... .......... .......... .......... 7% 111M 2s 18400K .......... .......... .......... .......... .......... 7% 98.7M 2s 18450K .......... .......... .......... .......... .......... 7% 189M 2s 18500K .......... .......... .......... .......... .......... 7% 105M 2s 18550K .......... .......... .......... .......... .......... 7% 106M 2s 18600K .......... .......... .......... .......... .......... 7% 110M 2s 18650K .......... .......... .......... .......... .......... 7% 122M 2s 18700K .......... .......... .......... .......... .......... 7% 99.9M 2s 18750K .......... .......... .......... .......... .......... 7% 95.0M 2s 18800K .......... .......... .......... .......... .......... 7% 111M 2s 18850K .......... .......... .......... .......... .......... 7% 120M 2s 18900K .......... .......... .......... .......... .......... 7% 105M 2s 18950K .......... .......... .......... .......... .......... 7% 134M 2s 19000K .......... .......... .......... .......... .......... 7% 112M 2s 19050K .......... .......... .......... .......... .......... 7% 102M 2s 19100K .......... .......... .......... .......... .......... 8% 117M 2s 19150K .......... .......... .......... .......... .......... 8% 115M 2s 19200K .......... .......... .......... .......... .......... 8% 6.81M 2s 19250K .......... .......... .......... .......... .......... 8% 167M 2s 19300K .......... .......... .......... .......... .......... 8% 252M 2s 19350K .......... .......... .......... .......... .......... 8% 194M 2s 19400K .......... .......... .......... .......... .......... 8% 238M 2s 19450K .......... .......... .......... .......... .......... 8% 225M 2s 19500K .......... .......... .......... .......... .......... 8% 279M 2s 19550K .......... .......... .......... .......... .......... 8% 243M 2s 19600K .......... .......... .......... .......... .......... 8% 260M 2s 19650K .......... .......... .......... .......... .......... 8% 274M 2s 19700K .......... .......... .......... .......... .......... 8% 249M 2s 19750K .......... .......... .......... .......... .......... 8% 239M 2s 19800K .......... .......... .......... .......... .......... 8% 263M 2s 19850K .......... .......... .......... .......... .......... 8% 229M 2s 19900K .......... .......... .......... .......... .......... 8% 272M 2s 19950K .......... .......... .......... .......... .......... 8% 222M 2s 20000K .......... .......... .......... .......... .......... 8% 272M 2s 20050K .......... .......... .......... .......... .......... 8% 227M 2s 20100K .......... .......... .......... .......... .......... 8% 271M 2s 20150K .......... .......... .......... .......... .......... 8% 251M 2s 20200K .......... .......... .......... .......... .......... 8% 281M 2s 20250K .......... .......... .......... .......... .......... 8% 239M 2s 20300K .......... .......... .......... .......... .......... 8% 258M 2s 20350K .......... .......... .......... .......... .......... 8% 261M 2s 20400K .......... .......... .......... .......... .......... 8% 255M 2s 20450K .......... .......... .......... .......... .......... 8% 236M 2s 20500K .......... .......... .......... .......... .......... 8% 244M 2s 20550K .......... .......... .......... .......... .......... 8% 226M 2s 20600K .......... .......... .......... .......... .......... 8% 223M 2s 20650K .......... .......... .......... .......... .......... 8% 223M 2s 20700K .......... .......... .......... .......... .......... 8% 119M 2s 20750K .......... .......... .......... .......... .......... 8% 99.7M 2s 20800K .......... .......... .......... .......... .......... 8% 109M 2s 20850K .......... .......... .......... .......... .......... 8% 114M 2s 20900K .......... .......... .......... .......... .......... 8% 101M 2s 20950K .......... .......... .......... .......... .......... 8% 124M 2s 21000K .......... .......... .......... .......... .......... 8% 128M 2s 21050K .......... .......... .......... .......... .......... 8% 90.8M 2s 21100K .......... .......... .......... .......... .......... 8% 129M 2s 21150K .......... .......... .......... .......... .......... 8% 127M 2s 21200K .......... .......... .......... .......... .......... 8% 103M 2s 21250K .......... .......... .......... .......... .......... 8% 32.0M 2s 21300K .......... .......... .......... .......... .......... 8% 244M 2s 21350K .......... .......... .......... .......... .......... 8% 223M 2s 21400K .......... .......... .......... .......... .......... 8% 257M 2s 21450K .......... .......... .......... .......... .......... 9% 231M 2s 21500K .......... .......... .......... .......... .......... 9% 172M 2s 21550K .......... .......... .......... .......... .......... 9% 132M 2s 21600K .......... .......... .......... .......... .......... 9% 115M 2s 21650K .......... .......... .......... .......... .......... 9% 106M 2s 21700K .......... .......... .......... .......... .......... 9% 104M 2s 21750K .......... .......... .......... .......... .......... 9% 112M 2s 21800K .......... .......... .......... .......... .......... 9% 116M 2s 21850K .......... .......... .......... .......... .......... 9% 110M 2s 21900K .......... .......... .......... .......... .......... 9% 118M 2s 21950K .......... .......... .......... .......... .......... 9% 111M 2s 22000K .......... .......... .......... .......... .......... 9% 108M 2s 22050K .......... .......... .......... .......... .......... 9% 112M 2s 22100K .......... .......... .......... .......... .......... 9% 106M 2s 22150K .......... .......... .......... .......... .......... 9% 99.0M 2s 22200K .......... .......... .......... .......... .......... 9% 158M 2s 22250K .......... .......... .......... .......... .......... 9% 98.2M 2s 22300K .......... .......... .......... .......... .......... 9% 118M 2s 22350K .......... .......... .......... .......... .......... 9% 117M 2s 22400K .......... .......... .......... .......... .......... 9% 67.4M 2s 22450K .......... .......... .......... .......... .......... 9% 170M 2s 22500K .......... .......... .......... .......... .......... 9% 95.6M 2s 22550K .......... .......... .......... .......... .......... 9% 121M 2s 22600K .......... .......... .......... .......... .......... 9% 121M 2s 22650K .......... .......... .......... .......... .......... 9% 111M 2s 22700K .......... .......... .......... .......... .......... 9% 131M 2s 22750K .......... .......... .......... .......... .......... 9% 80.6M 2s 22800K .......... .......... .......... .......... .......... 9% 7.62M 2s 22850K .......... .......... .......... .......... .......... 9% 223M 2s 22900K .......... .......... .......... .......... .......... 9% 243M 2s 22950K .......... .......... .......... .......... .......... 9% 227M 2s 23000K .......... .......... .......... .......... .......... 9% 260M 2s 23050K .......... .......... .......... .......... .......... 9% 242M 2s 23100K .......... .......... .......... .......... .......... 9% 233M 2s 23150K .......... .......... .......... .......... .......... 9% 229M 2s 23200K .......... .......... .......... .......... .......... 9% 260M 2s 23250K .......... .......... .......... .......... .......... 9% 216M 2s 23300K .......... .......... .......... .......... .......... 9% 281M 2s 23350K .......... .......... .......... .......... .......... 9% 225M 2s 23400K .......... .......... .......... .......... .......... 9% 245M 2s 23450K .......... .......... .......... .......... .......... 9% 248M 2s 23500K .......... .......... .......... .......... .......... 9% 270M 2s 23550K .......... .......... .......... .......... .......... 9% 245M 2s 23600K .......... .......... .......... .......... .......... 9% 283M 2s 23650K .......... .......... .......... .......... .......... 9% 229M 2s 23700K .......... .......... .......... .......... .......... 9% 295M 2s 23750K .......... .......... .......... .......... .......... 9% 223M 2s 23800K .......... .......... .......... .......... .......... 9% 262M 2s 23850K .......... .......... .......... .......... .......... 10% 233M 2s 23900K .......... .......... .......... .......... .......... 10% 238M 2s 23950K .......... .......... .......... .......... .......... 10% 257M 2s 24000K .......... .......... .......... .......... .......... 10% 245M 2s 24050K .......... .......... .......... .......... .......... 10% 248M 2s 24100K .......... .......... .......... .......... .......... 10% 209M 2s 24150K .......... .......... .......... .......... .......... 10% 119M 2s 24200K .......... .......... .......... .......... .......... 10% 102M 2s 24250K .......... .......... .......... .......... .......... 10% 123M 2s 24300K .......... .......... .......... .......... .......... 10% 115M 2s 24350K .......... .......... .......... .......... .......... 10% 82.6M 2s 24400K .......... .......... .......... .......... .......... 10% 172M 2s 24450K .......... .......... .......... .......... .......... 10% 113M 2s 24500K .......... .......... .......... .......... .......... 10% 121M 2s 24550K .......... .......... .......... .......... .......... 10% 102M 2s 24600K .......... .......... .......... .......... .......... 10% 92.3M 2s 24650K .......... .......... .......... .......... .......... 10% 149M 2s 24700K .......... .......... .......... .......... .......... 10% 107M 2s 24750K .......... .......... .......... .......... .......... 10% 109M 2s 24800K .......... .......... .......... .......... .......... 10% 113M 2s 24850K .......... .......... .......... .......... .......... 10% 117M 2s 24900K .......... .......... .......... .......... .......... 10% 109M 2s 24950K .......... .......... .......... .......... .......... 10% 108M 2s 25000K .......... .......... .......... .......... .......... 10% 113M 2s 25050K .......... .......... .......... .......... .......... 10% 131M 2s 25100K .......... .......... .......... .......... .......... 10% 93.5M 2s 25150K .......... .......... .......... .......... .......... 10% 112M 2s 25200K .......... .......... .......... .......... .......... 10% 129M 2s 25250K .......... .......... .......... .......... .......... 10% 97.2M 2s 25300K .......... .......... .......... .......... .......... 10% 130M 2s 25350K .......... .......... .......... .......... .......... 10% 94.8M 2s 25400K .......... .......... .......... .......... .......... 10% 116M 2s 25450K .......... .......... .......... .......... .......... 10% 102M 2s 25500K .......... .......... .......... .......... .......... 10% 123M 2s 25550K .......... .......... .......... .......... .......... 10% 122M 2s 25600K .......... .......... .......... .......... .......... 10% 113M 2s 25650K .......... .......... .......... .......... .......... 10% 107M 2s 25700K .......... .......... .......... .......... .......... 10% 124M 2s 25750K .......... .......... .......... .......... .......... 10% 94.9M 2s 25800K .......... .......... .......... .......... .......... 10% 126M 2s 25850K .......... .......... .......... .......... .......... 10% 91.6M 2s 25900K .......... .......... .......... .......... .......... 10% 143M 2s 25950K .......... .......... .......... .......... .......... 10% 116M 2s 26000K .......... .......... .......... .......... .......... 10% 112M 2s 26050K .......... .......... .......... .......... .......... 10% 110M 2s 26100K .......... .......... .......... .......... .......... 10% 116M 2s 26150K .......... .......... .......... .......... .......... 10% 105M 2s 26200K .......... .......... .......... .......... .......... 10% 123M 2s 26250K .......... .......... .......... .......... .......... 11% 96.8M 2s 26300K .......... .......... .......... .......... .......... 11% 135M 2s 26350K .......... .......... .......... .......... .......... 11% 115M 2s 26400K .......... .......... .......... .......... .......... 11% 95.1M 2s 26450K .......... .......... .......... .......... .......... 11% 115M 2s 26500K .......... .......... .......... .......... .......... 11% 116M 2s 26550K .......... .......... .......... .......... .......... 11% 123M 2s 26600K .......... .......... .......... .......... .......... 11% 100M 2s 26650K .......... .......... .......... .......... .......... 11% 100M 2s 26700K .......... .......... .......... .......... .......... 11% 123M 2s 26750K .......... .......... .......... .......... .......... 11% 122M 2s 26800K .......... .......... .......... .......... .......... 11% 97.6M 2s 26850K .......... .......... .......... .......... .......... 11% 128M 2s 26900K .......... .......... .......... .......... .......... 11% 120M 2s 26950K .......... .......... .......... .......... .......... 11% 124M 2s 27000K .......... .......... .......... .......... .......... 11% 116M 2s 27050K .......... .......... .......... .......... .......... 11% 100M 2s 27100K .......... .......... .......... .......... .......... 11% 121M 2s 27150K .......... .......... .......... .......... .......... 11% 93.1M 2s 27200K .......... .......... .......... .......... .......... 11% 171M 2s 27250K .......... .......... .......... .......... .......... 11% 89.5M 2s 27300K .......... .......... .......... .......... .......... 11% 108M 2s 27350K .......... .......... .......... .......... .......... 11% 113M 2s 27400K .......... .......... .......... .......... .......... 11% 111M 2s 27450K .......... .......... .......... .......... .......... 11% 81.3M 2s 27500K .......... .......... .......... .......... .......... 11% 108M 2s 27550K .......... .......... .......... .......... .......... 11% 114M 2s 27600K .......... .......... .......... .......... .......... 11% 113M 2s 27650K .......... .......... .......... .......... .......... 11% 119M 2s 27700K .......... .......... .......... .......... .......... 11% 84.9M 2s 27750K .......... .......... .......... .......... .......... 11% 109M 2s 27800K .......... .......... .......... .......... .......... 11% 178M 2s 27850K .......... .......... .......... .......... .......... 11% 100M 2s 27900K .......... .......... .......... .......... .......... 11% 127M 2s 27950K .......... .......... .......... .......... .......... 11% 120M 2s 28000K .......... .......... .......... .......... .......... 11% 97.8M 2s 28050K .......... .......... .......... .......... .......... 11% 135M 2s 28100K .......... .......... .......... .......... .......... 11% 116M 2s 28150K .......... .......... .......... .......... .......... 11% 111M 2s 28200K .......... .......... .......... .......... .......... 11% 114M 2s 28250K .......... .......... .......... .......... .......... 11% 106M 2s 28300K .......... .......... .......... .......... .......... 11% 118M 2s 28350K .......... .......... .......... .......... .......... 11% 93.7M 2s 28400K .......... .......... .......... .......... .......... 11% 123M 2s 28450K .......... .......... .......... .......... .......... 11% 106M 2s 28500K .......... .......... .......... .......... .......... 11% 126M 2s 28550K .......... .......... .......... .......... .......... 11% 97.6M 2s 28600K .......... .......... .......... .......... .......... 11% 103M 2s 28650K .......... .......... .......... .......... .......... 12% 130M 2s 28700K .......... .......... .......... .......... .......... 12% 107M 2s 28750K .......... .......... .......... .......... .......... 12% 132M 2s 28800K .......... .......... .......... .......... .......... 12% 97.6M 2s 28850K .......... .......... .......... .......... .......... 12% 126M 2s 28900K .......... .......... .......... .......... .......... 12% 120M 2s 28950K .......... .......... .......... .......... .......... 12% 121M 2s 29000K .......... .......... .......... .......... .......... 12% 98.0M 2s 29050K .......... .......... .......... .......... .......... 12% 116M 2s 29100K .......... .......... .......... .......... .......... 12% 123M 2s 29150K .......... .......... .......... .......... .......... 12% 104M 2s 29200K .......... .......... .......... .......... .......... 12% 117M 2s 29250K .......... .......... .......... .......... .......... 12% 112M 2s 29300K .......... .......... .......... .......... .......... 12% 116M 2s 29350K .......... .......... .......... .......... .......... 12% 113M 2s 29400K .......... .......... .......... .......... .......... 12% 105M 2s 29450K .......... .......... .......... .......... .......... 12% 107M 2s 29500K .......... .......... .......... .......... .......... 12% 110M 2s 29550K .......... .......... .......... .......... .......... 12% 101M 2s 29600K .......... .......... .......... .......... .......... 12% 136M 2s 29650K .......... .......... .......... .......... .......... 12% 102M 2s 29700K .......... .......... .......... .......... .......... 12% 126M 2s 29750K .......... .......... .......... .......... .......... 12% 101M 2s 29800K .......... .......... .......... .......... .......... 12% 115M 2s 29850K .......... .......... .......... .......... .......... 12% 122M 2s 29900K .......... .......... .......... .......... .......... 12% 110M 2s 29950K .......... .......... .......... .......... .......... 12% 115M 2s 30000K .......... .......... .......... .......... .......... 12% 102M 2s 30050K .......... .......... .......... .......... .......... 12% 120M 2s 30100K .......... .......... .......... .......... .......... 12% 121M 2s 30150K .......... .......... .......... .......... .......... 12% 101M 2s 30200K .......... .......... .......... .......... .......... 12% 110M 2s 30250K .......... .......... .......... .......... .......... 12% 125M 2s 30300K .......... .......... .......... .......... .......... 12% 114M 2s 30350K .......... .......... .......... .......... .......... 12% 96.4M 2s 30400K .......... .......... .......... .......... .......... 12% 105M 2s 30450K .......... .......... .......... .......... .......... 12% 136M 2s 30500K .......... .......... .......... .......... .......... 12% 93.9M 2s 30550K .......... .......... .......... .......... .......... 12% 102M 2s 30600K .......... .......... .......... .......... .......... 12% 7.60M 2s 30650K .......... .......... .......... .......... .......... 12% 228M 2s 30700K .......... .......... .......... .......... .......... 12% 165M 2s 30750K .......... .......... .......... .......... .......... 12% 239M 2s 30800K .......... .......... .......... .......... .......... 12% 239M 2s 30850K .......... .......... .......... .......... .......... 12% 237M 2s 30900K .......... .......... .......... .......... .......... 12% 231M 2s 30950K .......... .......... .......... .......... .......... 12% 272M 2s 31000K .......... .......... .......... .......... .......... 12% 247M 2s 31050K .......... .......... .......... .......... .......... 13% 260M 2s 31100K .......... .......... .......... .......... .......... 13% 233M 2s 31150K .......... .......... .......... .......... .......... 13% 242M 2s 31200K .......... .......... .......... .......... .......... 13% 244M 2s 31250K .......... .......... .......... .......... .......... 13% 259M 2s 31300K .......... .......... .......... .......... .......... 13% 243M 2s 31350K .......... .......... .......... .......... .......... 13% 278M 2s 31400K .......... .......... .......... .......... .......... 13% 232M 2s 31450K .......... .......... .......... .......... .......... 13% 279M 2s 31500K .......... .......... .......... .......... .......... 13% 240M 2s 31550K .......... .......... .......... .......... .......... 13% 274M 2s 31600K .......... .......... .......... .......... .......... 13% 239M 2s 31650K .......... .......... .......... .......... .......... 13% 250M 2s 31700K .......... .......... .......... .......... .......... 13% 244M 2s 31750K .......... .......... .......... .......... .......... 13% 251M 2s 31800K .......... .......... .......... .......... .......... 13% 236M 2s 31850K .......... .......... .......... .......... .......... 13% 232M 2s 31900K .......... .......... .......... .......... .......... 13% 173M 2s 31950K .......... .......... .......... .......... .......... 13% 176M 2s 32000K .......... .......... .......... .......... .......... 13% 116M 2s 32050K .......... .......... .......... .......... .......... 13% 92.7M 2s 32100K .......... .......... .......... .......... .......... 13% 140M 2s 32150K .......... .......... .......... .......... .......... 13% 104M 2s 32200K .......... .......... .......... .......... .......... 13% 124M 2s 32250K .......... .......... .......... .......... .......... 13% 109M 2s 32300K .......... .......... .......... .......... .......... 13% 112M 2s 32350K .......... .......... .......... .......... .......... 13% 7.47M 2s 32400K .......... .......... .......... .......... .......... 13% 210M 2s 32450K .......... .......... .......... .......... .......... 13% 244M 2s 32500K .......... .......... .......... .......... .......... 13% 278M 2s 32550K .......... .......... .......... .......... .......... 13% 254M 2s 32600K .......... .......... .......... .......... .......... 13% 286M 2s 32650K .......... .......... .......... .......... .......... 13% 233M 2s 32700K .......... .......... .......... .......... .......... 13% 263M 2s 32750K .......... .......... .......... .......... .......... 13% 251M 2s 32800K .......... .......... .......... .......... .......... 13% 295M 2s 32850K .......... .......... .......... .......... .......... 13% 275M 2s 32900K .......... .......... .......... .......... .......... 13% 232M 2s 32950K .......... .......... .......... .......... .......... 13% 236M 2s 33000K .......... .......... .......... .......... .......... 13% 258M 2s 33050K .......... .......... .......... .......... .......... 13% 267M 2s 33100K .......... .......... .......... .......... .......... 13% 302M 2s 33150K .......... .......... .......... .......... .......... 13% 270M 2s 33200K .......... .......... .......... .......... .......... 13% 287M 2s 33250K .......... .......... .......... .......... .......... 13% 279M 2s 33300K .......... .......... .......... .......... .......... 13% 172M 2s 33350K .......... .......... .......... .......... .......... 13% 234M 2s 33400K .......... .......... .......... .......... .......... 14% 266M 2s 33450K .......... .......... .......... .......... .......... 14% 238M 2s 33500K .......... .......... .......... .......... .......... 14% 279M 2s 33550K .......... .......... .......... .......... .......... 14% 250M 2s 33600K .......... .......... .......... .......... .......... 14% 235M 2s 33650K .......... .......... .......... .......... .......... 14% 123M 2s 33700K .......... .......... .......... .......... .......... 14% 101M 2s 33750K .......... .......... .......... .......... .......... 14% 94.7M 2s 33800K .......... .......... .......... .......... .......... 14% 138M 2s 33850K .......... .......... .......... .......... .......... 14% 125M 2s 33900K .......... .......... .......... .......... .......... 14% 112M 2s 33950K .......... .......... .......... .......... .......... 14% 105M 2s 34000K .......... .......... .......... .......... .......... 14% 90.9M 2s 34050K .......... .......... .......... .......... .......... 14% 163M 2s 34100K .......... .......... .......... .......... .......... 14% 117M 2s 34150K .......... .......... .......... .......... .......... 14% 130M 2s 34200K .......... .......... .......... .......... .......... 14% 99.6M 2s 34250K .......... .......... .......... .......... .......... 14% 90.3M 2s 34300K .......... .......... .......... .......... .......... 14% 129M 2s 34350K .......... .......... .......... .......... .......... 14% 113M 2s 34400K .......... .......... .......... .......... .......... 14% 119M 2s 34450K .......... .......... .......... .......... .......... 14% 107M 2s 34500K .......... .......... .......... .......... .......... 14% 117M 2s 34550K .......... .......... .......... .......... .......... 14% 99.0M 2s 34600K .......... .......... .......... .......... .......... 14% 116M 2s 34650K .......... .......... .......... .......... .......... 14% 126M 2s 34700K .......... .......... .......... .......... .......... 14% 102M 2s 34750K .......... .......... .......... .......... .......... 14% 131M 2s 34800K .......... .......... .......... .......... .......... 14% 115M 2s 34850K .......... .......... .......... .......... .......... 14% 110M 2s 34900K .......... .......... .......... .......... .......... 14% 104M 2s 34950K .......... .......... .......... .......... .......... 14% 107M 2s 35000K .......... .......... .......... .......... .......... 14% 114M 2s 35050K .......... .......... .......... .......... .......... 14% 102M 2s 35100K .......... .......... .......... .......... .......... 14% 121M 2s 35150K .......... .......... .......... .......... .......... 14% 124M 2s 35200K .......... .......... .......... .......... .......... 14% 103M 2s 35250K .......... .......... .......... .......... .......... 14% 86.7M 2s 35300K .......... .......... .......... .......... .......... 14% 189M 2s 35350K .......... .......... .......... .......... .......... 14% 95.2M 2s 35400K .......... .......... .......... .......... .......... 14% 117M 2s 35450K .......... .......... .......... .......... .......... 14% 113M 2s 35500K .......... .......... .......... .......... .......... 14% 119M 2s 35550K .......... .......... .......... .......... .......... 14% 113M 2s 35600K .......... .......... .......... .......... .......... 14% 91.7M 2s 35650K .......... .......... .......... .......... .......... 14% 135M 2s 35700K .......... .......... .......... .......... .......... 14% 113M 2s 35750K .......... .......... .......... .......... .......... 14% 7.61M 2s 35800K .......... .......... .......... .......... .......... 15% 247M 2s 35850K .......... .......... .......... .......... .......... 15% 253M 2s 35900K .......... .......... .......... .......... .......... 15% 202M 2s 35950K .......... .......... .......... .......... .......... 15% 245M 2s 36000K .......... .......... .......... .......... .......... 15% 233M 2s 36050K .......... .......... .......... .......... .......... 15% 248M 2s 36100K .......... .......... .......... .......... .......... 15% 233M 2s 36150K .......... .......... .......... .......... .......... 15% 259M 2s 36200K .......... .......... .......... .......... .......... 15% 261M 2s 36250K .......... .......... .......... .......... .......... 15% 263M 2s 36300K .......... .......... .......... .......... .......... 15% 218M 2s 36350K .......... .......... .......... .......... .......... 15% 269M 2s 36400K .......... .......... .......... .......... .......... 15% 188M 2s 36450K .......... .......... .......... .......... .......... 15% 245M 2s 36500K .......... .......... .......... .......... .......... 15% 243M 2s 36550K .......... .......... .......... .......... .......... 15% 247M 2s 36600K .......... .......... .......... .......... .......... 15% 271M 2s 36650K .......... .......... .......... .......... .......... 15% 233M 2s 36700K .......... .......... .......... .......... .......... 15% 235M 2s 36750K .......... .......... .......... .......... .......... 15% 250M 2s 36800K .......... .......... .......... .......... .......... 15% 239M 2s 36850K .......... .......... .......... .......... .......... 15% 263M 2s 36900K .......... .......... .......... .......... .......... 15% 232M 2s 36950K .......... .......... .......... .......... .......... 15% 228M 2s 37000K .......... .......... .......... .......... .......... 15% 248M 2s 37050K .......... .......... .......... .......... .......... 15% 201M 2s 37100K .......... .......... .......... .......... .......... 15% 115M 2s 37150K .......... .......... .......... .......... .......... 15% 89.5M 2s 37200K .......... .......... .......... .......... .......... 15% 91.0M 2s 37250K .......... .......... .......... .......... .......... 15% 123M 2s 37300K .......... .......... .......... .......... .......... 15% 107M 2s 37350K .......... .......... .......... .......... .......... 15% 106M 2s 37400K .......... .......... .......... .......... .......... 15% 125M 2s 37450K .......... .......... .......... .......... .......... 15% 97.9M 2s 37500K .......... .......... .......... .......... .......... 15% 98.8M 2s 37550K .......... .......... .......... .......... .......... 15% 144M 2s 37600K .......... .......... .......... .......... .......... 15% 86.7M 2s 37650K .......... .......... .......... .......... .......... 15% 109M 2s 37700K .......... .......... .......... .......... .......... 15% 97.7M 2s 37750K .......... .......... .......... .......... .......... 15% 124M 2s 37800K .......... .......... .......... .......... .......... 15% 106M 2s 37850K .......... .......... .......... .......... .......... 15% 92.7M 2s 37900K .......... .......... .......... .......... .......... 15% 85.1M 2s 37950K .......... .......... .......... .......... .......... 15% 96.9M 2s 38000K .......... .......... .......... .......... .......... 15% 104M 2s 38050K .......... .......... .......... .......... .......... 15% 114M 2s 38100K .......... .......... .......... .......... .......... 15% 69.6M 2s 38150K .......... .......... .......... .......... .......... 15% 208M 2s 38200K .......... .......... .......... .......... .......... 16% 161M 2s 38250K .......... .......... .......... .......... .......... 16% 103M 2s 38300K .......... .......... .......... .......... .......... 16% 113M 2s 38350K .......... .......... .......... .......... .......... 16% 121M 2s 38400K .......... .......... .......... .......... .......... 16% 90.7M 2s 38450K .......... .......... .......... .......... .......... 16% 116M 2s 38500K .......... .......... .......... .......... .......... 16% 121M 2s 38550K .......... .......... .......... .......... .......... 16% 99.3M 2s 38600K .......... .......... .......... .......... .......... 16% 178M 2s 38650K .......... .......... .......... .......... .......... 16% 91.6M 2s 38700K .......... .......... .......... .......... .......... 16% 105M 2s 38750K .......... .......... .......... .......... .......... 16% 118M 2s 38800K .......... .......... .......... .......... .......... 16% 97.8M 2s 38850K .......... .......... .......... .......... .......... 16% 151M 2s 38900K .......... .......... .......... .......... .......... 16% 108M 2s 38950K .......... .......... .......... .......... .......... 16% 87.9M 2s 39000K .......... .......... .......... .......... .......... 16% 165M 2s 39050K .......... .......... .......... .......... .......... 16% 112M 2s 39100K .......... .......... .......... .......... .......... 16% 114M 2s 39150K .......... .......... .......... .......... .......... 16% 106M 2s 39200K .......... .......... .......... .......... .......... 16% 118M 2s 39250K .......... .......... .......... .......... .......... 16% 127M 2s 39300K .......... .......... .......... .......... .......... 16% 119M 2s 39350K .......... .......... .......... .......... .......... 16% 98.5M 2s 39400K .......... .......... .......... .......... .......... 16% 114M 2s 39450K .......... .......... .......... .......... .......... 16% 104M 2s 39500K .......... .......... .......... .......... .......... 16% 111M 2s 39550K .......... .......... .......... .......... .......... 16% 107M 2s 39600K .......... .......... .......... .......... .......... 16% 122M 2s 39650K .......... .......... .......... .......... .......... 16% 110M 2s 39700K .......... .......... .......... .......... .......... 16% 109M 2s 39750K .......... .......... .......... .......... .......... 16% 118M 2s 39800K .......... .......... .......... .......... .......... 16% 7.60M 2s 39850K .......... .......... .......... .......... .......... 16% 249M 2s 39900K .......... .......... .......... .......... .......... 16% 212M 2s 39950K .......... .......... .......... .......... .......... 16% 246M 2s 40000K .......... .......... .......... .......... .......... 16% 229M 2s 40050K .......... .......... .......... .......... .......... 16% 283M 2s 40100K .......... .......... .......... .......... .......... 16% 249M 2s 40150K .......... .......... .......... .......... .......... 16% 266M 2s 40200K .......... .......... .......... .......... .......... 16% 235M 2s 40250K .......... .......... .......... .......... .......... 16% 262M 2s 40300K .......... .......... .......... .......... .......... 16% 225M 2s 40350K .......... .......... .......... .......... .......... 16% 279M 2s 40400K .......... .......... .......... .......... .......... 16% 240M 2s 40450K .......... .......... .......... .......... .......... 16% 265M 2s 40500K .......... .......... .......... .......... .......... 16% 240M 2s 40550K .......... .......... .......... .......... .......... 16% 267M 2s 40600K .......... .......... .......... .......... .......... 17% 262M 2s 40650K .......... .......... .......... .......... .......... 17% 276M 2s 40700K .......... .......... .......... .......... .......... 17% 231M 2s 40750K .......... .......... .......... .......... .......... 17% 244M 2s 40800K .......... .......... .......... .......... .......... 17% 264M 2s 40850K .......... .......... .......... .......... .......... 17% 275M 2s 40900K .......... .......... .......... .......... .......... 17% 237M 2s 40950K .......... .......... .......... .......... .......... 17% 238M 2s 41000K .......... .......... .......... .......... .......... 17% 242M 2s 41050K .......... .......... .......... .......... .......... 17% 239M 2s 41100K .......... .......... .......... .......... .......... 17% 118M 2s 41150K .......... .......... .......... .......... .......... 17% 98.0M 2s 41200K .......... .......... .......... .......... .......... 17% 138M 2s 41250K .......... .......... .......... .......... .......... 17% 89.9M 2s 41300K .......... .......... .......... .......... .......... 17% 127M 2s 41350K .......... .......... .......... .......... .......... 17% 118M 2s 41400K .......... .......... .......... .......... .......... 17% 98.6M 2s 41450K .......... .......... .......... .......... .......... 17% 120M 2s 41500K .......... .......... .......... .......... .......... 17% 99.0M 2s 41550K .......... .......... .......... .......... .......... 17% 157M 2s 41600K .......... .......... .......... .......... .......... 17% 97.7M 2s 41650K .......... .......... .......... .......... .......... 17% 143M 2s 41700K .......... .......... .......... .......... .......... 17% 102M 2s 41750K .......... .......... .......... .......... .......... 17% 7.44M 2s 41800K .......... .......... .......... .......... .......... 17% 249M 2s 41850K .......... .......... .......... .......... .......... 17% 218M 2s 41900K .......... .......... .......... .......... .......... 17% 233M 2s 41950K .......... .......... .......... .......... .......... 17% 194M 2s 42000K .......... .......... .......... .......... .......... 17% 238M 2s 42050K .......... .......... .......... .......... .......... 17% 227M 2s 42100K .......... .......... .......... .......... .......... 17% 185M 2s 42150K .......... .......... .......... .......... .......... 17% 233M 2s 42200K .......... .......... .......... .......... .......... 17% 190M 2s 42250K .......... .......... .......... .......... .......... 17% 215M 2s 42300K .......... .......... .......... .......... .......... 17% 282M 2s 42350K .......... .......... .......... .......... .......... 17% 237M 2s 42400K .......... .......... .......... .......... .......... 17% 244M 2s 42450K .......... .......... .......... .......... .......... 17% 197M 2s 42500K .......... .......... .......... .......... .......... 17% 253M 2s 42550K .......... .......... .......... .......... .......... 17% 203M 2s 42600K .......... .......... .......... .......... .......... 17% 246M 2s 42650K .......... .......... .......... .......... .......... 17% 244M 2s 42700K .......... .......... .......... .......... .......... 17% 279M 2s 42750K .......... .......... .......... .......... .......... 17% 246M 2s 42800K .......... .......... .......... .......... .......... 17% 245M 2s 42850K .......... .......... .......... .......... .......... 17% 206M 2s 42900K .......... .......... .......... .......... .......... 17% 240M 2s 42950K .......... .......... .......... .......... .......... 18% 251M 2s 43000K .......... .......... .......... .......... .......... 18% 230M 2s 43050K .......... .......... .......... .......... .......... 18% 267M 2s 43100K .......... .......... .......... .......... .......... 18% 134M 2s 43150K .......... .......... .......... .......... .......... 18% 104M 2s 43200K .......... .......... .......... .......... .......... 18% 112M 2s 43250K .......... .......... .......... .......... .......... 18% 105M 2s 43300K .......... .......... .......... .......... .......... 18% 111M 2s 43350K .......... .......... .......... .......... .......... 18% 105M 2s 43400K .......... .......... .......... .......... .......... 18% 129M 2s 43450K .......... .......... .......... .......... .......... 18% 113M 2s 43500K .......... .......... .......... .......... .......... 18% 101M 2s 43550K .......... .......... .......... .......... .......... 18% 120M 2s 43600K .......... .......... .......... .......... .......... 18% 104M 2s 43650K .......... .......... .......... .......... .......... 18% 126M 2s 43700K .......... .......... .......... .......... .......... 18% 117M 2s 43750K .......... .......... .......... .......... .......... 18% 93.6M 2s 43800K .......... .......... .......... .......... .......... 18% 121M 2s 43850K .......... .......... .......... .......... .......... 18% 112M 2s 43900K .......... .......... .......... .......... .......... 18% 111M 2s 43950K .......... .......... .......... .......... .......... 18% 121M 2s 44000K .......... .......... .......... .......... .......... 18% 100M 2s 44050K .......... .......... .......... .......... .......... 18% 117M 2s 44100K .......... .......... .......... .......... .......... 18% 117M 2s 44150K .......... .......... .......... .......... .......... 18% 131M 2s 44200K .......... .......... .......... .......... .......... 18% 95.8M 2s 44250K .......... .......... .......... .......... .......... 18% 134M 2s 44300K .......... .......... .......... .......... .......... 18% 117M 2s 44350K .......... .......... .......... .......... .......... 18% 120M 2s 44400K .......... .......... .......... .......... .......... 18% 115M 2s 44450K .......... .......... .......... .......... .......... 18% 105M 2s 44500K .......... .......... .......... .......... .......... 18% 98.5M 2s 44550K .......... .......... .......... .......... .......... 18% 7.45M 2s 44600K .......... .......... .......... .......... .......... 18% 210M 2s 44650K .......... .......... .......... .......... .......... 18% 226M 2s 44700K .......... .......... .......... .......... .......... 18% 249M 2s 44750K .......... .......... .......... .......... .......... 18% 217M 2s 44800K .......... .......... .......... .......... .......... 18% 224M 2s 44850K .......... .......... .......... .......... .......... 18% 236M 2s 44900K .......... .......... .......... .......... .......... 18% 260M 2s 44950K .......... .......... .......... .......... .......... 18% 247M 2s 45000K .......... .......... .......... .......... .......... 18% 244M 2s 45050K .......... .......... .......... .......... .......... 18% 216M 2s 45100K .......... .......... .......... .......... .......... 18% 274M 2s 45150K .......... .......... .......... .......... .......... 18% 247M 2s 45200K .......... .......... .......... .......... .......... 18% 254M 2s 45250K .......... .......... .......... .......... .......... 18% 221M 2s 45300K .......... .......... .......... .......... .......... 18% 235M 2s 45350K .......... .......... .......... .......... .......... 19% 246M 2s 45400K .......... .......... .......... .......... .......... 19% 247M 2s 45450K .......... .......... .......... .......... .......... 19% 246M 2s 45500K .......... .......... .......... .......... .......... 19% 252M 2s 45550K .......... .......... .......... .......... .......... 19% 172M 2s 45600K .......... .......... .......... .......... .......... 19% 220M 2s 45650K .......... .......... .......... .......... .......... 19% 228M 2s 45700K .......... .......... .......... .......... .......... 19% 237M 2s 45750K .......... .......... .......... .......... .......... 19% 188M 2s 45800K .......... .......... .......... .......... .......... 19% 208M 2s 45850K .......... .......... .......... .......... .......... 19% 237M 2s 45900K .......... .......... .......... .......... .......... 19% 228M 2s 45950K .......... .......... .......... .......... .......... 19% 155M 2s 46000K .......... .......... .......... .......... .......... 19% 97.4M 2s 46050K .......... .......... .......... .......... .......... 19% 121M 2s 46100K .......... .......... .......... .......... .......... 19% 120M 2s 46150K .......... .......... .......... .......... .......... 19% 106M 2s 46200K .......... .......... .......... .......... .......... 19% 104M 2s 46250K .......... .......... .......... .......... .......... 19% 119M 2s 46300K .......... .......... .......... .......... .......... 19% 128M 2s 46350K .......... .......... .......... .......... .......... 19% 100M 2s 46400K .......... .......... .......... .......... .......... 19% 117M 2s 46450K .......... .......... .......... .......... .......... 19% 113M 2s 46500K .......... .......... .......... .......... .......... 19% 83.7M 2s 46550K .......... .......... .......... .......... .......... 19% 128M 2s 46600K .......... .......... .......... .......... .......... 19% 113M 2s 46650K .......... .......... .......... .......... .......... 19% 95.7M 2s 46700K .......... .......... .......... .......... .......... 19% 97.6M 2s 46750K .......... .......... .......... .......... .......... 19% 114M 2s 46800K .......... .......... .......... .......... .......... 19% 109M 2s 46850K .......... .......... .......... .......... .......... 19% 106M 2s 46900K .......... .......... .......... .......... .......... 19% 91.8M 2s 46950K .......... .......... .......... .......... .......... 19% 106M 2s 47000K .......... .......... .......... .......... .......... 19% 158M 2s 47050K .......... .......... .......... .......... .......... 19% 127M 2s 47100K .......... .......... .......... .......... .......... 19% 112M 2s 47150K .......... .......... .......... .......... .......... 19% 87.7M 2s 47200K .......... .......... .......... .......... .......... 19% 128M 2s 47250K .......... .......... .......... .......... .......... 19% 117M 2s 47300K .......... .......... .......... .......... .......... 19% 115M 2s 47350K .......... .......... .......... .......... .......... 19% 113M 2s 47400K .......... .......... .......... .......... .......... 19% 107M 2s 47450K .......... .......... .......... .......... .......... 19% 100M 2s 47500K .......... .......... .......... .......... .......... 19% 134M 2s 47550K .......... .......... .......... .......... .......... 19% 109M 2s 47600K .......... .......... .......... .......... .......... 19% 109M 2s 47650K .......... .......... .......... .......... .......... 19% 93.3M 2s 47700K .......... .......... .......... .......... .......... 19% 127M 2s 47750K .......... .......... .......... .......... .......... 20% 32.1M 2s 47800K .......... .......... .......... .......... .......... 20% 238M 2s 47850K .......... .......... .......... .......... .......... 20% 257M 2s 47900K .......... .......... .......... .......... .......... 20% 248M 2s 47950K .......... .......... .......... .......... .......... 20% 227M 2s 48000K .......... .......... .......... .......... .......... 20% 184M 2s 48050K .......... .......... .......... .......... .......... 20% 117M 2s 48100K .......... .......... .......... .......... .......... 20% 92.2M 2s 48150K .......... .......... .......... .......... .......... 20% 150M 2s 48200K .......... .......... .......... .......... .......... 20% 105M 2s 48250K .......... .......... .......... .......... .......... 20% 105M 2s 48300K .......... .......... .......... .......... .......... 20% 124M 2s 48350K .......... .......... .......... .......... .......... 20% 109M 2s 48400K .......... .......... .......... .......... .......... 20% 7.32M 2s 48450K .......... .......... .......... .......... .......... 20% 244M 2s 48500K .......... .......... .......... .......... .......... 20% 209M 2s 48550K .......... .......... .......... .......... .......... 20% 242M 2s 48600K .......... .......... .......... .......... .......... 20% 230M 2s 48650K .......... .......... .......... .......... .......... 20% 234M 2s 48700K .......... .......... .......... .......... .......... 20% 247M 2s 48750K .......... .......... .......... .......... .......... 20% 268M 2s 48800K .......... .......... .......... .......... .......... 20% 268M 2s 48850K .......... .......... .......... .......... .......... 20% 291M 2s 48900K .......... .......... .......... .......... .......... 20% 272M 2s 48950K .......... .......... .......... .......... .......... 20% 278M 2s 49000K .......... .......... .......... .......... .......... 20% 250M 2s 49050K .......... .......... .......... .......... .......... 20% 305M 2s 49100K .......... .......... .......... .......... .......... 20% 6.29M 2s 49150K .......... .......... .......... .......... .......... 20% 259M 2s 49200K .......... .......... .......... .......... .......... 20% 229M 2s 49250K .......... .......... .......... .......... .......... 20% 247M 2s 49300K .......... .......... .......... .......... .......... 20% 238M 2s 49350K .......... .......... .......... .......... .......... 20% 240M 2s 49400K .......... .......... .......... .......... .......... 20% 223M 2s 49450K .......... .......... .......... .......... .......... 20% 258M 2s 49500K .......... .......... .......... .......... .......... 20% 173M 2s 49550K .......... .......... .......... .......... .......... 20% 203M 2s 49600K .......... .......... .......... .......... .......... 20% 222M 2s 49650K .......... .......... .......... .......... .......... 20% 264M 2s 49700K .......... .......... .......... .......... .......... 20% 243M 2s 49750K .......... .......... .......... .......... .......... 20% 246M 2s 49800K .......... .......... .......... .......... .......... 20% 236M 2s 49850K .......... .......... .......... .......... .......... 20% 279M 2s 49900K .......... .......... .......... .......... .......... 20% 269M 2s 49950K .......... .......... .......... .......... .......... 20% 284M 2s 50000K .......... .......... .......... .......... .......... 20% 230M 2s 50050K .......... .......... .......... .......... .......... 20% 242M 2s 50100K .......... .......... .......... .......... .......... 20% 230M 2s 50150K .......... .......... .......... .......... .......... 21% 246M 2s 50200K .......... .......... .......... .......... .......... 21% 261M 2s 50250K .......... .......... .......... .......... .......... 21% 243M 2s 50300K .......... .......... .......... .......... .......... 21% 223M 2s 50350K .......... .......... .......... .......... .......... 21% 286M 2s 50400K .......... .......... .......... .......... .......... 21% 245M 2s 50450K .......... .......... .......... .......... .......... 21% 261M 2s 50500K .......... .......... .......... .......... .......... 21% 218M 2s 50550K .......... .......... .......... .......... .......... 21% 274M 2s 50600K .......... .......... .......... .......... .......... 21% 225M 2s 50650K .......... .......... .......... .......... .......... 21% 247M 2s 50700K .......... .......... .......... .......... .......... 21% 241M 2s 50750K .......... .......... .......... .......... .......... 21% 277M 2s 50800K .......... .......... .......... .......... .......... 21% 213M 2s 50850K .......... .......... .......... .......... .......... 21% 263M 2s 50900K .......... .......... .......... .......... .......... 21% 251M 2s 50950K .......... .......... .......... .......... .......... 21% 233M 2s 51000K .......... .......... .......... .......... .......... 21% 225M 2s 51050K .......... .......... .......... .......... .......... 21% 212M 2s 51100K .......... .......... .......... .......... .......... 21% 242M 2s 51150K .......... .......... .......... .......... .......... 21% 205M 2s 51200K .......... .......... .......... .......... .......... 21% 245M 2s 51250K .......... .......... .......... .......... .......... 21% 211M 2s 51300K .......... .......... .......... .......... .......... 21% 219M 2s 51350K .......... .......... .......... .......... .......... 21% 233M 2s 51400K .......... .......... .......... .......... .......... 21% 126M 2s 51450K .......... .......... .......... .......... .......... 21% 102M 2s 51500K .......... .......... .......... .......... .......... 21% 117M 2s 51550K .......... .......... .......... .......... .......... 21% 114M 2s 51600K .......... .......... .......... .......... .......... 21% 102M 2s 51650K .......... .......... .......... .......... .......... 21% 126M 2s 51700K .......... .......... .......... .......... .......... 21% 101M 2s 51750K .......... .......... .......... .......... .......... 21% 98.6M 2s 51800K .......... .......... .......... .......... .......... 21% 120M 2s 51850K .......... .......... .......... .......... .......... 21% 103M 2s 51900K .......... .......... .......... .......... .......... 21% 96.0M 2s 51950K .......... .......... .......... .......... .......... 21% 108M 2s 52000K .......... .......... .......... .......... .......... 21% 104M 2s 52050K .......... .......... .......... .......... .......... 21% 93.6M 2s 52100K .......... .......... .......... .......... .......... 21% 129M 2s 52150K .......... .......... .......... .......... .......... 21% 114M 2s 52200K .......... .......... .......... .......... .......... 21% 116M 2s 52250K .......... .......... .......... .......... .......... 21% 127M 2s 52300K .......... .......... .......... .......... .......... 21% 114M 2s 52350K .......... .......... .......... .......... .......... 21% 96.4M 2s 52400K .......... .......... .......... .......... .......... 21% 115M 2s 52450K .......... .......... .......... .......... .......... 21% 122M 2s 52500K .......... .......... .......... .......... .......... 21% 115M 2s 52550K .......... .......... .......... .......... .......... 22% 82.1M 2s 52600K .......... .......... .......... .......... .......... 22% 167M 2s 52650K .......... .......... .......... .......... .......... 22% 107M 2s 52700K .......... .......... .......... .......... .......... 22% 110M 2s 52750K .......... .......... .......... .......... .......... 22% 116M 2s 52800K .......... .......... .......... .......... .......... 22% 116M 2s 52850K .......... .......... .......... .......... .......... 22% 114M 2s 52900K .......... .......... .......... .......... .......... 22% 103M 2s 52950K .......... .......... .......... .......... .......... 22% 117M 2s 53000K .......... .......... .......... .......... .......... 22% 7.91M 2s 53050K .......... .......... .......... .......... .......... 22% 243M 2s 53100K .......... .......... .......... .......... .......... 22% 205M 2s 53150K .......... .......... .......... .......... .......... 22% 259M 2s 53200K .......... .......... .......... .......... .......... 22% 231M 2s 53250K .......... .......... .......... .......... .......... 22% 244M 2s 53300K .......... .......... .......... .......... .......... 22% 217M 2s 53350K .......... .......... .......... .......... .......... 22% 282M 2s 53400K .......... .......... .......... .......... .......... 22% 260M 2s 53450K .......... .......... .......... .......... .......... 22% 261M 2s 53500K .......... .......... .......... .......... .......... 22% 242M 2s 53550K .......... .......... .......... .......... .......... 22% 235M 2s 53600K .......... .......... .......... .......... .......... 22% 248M 2s 53650K .......... .......... .......... .......... .......... 22% 282M 2s 53700K .......... .......... .......... .......... .......... 22% 236M 2s 53750K .......... .......... .......... .......... .......... 22% 271M 2s 53800K .......... .......... .......... .......... .......... 22% 231M 2s 53850K .......... .......... .......... .......... .......... 22% 266M 2s 53900K .......... .......... .......... .......... .......... 22% 249M 2s 53950K .......... .......... .......... .......... .......... 22% 268M 2s 54000K .......... .......... .......... .......... .......... 22% 219M 2s 54050K .......... .......... .......... .......... .......... 22% 215M 2s 54100K .......... .......... .......... .......... .......... 22% 276M 2s 54150K .......... .......... .......... .......... .......... 22% 243M 2s 54200K .......... .......... .......... .......... .......... 22% 253M 2s 54250K .......... .......... .......... .......... .......... 22% 86.7M 2s 54300K .......... .......... .......... .......... .......... 22% 165M 2s 54350K .......... .......... .......... .......... .......... 22% 7.59M 2s 54400K .......... .......... .......... .......... .......... 22% 148M 2s 54450K .......... .......... .......... .......... .......... 22% 227M 2s 54500K .......... .......... .......... .......... .......... 22% 228M 2s 54550K .......... .......... .......... .......... .......... 22% 246M 2s 54600K .......... .......... .......... .......... .......... 22% 226M 2s 54650K .......... .......... .......... .......... .......... 22% 233M 2s 54700K .......... .......... .......... .......... .......... 22% 196M 2s 54750K .......... .......... .......... .......... .......... 22% 255M 2s 54800K .......... .......... .......... .......... .......... 22% 223M 2s 54850K .......... .......... .......... .......... .......... 22% 227M 2s 54900K .......... .......... .......... .......... .......... 23% 238M 2s 54950K .......... .......... .......... .......... .......... 23% 249M 2s 55000K .......... .......... .......... .......... .......... 23% 244M 2s 55050K .......... .......... .......... .......... .......... 23% 253M 2s 55100K .......... .......... .......... .......... .......... 23% 245M 2s 55150K .......... .......... .......... .......... .......... 23% 270M 2s 55200K .......... .......... .......... .......... .......... 23% 229M 2s 55250K .......... .......... .......... .......... .......... 23% 260M 2s 55300K .......... .......... .......... .......... .......... 23% 243M 2s 55350K .......... .......... .......... .......... .......... 23% 245M 2s 55400K .......... .......... .......... .......... .......... 23% 276M 2s 55450K .......... .......... .......... .......... .......... 23% 249M 2s 55500K .......... .......... .......... .......... .......... 23% 251M 2s 55550K .......... .......... .......... .......... .......... 23% 212M 2s 55600K .......... .......... .......... .......... .......... 23% 210M 2s 55650K .......... .......... .......... .......... .......... 23% 276M 2s 55700K .......... .......... .......... .......... .......... 23% 160M 2s 55750K .......... .......... .......... .......... .......... 23% 113M 2s 55800K .......... .......... .......... .......... .......... 23% 109M 2s 55850K .......... .......... .......... .......... .......... 23% 7.58M 2s 55900K .......... .......... .......... .......... .......... 23% 207M 2s 55950K .......... .......... .......... .......... .......... 23% 228M 2s 56000K .......... .......... .......... .......... .......... 23% 253M 2s 56050K .......... .......... .......... .......... .......... 23% 224M 2s 56100K .......... .......... .......... .......... .......... 23% 248M 2s 56150K .......... .......... .......... .......... .......... 23% 258M 2s 56200K .......... .......... .......... .......... .......... 23% 259M 2s 56250K .......... .......... .......... .......... .......... 23% 258M 2s 56300K .......... .......... .......... .......... .......... 23% 281M 2s 56350K .......... .......... .......... .......... .......... 23% 271M 2s 56400K .......... .......... .......... .......... .......... 23% 273M 2s 56450K .......... .......... .......... .......... .......... 23% 260M 2s 56500K .......... .......... .......... .......... .......... 23% 284M 2s 56550K .......... .......... .......... .......... .......... 23% 8.40M 2s 56600K .......... .......... .......... .......... .......... 23% 248M 2s 56650K .......... .......... .......... .......... .......... 23% 228M 2s 56700K .......... .......... .......... .......... .......... 23% 230M 2s 56750K .......... .......... .......... .......... .......... 23% 230M 2s 56800K .......... .......... .......... .......... .......... 23% 243M 2s 56850K .......... .......... .......... .......... .......... 23% 235M 2s 56900K .......... .......... .......... .......... .......... 23% 234M 2s 56950K .......... .......... .......... .......... .......... 23% 250M 2s 57000K .......... .......... .......... .......... .......... 23% 261M 2s 57050K .......... .......... .......... .......... .......... 23% 238M 2s 57100K .......... .......... .......... .......... .......... 23% 263M 2s 57150K .......... .......... .......... .......... .......... 23% 273M 2s 57200K .......... .......... .......... .......... .......... 23% 257M 2s 57250K .......... .......... .......... .......... .......... 23% 211M 2s 57300K .......... .......... .......... .......... .......... 24% 241M 2s 57350K .......... .......... .......... .......... .......... 24% 241M 2s 57400K .......... .......... .......... .......... .......... 24% 278M 2s 57450K .......... .......... .......... .......... .......... 24% 272M 2s 57500K .......... .......... .......... .......... .......... 24% 260M 2s 57550K .......... .......... .......... .......... .......... 24% 231M 2s 57600K .......... .......... .......... .......... .......... 24% 246M 2s 57650K .......... .......... .......... .......... .......... 24% 263M 2s 57700K .......... .......... .......... .......... .......... 24% 280M 2s 57750K .......... .......... .......... .......... .......... 24% 219M 2s 57800K .......... .......... .......... .......... .......... 24% 268M 2s 57850K .......... .......... .......... .......... .......... 24% 250M 2s 57900K .......... .......... .......... .......... .......... 24% 284M 2s 57950K .......... .......... .......... .......... .......... 24% 248M 2s 58000K .......... .......... .......... .......... .......... 24% 238M 2s 58050K .......... .......... .......... .......... .......... 24% 242M 2s 58100K .......... .......... .......... .......... .......... 24% 251M 2s 58150K .......... .......... .......... .......... .......... 24% 220M 2s 58200K .......... .......... .......... .......... .......... 24% 259M 2s 58250K .......... .......... .......... .......... .......... 24% 94.5M 2s 58300K .......... .......... .......... .......... .......... 24% 105M 2s 58350K .......... .......... .......... .......... .......... 24% 110M 2s 58400K .......... .......... .......... .......... .......... 24% 114M 2s 58450K .......... .......... .......... .......... .......... 24% 99.7M 2s 58500K .......... .......... .......... .......... .......... 24% 118M 2s 58550K .......... .......... .......... .......... .......... 24% 99.9M 2s 58600K .......... .......... .......... .......... .......... 24% 126M 2s 58650K .......... .......... .......... .......... .......... 24% 121M 2s 58700K .......... .......... .......... .......... .......... 24% 95.4M 2s 58750K .......... .......... .......... .......... .......... 24% 113M 2s 58800K .......... .......... .......... .......... .......... 24% 111M 2s 58850K .......... .......... .......... .......... .......... 24% 129M 2s 58900K .......... .......... .......... .......... .......... 24% 109M 2s 58950K .......... .......... .......... .......... .......... 24% 111M 2s 59000K .......... .......... .......... .......... .......... 24% 118M 2s 59050K .......... .......... .......... .......... .......... 24% 7.09M 2s 59100K .......... .......... .......... .......... .......... 24% 207M 2s 59150K .......... .......... .......... .......... .......... 24% 223M 2s 59200K .......... .......... .......... .......... .......... 24% 264M 2s 59250K .......... .......... .......... .......... .......... 24% 235M 2s 59300K .......... .......... .......... .......... .......... 24% 250M 2s 59350K .......... .......... .......... .......... .......... 24% 216M 2s 59400K .......... .......... .......... .......... .......... 24% 272M 2s 59450K .......... .......... .......... .......... .......... 24% 245M 2s 59500K .......... .......... .......... .......... .......... 24% 277M 2s 59550K .......... .......... .......... .......... .......... 24% 225M 2s 59600K .......... .......... .......... .......... .......... 24% 211M 2s 59650K .......... .......... .......... .......... .......... 24% 249M 2s 59700K .......... .......... .......... .......... .......... 25% 255M 2s 59750K .......... .......... .......... .......... .......... 25% 258M 2s 59800K .......... .......... .......... .......... .......... 25% 292M 2s 59850K .......... .......... .......... .......... .......... 25% 230M 2s 59900K .......... .......... .......... .......... .......... 25% 277M 2s 59950K .......... .......... .......... .......... .......... 25% 255M 2s 60000K .......... .......... .......... .......... .......... 25% 265M 2s 60050K .......... .......... .......... .......... .......... 25% 270M 2s 60100K .......... .......... .......... .......... .......... 25% 268M 2s 60150K .......... .......... .......... .......... .......... 25% 228M 2s 60200K .......... .......... .......... .......... .......... 25% 238M 2s 60250K .......... .......... .......... .......... .......... 25% 248M 2s 60300K .......... .......... .......... .......... .......... 25% 242M 2s 60350K .......... .......... .......... .......... .......... 25% 221M 2s 60400K .......... .......... .......... .......... .......... 25% 182M 2s 60450K .......... .......... .......... .......... .......... 25% 130M 2s 60500K .......... .......... .......... .......... .......... 25% 112M 2s 60550K .......... .......... .......... .......... .......... 25% 112M 2s 60600K .......... .......... .......... .......... .......... 25% 120M 2s 60650K .......... .......... .......... .......... .......... 25% 95.3M 2s 60700K .......... .......... .......... .......... .......... 25% 118M 2s 60750K .......... .......... .......... .......... .......... 25% 113M 2s 60800K .......... .......... .......... .......... .......... 25% 108M 2s 60850K .......... .......... .......... .......... .......... 25% 112M 2s 60900K .......... .......... .......... .......... .......... 25% 117M 2s 60950K .......... .......... .......... .......... .......... 25% 122M 2s 61000K .......... .......... .......... .......... .......... 25% 97.2M 2s 61050K .......... .......... .......... .......... .......... 25% 119M 2s 61100K .......... .......... .......... .......... .......... 25% 120M 2s 61150K .......... .......... .......... .......... .......... 25% 101M 2s 61200K .......... .......... .......... .......... .......... 25% 107M 2s 61250K .......... .......... .......... .......... .......... 25% 90.8M 2s 61300K .......... .......... .......... .......... .......... 25% 124M 2s 61350K .......... .......... .......... .......... .......... 25% 115M 2s 61400K .......... .......... .......... .......... .......... 25% 92.5M 2s 61450K .......... .......... .......... .......... .......... 25% 101M 2s 61500K .......... .......... .......... .......... .......... 25% 114M 2s 61550K .......... .......... .......... .......... .......... 25% 99.0M 2s 61600K .......... .......... .......... .......... .......... 25% 117M 2s 61650K .......... .......... .......... .......... .......... 25% 95.2M 2s 61700K .......... .......... .......... .......... .......... 25% 134M 2s 61750K .......... .......... .......... .......... .......... 25% 123M 2s 61800K .......... .......... .......... .......... .......... 25% 99.6M 2s 61850K .......... .......... .......... .......... .......... 25% 96.4M 2s 61900K .......... .......... .......... .......... .......... 25% 130M 2s 61950K .......... .......... .......... .......... .......... 25% 146M 2s 62000K .......... .......... .......... .......... .......... 25% 109M 2s 62050K .......... .......... .......... .......... .......... 25% 108M 2s 62100K .......... .......... .......... .......... .......... 26% 116M 2s 62150K .......... .......... .......... .......... .......... 26% 95.4M 2s 62200K .......... .......... .......... .......... .......... 26% 125M 2s 62250K .......... .......... .......... .......... .......... 26% 110M 2s 62300K .......... .......... .......... .......... .......... 26% 112M 2s 62350K .......... .......... .......... .......... .......... 26% 101M 2s 62400K .......... .......... .......... .......... .......... 26% 117M 2s 62450K .......... .......... .......... .......... .......... 26% 114M 2s 62500K .......... .......... .......... .......... .......... 26% 81.5M 2s 62550K .......... .......... .......... .......... .......... 26% 116M 2s 62600K .......... .......... .......... .......... .......... 26% 152M 2s 62650K .......... .......... .......... .......... .......... 26% 114M 2s 62700K .......... .......... .......... .......... .......... 26% 137M 2s 62750K .......... .......... .......... .......... .......... 26% 91.8M 2s 62800K .......... .......... .......... .......... .......... 26% 129M 2s 62850K .......... .......... .......... .......... .......... 26% 125M 2s 62900K .......... .......... .......... .......... .......... 26% 108M 2s 62950K .......... .......... .......... .......... .......... 26% 118M 2s 63000K .......... .......... .......... .......... .......... 26% 85.7M 2s 63050K .......... .......... .......... .......... .......... 26% 162M 2s 63100K .......... .......... .......... .......... .......... 26% 108M 2s 63150K .......... .......... .......... .......... .......... 26% 103M 2s 63200K .......... .......... .......... .......... .......... 26% 126M 2s 63250K .......... .......... .......... .......... .......... 26% 97.2M 2s 63300K .......... .......... .......... .......... .......... 26% 70.7M 2s 63350K .......... .......... .......... .......... .......... 26% 232M 2s 63400K .......... .......... .......... .......... .......... 26% 149M 2s 63450K .......... .......... .......... .......... .......... 26% 107M 2s 63500K .......... .......... .......... .......... .......... 26% 97.3M 2s 63550K .......... .......... .......... .......... .......... 26% 140M 2s 63600K .......... .......... .......... .......... .......... 26% 94.0M 2s 63650K .......... .......... .......... .......... .......... 26% 115M 2s 63700K .......... .......... .......... .......... .......... 26% 125M 2s 63750K .......... .......... .......... .......... .......... 26% 91.8M 2s 63800K .......... .......... .......... .......... .......... 26% 133M 2s 63850K .......... .......... .......... .......... .......... 26% 97.3M 2s 63900K .......... .......... .......... .......... .......... 26% 103M 2s 63950K .......... .......... .......... .......... .......... 26% 151M 2s 64000K .......... .......... .......... .......... .......... 26% 104M 2s 64050K .......... .......... .......... .......... .......... 26% 137M 2s 64100K .......... .......... .......... .......... .......... 26% 91.3M 2s 64150K .......... .......... .......... .......... .......... 26% 118M 2s 64200K .......... .......... .......... .......... .......... 26% 122M 2s 64250K .......... .......... .......... .......... .......... 26% 98.3M 2s 64300K .......... .......... .......... .......... .......... 26% 123M 2s 64350K .......... .......... .......... .......... .......... 26% 128M 2s 64400K .......... .......... .......... .......... .......... 26% 106M 2s 64450K .......... .......... .......... .......... .......... 27% 98.7M 2s 64500K .......... .......... .......... .......... .......... 27% 7.55M 2s 64550K .......... .......... .......... .......... .......... 27% 256M 2s 64600K .......... .......... .......... .......... .......... 27% 182M 2s 64650K .......... .......... .......... .......... .......... 27% 213M 2s 64700K .......... .......... .......... .......... .......... 27% 188M 2s 64750K .......... .......... .......... .......... .......... 27% 206M 2s 64800K .......... .......... .......... .......... .......... 27% 246M 2s 64850K .......... .......... .......... .......... .......... 27% 262M 2s 64900K .......... .......... .......... .......... .......... 27% 229M 2s 64950K .......... .......... .......... .......... .......... 27% 215M 2s 65000K .......... .......... .......... .......... .......... 27% 244M 2s 65050K .......... .......... .......... .......... .......... 27% 266M 2s 65100K .......... .......... .......... .......... .......... 27% 228M 2s 65150K .......... .......... .......... .......... .......... 27% 248M 2s 65200K .......... .......... .......... .......... .......... 27% 257M 2s 65250K .......... .......... .......... .......... .......... 27% 260M 2s 65300K .......... .......... .......... .......... .......... 27% 263M 2s 65350K .......... .......... .......... .......... .......... 27% 271M 2s 65400K .......... .......... .......... .......... .......... 27% 223M 2s 65450K .......... .......... .......... .......... .......... 27% 271M 2s 65500K .......... .......... .......... .......... .......... 27% 229M 2s 65550K .......... .......... .......... .......... .......... 27% 281M 2s 65600K .......... .......... .......... .......... .......... 27% 231M 2s 65650K .......... .......... .......... .......... .......... 27% 235M 2s 65700K .......... .......... .......... .......... .......... 27% 246M 2s 65750K .......... .......... .......... .......... .......... 27% 219M 2s 65800K .......... .......... .......... .......... .......... 27% 204M 2s 65850K .......... .......... .......... .......... .......... 27% 212M 2s 65900K .......... .......... .......... .......... .......... 27% 118M 2s 65950K .......... .......... .......... .......... .......... 27% 103M 2s 66000K .......... .......... .......... .......... .......... 27% 97.0M 2s 66050K .......... .......... .......... .......... .......... 27% 124M 2s 66100K .......... .......... .......... .......... .......... 27% 110M 2s 66150K .......... .......... .......... .......... .......... 27% 115M 2s 66200K .......... .......... .......... .......... .......... 27% 104M 2s 66250K .......... .......... .......... .......... .......... 27% 109M 2s 66300K .......... .......... .......... .......... .......... 27% 108M 2s 66350K .......... .......... .......... .......... .......... 27% 107M 2s 66400K .......... .......... .......... .......... .......... 27% 90.2M 2s 66450K .......... .......... .......... .......... .......... 27% 123M 2s 66500K .......... .......... .......... .......... .......... 27% 105M 2s 66550K .......... .......... .......... .......... .......... 27% 112M 2s 66600K .......... .......... .......... .......... .......... 27% 109M 2s 66650K .......... .......... .......... .......... .......... 27% 89.7M 2s 66700K .......... .......... .......... .......... .......... 27% 140M 2s 66750K .......... .......... .......... .......... .......... 27% 117M 2s 66800K .......... .......... .......... .......... .......... 27% 111M 2s 66850K .......... .......... .......... .......... .......... 28% 106M 2s 66900K .......... .......... .......... .......... .......... 28% 87.9M 2s 66950K .......... .......... .......... .......... .......... 28% 145M 2s 67000K .......... .......... .......... .......... .......... 28% 108M 2s 67050K .......... .......... .......... .......... .......... 28% 138M 2s 67100K .......... .......... .......... .......... .......... 28% 80.2M 2s 67150K .......... .......... .......... .......... .......... 28% 170M 2s 67200K .......... .......... .......... .......... .......... 28% 88.8M 2s 67250K .......... .......... .......... .......... .......... 28% 121M 2s 67300K .......... .......... .......... .......... .......... 28% 115M 2s 67350K .......... .......... .......... .......... .......... 28% 112M 2s 67400K .......... .......... .......... .......... .......... 28% 119M 2s 67450K .......... .......... .......... .......... .......... 28% 91.1M 2s 67500K .......... .......... .......... .......... .......... 28% 145M 2s 67550K .......... .......... .......... .......... .......... 28% 113M 2s 67600K .......... .......... .......... .......... .......... 28% 103M 2s 67650K .......... .......... .......... .......... .......... 28% 7.61M 2s 67700K .......... .......... .......... .......... .......... 28% 184M 2s 67750K .......... .......... .......... .......... .......... 28% 229M 2s 67800K .......... .......... .......... .......... .......... 28% 201M 2s 67850K .......... .......... .......... .......... .......... 28% 239M 2s 67900K .......... .......... .......... .......... .......... 28% 200M 2s 67950K .......... .......... .......... .......... .......... 28% 238M 2s 68000K .......... .......... .......... .......... .......... 28% 276M 2s 68050K .......... .......... .......... .......... .......... 28% 252M 2s 68100K .......... .......... .......... .......... .......... 28% 296M 2s 68150K .......... .......... .......... .......... .......... 28% 203M 2s 68200K .......... .......... .......... .......... .......... 28% 288M 2s 68250K .......... .......... .......... .......... .......... 28% 273M 2s 68300K .......... .......... .......... .......... .......... 28% 293M 2s 68350K .......... .......... .......... .......... .......... 28% 4.19M 2s 68400K .......... .......... .......... .......... .......... 28% 157M 2s 68450K .......... .......... .......... .......... .......... 28% 199M 2s 68500K .......... .......... .......... .......... .......... 28% 267M 2s 68550K .......... .......... .......... .......... .......... 28% 236M 2s 68600K .......... .......... .......... .......... .......... 28% 224M 2s 68650K .......... .......... .......... .......... .......... 28% 214M 2s 68700K .......... .......... .......... .......... .......... 28% 269M 2s 68750K .......... .......... .......... .......... .......... 28% 257M 2s 68800K .......... .......... .......... .......... .......... 28% 213M 2s 68850K .......... .......... .......... .......... .......... 28% 200M 2s 68900K .......... .......... .......... .......... .......... 28% 238M 2s 68950K .......... .......... .......... .......... .......... 28% 246M 2s 69000K .......... .......... .......... .......... .......... 28% 216M 2s 69050K .......... .......... .......... .......... .......... 28% 238M 2s 69100K .......... .......... .......... .......... .......... 28% 253M 2s 69150K .......... .......... .......... .......... .......... 28% 218M 2s 69200K .......... .......... .......... .......... .......... 28% 220M 2s 69250K .......... .......... .......... .......... .......... 29% 216M 2s 69300K .......... .......... .......... .......... .......... 29% 228M 2s 69350K .......... .......... .......... .......... .......... 29% 237M 2s 69400K .......... .......... .......... .......... .......... 29% 255M 2s 69450K .......... .......... .......... .......... .......... 29% 247M 2s 69500K .......... .......... .......... .......... .......... 29% 234M 2s 69550K .......... .......... .......... .......... .......... 29% 220M 2s 69600K .......... .......... .......... .......... .......... 29% 236M 2s 69650K .......... .......... .......... .......... .......... 29% 248M 2s 69700K .......... .......... .......... .......... .......... 29% 265M 2s 69750K .......... .......... .......... .......... .......... 29% 209M 2s 69800K .......... .......... .......... .......... .......... 29% 259M 2s 69850K .......... .......... .......... .......... .......... 29% 212M 2s 69900K .......... .......... .......... .......... .......... 29% 246M 2s 69950K .......... .......... .......... .......... .......... 29% 175M 2s 70000K .......... .......... .......... .......... .......... 29% 266M 2s 70050K .......... .......... .......... .......... .......... 29% 235M 2s 70100K .......... .......... .......... .......... .......... 29% 267M 2s 70150K .......... .......... .......... .......... .......... 29% 206M 2s 70200K .......... .......... .......... .......... .......... 29% 236M 2s 70250K .......... .......... .......... .......... .......... 29% 237M 2s 70300K .......... .......... .......... .......... .......... 29% 265M 2s 70350K .......... .......... .......... .......... .......... 29% 205M 2s 70400K .......... .......... .......... .......... .......... 29% 265M 2s 70450K .......... .......... .......... .......... .......... 29% 237M 2s 70500K .......... .......... .......... .......... .......... 29% 280M 2s 70550K .......... .......... .......... .......... .......... 29% 197M 2s 70600K .......... .......... .......... .......... .......... 29% 279M 2s 70650K .......... .......... .......... .......... .......... 29% 234M 2s 70700K .......... .......... .......... .......... .......... 29% 261M 2s 70750K .......... .......... .......... .......... .......... 29% 205M 2s 70800K .......... .......... .......... .......... .......... 29% 240M 2s 70850K .......... .......... .......... .......... .......... 29% 282M 2s 70900K .......... .......... .......... .......... .......... 29% 231M 2s 70950K .......... .......... .......... .......... .......... 29% 202M 2s 71000K .......... .......... .......... .......... .......... 29% 252M 2s 71050K .......... .......... .......... .......... .......... 29% 232M 2s 71100K .......... .......... .......... .......... .......... 29% 207M 2s 71150K .......... .......... .......... .......... .......... 29% 208M 2s 71200K .......... .......... .......... .......... .......... 29% 193M 2s 71250K .......... .......... .......... .......... .......... 29% 255M 2s 71300K .......... .......... .......... .......... .......... 29% 233M 2s 71350K .......... .......... .......... .......... .......... 29% 221M 2s 71400K .......... .......... .......... .......... .......... 29% 205M 2s 71450K .......... .......... .......... .......... .......... 29% 240M 2s 71500K .......... .......... .......... .......... .......... 29% 228M 2s 71550K .......... .......... .......... .......... .......... 29% 148M 2s 71600K .......... .......... .......... .......... .......... 29% 112M 2s 71650K .......... .......... .......... .......... .......... 30% 69.3M 2s 71700K .......... .......... .......... .......... .......... 30% 169M 2s 71750K .......... .......... .......... .......... .......... 30% 102M 2s 71800K .......... .......... .......... .......... .......... 30% 114M 2s 71850K .......... .......... .......... .......... .......... 30% 130M 2s 71900K .......... .......... .......... .......... .......... 30% 94.1M 2s 71950K .......... .......... .......... .......... .......... 30% 112M 2s 72000K .......... .......... .......... .......... .......... 30% 109M 2s 72050K .......... .......... .......... .......... .......... 30% 124M 2s 72100K .......... .......... .......... .......... .......... 30% 103M 2s 72150K .......... .......... .......... .......... .......... 30% 106M 2s 72200K .......... .......... .......... .......... .......... 30% 119M 2s 72250K .......... .......... .......... .......... .......... 30% 127M 2s 72300K .......... .......... .......... .......... .......... 30% 99.1M 2s 72350K .......... .......... .......... .......... .......... 30% 106M 2s 72400K .......... .......... .......... .......... .......... 30% 118M 2s 72450K .......... .......... .......... .......... .......... 30% 97.6M 2s 72500K .......... .......... .......... .......... .......... 30% 113M 2s 72550K .......... .......... .......... .......... .......... 30% 126M 2s 72600K .......... .......... .......... .......... .......... 30% 116M 2s 72650K .......... .......... .......... .......... .......... 30% 102M 2s 72700K .......... .......... .......... .......... .......... 30% 119M 2s 72750K .......... .......... .......... .......... .......... 30% 122M 2s 72800K .......... .......... .......... .......... .......... 30% 106M 2s 72850K .......... .......... .......... .......... .......... 30% 116M 2s 72900K .......... .......... .......... .......... .......... 30% 104M 2s 72950K .......... .......... .......... .......... .......... 30% 121M 2s 73000K .......... .......... .......... .......... .......... 30% 118M 2s 73050K .......... .......... .......... .......... .......... 30% 100M 2s 73100K .......... .......... .......... .......... .......... 30% 119M 2s 73150K .......... .......... .......... .......... .......... 30% 124M 2s 73200K .......... .......... .......... .......... .......... 30% 102M 2s 73250K .......... .......... .......... .......... .......... 30% 7.62M 2s 73300K .......... .......... .......... .......... .......... 30% 251M 2s 73350K .......... .......... .......... .......... .......... 30% 230M 2s 73400K .......... .......... .......... .......... .......... 30% 257M 2s 73450K .......... .......... .......... .......... .......... 30% 233M 2s 73500K .......... .......... .......... .......... .......... 30% 261M 2s 73550K .......... .......... .......... .......... .......... 30% 252M 2s 73600K .......... .......... .......... .......... .......... 30% 274M 2s 73650K .......... .......... .......... .......... .......... 30% 253M 2s 73700K .......... .......... .......... .......... .......... 30% 282M 2s 73750K .......... .......... .......... .......... .......... 30% 274M 2s 73800K .......... .......... .......... .......... .......... 30% 198M 2s 73850K .......... .......... .......... .......... .......... 30% 216M 2s 73900K .......... .......... .......... .......... .......... 30% 263M 2s 73950K .......... .......... .......... .......... .......... 30% 216M 2s 74000K .......... .......... .......... .......... .......... 30% 264M 2s 74050K .......... .......... .......... .......... .......... 31% 251M 2s 74100K .......... .......... .......... .......... .......... 31% 281M 2s 74150K .......... .......... .......... .......... .......... 31% 243M 2s 74200K .......... .......... .......... .......... .......... 31% 254M 2s 74250K .......... .......... .......... .......... .......... 31% 252M 2s 74300K .......... .......... .......... .......... .......... 31% 244M 1s 74350K .......... .......... .......... .......... .......... 31% 232M 1s 74400K .......... .......... .......... .......... .......... 31% 230M 1s 74450K .......... .......... .......... .......... .......... 31% 254M 1s 74500K .......... .......... .......... .......... .......... 31% 7.74M 2s 74550K .......... .......... .......... .......... .......... 31% 239M 2s 74600K .......... .......... .......... .......... .......... 31% 197M 2s 74650K .......... .......... .......... .......... .......... 31% 231M 2s 74700K .......... .......... .......... .......... .......... 31% 220M 2s 74750K .......... .......... .......... .......... .......... 31% 240M 2s 74800K .......... .......... .......... .......... .......... 31% 219M 2s 74850K .......... .......... .......... .......... .......... 31% 257M 2s 74900K .......... .......... .......... .......... .......... 31% 204M 2s 74950K .......... .......... .......... .......... .......... 31% 258M 1s 75000K .......... .......... .......... .......... .......... 31% 223M 1s 75050K .......... .......... .......... .......... .......... 31% 254M 1s 75100K .......... .......... .......... .......... .......... 31% 229M 1s 75150K .......... .......... .......... .......... .......... 31% 268M 1s 75200K .......... .......... .......... .......... .......... 31% 242M 1s 75250K .......... .......... .......... .......... .......... 31% 245M 1s 75300K .......... .......... .......... .......... .......... 31% 221M 1s 75350K .......... .......... .......... .......... .......... 31% 255M 1s 75400K .......... .......... .......... .......... .......... 31% 233M 1s 75450K .......... .......... .......... .......... .......... 31% 243M 1s 75500K .......... .......... .......... .......... .......... 31% 218M 1s 75550K .......... .......... .......... .......... .......... 31% 241M 1s 75600K .......... .......... .......... .......... .......... 31% 231M 1s 75650K .......... .......... .......... .......... .......... 31% 190M 1s 75700K .......... .......... .......... .......... .......... 31% 150M 1s 75750K .......... .......... .......... .......... .......... 31% 164M 1s 75800K .......... .......... .......... .......... .......... 31% 185M 1s 75850K .......... .......... .......... .......... .......... 31% 198M 1s 75900K .......... .......... .......... .......... .......... 31% 177M 1s 75950K .......... .......... .......... .......... .......... 31% 171M 1s 76000K .......... .......... .......... .......... .......... 31% 163M 1s 76050K .......... .......... .......... .......... .......... 31% 110M 1s 76100K .......... .......... .......... .......... .......... 31% 106M 1s 76150K .......... .......... .......... .......... .......... 31% 121M 1s 76200K .......... .......... .......... .......... .......... 31% 116M 1s 76250K .......... .......... .......... .......... .......... 31% 102M 1s 76300K .......... .......... .......... .......... .......... 31% 127M 1s 76350K .......... .......... .......... .......... .......... 31% 93.7M 1s 76400K .......... .......... .......... .......... .......... 32% 90.0M 1s 76450K .......... .......... .......... .......... .......... 32% 109M 1s 76500K .......... .......... .......... .......... .......... 32% 85.3M 1s 76550K .......... .......... .......... .......... .......... 32% 136M 1s 76600K .......... .......... .......... .......... .......... 32% 118M 1s 76650K .......... .......... .......... .......... .......... 32% 96.4M 1s 76700K .......... .......... .......... .......... .......... 32% 90.1M 1s 76750K .......... .......... .......... .......... .......... 32% 99.2M 1s 76800K .......... .......... .......... .......... .......... 32% 116M 1s 76850K .......... .......... .......... .......... .......... 32% 117M 1s 76900K .......... .......... .......... .......... .......... 32% 96.0M 1s 76950K .......... .......... .......... .......... .......... 32% 129M 1s 77000K .......... .......... .......... .......... .......... 32% 138M 1s 77050K .......... .......... .......... .......... .......... 32% 93.4M 1s 77100K .......... .......... .......... .......... .......... 32% 136M 1s 77150K .......... .......... .......... .......... .......... 32% 118M 1s 77200K .......... .......... .......... .......... .......... 32% 98.5M 1s 77250K .......... .......... .......... .......... .......... 32% 128M 1s 77300K .......... .......... .......... .......... .......... 32% 112M 1s 77350K .......... .......... .......... .......... .......... 32% 124M 1s 77400K .......... .......... .......... .......... .......... 32% 102M 1s 77450K .......... .......... .......... .......... .......... 32% 101M 1s 77500K .......... .......... .......... .......... .......... 32% 98.7M 1s 77550K .......... .......... .......... .......... .......... 32% 143M 1s 77600K .......... .......... .......... .......... .......... 32% 129M 1s 77650K .......... .......... .......... .......... .......... 32% 98.7M 1s 77700K .......... .......... .......... .......... .......... 32% 116M 1s 77750K .......... .......... .......... .......... .......... 32% 115M 1s 77800K .......... .......... .......... .......... .......... 32% 108M 1s 77850K .......... .......... .......... .......... .......... 32% 119M 1s 77900K .......... .......... .......... .......... .......... 32% 104M 1s 77950K .......... .......... .......... .......... .......... 32% 111M 1s 78000K .......... .......... .......... .......... .......... 32% 107M 1s 78050K .......... .......... .......... .......... .......... 32% 123M 1s 78100K .......... .......... .......... .......... .......... 32% 125M 1s 78150K .......... .......... .......... .......... .......... 32% 95.3M 1s 78200K .......... .......... .......... .......... .......... 32% 128M 1s 78250K .......... .......... .......... .......... .......... 32% 7.25M 1s 78300K .......... .......... .......... .......... .......... 32% 237M 1s 78350K .......... .......... .......... .......... .......... 32% 241M 1s 78400K .......... .......... .......... .......... .......... 32% 239M 1s 78450K .......... .......... .......... .......... .......... 32% 217M 1s 78500K .......... .......... .......... .......... .......... 32% 229M 1s 78550K .......... .......... .......... .......... .......... 32% 222M 1s 78600K .......... .......... .......... .......... .......... 32% 235M 1s 78650K .......... .......... .......... .......... .......... 32% 256M 1s 78700K .......... .......... .......... .......... .......... 32% 220M 1s 78750K .......... .......... .......... .......... .......... 32% 217M 1s 78800K .......... .......... .......... .......... .......... 33% 288M 1s 78850K .......... .......... .......... .......... .......... 33% 248M 1s 78900K .......... .......... .......... .......... .......... 33% 260M 1s 78950K .......... .......... .......... .......... .......... 33% 249M 1s 79000K .......... .......... .......... .......... .......... 33% 240M 1s 79050K .......... .......... .......... .......... .......... 33% 262M 1s 79100K .......... .......... .......... .......... .......... 33% 248M 1s 79150K .......... .......... .......... .......... .......... 33% 251M 1s 79200K .......... .......... .......... .......... .......... 33% 260M 1s 79250K .......... .......... .......... .......... .......... 33% 244M 1s 79300K .......... .......... .......... .......... .......... 33% 229M 1s 79350K .......... .......... .......... .......... .......... 33% 246M 1s 79400K .......... .......... .......... .......... .......... 33% 252M 1s 79450K .......... .......... .......... .......... .......... 33% 236M 1s 79500K .......... .......... .......... .......... .......... 33% 243M 1s 79550K .......... .......... .......... .......... .......... 33% 130M 1s 79600K .......... .......... .......... .......... .......... 33% 252M 1s 79650K .......... .......... .......... .......... .......... 33% 166M 1s 79700K .......... .......... .......... .......... .......... 33% 124M 1s 79750K .......... .......... .......... .......... .......... 33% 104M 1s 79800K .......... .......... .......... .......... .......... 33% 116M 1s 79850K .......... .......... .......... .......... .......... 33% 106M 1s 79900K .......... .......... .......... .......... .......... 33% 105M 1s 79950K .......... .......... .......... .......... .......... 33% 126M 1s 80000K .......... .......... .......... .......... .......... 33% 98.5M 1s 80050K .......... .......... .......... .......... .......... 33% 111M 1s 80100K .......... .......... .......... .......... .......... 33% 138M 1s 80150K .......... .......... .......... .......... .......... 33% 100M 1s 80200K .......... .......... .......... .......... .......... 33% 127M 1s 80250K .......... .......... .......... .......... .......... 33% 67.7M 1s 80300K .......... .......... .......... .......... .......... 33% 86.6M 1s 80350K .......... .......... .......... .......... .......... 33% 217M 1s 80400K .......... .......... .......... .......... .......... 33% 145M 1s 80450K .......... .......... .......... .......... .......... 33% 146M 1s 80500K .......... .......... .......... .......... .......... 33% 117M 1s 80550K .......... .......... .......... .......... .......... 33% 93.6M 1s 80600K .......... .......... .......... .......... .......... 33% 145M 1s 80650K .......... .......... .......... .......... .......... 33% 107M 1s 80700K .......... .......... .......... .......... .......... 33% 98.4M 1s 80750K .......... .......... .......... .......... .......... 33% 123M 1s 80800K .......... .......... .......... .......... .......... 33% 105M 1s 80850K .......... .......... .......... .......... .......... 33% 114M 1s 80900K .......... .......... .......... .......... .......... 33% 106M 1s 80950K .......... .......... .......... .......... .......... 33% 110M 1s 81000K .......... .......... .......... .......... .......... 33% 122M 1s 81050K .......... .......... .......... .......... .......... 33% 116M 1s 81100K .......... .......... .......... .......... .......... 33% 109M 1s 81150K .......... .......... .......... .......... .......... 33% 121M 1s 81200K .......... .......... .......... .......... .......... 34% 109M 1s 81250K .......... .......... .......... .......... .......... 34% 106M 1s 81300K .......... .......... .......... .......... .......... 34% 113M 1s 81350K .......... .......... .......... .......... .......... 34% 100M 1s 81400K .......... .......... .......... .......... .......... 34% 120M 1s 81450K .......... .......... .......... .......... .......... 34% 88.5M 1s 81500K .......... .......... .......... .......... .......... 34% 135M 1s 81550K .......... .......... .......... .......... .......... 34% 104M 1s 81600K .......... .......... .......... .......... .......... 34% 93.5M 1s 81650K .......... .......... .......... .......... .......... 34% 111M 1s 81700K .......... .......... .......... .......... .......... 34% 103M 1s 81750K .......... .......... .......... .......... .......... 34% 120M 1s 81800K .......... .......... .......... .......... .......... 34% 101M 1s 81850K .......... .......... .......... .......... .......... 34% 116M 1s 81900K .......... .......... .......... .......... .......... 34% 82.2M 1s 81950K .......... .......... .......... .......... .......... 34% 131M 1s 82000K .......... .......... .......... .......... .......... 34% 122M 1s 82050K .......... .......... .......... .......... .......... 34% 115M 1s 82100K .......... .......... .......... .......... .......... 34% 133M 1s 82150K .......... .......... .......... .......... .......... 34% 73.7M 1s 82200K .......... .......... .......... .......... .......... 34% 178M 1s 82250K .......... .......... .......... .......... .......... 34% 116M 1s 82300K .......... .......... .......... .......... .......... 34% 79.9M 1s 82350K .......... .......... .......... .......... .......... 34% 150M 1s 82400K .......... .......... .......... .......... .......... 34% 105M 1s 82450K .......... .......... .......... .......... .......... 34% 130M 1s 82500K .......... .......... .......... .......... .......... 34% 133M 1s 82550K .......... .......... .......... .......... .......... 34% 102M 1s 82600K .......... .......... .......... .......... .......... 34% 112M 1s 82650K .......... .......... .......... .......... .......... 34% 119M 1s 82700K .......... .......... .......... .......... .......... 34% 84.2M 1s 82750K .......... .......... .......... .......... .......... 34% 7.41M 1s 82800K .......... .......... .......... .......... .......... 34% 215M 1s 82850K .......... .......... .......... .......... .......... 34% 245M 1s 82900K .......... .......... .......... .......... .......... 34% 198M 1s 82950K .......... .......... .......... .......... .......... 34% 212M 1s 83000K .......... .......... .......... .......... .......... 34% 217M 1s 83050K .......... .......... .......... .......... .......... 34% 265M 1s 83100K .......... .......... .......... .......... .......... 34% 218M 1s 83150K .......... .......... .......... .......... .......... 34% 290M 1s 83200K .......... .......... .......... .......... .......... 34% 273M 1s 83250K .......... .......... .......... .......... .......... 34% 284M 1s 83300K .......... .......... .......... .......... .......... 34% 275M 1s 83350K .......... .......... .......... .......... .......... 34% 296M 1s 83400K .......... .......... .......... .......... .......... 34% 215M 1s 83450K .......... .......... .......... .......... .......... 34% 261M 1s 83500K .......... .......... .......... .......... .......... 34% 248M 1s 83550K .......... .......... .......... .......... .......... 34% 268M 1s 83600K .......... .......... .......... .......... .......... 35% 238M 1s 83650K .......... .......... .......... .......... .......... 35% 259M 1s 83700K .......... .......... .......... .......... .......... 35% 256M 1s 83750K .......... .......... .......... .......... .......... 35% 236M 1s 83800K .......... .......... .......... .......... .......... 35% 250M 1s 83850K .......... .......... .......... .......... .......... 35% 249M 1s 83900K .......... .......... .......... .......... .......... 35% 235M 1s 83950K .......... .......... .......... .......... .......... 35% 223M 1s 84000K .......... .......... .......... .......... .......... 35% 235M 1s 84050K .......... .......... .......... .......... .......... 35% 172M 1s 84100K .......... .......... .......... .......... .......... 35% 109M 1s 84150K .......... .......... .......... .......... .......... 35% 104M 1s 84200K .......... .......... .......... .......... .......... 35% 103M 1s 84250K .......... .......... .......... .......... .......... 35% 125M 1s 84300K .......... .......... .......... .......... .......... 35% 113M 1s 84350K .......... .......... .......... .......... .......... 35% 115M 1s 84400K .......... .......... .......... .......... .......... 35% 105M 1s 84450K .......... .......... .......... .......... .......... 35% 127M 1s 84500K .......... .......... .......... .......... .......... 35% 107M 1s 84550K .......... .......... .......... .......... .......... 35% 109M 1s 84600K .......... .......... .......... .......... .......... 35% 124M 1s 84650K .......... .......... .......... .......... .......... 35% 7.67M 1s 84700K .......... .......... .......... .......... .......... 35% 206M 1s 84750K .......... .......... .......... .......... .......... 35% 243M 1s 84800K .......... .......... .......... .......... .......... 35% 250M 1s 84850K .......... .......... .......... .......... .......... 35% 266M 1s 84900K .......... .......... .......... .......... .......... 35% 248M 1s 84950K .......... .......... .......... .......... .......... 35% 262M 1s 85000K .......... .......... .......... .......... .......... 35% 233M 1s 85050K .......... .......... .......... .......... .......... 35% 233M 1s 85100K .......... .......... .......... .......... .......... 35% 241M 1s 85150K .......... .......... .......... .......... .......... 35% 298M 1s 85200K .......... .......... .......... .......... .......... 35% 264M 1s 85250K .......... .......... .......... .......... .......... 35% 283M 1s 85300K .......... .......... .......... .......... .......... 35% 188M 1s 85350K .......... .......... .......... .......... .......... 35% 205M 1s 85400K .......... .......... .......... .......... .......... 35% 215M 1s 85450K .......... .......... .......... .......... .......... 35% 205M 1s 85500K .......... .......... .......... .......... .......... 35% 251M 1s 85550K .......... .......... .......... .......... .......... 35% 270M 1s 85600K .......... .......... .......... .......... .......... 35% 245M 1s 85650K .......... .......... .......... .......... .......... 35% 244M 1s 85700K .......... .......... .......... .......... .......... 35% 234M 1s 85750K .......... .......... .......... .......... .......... 35% 232M 1s 85800K .......... .......... .......... .......... .......... 35% 220M 1s 85850K .......... .......... .......... .......... .......... 35% 183M 1s 85900K .......... .......... .......... .......... .......... 35% 205M 1s 85950K .......... .......... .......... .......... .......... 36% 230M 1s 86000K .......... .......... .......... .......... .......... 36% 115M 1s 86050K .......... .......... .......... .......... .......... 36% 128M 1s 86100K .......... .......... .......... .......... .......... 36% 114M 1s 86150K .......... .......... .......... .......... .......... 36% 102M 1s 86200K .......... .......... .......... .......... .......... 36% 121M 1s 86250K .......... .......... .......... .......... .......... 36% 111M 1s 86300K .......... .......... .......... .......... .......... 36% 116M 1s 86350K .......... .......... .......... .......... .......... 36% 94.8M 1s 86400K .......... .......... .......... .......... .......... 36% 101M 1s 86450K .......... .......... .......... .......... .......... 36% 116M 1s 86500K .......... .......... .......... .......... .......... 36% 94.2M 1s 86550K .......... .......... .......... .......... .......... 36% 111M 1s 86600K .......... .......... .......... .......... .......... 36% 114M 1s 86650K .......... .......... .......... .......... .......... 36% 116M 1s 86700K .......... .......... .......... .......... .......... 36% 96.5M 1s 86750K .......... .......... .......... .......... .......... 36% 133M 1s 86800K .......... .......... .......... .......... .......... 36% 117M 1s 86850K .......... .......... .......... .......... .......... 36% 101M 1s 86900K .......... .......... .......... .......... .......... 36% 114M 1s 86950K .......... .......... .......... .......... .......... 36% 130M 1s 87000K .......... .......... .......... .......... .......... 36% 98.6M 1s 87050K .......... .......... .......... .......... .......... 36% 110M 1s 87100K .......... .......... .......... .......... .......... 36% 91.7M 1s 87150K .......... .......... .......... .......... .......... 36% 105M 1s 87200K .......... .......... .......... .......... .......... 36% 104M 1s 87250K .......... .......... .......... .......... .......... 36% 74.6M 1s 87300K .......... .......... .......... .......... .......... 36% 255M 1s 87350K .......... .......... .......... .......... .......... 36% 100M 1s 87400K .......... .......... .......... .......... .......... 36% 7.38M 1s 87450K .......... .......... .......... .......... .......... 36% 192M 1s 87500K .......... .......... .......... .......... .......... 36% 177M 1s 87550K .......... .......... .......... .......... .......... 36% 227M 1s 87600K .......... .......... .......... .......... .......... 36% 247M 1s 87650K .......... .......... .......... .......... .......... 36% 232M 1s 87700K .......... .......... .......... .......... .......... 36% 245M 1s 87750K .......... .......... .......... .......... .......... 36% 228M 1s 87800K .......... .......... .......... .......... .......... 36% 250M 1s 87850K .......... .......... .......... .......... .......... 36% 222M 1s 87900K .......... .......... .......... .......... .......... 36% 212M 1s 87950K .......... .......... .......... .......... .......... 36% 264M 1s 88000K .......... .......... .......... .......... .......... 36% 232M 1s 88050K .......... .......... .......... .......... .......... 36% 272M 1s 88100K .......... .......... .......... .......... .......... 36% 244M 1s 88150K .......... .......... .......... .......... .......... 36% 256M 1s 88200K .......... .......... .......... .......... .......... 36% 247M 1s 88250K .......... .......... .......... .......... .......... 36% 242M 1s 88300K .......... .......... .......... .......... .......... 36% 244M 1s 88350K .......... .......... .......... .......... .......... 37% 278M 1s 88400K .......... .......... .......... .......... .......... 37% 255M 1s 88450K .......... .......... .......... .......... .......... 37% 267M 1s 88500K .......... .......... .......... .......... .......... 37% 188M 1s 88550K .......... .......... .......... .......... .......... 37% 245M 1s 88600K .......... .......... .......... .......... .......... 37% 226M 1s 88650K .......... .......... .......... .......... .......... 37% 266M 1s 88700K .......... .......... .......... .......... .......... 37% 253M 1s 88750K .......... .......... .......... .......... .......... 37% 7.74M 1s 88800K .......... .......... .......... .......... .......... 37% 206M 1s 88850K .......... .......... .......... .......... .......... 37% 255M 1s 88900K .......... .......... .......... .......... .......... 37% 234M 1s 88950K .......... .......... .......... .......... .......... 37% 226M 1s 89000K .......... .......... .......... .......... .......... 37% 256M 1s 89050K .......... .......... .......... .......... .......... 37% 223M 1s 89100K .......... .......... .......... .......... .......... 37% 244M 1s 89150K .......... .......... .......... .......... .......... 37% 228M 1s 89200K .......... .......... .......... .......... .......... 37% 233M 1s 89250K .......... .......... .......... .......... .......... 37% 251M 1s 89300K .......... .......... .......... .......... .......... 37% 284M 1s 89350K .......... .......... .......... .......... .......... 37% 279M 1s 89400K .......... .......... .......... .......... .......... 37% 238M 1s 89450K .......... .......... .......... .......... .......... 37% 227M 1s 89500K .......... .......... .......... .......... .......... 37% 281M 1s 89550K .......... .......... .......... .......... .......... 37% 237M 1s 89600K .......... .......... .......... .......... .......... 37% 281M 1s 89650K .......... .......... .......... .......... .......... 37% 245M 1s 89700K .......... .......... .......... .......... .......... 37% 238M 1s 89750K .......... .......... .......... .......... .......... 37% 245M 1s 89800K .......... .......... .......... .......... .......... 37% 239M 1s 89850K .......... .......... .......... .......... .......... 37% 261M 1s 89900K .......... .......... .......... .......... .......... 37% 252M 1s 89950K .......... .......... .......... .......... .......... 37% 236M 1s 90000K .......... .......... .......... .......... .......... 37% 279M 1s 90050K .......... .......... .......... .......... .......... 37% 207M 1s 90100K .......... .......... .......... .......... .......... 37% 103M 1s 90150K .......... .......... .......... .......... .......... 37% 127M 1s 90200K .......... .......... .......... .......... .......... 37% 123M 1s 90250K .......... .......... .......... .......... .......... 37% 93.6M 1s 90300K .......... .......... .......... .......... .......... 37% 128M 1s 90350K .......... .......... .......... .......... .......... 37% 113M 1s 90400K .......... .......... .......... .......... .......... 37% 122M 1s 90450K .......... .......... .......... .......... .......... 37% 108M 1s 90500K .......... .......... .......... .......... .......... 37% 113M 1s 90550K .......... .......... .......... .......... .......... 37% 101M 1s 90600K .......... .......... .......... .......... .......... 37% 7.53M 1s 90650K .......... .......... .......... .......... .......... 37% 189M 1s 90700K .......... .......... .......... .......... .......... 37% 215M 1s 90750K .......... .......... .......... .......... .......... 38% 224M 1s 90800K .......... .......... .......... .......... .......... 38% 234M 1s 90850K .......... .......... .......... .......... .......... 38% 219M 1s 90900K .......... .......... .......... .......... .......... 38% 270M 1s 90950K .......... .......... .......... .......... .......... 38% 229M 1s 91000K .......... .......... .......... .......... .......... 38% 282M 1s 91050K .......... .......... .......... .......... .......... 38% 225M 1s 91100K .......... .......... .......... .......... .......... 38% 282M 1s 91150K .......... .......... .......... .......... .......... 38% 240M 1s 91200K .......... .......... .......... .......... .......... 38% 283M 1s 91250K .......... .......... .......... .......... .......... 38% 260M 1s 91300K .......... .......... .......... .......... .......... 38% 242M 1s 91350K .......... .......... .......... .......... .......... 38% 253M 1s 91400K .......... .......... .......... .......... .......... 38% 276M 1s 91450K .......... .......... .......... .......... .......... 38% 240M 1s 91500K .......... .......... .......... .......... .......... 38% 269M 1s 91550K .......... .......... .......... .......... .......... 38% 252M 1s 91600K .......... .......... .......... .......... .......... 38% 276M 1s 91650K .......... .......... .......... .......... .......... 38% 241M 1s 91700K .......... .......... .......... .......... .......... 38% 249M 1s 91750K .......... .......... .......... .......... .......... 38% 272M 1s 91800K .......... .......... .......... .......... .......... 38% 209M 1s 91850K .......... .......... .......... .......... .......... 38% 278M 1s 91900K .......... .......... .......... .......... .......... 38% 184M 1s 91950K .......... .......... .......... .......... .......... 38% 121M 1s 92000K .......... .......... .......... .......... .......... 38% 97.5M 1s 92050K .......... .......... .......... .......... .......... 38% 146M 1s 92100K .......... .......... .......... .......... .......... 38% 96.5M 1s 92150K .......... .......... .......... .......... .......... 38% 127M 1s 92200K .......... .......... .......... .......... .......... 38% 101M 1s 92250K .......... .......... .......... .......... .......... 38% 129M 1s 92300K .......... .......... .......... .......... .......... 38% 102M 1s 92350K .......... .......... .......... .......... .......... 38% 95.1M 1s 92400K .......... .......... .......... .......... .......... 38% 148M 1s 92450K .......... .......... .......... .......... .......... 38% 101M 1s 92500K .......... .......... .......... .......... .......... 38% 104M 1s 92550K .......... .......... .......... .......... .......... 38% 85.9M 1s 92600K .......... .......... .......... .......... .......... 38% 178M 1s 92650K .......... .......... .......... .......... .......... 38% 111M 1s 92700K .......... .......... .......... .......... .......... 38% 114M 1s 92750K .......... .......... .......... .......... .......... 38% 123M 1s 92800K .......... .......... .......... .......... .......... 38% 102M 1s 92850K .......... .......... .......... .......... .......... 38% 122M 1s 92900K .......... .......... .......... .......... .......... 38% 118M 1s 92950K .......... .......... .......... .......... .......... 38% 98.9M 1s 93000K .......... .......... .......... .......... .......... 38% 123M 1s 93050K .......... .......... .......... .......... .......... 38% 120M 1s 93100K .......... .......... .......... .......... .......... 38% 112M 1s 93150K .......... .......... .......... .......... .......... 39% 96.3M 1s 93200K .......... .......... .......... .......... .......... 39% 137M 1s 93250K .......... .......... .......... .......... .......... 39% 99.8M 1s 93300K .......... .......... .......... .......... .......... 39% 127M 1s 93350K .......... .......... .......... .......... .......... 39% 95.7M 1s 93400K .......... .......... .......... .......... .......... 39% 121M 1s 93450K .......... .......... .......... .......... .......... 39% 104M 1s 93500K .......... .......... .......... .......... .......... 39% 116M 1s 93550K .......... .......... .......... .......... .......... 39% 135M 1s 93600K .......... .......... .......... .......... .......... 39% 87.0M 1s 93650K .......... .......... .......... .......... .......... 39% 134M 1s 93700K .......... .......... .......... .......... .......... 39% 109M 1s 93750K .......... .......... .......... .......... .......... 39% 100M 1s 93800K .......... .......... .......... .......... .......... 39% 156M 1s 93850K .......... .......... .......... .......... .......... 39% 103M 1s 93900K .......... .......... .......... .......... .......... 39% 104M 1s 93950K .......... .......... .......... .......... .......... 39% 125M 1s 94000K .......... .......... .......... .......... .......... 39% 101M 1s 94050K .......... .......... .......... .......... .......... 39% 111M 1s 94100K .......... .......... .......... .......... .......... 39% 134M 1s 94150K .......... .......... .......... .......... .......... 39% 104M 1s 94200K .......... .......... .......... .......... .......... 39% 112M 1s 94250K .......... .......... .......... .......... .......... 39% 121M 1s 94300K .......... .......... .......... .......... .......... 39% 98.5M 1s 94350K .......... .......... .......... .......... .......... 39% 111M 1s 94400K .......... .......... .......... .......... .......... 39% 129M 1s 94450K .......... .......... .......... .......... .......... 39% 96.6M 1s 94500K .......... .......... .......... .......... .......... 39% 109M 1s 94550K .......... .......... .......... .......... .......... 39% 110M 1s 94600K .......... .......... .......... .......... .......... 39% 124M 1s 94650K .......... .......... .......... .......... .......... 39% 122M 1s 94700K .......... .......... .......... .......... .......... 39% 118M 1s 94750K .......... .......... .......... .......... .......... 39% 106M 1s 94800K .......... .......... .......... .......... .......... 39% 113M 1s 94850K .......... .......... .......... .......... .......... 39% 106M 1s 94900K .......... .......... .......... .......... .......... 39% 121M 1s 94950K .......... .......... .......... .......... .......... 39% 112M 1s 95000K .......... .......... .......... .......... .......... 39% 103M 1s 95050K .......... .......... .......... .......... .......... 39% 113M 1s 95100K .......... .......... .......... .......... .......... 39% 110M 1s 95150K .......... .......... .......... .......... .......... 39% 118M 1s 95200K .......... .......... .......... .......... .......... 39% 99.4M 1s 95250K .......... .......... .......... .......... .......... 39% 115M 1s 95300K .......... .......... .......... .......... .......... 39% 106M 1s 95350K .......... .......... .......... .......... .......... 39% 93.6M 1s 95400K .......... .......... .......... .......... .......... 39% 164M 1s 95450K .......... .......... .......... .......... .......... 39% 99.2M 1s 95500K .......... .......... .......... .......... .......... 40% 127M 1s 95550K .......... .......... .......... .......... .......... 40% 121M 1s 95600K .......... .......... .......... .......... .......... 40% 102M 1s 95650K .......... .......... .......... .......... .......... 40% 119M 1s 95700K .......... .......... .......... .......... .......... 40% 101M 1s 95750K .......... .......... .......... .......... .......... 40% 116M 1s 95800K .......... .......... .......... .......... .......... 40% 118M 1s 95850K .......... .......... .......... .......... .......... 40% 123M 1s 95900K .......... .......... .......... .......... .......... 40% 91.1M 1s 95950K .......... .......... .......... .......... .......... 40% 120M 1s 96000K .......... .......... .......... .......... .......... 40% 96.5M 1s 96050K .......... .......... .......... .......... .......... 40% 172M 1s 96100K .......... .......... .......... .......... .......... 40% 82.3M 1s 96150K .......... .......... .......... .......... .......... 40% 151M 1s 96200K .......... .......... .......... .......... .......... 40% 118M 1s 96250K .......... .......... .......... .......... .......... 40% 104M 1s 96300K .......... .......... .......... .......... .......... 40% 115M 1s 96350K .......... .......... .......... .......... .......... 40% 109M 1s 96400K .......... .......... .......... .......... .......... 40% 134M 1s 96450K .......... .......... .......... .......... .......... 40% 103M 1s 96500K .......... .......... .......... .......... .......... 40% 115M 1s 96550K .......... .......... .......... .......... .......... 40% 96.6M 1s 96600K .......... .......... .......... .......... .......... 40% 7.77M 1s 96650K .......... .......... .......... .......... .......... 40% 232M 1s 96700K .......... .......... .......... .......... .......... 40% 267M 1s 96750K .......... .......... .......... .......... .......... 40% 232M 1s 96800K .......... .......... .......... .......... .......... 40% 223M 1s 96850K .......... .......... .......... .......... .......... 40% 222M 1s 96900K .......... .......... .......... .......... .......... 40% 258M 1s 96950K .......... .......... .......... .......... .......... 40% 233M 1s 97000K .......... .......... .......... .......... .......... 40% 249M 1s 97050K .......... .......... .......... .......... .......... 40% 189M 1s 97100K .......... .......... .......... .......... .......... 40% 224M 1s 97150K .......... .......... .......... .......... .......... 40% 232M 1s 97200K .......... .......... .......... .......... .......... 40% 281M 1s 97250K .......... .......... .......... .......... .......... 40% 236M 1s 97300K .......... .......... .......... .......... .......... 40% 237M 1s 97350K .......... .......... .......... .......... .......... 40% 230M 1s 97400K .......... .......... .......... .......... .......... 40% 277M 1s 97450K .......... .......... .......... .......... .......... 40% 254M 1s 97500K .......... .......... .......... .......... .......... 40% 251M 1s 97550K .......... .......... .......... .......... .......... 40% 257M 1s 97600K .......... .......... .......... .......... .......... 40% 255M 1s 97650K .......... .......... .......... .......... .......... 40% 222M 1s 97700K .......... .......... .......... .......... .......... 40% 237M 1s 97750K .......... .......... .......... .......... .......... 40% 217M 1s 97800K .......... .......... .......... .......... .......... 40% 237M 1s 97850K .......... .......... .......... .......... .......... 40% 250M 1s 97900K .......... .......... .......... .......... .......... 41% 160M 1s 97950K .......... .......... .......... .......... .......... 41% 124M 1s 98000K .......... .......... .......... .......... .......... 41% 93.7M 1s 98050K .......... .......... .......... .......... .......... 41% 96.4M 1s 98100K .......... .......... .......... .......... .......... 41% 173M 1s 98150K .......... .......... .......... .......... .......... 41% 119M 1s 98200K .......... .......... .......... .......... .......... 41% 101M 1s 98250K .......... .......... .......... .......... .......... 41% 122M 1s 98300K .......... .......... .......... .......... .......... 41% 100M 1s 98350K .......... .......... .......... .......... .......... 41% 121M 1s 98400K .......... .......... .......... .......... .......... 41% 116M 1s 98450K .......... .......... .......... .......... .......... 41% 100M 1s 98500K .......... .......... .......... .......... .......... 41% 111M 1s 98550K .......... .......... .......... .......... .......... 41% 97.8M 1s 98600K .......... .......... .......... .......... .......... 41% 76.2M 1s 98650K .......... .......... .......... .......... .......... 41% 219M 1s 98700K .......... .......... .......... .......... .......... 41% 143M 1s 98750K .......... .......... .......... .......... .......... 41% 73.4M 1s 98800K .......... .......... .......... .......... .......... 41% 278M 1s 98850K .......... .......... .......... .......... .......... 41% 101M 1s 98900K .......... .......... .......... .......... .......... 41% 122M 1s 98950K .......... .......... .......... .......... .......... 41% 94.5M 1s 99000K .......... .......... .......... .......... .......... 41% 114M 1s 99050K .......... .......... .......... .......... .......... 41% 113M 1s 99100K .......... .......... .......... .......... .......... 41% 118M 1s 99150K .......... .......... .......... .......... .......... 41% 100M 1s 99200K .......... .......... .......... .......... .......... 41% 91.7M 1s 99250K .......... .......... .......... .......... .......... 41% 168M 1s 99300K .......... .......... .......... .......... .......... 41% 128M 1s 99350K .......... .......... .......... .......... .......... 41% 121M 1s 99400K .......... .......... .......... .......... .......... 41% 100M 1s 99450K .......... .......... .......... .......... .......... 41% 122M 1s 99500K .......... .......... .......... .......... .......... 41% 106M 1s 99550K .......... .......... .......... .......... .......... 41% 111M 1s 99600K .......... .......... .......... .......... .......... 41% 120M 1s 99650K .......... .......... .......... .......... .......... 41% 100M 1s 99700K .......... .......... .......... .......... .......... 41% 118M 1s 99750K .......... .......... .......... .......... .......... 41% 118M 1s 99800K .......... .......... .......... .......... .......... 41% 113M 1s 99850K .......... .......... .......... .......... .......... 41% 113M 1s 99900K .......... .......... .......... .......... .......... 41% 99.1M 1s 99950K .......... .......... .......... .......... .......... 41% 122M 1s 100000K .......... .......... .......... .......... .......... 41% 103M 1s 100050K .......... .......... .......... .......... .......... 41% 112M 1s 100100K .......... .......... .......... .......... .......... 41% 119M 1s 100150K .......... .......... .......... .......... .......... 41% 125M 1s 100200K .......... .......... .......... .......... .......... 41% 99.5M 1s 100250K .......... .......... .......... .......... .......... 41% 136M 1s 100300K .......... .......... .......... .......... .......... 42% 90.7M 1s 100350K .......... .......... .......... .......... .......... 42% 123M 1s 100400K .......... .......... .......... .......... .......... 42% 104M 1s 100450K .......... .......... .......... .......... .......... 42% 125M 1s 100500K .......... .......... .......... .......... .......... 42% 98.1M 1s 100550K .......... .......... .......... .......... .......... 42% 6.52M 1s 100600K .......... .......... .......... .......... .......... 42% 193M 1s 100650K .......... .......... .......... .......... .......... 42% 240M 1s 100700K .......... .......... .......... .......... .......... 42% 246M 1s 100750K .......... .......... .......... .......... .......... 42% 245M 1s 100800K .......... .......... .......... .......... .......... 42% 260M 1s 100850K .......... .......... .......... .......... .......... 42% 215M 1s 100900K .......... .......... .......... .......... .......... 42% 235M 1s 100950K .......... .......... .......... .......... .......... 42% 261M 1s 101000K .......... .......... .......... .......... .......... 42% 221M 1s 101050K .......... .......... .......... .......... .......... 42% 226M 1s 101100K .......... .......... .......... .......... .......... 42% 229M 1s 101150K .......... .......... .......... .......... .......... 42% 248M 1s 101200K .......... .......... .......... .......... .......... 42% 216M 1s 101250K .......... .......... .......... .......... .......... 42% 242M 1s 101300K .......... .......... .......... .......... .......... 42% 197M 1s 101350K .......... .......... .......... .......... .......... 42% 274M 1s 101400K .......... .......... .......... .......... .......... 42% 258M 1s 101450K .......... .......... .......... .......... .......... 42% 255M 1s 101500K .......... .......... .......... .......... .......... 42% 253M 1s 101550K .......... .......... .......... .......... .......... 42% 244M 1s 101600K .......... .......... .......... .......... .......... 42% 248M 1s 101650K .......... .......... .......... .......... .......... 42% 261M 1s 101700K .......... .......... .......... .......... .......... 42% 242M 1s 101750K .......... .......... .......... .......... .......... 42% 239M 1s 101800K .......... .......... .......... .......... .......... 42% 226M 1s 101850K .......... .......... .......... .......... .......... 42% 245M 1s 101900K .......... .......... .......... .......... .......... 42% 237M 1s 101950K .......... .......... .......... .......... .......... 42% 251M 1s 102000K .......... .......... .......... .......... .......... 42% 235M 1s 102050K .......... .......... .......... .......... .......... 42% 229M 1s 102100K .......... .......... .......... .......... .......... 42% 235M 1s 102150K .......... .......... .......... .......... .......... 42% 112M 1s 102200K .......... .......... .......... .......... .......... 42% 115M 1s 102250K .......... .......... .......... .......... .......... 42% 102M 1s 102300K .......... .......... .......... .......... .......... 42% 130M 1s 102350K .......... .......... .......... .......... .......... 42% 114M 1s 102400K .......... .......... .......... .......... .......... 42% 113M 1s 102450K .......... .......... .......... .......... .......... 42% 120M 1s 102500K .......... .......... .......... .......... .......... 42% 109M 1s 102550K .......... .......... .......... .......... .......... 42% 113M 1s 102600K .......... .......... .......... .......... .......... 42% 105M 1s 102650K .......... .......... .......... .......... .......... 42% 103M 1s 102700K .......... .......... .......... .......... .......... 43% 141M 1s 102750K .......... .......... .......... .......... .......... 43% 89.4M 1s 102800K .......... .......... .......... .......... .......... 43% 7.69M 1s 102850K .......... .......... .......... .......... .......... 43% 226M 1s 102900K .......... .......... .......... .......... .......... 43% 226M 1s 102950K .......... .......... .......... .......... .......... 43% 231M 1s 103000K .......... .......... .......... .......... .......... 43% 228M 1s 103050K .......... .......... .......... .......... .......... 43% 229M 1s 103100K .......... .......... .......... .......... .......... 43% 250M 1s 103150K .......... .......... .......... .......... .......... 43% 250M 1s 103200K .......... .......... .......... .......... .......... 43% 242M 1s 103250K .......... .......... .......... .......... .......... 43% 231M 1s 103300K .......... .......... .......... .......... .......... 43% 293M 1s 103350K .......... .......... .......... .......... .......... 43% 278M 1s 103400K .......... .......... .......... .......... .......... 43% 298M 1s 103450K .......... .......... .......... .......... .......... 43% 231M 1s 103500K .......... .......... .......... .......... .......... 43% 232M 1s 103550K .......... .......... .......... .......... .......... 43% 234M 1s 103600K .......... .......... .......... .......... .......... 43% 284M 1s 103650K .......... .......... .......... .......... .......... 43% 262M 1s 103700K .......... .......... .......... .......... .......... 43% 298M 1s 103750K .......... .......... .......... .......... .......... 43% 252M 1s 103800K .......... .......... .......... .......... .......... 43% 9.18M 1s 103850K .......... .......... .......... .......... .......... 43% 188M 1s 103900K .......... .......... .......... .......... .......... 43% 266M 1s 103950K .......... .......... .......... .......... .......... 43% 236M 1s 104000K .......... .......... .......... .......... .......... 43% 216M 1s 104050K .......... .......... .......... .......... .......... 43% 238M 1s 104100K .......... .......... .......... .......... .......... 43% 273M 1s 104150K .......... .......... .......... .......... .......... 43% 250M 1s 104200K .......... .......... .......... .......... .......... 43% 227M 1s 104250K .......... .......... .......... .......... .......... 43% 227M 1s 104300K .......... .......... .......... .......... .......... 43% 238M 1s 104350K .......... .......... .......... .......... .......... 43% 231M 1s 104400K .......... .......... .......... .......... .......... 43% 249M 1s 104450K .......... .......... .......... .......... .......... 43% 233M 1s 104500K .......... .......... .......... .......... .......... 43% 231M 1s 104550K .......... .......... .......... .......... .......... 43% 253M 1s 104600K .......... .......... .......... .......... .......... 43% 268M 1s 104650K .......... .......... .......... .......... .......... 43% 239M 1s 104700K .......... .......... .......... .......... .......... 43% 234M 1s 104750K .......... .......... .......... .......... .......... 43% 248M 1s 104800K .......... .......... .......... .......... .......... 43% 284M 1s 104850K .......... .......... .......... .......... .......... 43% 230M 1s 104900K .......... .......... .......... .......... .......... 43% 263M 1s 104950K .......... .......... .......... .......... .......... 43% 227M 1s 105000K .......... .......... .......... .......... .......... 43% 235M 1s 105050K .......... .......... .......... .......... .......... 43% 249M 1s 105100K .......... .......... .......... .......... .......... 44% 240M 1s 105150K .......... .......... .......... .......... .......... 44% 263M 1s 105200K .......... .......... .......... .......... .......... 44% 115M 1s 105250K .......... .......... .......... .......... .......... 44% 113M 1s 105300K .......... .......... .......... .......... .......... 44% 108M 1s 105350K .......... .......... .......... .......... .......... 44% 121M 1s 105400K .......... .......... .......... .......... .......... 44% 108M 1s 105450K .......... .......... .......... .......... .......... 44% 133M 1s 105500K .......... .......... .......... .......... .......... 44% 94.8M 1s 105550K .......... .......... .......... .......... .......... 44% 137M 1s 105600K .......... .......... .......... .......... .......... 44% 87.7M 1s 105650K .......... .......... .......... .......... .......... 44% 151M 1s 105700K .......... .......... .......... .......... .......... 44% 93.8M 1s 105750K .......... .......... .......... .......... .......... 44% 123M 1s 105800K .......... .......... .......... .......... .......... 44% 118M 1s 105850K .......... .......... .......... .......... .......... 44% 125M 1s 105900K .......... .......... .......... .......... .......... 44% 98.0M 1s 105950K .......... .......... .......... .......... .......... 44% 105M 1s 106000K .......... .......... .......... .......... .......... 44% 131M 1s 106050K .......... .......... .......... .......... .......... 44% 113M 1s 106100K .......... .......... .......... .......... .......... 44% 111M 1s 106150K .......... .......... .......... .......... .......... 44% 107M 1s 106200K .......... .......... .......... .......... .......... 44% 108M 1s 106250K .......... .......... .......... .......... .......... 44% 115M 1s 106300K .......... .......... .......... .......... .......... 44% 114M 1s 106350K .......... .......... .......... .......... .......... 44% 121M 1s 106400K .......... .......... .......... .......... .......... 44% 103M 1s 106450K .......... .......... .......... .......... .......... 44% 123M 1s 106500K .......... .......... .......... .......... .......... 44% 96.3M 1s 106550K .......... .......... .......... .......... .......... 44% 121M 1s 106600K .......... .......... .......... .......... .......... 44% 114M 1s 106650K .......... .......... .......... .......... .......... 44% 106M 1s 106700K .......... .......... .......... .......... .......... 44% 115M 1s 106750K .......... .......... .......... .......... .......... 44% 95.7M 1s 106800K .......... .......... .......... .......... .......... 44% 128M 1s 106850K .......... .......... .......... .......... .......... 44% 130M 1s 106900K .......... .......... .......... .......... .......... 44% 115M 1s 106950K .......... .......... .......... .......... .......... 44% 123M 1s 107000K .......... .......... .......... .......... .......... 44% 29.6M 1s 107050K .......... .......... .......... .......... .......... 44% 221M 1s 107100K .......... .......... .......... .......... .......... 44% 250M 1s 107150K .......... .......... .......... .......... .......... 44% 86.0M 1s 107200K .......... .......... .......... .......... .......... 44% 144M 1s 107250K .......... .......... .......... .......... .......... 44% 103M 1s 107300K .......... .......... .......... .......... .......... 44% 127M 1s 107350K .......... .......... .......... .......... .......... 44% 96.2M 1s 107400K .......... .......... .......... .......... .......... 44% 128M 1s 107450K .......... .......... .......... .......... .......... 45% 104M 1s 107500K .......... .......... .......... .......... .......... 45% 116M 1s 107550K .......... .......... .......... .......... .......... 45% 97.4M 1s 107600K .......... .......... .......... .......... .......... 45% 114M 1s 107650K .......... .......... .......... .......... .......... 45% 125M 1s 107700K .......... .......... .......... .......... .......... 45% 113M 1s 107750K .......... .......... .......... .......... .......... 45% 74.7M 1s 107800K .......... .......... .......... .......... .......... 45% 140M 1s 107850K .......... .......... .......... .......... .......... 45% 74.7M 1s 107900K .......... .......... .......... .......... .......... 45% 73.7M 1s 107950K .......... .......... .......... .......... .......... 45% 216M 1s 108000K .......... .......... .......... .......... .......... 45% 225M 1s 108050K .......... .......... .......... .......... .......... 45% 158M 1s 108100K .......... .......... .......... .......... .......... 45% 127M 1s 108150K .......... .......... .......... .......... .......... 45% 105M 1s 108200K .......... .......... .......... .......... .......... 45% 120M 1s 108250K .......... .......... .......... .......... .......... 45% 90.9M 1s 108300K .......... .......... .......... .......... .......... 45% 130M 1s 108350K .......... .......... .......... .......... .......... 45% 119M 1s 108400K .......... .......... .......... .......... .......... 45% 78.1M 1s 108450K .......... .......... .......... .......... .......... 45% 195M 1s 108500K .......... .......... .......... .......... .......... 45% 98.7M 1s 108550K .......... .......... .......... .......... .......... 45% 133M 1s 108600K .......... .......... .......... .......... .......... 45% 95.8M 1s 108650K .......... .......... .......... .......... .......... 45% 148M 1s 108700K .......... .......... .......... .......... .......... 45% 106M 1s 108750K .......... .......... .......... .......... .......... 45% 117M 1s 108800K .......... .......... .......... .......... .......... 45% 98.3M 1s 108850K .......... .......... .......... .......... .......... 45% 69.1M 1s 108900K .......... .......... .......... .......... .......... 45% 212M 1s 108950K .......... .......... .......... .......... .......... 45% 152M 1s 109000K .......... .......... .......... .......... .......... 45% 7.69M 1s 109050K .......... .......... .......... .......... .......... 45% 219M 1s 109100K .......... .......... .......... .......... .......... 45% 278M 1s 109150K .......... .......... .......... .......... .......... 45% 258M 1s 109200K .......... .......... .......... .......... .......... 45% 263M 1s 109250K .......... .......... .......... .......... .......... 45% 207M 1s 109300K .......... .......... .......... .......... .......... 45% 236M 1s 109350K .......... .......... .......... .......... .......... 45% 261M 1s 109400K .......... .......... .......... .......... .......... 45% 250M 1s 109450K .......... .......... .......... .......... .......... 45% 257M 1s 109500K .......... .......... .......... .......... .......... 45% 293M 1s 109550K .......... .......... .......... .......... .......... 45% 239M 1s 109600K .......... .......... .......... .......... .......... 45% 291M 1s 109650K .......... .......... .......... .......... .......... 45% 270M 1s 109700K .......... .......... .......... .......... .......... 45% 156M 1s 109750K .......... .......... .......... .......... .......... 45% 214M 1s 109800K .......... .......... .......... .......... .......... 45% 236M 1s 109850K .......... .......... .......... .......... .......... 46% 234M 1s 109900K .......... .......... .......... .......... .......... 46% 275M 1s 109950K .......... .......... .......... .......... .......... 46% 245M 1s 110000K .......... .......... .......... .......... .......... 46% 234M 1s 110050K .......... .......... .......... .......... .......... 46% 240M 1s 110100K .......... .......... .......... .......... .......... 46% 245M 1s 110150K .......... .......... .......... .......... .......... 46% 268M 1s 110200K .......... .......... .......... .......... .......... 46% 169M 1s 110250K .......... .......... .......... .......... .......... 46% 198M 1s 110300K .......... .......... .......... .......... .......... 46% 130M 1s 110350K .......... .......... .......... .......... .......... 46% 148M 1s 110400K .......... .......... .......... .......... .......... 46% 109M 1s 110450K .......... .......... .......... .......... .......... 46% 108M 1s 110500K .......... .......... .......... .......... .......... 46% 116M 1s 110550K .......... .......... .......... .......... .......... 46% 94.6M 1s 110600K .......... .......... .......... .......... .......... 46% 140M 1s 110650K .......... .......... .......... .......... .......... 46% 83.6M 1s 110700K .......... .......... .......... .......... .......... 46% 201M 1s 110750K .......... .......... .......... .......... .......... 46% 105M 1s 110800K .......... .......... .......... .......... .......... 46% 122M 1s 110850K .......... .......... .......... .......... .......... 46% 114M 1s 110900K .......... .......... .......... .......... .......... 46% 100M 1s 110950K .......... .......... .......... .......... .......... 46% 121M 1s 111000K .......... .......... .......... .......... .......... 46% 113M 1s 111050K .......... .......... .......... .......... .......... 46% 98.7M 1s 111100K .......... .......... .......... .......... .......... 46% 110M 1s 111150K .......... .......... .......... .......... .......... 46% 121M 1s 111200K .......... .......... .......... .......... .......... 46% 127M 1s 111250K .......... .......... .......... .......... .......... 46% 114M 1s 111300K .......... .......... .......... .......... .......... 46% 101M 1s 111350K .......... .......... .......... .......... .......... 46% 123M 1s 111400K .......... .......... .......... .......... .......... 46% 110M 1s 111450K .......... .......... .......... .......... .......... 46% 112M 1s 111500K .......... .......... .......... .......... .......... 46% 115M 1s 111550K .......... .......... .......... .......... .......... 46% 105M 1s 111600K .......... .......... .......... .......... .......... 46% 117M 1s 111650K .......... .......... .......... .......... .......... 46% 122M 1s 111700K .......... .......... .......... .......... .......... 46% 7.53M 1s 111750K .......... .......... .......... .......... .......... 46% 241M 1s 111800K .......... .......... .......... .......... .......... 46% 224M 1s 111850K .......... .......... .......... .......... .......... 46% 259M 1s 111900K .......... .......... .......... .......... .......... 46% 258M 1s 111950K .......... .......... .......... .......... .......... 46% 256M 1s 112000K .......... .......... .......... .......... .......... 46% 249M 1s 112050K .......... .......... .......... .......... .......... 46% 200M 1s 112100K .......... .......... .......... .......... .......... 46% 240M 1s 112150K .......... .......... .......... .......... .......... 46% 276M 1s 112200K .......... .......... .......... .......... .......... 46% 194M 1s 112250K .......... .......... .......... .......... .......... 47% 264M 1s 112300K .......... .......... .......... .......... .......... 47% 213M 1s 112350K .......... .......... .......... .......... .......... 47% 275M 1s 112400K .......... .......... .......... .......... .......... 47% 277M 1s 112450K .......... .......... .......... .......... .......... 47% 294M 1s 112500K .......... .......... .......... .......... .......... 47% 272M 1s 112550K .......... .......... .......... .......... .......... 47% 262M 1s 112600K .......... .......... .......... .......... .......... 47% 9.64M 1s 112650K .......... .......... .......... .......... .......... 47% 186M 1s 112700K .......... .......... .......... .......... .......... 47% 234M 1s 112750K .......... .......... .......... .......... .......... 47% 261M 1s 112800K .......... .......... .......... .......... .......... 47% 234M 1s 112850K .......... .......... .......... .......... .......... 47% 237M 1s 112900K .......... .......... .......... .......... .......... 47% 250M 1s 112950K .......... .......... .......... .......... .......... 47% 259M 1s 113000K .......... .......... .......... .......... .......... 47% 252M 1s 113050K .......... .......... .......... .......... .......... 47% 280M 1s 113100K .......... .......... .......... .......... .......... 47% 216M 1s 113150K .......... .......... .......... .......... .......... 47% 265M 1s 113200K .......... .......... .......... .......... .......... 47% 236M 1s 113250K .......... .......... .......... .......... .......... 47% 269M 1s 113300K .......... .......... .......... .......... .......... 47% 221M 1s 113350K .......... .......... .......... .......... .......... 47% 228M 1s 113400K .......... .......... .......... .......... .......... 47% 243M 1s 113450K .......... .......... .......... .......... .......... 47% 258M 1s 113500K .......... .......... .......... .......... .......... 47% 251M 1s 113550K .......... .......... .......... .......... .......... 47% 264M 1s 113600K .......... .......... .......... .......... .......... 47% 221M 1s 113650K .......... .......... .......... .......... .......... 47% 275M 1s 113700K .......... .......... .......... .......... .......... 47% 260M 1s 113750K .......... .......... .......... .......... .......... 47% 262M 1s 113800K .......... .......... .......... .......... .......... 47% 239M 1s 113850K .......... .......... .......... .......... .......... 47% 243M 1s 113900K .......... .......... .......... .......... .......... 47% 252M 1s 113950K .......... .......... .......... .......... .......... 47% 252M 1s 114000K .......... .......... .......... .......... .......... 47% 131M 1s 114050K .......... .......... .......... .......... .......... 47% 129M 1s 114100K .......... .......... .......... .......... .......... 47% 8.06M 1s 114150K .......... .......... .......... .......... .......... 47% 170M 1s 114200K .......... .......... .......... .......... .......... 47% 237M 1s 114250K .......... .......... .......... .......... .......... 47% 237M 1s 114300K .......... .......... .......... .......... .......... 47% 258M 1s 114350K .......... .......... .......... .......... .......... 47% 252M 1s 114400K .......... .......... .......... .......... .......... 47% 266M 1s 114450K .......... .......... .......... .......... .......... 47% 250M 1s 114500K .......... .......... .......... .......... .......... 47% 281M 1s 114550K .......... .......... .......... .......... .......... 47% 260M 1s 114600K .......... .......... .......... .......... .......... 47% 278M 1s 114650K .......... .......... .......... .......... .......... 48% 229M 1s 114700K .......... .......... .......... .......... .......... 48% 259M 1s 114750K .......... .......... .......... .......... .......... 48% 235M 1s 114800K .......... .......... .......... .......... .......... 48% 241M 1s 114850K .......... .......... .......... .......... .......... 48% 238M 1s 114900K .......... .......... .......... .......... .......... 48% 266M 1s 114950K .......... .......... .......... .......... .......... 48% 239M 1s 115000K .......... .......... .......... .......... .......... 48% 259M 1s 115050K .......... .......... .......... .......... .......... 48% 226M 1s 115100K .......... .......... .......... .......... .......... 48% 222M 1s 115150K .......... .......... .......... .......... .......... 48% 228M 1s 115200K .......... .......... .......... .......... .......... 48% 251M 1s 115250K .......... .......... .......... .......... .......... 48% 245M 1s 115300K .......... .......... .......... .......... .......... 48% 216M 1s 115350K .......... .......... .......... .......... .......... 48% 122M 1s 115400K .......... .......... .......... .......... .......... 48% 115M 1s 115450K .......... .......... .......... .......... .......... 48% 100M 1s 115500K .......... .......... .......... .......... .......... 48% 126M 1s 115550K .......... .......... .......... .......... .......... 48% 95.6M 1s 115600K .......... .......... .......... .......... .......... 48% 124M 1s 115650K .......... .......... .......... .......... .......... 48% 109M 1s 115700K .......... .......... .......... .......... .......... 48% 117M 1s 115750K .......... .......... .......... .......... .......... 48% 111M 1s 115800K .......... .......... .......... .......... .......... 48% 128M 1s 115850K .......... .......... .......... .......... .......... 48% 97.3M 1s 115900K .......... .......... .......... .......... .......... 48% 103M 1s 115950K .......... .......... .......... .......... .......... 48% 122M 1s 116000K .......... .......... .......... .......... .......... 48% 109M 1s 116050K .......... .......... .......... .......... .......... 48% 132M 1s 116100K .......... .......... .......... .......... .......... 48% 111M 1s 116150K .......... .......... .......... .......... .......... 48% 96.3M 1s 116200K .......... .......... .......... .......... .......... 48% 122M 1s 116250K .......... .......... .......... .......... .......... 48% 121M 1s 116300K .......... .......... .......... .......... .......... 48% 107M 1s 116350K .......... .......... .......... .......... .......... 48% 106M 1s 116400K .......... .......... .......... .......... .......... 48% 123M 1s 116450K .......... .......... .......... .......... .......... 48% 116M 1s 116500K .......... .......... .......... .......... .......... 48% 122M 1s 116550K .......... .......... .......... .......... .......... 48% 86.3M 1s 116600K .......... .......... .......... .......... .......... 48% 121M 1s 116650K .......... .......... .......... .......... .......... 48% 119M 1s 116700K .......... .......... .......... .......... .......... 48% 111M 1s 116750K .......... .......... .......... .......... .......... 48% 114M 1s 116800K .......... .......... .......... .......... .......... 48% 103M 1s 116850K .......... .......... .......... .......... .......... 48% 119M 1s 116900K .......... .......... .......... .......... .......... 48% 108M 1s 116950K .......... .......... .......... .......... .......... 48% 102M 1s 117000K .......... .......... .......... .......... .......... 49% 159M 1s 117050K .......... .......... .......... .......... .......... 49% 97.3M 1s 117100K .......... .......... .......... .......... .......... 49% 108M 1s 117150K .......... .......... .......... .......... .......... 49% 111M 1s 117200K .......... .......... .......... .......... .......... 49% 143M 1s 117250K .......... .......... .......... .......... .......... 49% 104M 1s 117300K .......... .......... .......... .......... .......... 49% 100M 1s 117350K .......... .......... .......... .......... .......... 49% 120M 1s 117400K .......... .......... .......... .......... .......... 49% 121M 1s 117450K .......... .......... .......... .......... .......... 49% 104M 1s 117500K .......... .......... .......... .......... .......... 49% 92.9M 1s 117550K .......... .......... .......... .......... .......... 49% 116M 1s 117600K .......... .......... .......... .......... .......... 49% 98.5M 1s 117650K .......... .......... .......... .......... .......... 49% 64.1M 1s 117700K .......... .......... .......... .......... .......... 49% 58.5M 1s 117750K .......... .......... .......... .......... .......... 49% 39.8M 1s 117800K .......... .......... .......... .......... .......... 49% 127M 1s 117850K .......... .......... .......... .......... .......... 49% 68.2M 1s 117900K .......... .......... .......... .......... .......... 49% 95.9M 1s 117950K .......... .......... .......... .......... .......... 49% 99.9M 1s 118000K .......... .......... .......... .......... .......... 49% 107M 1s 118050K .......... .......... .......... .......... .......... 49% 160M 1s 118100K .......... .......... .......... .......... .......... 49% 104M 1s 118150K .......... .......... .......... .......... .......... 49% 114M 1s 118200K .......... .......... .......... .......... .......... 49% 7.72M 1s 118250K .......... .......... .......... .......... .......... 49% 226M 1s 118300K .......... .......... .......... .......... .......... 49% 257M 1s 118350K .......... .......... .......... .......... .......... 49% 226M 1s 118400K .......... .......... .......... .......... .......... 49% 223M 1s 118450K .......... .......... .......... .......... .......... 49% 257M 1s 118500K .......... .......... .......... .......... .......... 49% 243M 1s 118550K .......... .......... .......... .......... .......... 49% 266M 1s 118600K .......... .......... .......... .......... .......... 49% 260M 1s 118650K .......... .......... .......... .......... .......... 49% 271M 1s 118700K .......... .......... .......... .......... .......... 49% 226M 1s 118750K .......... .......... .......... .......... .......... 49% 271M 1s 118800K .......... .......... .......... .......... .......... 49% 244M 1s 118850K .......... .......... .......... .......... .......... 49% 258M 1s 118900K .......... .......... .......... .......... .......... 49% 253M 1s 118950K .......... .......... .......... .......... .......... 49% 245M 1s 119000K .......... .......... .......... .......... .......... 49% 263M 1s 119050K .......... .......... .......... .......... .......... 49% 285M 1s 119100K .......... .......... .......... .......... .......... 49% 243M 1s 119150K .......... .......... .......... .......... .......... 49% 276M 1s 119200K .......... .......... .......... .......... .......... 49% 226M 1s 119250K .......... .......... .......... .......... .......... 49% 271M 1s 119300K .......... .......... .......... .......... .......... 49% 241M 1s 119350K .......... .......... .......... .......... .......... 49% 223M 1s 119400K .......... .......... .......... .......... .......... 50% 277M 1s 119450K .......... .......... .......... .......... .......... 50% 143M 1s 119500K .......... .......... .......... .......... .......... 50% 120M 1s 119550K .......... .......... .......... .......... .......... 50% 95.3M 1s 119600K .......... .......... .......... .......... .......... 50% 130M 1s 119650K .......... .......... .......... .......... .......... 50% 118M 1s 119700K .......... .......... .......... .......... .......... 50% 25.0M 1s 119750K .......... .......... .......... .......... .......... 50% 236M 1s 119800K .......... .......... .......... .......... .......... 50% 223M 1s 119850K .......... .......... .......... .......... .......... 50% 285M 1s 119900K .......... .......... .......... .......... .......... 50% 137M 1s 119950K .......... .......... .......... .......... .......... 50% 239M 1s 120000K .......... .......... .......... .......... .......... 50% 242M 1s 120050K .......... .......... .......... .......... .......... 50% 233M 1s 120100K .......... .......... .......... .......... .......... 50% 123M 1s 120150K .......... .......... .......... .......... .......... 50% 111M 1s 120200K .......... .......... .......... .......... .......... 50% 123M 1s 120250K .......... .......... .......... .......... .......... 50% 99.4M 1s 120300K .......... .......... .......... .......... .......... 50% 121M 1s 120350K .......... .......... .......... .......... .......... 50% 131M 1s 120400K .......... .......... .......... .......... .......... 50% 94.9M 1s 120450K .......... .......... .......... .......... .......... 50% 117M 1s 120500K .......... .......... .......... .......... .......... 50% 120M 1s 120550K .......... .......... .......... .......... .......... 50% 106M 1s 120600K .......... .......... .......... .......... .......... 50% 108M 1s 120650K .......... .......... .......... .......... .......... 50% 107M 1s 120700K .......... .......... .......... .......... .......... 50% 126M 1s 120750K .......... .......... .......... .......... .......... 50% 103M 1s 120800K .......... .......... .......... .......... .......... 50% 118M 1s 120850K .......... .......... .......... .......... .......... 50% 113M 1s 120900K .......... .......... .......... .......... .......... 50% 115M 1s 120950K .......... .......... .......... .......... .......... 50% 106M 1s 121000K .......... .......... .......... .......... .......... 50% 123M 1s 121050K .......... .......... .......... .......... .......... 50% 95.4M 1s 121100K .......... .......... .......... .......... .......... 50% 7.42M 1s 121150K .......... .......... .......... .......... .......... 50% 224M 1s 121200K .......... .......... .......... .......... .......... 50% 189M 1s 121250K .......... .......... .......... .......... .......... 50% 239M 1s 121300K .......... .......... .......... .......... .......... 50% 220M 1s 121350K .......... .......... .......... .......... .......... 50% 227M 1s 121400K .......... .......... .......... .......... .......... 50% 208M 1s 121450K .......... .......... .......... .......... .......... 50% 248M 1s 121500K .......... .......... .......... .......... .......... 50% 246M 1s 121550K .......... .......... .......... .......... .......... 50% 269M 1s 121600K .......... .......... .......... .......... .......... 50% 219M 1s 121650K .......... .......... .......... .......... .......... 50% 234M 1s 121700K .......... .......... .......... .......... .......... 50% 220M 1s 121750K .......... .......... .......... .......... .......... 50% 256M 1s 121800K .......... .......... .......... .......... .......... 51% 238M 1s 121850K .......... .......... .......... .......... .......... 51% 264M 1s 121900K .......... .......... .......... .......... .......... 51% 218M 1s 121950K .......... .......... .......... .......... .......... 51% 269M 1s 122000K .......... .......... .......... .......... .......... 51% 222M 1s 122050K .......... .......... .......... .......... .......... 51% 263M 1s 122100K .......... .......... .......... .......... .......... 51% 240M 1s 122150K .......... .......... .......... .......... .......... 51% 245M 1s 122200K .......... .......... .......... .......... .......... 51% 234M 1s 122250K .......... .......... .......... .......... .......... 51% 248M 1s 122300K .......... .......... .......... .......... .......... 51% 227M 1s 122350K .......... .......... .......... .......... .......... 51% 187M 1s 122400K .......... .......... .......... .......... .......... 51% 198M 1s 122450K .......... .......... .......... .......... .......... 51% 202M 1s 122500K .......... .......... .......... .......... .......... 51% 181M 1s 122550K .......... .......... .......... .......... .......... 51% 105M 1s 122600K .......... .......... .......... .......... .......... 51% 129M 1s 122650K .......... .......... .......... .......... .......... 51% 138M 1s 122700K .......... .......... .......... .......... .......... 51% 101M 1s 122750K .......... .......... .......... .......... .......... 51% 113M 1s 122800K .......... .......... .......... .......... .......... 51% 123M 1s 122850K .......... .......... .......... .......... .......... 51% 103M 1s 122900K .......... .......... .......... .......... .......... 51% 115M 1s 122950K .......... .......... .......... .......... .......... 51% 120M 1s 123000K .......... .......... .......... .......... .......... 51% 105M 1s 123050K .......... .......... .......... .......... .......... 51% 103M 1s 123100K .......... .......... .......... .......... .......... 51% 109M 1s 123150K .......... .......... .......... .......... .......... 51% 75.4M 1s 123200K .......... .......... .......... .......... .......... 51% 117M 1s 123250K .......... .......... .......... .......... .......... 51% 85.0M 1s 123300K .......... .......... .......... .......... .......... 51% 106M 1s 123350K .......... .......... .......... .......... .......... 51% 109M 1s 123400K .......... .......... .......... .......... .......... 51% 120M 1s 123450K .......... .......... .......... .......... .......... 51% 113M 1s 123500K .......... .......... .......... .......... .......... 51% 102M 1s 123550K .......... .......... .......... .......... .......... 51% 116M 1s 123600K .......... .......... .......... .......... .......... 51% 107M 1s 123650K .......... .......... .......... .......... .......... 51% 119M 1s 123700K .......... .......... .......... .......... .......... 51% 109M 1s 123750K .......... .......... .......... .......... .......... 51% 121M 1s 123800K .......... .......... .......... .......... .......... 51% 102M 1s 123850K .......... .......... .......... .......... .......... 51% 95.6M 1s 123900K .......... .......... .......... .......... .......... 51% 130M 1s 123950K .......... .......... .......... .......... .......... 51% 113M 1s 124000K .......... .......... .......... .......... .......... 51% 124M 1s 124050K .......... .......... .......... .......... .......... 51% 116M 1s 124100K .......... .......... .......... .......... .......... 51% 84.2M 1s 124150K .......... .......... .......... .......... .......... 51% 93.6M 1s 124200K .......... .......... .......... .......... .......... 52% 103M 1s 124250K .......... .......... .......... .......... .......... 52% 91.3M 1s 124300K .......... .......... .......... .......... .......... 52% 137M 1s 124350K .......... .......... .......... .......... .......... 52% 96.9M 1s 124400K .......... .......... .......... .......... .......... 52% 146M 1s 124450K .......... .......... .......... .......... .......... 52% 111M 1s 124500K .......... .......... .......... .......... .......... 52% 101M 1s 124550K .......... .......... .......... .......... .......... 52% 118M 1s 124600K .......... .......... .......... .......... .......... 52% 133M 1s 124650K .......... .......... .......... .......... .......... 52% 115M 1s 124700K .......... .......... .......... .......... .......... 52% 119M 1s 124750K .......... .......... .......... .......... .......... 52% 114M 1s 124800K .......... .......... .......... .......... .......... 52% 95.8M 1s 124850K .......... .......... .......... .......... .......... 52% 120M 1s 124900K .......... .......... .......... .......... .......... 52% 125M 1s 124950K .......... .......... .......... .......... .......... 52% 119M 1s 125000K .......... .......... .......... .......... .......... 52% 108M 1s 125050K .......... .......... .......... .......... .......... 52% 106M 1s 125100K .......... .......... .......... .......... .......... 52% 108M 1s 125150K .......... .......... .......... .......... .......... 52% 120M 1s 125200K .......... .......... .......... .......... .......... 52% 104M 1s 125250K .......... .......... .......... .......... .......... 52% 144M 1s 125300K .......... .......... .......... .......... .......... 52% 97.3M 1s 125350K .......... .......... .......... .......... .......... 52% 90.3M 1s 125400K .......... .......... .......... .......... .......... 52% 152M 1s 125450K .......... .......... .......... .......... .......... 52% 135M 1s 125500K .......... .......... .......... .......... .......... 52% 96.7M 1s 125550K .......... .......... .......... .......... .......... 52% 109M 1s 125600K .......... .......... .......... .......... .......... 52% 117M 1s 125650K .......... .......... .......... .......... .......... 52% 94.7M 1s 125700K .......... .......... .......... .......... .......... 52% 133M 1s 125750K .......... .......... .......... .......... .......... 52% 99.8M 1s 125800K .......... .......... .......... .......... .......... 52% 109M 1s 125850K .......... .......... .......... .......... .......... 52% 145M 1s 125900K .......... .......... .......... .......... .......... 52% 114M 1s 125950K .......... .......... .......... .......... .......... 52% 110M 1s 126000K .......... .......... .......... .......... .......... 52% 117M 1s 126050K .......... .......... .......... .......... .......... 52% 105M 1s 126100K .......... .......... .......... .......... .......... 52% 129M 1s 126150K .......... .......... .......... .......... .......... 52% 89.7M 1s 126200K .......... .......... .......... .......... .......... 52% 134M 1s 126250K .......... .......... .......... .......... .......... 52% 64.7M 1s 126300K .......... .......... .......... .......... .......... 52% 223M 1s 126350K .......... .......... .......... .......... .......... 52% 126M 1s 126400K .......... .......... .......... .......... .......... 52% 110M 1s 126450K .......... .......... .......... .......... .......... 52% 119M 1s 126500K .......... .......... .......... .......... .......... 52% 98.2M 1s 126550K .......... .......... .......... .......... .......... 52% 7.20M 1s 126600K .......... .......... .......... .......... .......... 53% 196M 1s 126650K .......... .......... .......... .......... .......... 53% 234M 1s 126700K .......... .......... .......... .......... .......... 53% 224M 1s 126750K .......... .......... .......... .......... .......... 53% 255M 1s 126800K .......... .......... .......... .......... .......... 53% 208M 1s 126850K .......... .......... .......... .......... .......... 53% 232M 1s 126900K .......... .......... .......... .......... .......... 53% 221M 1s 126950K .......... .......... .......... .......... .......... 53% 253M 1s 127000K .......... .......... .......... .......... .......... 53% 228M 1s 127050K .......... .......... .......... .......... .......... 53% 223M 1s 127100K .......... .......... .......... .......... .......... 53% 232M 1s 127150K .......... .......... .......... .......... .......... 53% 259M 1s 127200K .......... .......... .......... .......... .......... 53% 226M 1s 127250K .......... .......... .......... .......... .......... 53% 297M 1s 127300K .......... .......... .......... .......... .......... 53% 266M 1s 127350K .......... .......... .......... .......... .......... 53% 294M 1s 127400K .......... .......... .......... .......... .......... 53% 266M 1s 127450K .......... .......... .......... .......... .......... 53% 296M 1s 127500K .......... .......... .......... .......... .......... 53% 279M 1s 127550K .......... .......... .......... .......... .......... 53% 9.03M 1s 127600K .......... .......... .......... .......... .......... 53% 142M 1s 127650K .......... .......... .......... .......... .......... 53% 119M 1s 127700K .......... .......... .......... .......... .......... 53% 126M 1s 127750K .......... .......... .......... .......... .......... 53% 258M 1s 127800K .......... .......... .......... .......... .......... 53% 239M 1s 127850K .......... .......... .......... .......... .......... 53% 254M 1s 127900K .......... .......... .......... .......... .......... 53% 236M 1s 127950K .......... .......... .......... .......... .......... 53% 245M 1s 128000K .......... .......... .......... .......... .......... 53% 248M 1s 128050K .......... .......... .......... .......... .......... 53% 251M 1s 128100K .......... .......... .......... .......... .......... 53% 247M 1s 128150K .......... .......... .......... .......... .......... 53% 219M 1s 128200K .......... .......... .......... .......... .......... 53% 247M 1s 128250K .......... .......... .......... .......... .......... 53% 271M 1s 128300K .......... .......... .......... .......... .......... 53% 241M 1s 128350K .......... .......... .......... .......... .......... 53% 237M 1s 128400K .......... .......... .......... .......... .......... 53% 221M 1s 128450K .......... .......... .......... .......... .......... 53% 280M 1s 128500K .......... .......... .......... .......... .......... 53% 250M 1s 128550K .......... .......... .......... .......... .......... 53% 282M 1s 128600K .......... .......... .......... .......... .......... 53% 237M 1s 128650K .......... .......... .......... .......... .......... 53% 230M 1s 128700K .......... .......... .......... .......... .......... 53% 208M 1s 128750K .......... .......... .......... .......... .......... 53% 199M 1s 128800K .......... .......... .......... .......... .......... 53% 228M 1s 128850K .......... .......... .......... .......... .......... 53% 188M 1s 128900K .......... .......... .......... .......... .......... 53% 243M 1s 128950K .......... .......... .......... .......... .......... 54% 200M 1s 129000K .......... .......... .......... .......... .......... 54% 232M 1s 129050K .......... .......... .......... .......... .......... 54% 237M 1s 129100K .......... .......... .......... .......... .......... 54% 158M 1s 129150K .......... .......... .......... .......... .......... 54% 96.1M 1s 129200K .......... .......... .......... .......... .......... 54% 119M 1s 129250K .......... .......... .......... .......... .......... 54% 145M 1s 129300K .......... .......... .......... .......... .......... 54% 99.9M 1s 129350K .......... .......... .......... .......... .......... 54% 118M 1s 129400K .......... .......... .......... .......... .......... 54% 119M 1s 129450K .......... .......... .......... .......... .......... 54% 103M 1s 129500K .......... .......... .......... .......... .......... 54% 7.34M 1s 129550K .......... .......... .......... .......... .......... 54% 230M 1s 129600K .......... .......... .......... .......... .......... 54% 240M 1s 129650K .......... .......... .......... .......... .......... 54% 257M 1s 129700K .......... .......... .......... .......... .......... 54% 222M 1s 129750K .......... .......... .......... .......... .......... 54% 240M 1s 129800K .......... .......... .......... .......... .......... 54% 207M 1s 129850K .......... .......... .......... .......... .......... 54% 256M 1s 129900K .......... .......... .......... .......... .......... 54% 234M 1s 129950K .......... .......... .......... .......... .......... 54% 248M 1s 130000K .......... .......... .......... .......... .......... 54% 253M 1s 130050K .......... .......... .......... .......... .......... 54% 270M 1s 130100K .......... .......... .......... .......... .......... 54% 274M 1s 130150K .......... .......... .......... .......... .......... 54% 246M 1s 130200K .......... .......... .......... .......... .......... 54% 204M 1s 130250K .......... .......... .......... .......... .......... 54% 270M 1s 130300K .......... .......... .......... .......... .......... 54% 207M 1s 130350K .......... .......... .......... .......... .......... 54% 215M 1s 130400K .......... .......... .......... .......... .......... 54% 210M 1s 130450K .......... .......... .......... .......... .......... 54% 227M 1s 130500K .......... .......... .......... .......... .......... 54% 230M 1s 130550K .......... .......... .......... .......... .......... 54% 245M 1s 130600K .......... .......... .......... .......... .......... 54% 249M 1s 130650K .......... .......... .......... .......... .......... 54% 243M 1s 130700K .......... .......... .......... .......... .......... 54% 206M 1s 130750K .......... .......... .......... .......... .......... 54% 191M 1s 130800K .......... .......... .......... .......... .......... 54% 201M 1s 130850K .......... .......... .......... .......... .......... 54% 227M 1s 130900K .......... .......... .......... .......... .......... 54% 124M 1s 130950K .......... .......... .......... .......... .......... 54% 182M 1s 131000K .......... .......... .......... .......... .......... 54% 105M 1s 131050K .......... .......... .......... .......... .......... 54% 119M 1s 131100K .......... .......... .......... .......... .......... 54% 119M 1s 131150K .......... .......... .......... .......... .......... 54% 104M 1s 131200K .......... .......... .......... .......... .......... 54% 116M 1s 131250K .......... .......... .......... .......... .......... 54% 102M 1s 131300K .......... .......... .......... .......... .......... 54% 122M 1s 131350K .......... .......... .......... .......... .......... 55% 105M 1s 131400K .......... .......... .......... .......... .......... 55% 7.70M 1s 131450K .......... .......... .......... .......... .......... 55% 244M 1s 131500K .......... .......... .......... .......... .......... 55% 249M 1s 131550K .......... .......... .......... .......... .......... 55% 255M 1s 131600K .......... .......... .......... .......... .......... 55% 228M 1s 131650K .......... .......... .......... .......... .......... 55% 215M 1s 131700K .......... .......... .......... .......... .......... 55% 205M 1s 131750K .......... .......... .......... .......... .......... 55% 256M 1s 131800K .......... .......... .......... .......... .......... 55% 218M 1s 131850K .......... .......... .......... .......... .......... 55% 237M 1s 131900K .......... .......... .......... .......... .......... 55% 224M 1s 131950K .......... .......... .......... .......... .......... 55% 237M 1s 132000K .......... .......... .......... .......... .......... 55% 248M 1s 132050K .......... .......... .......... .......... .......... 55% 266M 1s 132100K .......... .......... .......... .......... .......... 55% 208M 1s 132150K .......... .......... .......... .......... .......... 55% 248M 1s 132200K .......... .......... .......... .......... .......... 55% 226M 1s 132250K .......... .......... .......... .......... .......... 55% 243M 1s 132300K .......... .......... .......... .......... .......... 55% 256M 1s 132350K .......... .......... .......... .......... .......... 55% 217M 1s 132400K .......... .......... .......... .......... .......... 55% 234M 1s 132450K .......... .......... .......... .......... .......... 55% 205M 1s 132500K .......... .......... .......... .......... .......... 55% 196M 1s 132550K .......... .......... .......... .......... .......... 55% 188M 1s 132600K .......... .......... .......... .......... .......... 55% 207M 1s 132650K .......... .......... .......... .......... .......... 55% 227M 1s 132700K .......... .......... .......... .......... .......... 55% 253M 1s 132750K .......... .......... .......... .......... .......... 55% 172M 1s 132800K .......... .......... .......... .......... .......... 55% 105M 1s 132850K .......... .......... .......... .......... .......... 55% 128M 1s 132900K .......... .......... .......... .......... .......... 55% 109M 1s 132950K .......... .......... .......... .......... .......... 55% 116M 1s 133000K .......... .......... .......... .......... .......... 55% 116M 1s 133050K .......... .......... .......... .......... .......... 55% 98.5M 1s 133100K .......... .......... .......... .......... .......... 55% 108M 1s 133150K .......... .......... .......... .......... .......... 55% 95.2M 1s 133200K .......... .......... .......... .......... .......... 55% 7.75M 1s 133250K .......... .......... .......... .......... .......... 55% 212M 1s 133300K .......... .......... .......... .......... .......... 55% 246M 1s 133350K .......... .......... .......... .......... .......... 55% 232M 1s 133400K .......... .......... .......... .......... .......... 55% 236M 1s 133450K .......... .......... .......... .......... .......... 55% 224M 1s 133500K .......... .......... .......... .......... .......... 55% 233M 1s 133550K .......... .......... .......... .......... .......... 55% 239M 1s 133600K .......... .......... .......... .......... .......... 55% 216M 1s 133650K .......... .......... .......... .......... .......... 55% 242M 1s 133700K .......... .......... .......... .......... .......... 55% 233M 1s 133750K .......... .......... .......... .......... .......... 56% 205M 1s 133800K .......... .......... .......... .......... .......... 56% 243M 1s 133850K .......... .......... .......... .......... .......... 56% 211M 1s 133900K .......... .......... .......... .......... .......... 56% 235M 1s 133950K .......... .......... .......... .......... .......... 56% 208M 1s 134000K .......... .......... .......... .......... .......... 56% 249M 1s 134050K .......... .......... .......... .......... .......... 56% 223M 1s 134100K .......... .......... .......... .......... .......... 56% 242M 1s 134150K .......... .......... .......... .......... .......... 56% 241M 1s 134200K .......... .......... .......... .......... .......... 56% 215M 1s 134250K .......... .......... .......... .......... .......... 56% 137M 1s 134300K .......... .......... .......... .......... .......... 56% 188M 1s 134350K .......... .......... .......... .......... .......... 56% 224M 1s 134400K .......... .......... .......... .......... .......... 56% 200M 1s 134450K .......... .......... .......... .......... .......... 56% 186M 1s 134500K .......... .......... .......... .......... .......... 56% 180M 1s 134550K .......... .......... .......... .......... .......... 56% 183M 1s 134600K .......... .......... .......... .......... .......... 56% 209M 1s 134650K .......... .......... .......... .......... .......... 56% 135M 1s 134700K .......... .......... .......... .......... .......... 56% 106M 1s 134750K .......... .......... .......... .......... .......... 56% 113M 1s 134800K .......... .......... .......... .......... .......... 56% 122M 1s 134850K .......... .......... .......... .......... .......... 56% 110M 1s 134900K .......... .......... .......... .......... .......... 56% 107M 1s 134950K .......... .......... .......... .......... .......... 56% 110M 1s 135000K .......... .......... .......... .......... .......... 56% 112M 1s 135050K .......... .......... .......... .......... .......... 56% 123M 1s 135100K .......... .......... .......... .......... .......... 56% 7.39M 1s 135150K .......... .......... .......... .......... .......... 56% 197M 1s 135200K .......... .......... .......... .......... .......... 56% 214M 1s 135250K .......... .......... .......... .......... .......... 56% 198M 1s 135300K .......... .......... .......... .......... .......... 56% 261M 1s 135350K .......... .......... .......... .......... .......... 56% 264M 1s 135400K .......... .......... .......... .......... .......... 56% 253M 1s 135450K .......... .......... .......... .......... .......... 56% 180M 1s 135500K .......... .......... .......... .......... .......... 56% 232M 1s 135550K .......... .......... .......... .......... .......... 56% 217M 1s 135600K .......... .......... .......... .......... .......... 56% 254M 1s 135650K .......... .......... .......... .......... .......... 56% 206M 1s 135700K .......... .......... .......... .......... .......... 56% 257M 1s 135750K .......... .......... .......... .......... .......... 56% 243M 1s 135800K .......... .......... .......... .......... .......... 56% 253M 1s 135850K .......... .......... .......... .......... .......... 56% 251M 1s 135900K .......... .......... .......... .......... .......... 56% 243M 1s 135950K .......... .......... .......... .......... .......... 56% 235M 1s 136000K .......... .......... .......... .......... .......... 56% 247M 1s 136050K .......... .......... .......... .......... .......... 56% 236M 1s 136100K .......... .......... .......... .......... .......... 56% 267M 1s 136150K .......... .......... .......... .......... .......... 57% 239M 1s 136200K .......... .......... .......... .......... .......... 57% 207M 1s 136250K .......... .......... .......... .......... .......... 57% 198M 1s 136300K .......... .......... .......... .......... .......... 57% 181M 1s 136350K .......... .......... .......... .......... .......... 57% 180M 1s 136400K .......... .......... .......... .......... .......... 57% 201M 1s 136450K .......... .......... .......... .......... .......... 57% 213M 1s 136500K .......... .......... .......... .......... .......... 57% 202M 1s 136550K .......... .......... .......... .......... .......... 57% 149M 1s 136600K .......... .......... .......... .......... .......... 57% 116M 1s 136650K .......... .......... .......... .......... .......... 57% 99.5M 1s 136700K .......... .......... .......... .......... .......... 57% 133M 1s 136750K .......... .......... .......... .......... .......... 57% 105M 1s 136800K .......... .......... .......... .......... .......... 57% 114M 1s 136850K .......... .......... .......... .......... .......... 57% 107M 1s 136900K .......... .......... .......... .......... .......... 57% 110M 1s 136950K .......... .......... .......... .......... .......... 57% 90.5M 1s 137000K .......... .......... .......... .......... .......... 57% 139M 1s 137050K .......... .......... .......... .......... .......... 57% 117M 1s 137100K .......... .......... .......... .......... .......... 57% 118M 1s 137150K .......... .......... .......... .......... .......... 57% 94.0M 1s 137200K .......... .......... .......... .......... .......... 57% 99.6M 1s 137250K .......... .......... .......... .......... .......... 57% 149M 1s 137300K .......... .......... .......... .......... .......... 57% 121M 1s 137350K .......... .......... .......... .......... .......... 57% 111M 1s 137400K .......... .......... .......... .......... .......... 57% 108M 1s 137450K .......... .......... .......... .......... .......... 57% 112M 1s 137500K .......... .......... .......... .......... .......... 57% 102M 1s 137550K .......... .......... .......... .......... .......... 57% 108M 1s 137600K .......... .......... .......... .......... .......... 57% 7.74M 1s 137650K .......... .......... .......... .......... .......... 57% 224M 1s 137700K .......... .......... .......... .......... .......... 57% 233M 1s 137750K .......... .......... .......... .......... .......... 57% 219M 1s 137800K .......... .......... .......... .......... .......... 57% 229M 1s 137850K .......... .......... .......... .......... .......... 57% 230M 1s 137900K .......... .......... .......... .......... .......... 57% 245M 1s 137950K .......... .......... .......... .......... .......... 57% 222M 1s 138000K .......... .......... .......... .......... .......... 57% 269M 1s 138050K .......... .......... .......... .......... .......... 57% 241M 1s 138100K .......... .......... .......... .......... .......... 57% 262M 1s 138150K .......... .......... .......... .......... .......... 57% 250M 1s 138200K .......... .......... .......... .......... .......... 57% 240M 1s 138250K .......... .......... .......... .......... .......... 57% 252M 1s 138300K .......... .......... .......... .......... .......... 57% 258M 1s 138350K .......... .......... .......... .......... .......... 57% 238M 1s 138400K .......... .......... .......... .......... .......... 57% 283M 1s 138450K .......... .......... .......... .......... .......... 57% 252M 1s 138500K .......... .......... .......... .......... .......... 58% 285M 1s 138550K .......... .......... .......... .......... .......... 58% 239M 1s 138600K .......... .......... .......... .......... .......... 58% 280M 1s 138650K .......... .......... .......... .......... .......... 58% 233M 1s 138700K .......... .......... .......... .......... .......... 58% 289M 1s 138750K .......... .......... .......... .......... .......... 58% 225M 1s 138800K .......... .......... .......... .......... .......... 58% 263M 1s 138850K .......... .......... .......... .......... .......... 58% 164M 1s 138900K .......... .......... .......... .......... .......... 58% 109M 1s 138950K .......... .......... .......... .......... .......... 58% 115M 1s 139000K .......... .......... .......... .......... .......... 58% 145M 1s 139050K .......... .......... .......... .......... .......... 58% 78.3M 1s 139100K .......... .......... .......... .......... .......... 58% 205M 1s 139150K .......... .......... .......... .......... .......... 58% 101M 1s 139200K .......... .......... .......... .......... .......... 58% 83.9M 1s 139250K .......... .......... .......... .......... .......... 58% 202M 1s 139300K .......... .......... .......... .......... .......... 58% 109M 1s 139350K .......... .......... .......... .......... .......... 58% 112M 1s 139400K .......... .......... .......... .......... .......... 58% 94.0M 1s 139450K .......... .......... .......... .......... .......... 58% 94.5M 1s 139500K .......... .......... .......... .......... .......... 58% 135M 1s 139550K .......... .......... .......... .......... .......... 58% 115M 1s 139600K .......... .......... .......... .......... .......... 58% 128M 1s 139650K .......... .......... .......... .......... .......... 58% 114M 1s 139700K .......... .......... .......... .......... .......... 58% 95.8M 1s 139750K .......... .......... .......... .......... .......... 58% 97.3M 1s 139800K .......... .......... .......... .......... .......... 58% 118M 1s 139850K .......... .......... .......... .......... .......... 58% 139M 1s 139900K .......... .......... .......... .......... .......... 58% 102M 1s 139950K .......... .......... .......... .......... .......... 58% 119M 1s 140000K .......... .......... .......... .......... .......... 58% 124M 1s 140050K .......... .......... .......... .......... .......... 58% 86.4M 1s 140100K .......... .......... .......... .......... .......... 58% 156M 1s 140150K .......... .......... .......... .......... .......... 58% 117M 1s 140200K .......... .......... .......... .......... .......... 58% 112M 1s 140250K .......... .......... .......... .......... .......... 58% 96.6M 1s 140300K .......... .......... .......... .......... .......... 58% 114M 1s 140350K .......... .......... .......... .......... .......... 58% 117M 1s 140400K .......... .......... .......... .......... .......... 58% 118M 1s 140450K .......... .......... .......... .......... .......... 58% 129M 1s 140500K .......... .......... .......... .......... .......... 58% 106M 1s 140550K .......... .......... .......... .......... .......... 58% 92.9M 1s 140600K .......... .......... .......... .......... .......... 58% 124M 1s 140650K .......... .......... .......... .......... .......... 58% 120M 1s 140700K .......... .......... .......... .......... .......... 58% 7.61M 1s 140750K .......... .......... .......... .......... .......... 58% 221M 1s 140800K .......... .......... .......... .......... .......... 58% 231M 1s 140850K .......... .......... .......... .......... .......... 58% 212M 1s 140900K .......... .......... .......... .......... .......... 59% 237M 1s 140950K .......... .......... .......... .......... .......... 59% 234M 1s 141000K .......... .......... .......... .......... .......... 59% 249M 1s 141050K .......... .......... .......... .......... .......... 59% 233M 1s 141100K .......... .......... .......... .......... .......... 59% 232M 1s 141150K .......... .......... .......... .......... .......... 59% 239M 1s 141200K .......... .......... .......... .......... .......... 59% 284M 1s 141250K .......... .......... .......... .......... .......... 59% 269M 1s 141300K .......... .......... .......... .......... .......... 59% 284M 1s 141350K .......... .......... .......... .......... .......... 59% 240M 1s 141400K .......... .......... .......... .......... .......... 59% 239M 1s 141450K .......... .......... .......... .......... .......... 59% 255M 1s 141500K .......... .......... .......... .......... .......... 59% 263M 1s 141550K .......... .......... .......... .......... .......... 59% 244M 1s 141600K .......... .......... .......... .......... .......... 59% 273M 1s 141650K .......... .......... .......... .......... .......... 59% 244M 1s 141700K .......... .......... .......... .......... .......... 59% 306M 1s 141750K .......... .......... .......... .......... .......... 59% 269M 1s 141800K .......... .......... .......... .......... .......... 59% 247M 1s 141850K .......... .......... .......... .......... .......... 59% 257M 1s 141900K .......... .......... .......... .......... .......... 59% 222M 1s 141950K .......... .......... .......... .......... .......... 59% 214M 1s 142000K .......... .......... .......... .......... .......... 59% 144M 1s 142050K .......... .......... .......... .......... .......... 59% 110M 1s 142100K .......... .......... .......... .......... .......... 59% 120M 1s 142150K .......... .......... .......... .......... .......... 59% 91.7M 1s 142200K .......... .......... .......... .......... .......... 59% 120M 1s 142250K .......... .......... .......... .......... .......... 59% 98.6M 1s 142300K .......... .......... .......... .......... .......... 59% 135M 1s 142350K .......... .......... .......... .......... .......... 59% 106M 1s 142400K .......... .......... .......... .......... .......... 59% 115M 1s 142450K .......... .......... .......... .......... .......... 59% 117M 1s 142500K .......... .......... .......... .......... .......... 59% 109M 1s 142550K .......... .......... .......... .......... .......... 59% 104M 1s 142600K .......... .......... .......... .......... .......... 59% 120M 1s 142650K .......... .......... .......... .......... .......... 59% 114M 1s 142700K .......... .......... .......... .......... .......... 59% 113M 1s 142750K .......... .......... .......... .......... .......... 59% 130M 1s 142800K .......... .......... .......... .......... .......... 59% 96.3M 1s 142850K .......... .......... .......... .......... .......... 59% 127M 1s 142900K .......... .......... .......... .......... .......... 59% 100M 1s 142950K .......... .......... .......... .......... .......... 59% 130M 1s 143000K .......... .......... .......... .......... .......... 59% 103M 1s 143050K .......... .......... .......... .......... .......... 59% 32.8M 1s 143100K .......... .......... .......... .......... .......... 59% 232M 1s 143150K .......... .......... .......... .......... .......... 59% 243M 1s 143200K .......... .......... .......... .......... .......... 59% 262M 1s 143250K .......... .......... .......... .......... .......... 59% 234M 1s 143300K .......... .......... .......... .......... .......... 60% 121M 1s 143350K .......... .......... .......... .......... .......... 60% 161M 1s 143400K .......... .......... .......... .......... .......... 60% 90.9M 1s 143450K .......... .......... .......... .......... .......... 60% 117M 1s 143500K .......... .......... .......... .......... .......... 60% 115M 1s 143550K .......... .......... .......... .......... .......... 60% 107M 1s 143600K .......... .......... .......... .......... .......... 60% 118M 1s 143650K .......... .......... .......... .......... .......... 60% 96.0M 1s 143700K .......... .......... .......... .......... .......... 60% 137M 1s 143750K .......... .......... .......... .......... .......... 60% 122M 1s 143800K .......... .......... .......... .......... .......... 60% 101M 1s 143850K .......... .......... .......... .......... .......... 60% 103M 1s 143900K .......... .......... .......... .......... .......... 60% 120M 1s 143950K .......... .......... .......... .......... .......... 60% 137M 1s 144000K .......... .......... .......... .......... .......... 60% 113M 1s 144050K .......... .......... .......... .......... .......... 60% 118M 1s 144100K .......... .......... .......... .......... .......... 60% 87.8M 1s 144150K .......... .......... .......... .......... .......... 60% 124M 1s 144200K .......... .......... .......... .......... .......... 60% 107M 1s 144250K .......... .......... .......... .......... .......... 60% 119M 1s 144300K .......... .......... .......... .......... .......... 60% 101M 1s 144350K .......... .......... .......... .......... .......... 60% 152M 1s 144400K .......... .......... .......... .......... .......... 60% 108M 1s 144450K .......... .......... .......... .......... .......... 60% 96.8M 1s 144500K .......... .......... .......... .......... .......... 60% 112M 1s 144550K .......... .......... .......... .......... .......... 60% 110M 1s 144600K .......... .......... .......... .......... .......... 60% 118M 1s 144650K .......... .......... .......... .......... .......... 60% 121M 1s 144700K .......... .......... .......... .......... .......... 60% 132M 1s 144750K .......... .......... .......... .......... .......... 60% 98.4M 1s 144800K .......... .......... .......... .......... .......... 60% 99.8M 1s 144850K .......... .......... .......... .......... .......... 60% 130M 1s 144900K .......... .......... .......... .......... .......... 60% 105M 1s 144950K .......... .......... .......... .......... .......... 60% 122M 1s 145000K .......... .......... .......... .......... .......... 60% 121M 1s 145050K .......... .......... .......... .......... .......... 60% 107M 1s 145100K .......... .......... .......... .......... .......... 60% 98.2M 1s 145150K .......... .......... .......... .......... .......... 60% 110M 1s 145200K .......... .......... .......... .......... .......... 60% 55.6M 1s 145250K .......... .......... .......... .......... .......... 60% 238M 1s 145300K .......... .......... .......... .......... .......... 60% 135M 1s 145350K .......... .......... .......... .......... .......... 60% 77.4M 1s 145400K .......... .......... .......... .......... .......... 60% 103M 1s 145450K .......... .......... .......... .......... .......... 60% 107M 1s 145500K .......... .......... .......... .......... .......... 60% 115M 1s 145550K .......... .......... .......... .......... .......... 60% 112M 1s 145600K .......... .......... .......... .......... .......... 60% 92.5M 1s 145650K .......... .......... .......... .......... .......... 60% 139M 1s 145700K .......... .......... .......... .......... .......... 61% 122M 1s 145750K .......... .......... .......... .......... .......... 61% 94.9M 1s 145800K .......... .......... .......... .......... .......... 61% 151M 1s 145850K .......... .......... .......... .......... .......... 61% 106M 1s 145900K .......... .......... .......... .......... .......... 61% 113M 1s 145950K .......... .......... .......... .......... .......... 61% 121M 1s 146000K .......... .......... .......... .......... .......... 61% 109M 1s 146050K .......... .......... .......... .......... .......... 61% 115M 1s 146100K .......... .......... .......... .......... .......... 61% 109M 1s 146150K .......... .......... .......... .......... .......... 61% 108M 1s 146200K .......... .......... .......... .......... .......... 61% 122M 1s 146250K .......... .......... .......... .......... .......... 61% 107M 1s 146300K .......... .......... .......... .......... .......... 61% 99.3M 1s 146350K .......... .......... .......... .......... .......... 61% 123M 1s 146400K .......... .......... .......... .......... .......... 61% 112M 1s 146450K .......... .......... .......... .......... .......... 61% 131M 1s 146500K .......... .......... .......... .......... .......... 61% 97.6M 1s 146550K .......... .......... .......... .......... .......... 61% 114M 1s 146600K .......... .......... .......... .......... .......... 61% 98.7M 1s 146650K .......... .......... .......... .......... .......... 61% 126M 1s 146700K .......... .......... .......... .......... .......... 61% 111M 1s 146750K .......... .......... .......... .......... .......... 61% 111M 1s 146800K .......... .......... .......... .......... .......... 61% 111M 1s 146850K .......... .......... .......... .......... .......... 61% 119M 1s 146900K .......... .......... .......... .......... .......... 61% 119M 1s 146950K .......... .......... .......... .......... .......... 61% 103M 1s 147000K .......... .......... .......... .......... .......... 61% 99.6M 1s 147050K .......... .......... .......... .......... .......... 61% 114M 1s 147100K .......... .......... .......... .......... .......... 61% 101M 1s 147150K .......... .......... .......... .......... .......... 61% 147M 1s 147200K .......... .......... .......... .......... .......... 61% 108M 1s 147250K .......... .......... .......... .......... .......... 61% 112M 1s 147300K .......... .......... .......... .......... .......... 61% 117M 1s 147350K .......... .......... .......... .......... .......... 61% 101M 1s 147400K .......... .......... .......... .......... .......... 61% 128M 1s 147450K .......... .......... .......... .......... .......... 61% 101M 1s 147500K .......... .......... .......... .......... .......... 61% 123M 1s 147550K .......... .......... .......... .......... .......... 61% 99.6M 1s 147600K .......... .......... .......... .......... .......... 61% 109M 1s 147650K .......... .......... .......... .......... .......... 61% 106M 1s 147700K .......... .......... .......... .......... .......... 61% 103M 1s 147750K .......... .......... .......... .......... .......... 61% 132M 1s 147800K .......... .......... .......... .......... .......... 61% 115M 1s 147850K .......... .......... .......... .......... .......... 61% 109M 1s 147900K .......... .......... .......... .......... .......... 61% 122M 1s 147950K .......... .......... .......... .......... .......... 61% 104M 1s 148000K .......... .......... .......... .......... .......... 61% 105M 1s 148050K .......... .......... .......... .......... .......... 61% 129M 1s 148100K .......... .......... .......... .......... .......... 62% 121M 1s 148150K .......... .......... .......... .......... .......... 62% 115M 1s 148200K .......... .......... .......... .......... .......... 62% 110M 1s 148250K .......... .......... .......... .......... .......... 62% 88.9M 1s 148300K .......... .......... .......... .......... .......... 62% 154M 1s 148350K .......... .......... .......... .......... .......... 62% 98.9M 1s 148400K .......... .......... .......... .......... .......... 62% 111M 1s 148450K .......... .......... .......... .......... .......... 62% 116M 1s 148500K .......... .......... .......... .......... .......... 62% 97.2M 1s 148550K .......... .......... .......... .......... .......... 62% 131M 1s 148600K .......... .......... .......... .......... .......... 62% 110M 1s 148650K .......... .......... .......... .......... .......... 62% 100M 1s 148700K .......... .......... .......... .......... .......... 62% 110M 1s 148750K .......... .......... .......... .......... .......... 62% 120M 1s 148800K .......... .......... .......... .......... .......... 62% 106M 1s 148850K .......... .......... .......... .......... .......... 62% 134M 1s 148900K .......... .......... .......... .......... .......... 62% 116M 1s 148950K .......... .......... .......... .......... .......... 62% 124M 1s 149000K .......... .......... .......... .......... .......... 62% 124M 1s 149050K .......... .......... .......... .......... .......... 62% 96.5M 1s 149100K .......... .......... .......... .......... .......... 62% 117M 1s 149150K .......... .......... .......... .......... .......... 62% 118M 1s 149200K .......... .......... .......... .......... .......... 62% 97.2M 1s 149250K .......... .......... .......... .......... .......... 62% 128M 1s 149300K .......... .......... .......... .......... .......... 62% 107M 1s 149350K .......... .......... .......... .......... .......... 62% 120M 1s 149400K .......... .......... .......... .......... .......... 62% 99.6M 1s 149450K .......... .......... .......... .......... .......... 62% 104M 1s 149500K .......... .......... .......... .......... .......... 62% 128M 1s 149550K .......... .......... .......... .......... .......... 62% 114M 1s 149600K .......... .......... .......... .......... .......... 62% 114M 1s 149650K .......... .......... .......... .......... .......... 62% 125M 1s 149700K .......... .......... .......... .......... .......... 62% 115M 1s 149750K .......... .......... .......... .......... .......... 62% 103M 1s 149800K .......... .......... .......... .......... .......... 62% 113M 1s 149850K .......... .......... .......... .......... .......... 62% 106M 1s 149900K .......... .......... .......... .......... .......... 62% 89.0M 1s 149950K .......... .......... .......... .......... .......... 62% 127M 1s 150000K .......... .......... .......... .......... .......... 62% 6.52M 1s 150050K .......... .......... .......... .......... .......... 62% 183M 1s 150100K .......... .......... .......... .......... .......... 62% 262M 1s 150150K .......... .......... .......... .......... .......... 62% 227M 1s 150200K .......... .......... .......... .......... .......... 62% 251M 1s 150250K .......... .......... .......... .......... .......... 62% 235M 1s 150300K .......... .......... .......... .......... .......... 62% 245M 1s 150350K .......... .......... .......... .......... .......... 62% 235M 1s 150400K .......... .......... .......... .......... .......... 62% 248M 1s 150450K .......... .......... .......... .......... .......... 63% 265M 1s 150500K .......... .......... .......... .......... .......... 63% 264M 1s 150550K .......... .......... .......... .......... .......... 63% 240M 1s 150600K .......... .......... .......... .......... .......... 63% 298M 1s 150650K .......... .......... .......... .......... .......... 63% 242M 1s 150700K .......... .......... .......... .......... .......... 63% 262M 1s 150750K .......... .......... .......... .......... .......... 63% 251M 1s 150800K .......... .......... .......... .......... .......... 63% 229M 1s 150850K .......... .......... .......... .......... .......... 63% 250M 1s 150900K .......... .......... .......... .......... .......... 63% 273M 1s 150950K .......... .......... .......... .......... .......... 63% 256M 1s 151000K .......... .......... .......... .......... .......... 63% 236M 1s 151050K .......... .......... .......... .......... .......... 63% 211M 1s 151100K .......... .......... .......... .......... .......... 63% 271M 1s 151150K .......... .......... .......... .......... .......... 63% 262M 1s 151200K .......... .......... .......... .......... .......... 63% 271M 1s 151250K .......... .......... .......... .......... .......... 63% 213M 1s 151300K .......... .......... .......... .......... .......... 63% 226M 1s 151350K .......... .......... .......... .......... .......... 63% 273M 1s 151400K .......... .......... .......... .......... .......... 63% 236M 1s 151450K .......... .......... .......... .......... .......... 63% 224M 1s 151500K .......... .......... .......... .......... .......... 63% 120M 1s 151550K .......... .......... .......... .......... .......... 63% 101M 1s 151600K .......... .......... .......... .......... .......... 63% 117M 1s 151650K .......... .......... .......... .......... .......... 63% 131M 1s 151700K .......... .......... .......... .......... .......... 63% 82.6M 1s 151750K .......... .......... .......... .......... .......... 63% 194M 1s 151800K .......... .......... .......... .......... .......... 63% 106M 1s 151850K .......... .......... .......... .......... .......... 63% 104M 1s 151900K .......... .......... .......... .......... .......... 63% 114M 1s 151950K .......... .......... .......... .......... .......... 63% 102M 1s 152000K .......... .......... .......... .......... .......... 63% 119M 1s 152050K .......... .......... .......... .......... .......... 63% 118M 1s 152100K .......... .......... .......... .......... .......... 63% 65.2M 1s 152150K .......... .......... .......... .......... .......... 63% 223M 1s 152200K .......... .......... .......... .......... .......... 63% 171M 1s 152250K .......... .......... .......... .......... .......... 63% 106M 1s 152300K .......... .......... .......... .......... .......... 63% 107M 1s 152350K .......... .......... .......... .......... .......... 63% 122M 1s 152400K .......... .......... .......... .......... .......... 63% 103M 1s 152450K .......... .......... .......... .......... .......... 63% 119M 1s 152500K .......... .......... .......... .......... .......... 63% 121M 1s 152550K .......... .......... .......... .......... .......... 63% 7.37M 1s 152600K .......... .......... .......... .......... .......... 63% 230M 1s 152650K .......... .......... .......... .......... .......... 63% 217M 1s 152700K .......... .......... .......... .......... .......... 63% 250M 1s 152750K .......... .......... .......... .......... .......... 63% 197M 1s 152800K .......... .......... .......... .......... .......... 63% 264M 1s 152850K .......... .......... .......... .......... .......... 64% 231M 1s 152900K .......... .......... .......... .......... .......... 64% 242M 1s 152950K .......... .......... .......... .......... .......... 64% 209M 1s 153000K .......... .......... .......... .......... .......... 64% 231M 1s 153050K .......... .......... .......... .......... .......... 64% 249M 1s 153100K .......... .......... .......... .......... .......... 64% 230M 1s 153150K .......... .......... .......... .......... .......... 64% 242M 1s 153200K .......... .......... .......... .......... .......... 64% 230M 1s 153250K .......... .......... .......... .......... .......... 64% 227M 1s 153300K .......... .......... .......... .......... .......... 64% 264M 1s 153350K .......... .......... .......... .......... .......... 64% 246M 1s 153400K .......... .......... .......... .......... .......... 64% 296M 1s 153450K .......... .......... .......... .......... .......... 64% 255M 1s 153500K .......... .......... .......... .......... .......... 64% 298M 1s 153550K .......... .......... .......... .......... .......... 64% 30.1M 1s 153600K .......... .......... .......... .......... .......... 64% 198M 1s 153650K .......... .......... .......... .......... .......... 64% 217M 1s 153700K .......... .......... .......... .......... .......... 64% 283M 1s 153750K .......... .......... .......... .......... .......... 64% 265M 1s 153800K .......... .......... .......... .......... .......... 64% 261M 1s 153850K .......... .......... .......... .......... .......... 64% 204M 1s 153900K .......... .......... .......... .......... .......... 64% 269M 1s 153950K .......... .......... .......... .......... .......... 64% 226M 1s 154000K .......... .......... .......... .......... .......... 64% 236M 1s 154050K .......... .......... .......... .......... .......... 64% 132M 1s 154100K .......... .......... .......... .......... .......... 64% 106M 1s 154150K .......... .......... .......... .......... .......... 64% 117M 1s 154200K .......... .......... .......... .......... .......... 64% 114M 1s 154250K .......... .......... .......... .......... .......... 64% 116M 1s 154300K .......... .......... .......... .......... .......... 64% 107M 1s 154350K .......... .......... .......... .......... .......... 64% 111M 1s 154400K .......... .......... .......... .......... .......... 64% 114M 1s 154450K .......... .......... .......... .......... .......... 64% 131M 1s 154500K .......... .......... .......... .......... .......... 64% 78.7M 1s 154550K .......... .......... .......... .......... .......... 64% 97.9M 1s 154600K .......... .......... .......... .......... .......... 64% 114M 1s 154650K .......... .......... .......... .......... .......... 64% 121M 1s 154700K .......... .......... .......... .......... .......... 64% 113M 1s 154750K .......... .......... .......... .......... .......... 64% 111M 1s 154800K .......... .......... .......... .......... .......... 64% 105M 1s 154850K .......... .......... .......... .......... .......... 64% 109M 1s 154900K .......... .......... .......... .......... .......... 64% 119M 1s 154950K .......... .......... .......... .......... .......... 64% 80.7M 1s 155000K .......... .......... .......... .......... .......... 64% 85.3M 1s 155050K .......... .......... .......... .......... .......... 64% 103M 1s 155100K .......... .......... .......... .......... .......... 64% 144M 1s 155150K .......... .......... .......... .......... .......... 64% 99.4M 1s 155200K .......... .......... .......... .......... .......... 64% 116M 1s 155250K .......... .......... .......... .......... .......... 65% 122M 1s 155300K .......... .......... .......... .......... .......... 65% 76.2M 1s 155350K .......... .......... .......... .......... .......... 65% 156M 1s 155400K .......... .......... .......... .......... .......... 65% 108M 1s 155450K .......... .......... .......... .......... .......... 65% 130M 1s 155500K .......... .......... .......... .......... .......... 65% 104M 1s 155550K .......... .......... .......... .......... .......... 65% 110M 1s 155600K .......... .......... .......... .......... .......... 65% 94.2M 1s 155650K .......... .......... .......... .......... .......... 65% 165M 1s 155700K .......... .......... .......... .......... .......... 65% 114M 1s 155750K .......... .......... .......... .......... .......... 65% 117M 1s 155800K .......... .......... .......... .......... .......... 65% 106M 1s 155850K .......... .......... .......... .......... .......... 65% 102M 1s 155900K .......... .......... .......... .......... .......... 65% 102M 1s 155950K .......... .......... .......... .......... .......... 65% 106M 1s 156000K .......... .......... .......... .......... .......... 65% 116M 1s 156050K .......... .......... .......... .......... .......... 65% 126M 1s 156100K .......... .......... .......... .......... .......... 65% 134M 1s 156150K .......... .......... .......... .......... .......... 65% 110M 1s 156200K .......... .......... .......... .......... .......... 65% 113M 1s 156250K .......... .......... .......... .......... .......... 65% 106M 1s 156300K .......... .......... .......... .......... .......... 65% 105M 1s 156350K .......... .......... .......... .......... .......... 65% 116M 1s 156400K .......... .......... .......... .......... .......... 65% 107M 1s 156450K .......... .......... .......... .......... .......... 65% 106M 1s 156500K .......... .......... .......... .......... .......... 65% 114M 1s 156550K .......... .......... .......... .......... .......... 65% 114M 1s 156600K .......... .......... .......... .......... .......... 65% 106M 1s 156650K .......... .......... .......... .......... .......... 65% 105M 1s 156700K .......... .......... .......... .......... .......... 65% 105M 1s 156750K .......... .......... .......... .......... .......... 65% 123M 1s 156800K .......... .......... .......... .......... .......... 65% 117M 1s 156850K .......... .......... .......... .......... .......... 65% 87.9M 1s 156900K .......... .......... .......... .......... .......... 65% 147M 1s 156950K .......... .......... .......... .......... .......... 65% 130M 1s 157000K .......... .......... .......... .......... .......... 65% 93.0M 1s 157050K .......... .......... .......... .......... .......... 65% 129M 1s 157100K .......... .......... .......... .......... .......... 65% 118M 1s 157150K .......... .......... .......... .......... .......... 65% 119M 1s 157200K .......... .......... .......... .......... .......... 65% 71.1M 1s 157250K .......... .......... .......... .......... .......... 65% 232M 1s 157300K .......... .......... .......... .......... .......... 65% 103M 1s 157350K .......... .......... .......... .......... .......... 65% 123M 1s 157400K .......... .......... .......... .......... .......... 65% 99.1M 1s 157450K .......... .......... .......... .......... .......... 65% 142M 1s 157500K .......... .......... .......... .......... .......... 65% 121M 1s 157550K .......... .......... .......... .......... .......... 65% 91.9M 1s 157600K .......... .......... .......... .......... .......... 65% 118M 1s 157650K .......... .......... .......... .......... .......... 66% 139M 1s 157700K .......... .......... .......... .......... .......... 66% 90.7M 1s 157750K .......... .......... .......... .......... .......... 66% 120M 1s 157800K .......... .......... .......... .......... .......... 66% 32.4M 1s 157850K .......... .......... .......... .......... .......... 66% 255M 1s 157900K .......... .......... .......... .......... .......... 66% 247M 1s 157950K .......... .......... .......... .......... .......... 66% 236M 1s 158000K .......... .......... .......... .......... .......... 66% 233M 1s 158050K .......... .......... .......... .......... .......... 66% 200M 1s 158100K .......... .......... .......... .......... .......... 66% 92.2M 1s 158150K .......... .......... .......... .......... .......... 66% 109M 1s 158200K .......... .......... .......... .......... .......... 66% 112M 1s 158250K .......... .......... .......... .......... .......... 66% 118M 1s 158300K .......... .......... .......... .......... .......... 66% 127M 1s 158350K .......... .......... .......... .......... .......... 66% 98.1M 1s 158400K .......... .......... .......... .......... .......... 66% 123M 1s 158450K .......... .......... .......... .......... .......... 66% 117M 1s 158500K .......... .......... .......... .......... .......... 66% 134M 1s 158550K .......... .......... .......... .......... .......... 66% 106M 1s 158600K .......... .......... .......... .......... .......... 66% 103M 1s 158650K .......... .......... .......... .......... .......... 66% 82.2M 1s 158700K .......... .......... .......... .......... .......... 66% 84.7M 1s 158750K .......... .......... .......... .......... .......... 66% 121M 1s 158800K .......... .......... .......... .......... .......... 66% 105M 1s 158850K .......... .......... .......... .......... .......... 66% 100M 1s 158900K .......... .......... .......... .......... .......... 66% 120M 1s 158950K .......... .......... .......... .......... .......... 66% 93.3M 1s 159000K .......... .......... .......... .......... .......... 66% 104M 1s 159050K .......... .......... .......... .......... .......... 66% 124M 1s 159100K .......... .......... .......... .......... .......... 66% 90.9M 1s 159150K .......... .......... .......... .......... .......... 66% 10.5M 1s 159200K .......... .......... .......... .......... .......... 66% 113M 1s 159250K .......... .......... .......... .......... .......... 66% 176M 1s 159300K .......... .......... .......... .......... .......... 66% 207M 1s 159350K .......... .......... .......... .......... .......... 66% 236M 1s 159400K .......... .......... .......... .......... .......... 66% 193M 1s 159450K .......... .......... .......... .......... .......... 66% 203M 1s 159500K .......... .......... .......... .......... .......... 66% 218M 1s 159550K .......... .......... .......... .......... .......... 66% 220M 1s 159600K .......... .......... .......... .......... .......... 66% 212M 1s 159650K .......... .......... .......... .......... .......... 66% 225M 1s 159700K .......... .......... .......... .......... .......... 66% 218M 1s 159750K .......... .......... .......... .......... .......... 66% 242M 1s 159800K .......... .......... .......... .......... .......... 66% 231M 1s 159850K .......... .......... .......... .......... .......... 66% 201M 1s 159900K .......... .......... .......... .......... .......... 66% 244M 1s 159950K .......... .......... .......... .......... .......... 66% 248M 1s 160000K .......... .......... .......... .......... .......... 67% 209M 1s 160050K .......... .......... .......... .......... .......... 67% 250M 1s 160100K .......... .......... .......... .......... .......... 67% 218M 1s 160150K .......... .......... .......... .......... .......... 67% 191M 1s 160200K .......... .......... .......... .......... .......... 67% 245M 1s 160250K .......... .......... .......... .......... .......... 67% 178M 1s 160300K .......... .......... .......... .......... .......... 67% 99.4M 1s 160350K .......... .......... .......... .......... .......... 67% 127M 1s 160400K .......... .......... .......... .......... .......... 67% 107M 1s 160450K .......... .......... .......... .......... .......... 67% 120M 1s 160500K .......... .......... .......... .......... .......... 67% 94.9M 1s 160550K .......... .......... .......... .......... .......... 67% 150M 1s 160600K .......... .......... .......... .......... .......... 67% 118M 1s 160650K .......... .......... .......... .......... .......... 67% 91.1M 1s 160700K .......... .......... .......... .......... .......... 67% 115M 1s 160750K .......... .......... .......... .......... .......... 67% 132M 1s 160800K .......... .......... .......... .......... .......... 67% 99.3M 1s 160850K .......... .......... .......... .......... .......... 67% 116M 1s 160900K .......... .......... .......... .......... .......... 67% 107M 1s 160950K .......... .......... .......... .......... .......... 67% 131M 1s 161000K .......... .......... .......... .......... .......... 67% 89.8M 1s 161050K .......... .......... .......... .......... .......... 67% 147M 1s 161100K .......... .......... .......... .......... .......... 67% 31.8M 1s 161150K .......... .......... .......... .......... .......... 67% 227M 1s 161200K .......... .......... .......... .......... .......... 67% 242M 1s 161250K .......... .......... .......... .......... .......... 67% 220M 1s 161300K .......... .......... .......... .......... .......... 67% 243M 1s 161350K .......... .......... .......... .......... .......... 67% 204M 1s 161400K .......... .......... .......... .......... .......... 67% 111M 1s 161450K .......... .......... .......... .......... .......... 67% 114M 1s 161500K .......... .......... .......... .......... .......... 67% 99.6M 1s 161550K .......... .......... .......... .......... .......... 67% 83.9M 1s 161600K .......... .......... .......... .......... .......... 67% 176M 1s 161650K .......... .......... .......... .......... .......... 67% 112M 1s 161700K .......... .......... .......... .......... .......... 67% 7.69M 1s 161750K .......... .......... .......... .......... .......... 67% 214M 1s 161800K .......... .......... .......... .......... .......... 67% 234M 1s 161850K .......... .......... .......... .......... .......... 67% 211M 1s 161900K .......... .......... .......... .......... .......... 67% 255M 1s 161950K .......... .......... .......... .......... .......... 67% 220M 1s 162000K .......... .......... .......... .......... .......... 67% 226M 1s 162050K .......... .......... .......... .......... .......... 67% 236M 1s 162100K .......... .......... .......... .......... .......... 67% 243M 1s 162150K .......... .......... .......... .......... .......... 67% 221M 1s 162200K .......... .......... .......... .......... .......... 67% 253M 1s 162250K .......... .......... .......... .......... .......... 67% 244M 1s 162300K .......... .......... .......... .......... .......... 67% 240M 1s 162350K .......... .......... .......... .......... .......... 67% 205M 1s 162400K .......... .......... .......... .......... .......... 68% 109M 1s 162450K .......... .......... .......... .......... .......... 68% 167M 1s 162500K .......... .......... .......... .......... .......... 68% 238M 1s 162550K .......... .......... .......... .......... .......... 68% 230M 1s 162600K .......... .......... .......... .......... .......... 68% 262M 1s 162650K .......... .......... .......... .......... .......... 68% 210M 1s 162700K .......... .......... .......... .......... .......... 68% 257M 1s 162750K .......... .......... .......... .......... .......... 68% 216M 1s 162800K .......... .......... .......... .......... .......... 68% 196M 1s 162850K .......... .......... .......... .......... .......... 68% 191M 1s 162900K .......... .......... .......... .......... .......... 68% 190M 1s 162950K .......... .......... .......... .......... .......... 68% 187M 1s 163000K .......... .......... .......... .......... .......... 68% 198M 1s 163050K .......... .......... .......... .......... .......... 68% 217M 1s 163100K .......... .......... .......... .......... .......... 68% 229M 1s 163150K .......... .......... .......... .......... .......... 68% 204M 1s 163200K .......... .......... .......... .......... .......... 68% 135M 1s 163250K .......... .......... .......... .......... .......... 68% 70.4M 1s 163300K .......... .......... .......... .......... .......... 68% 200M 1s 163350K .......... .......... .......... .......... .......... 68% 117M 1s 163400K .......... .......... .......... .......... .......... 68% 30.2M 1s 163450K .......... .......... .......... .......... .......... 68% 227M 1s 163500K .......... .......... .......... .......... .......... 68% 300M 1s 163550K .......... .......... .......... .......... .......... 68% 244M 1s 163600K .......... .......... .......... .......... .......... 68% 273M 1s 163650K .......... .......... .......... .......... .......... 68% 90.1M 1s 163700K .......... .......... .......... .......... .......... 68% 113M 1s 163750K .......... .......... .......... .......... .......... 68% 103M 1s 163800K .......... .......... .......... .......... .......... 68% 104M 1s 163850K .......... .......... .......... .......... .......... 68% 118M 1s 163900K .......... .......... .......... .......... .......... 68% 122M 1s 163950K .......... .......... .......... .......... .......... 68% 101M 1s 164000K .......... .......... .......... .......... .......... 68% 117M 1s 164050K .......... .......... .......... .......... .......... 68% 104M 1s 164100K .......... .......... .......... .......... .......... 68% 124M 1s 164150K .......... .......... .......... .......... .......... 68% 123M 1s 164200K .......... .......... .......... .......... .......... 68% 100M 1s 164250K .......... .......... .......... .......... .......... 68% 115M 1s 164300K .......... .......... .......... .......... .......... 68% 127M 1s 164350K .......... .......... .......... .......... .......... 68% 115M 1s 164400K .......... .......... .......... .......... .......... 68% 121M 1s 164450K .......... .......... .......... .......... .......... 68% 66.4M 1s 164500K .......... .......... .......... .......... .......... 68% 203M 1s 164550K .......... .......... .......... .......... .......... 68% 144M 1s 164600K .......... .......... .......... .......... .......... 68% 100M 1s 164650K .......... .......... .......... .......... .......... 68% 118M 1s 164700K .......... .......... .......... .......... .......... 68% 110M 1s 164750K .......... .......... .......... .......... .......... 68% 112M 1s 164800K .......... .......... .......... .......... .......... 69% 116M 1s 164850K .......... .......... .......... .......... .......... 69% 106M 1s 164900K .......... .......... .......... .......... .......... 69% 137M 1s 164950K .......... .......... .......... .......... .......... 69% 97.3M 1s 165000K .......... .......... .......... .......... .......... 69% 117M 1s 165050K .......... .......... .......... .......... .......... 69% 110M 1s 165100K .......... .......... .......... .......... .......... 69% 99.3M 1s 165150K .......... .......... .......... .......... .......... 69% 133M 1s 165200K .......... .......... .......... .......... .......... 69% 100M 1s 165250K .......... .......... .......... .......... .......... 69% 113M 1s 165300K .......... .......... .......... .......... .......... 69% 98.9M 1s 165350K .......... .......... .......... .......... .......... 69% 129M 1s 165400K .......... .......... .......... .......... .......... 69% 102M 1s 165450K .......... .......... .......... .......... .......... 69% 160M 1s 165500K .......... .......... .......... .......... .......... 69% 89.1M 1s 165550K .......... .......... .......... .......... .......... 69% 142M 1s 165600K .......... .......... .......... .......... .......... 69% 108M 1s 165650K .......... .......... .......... .......... .......... 69% 106M 1s 165700K .......... .......... .......... .......... .......... 69% 125M 1s 165750K .......... .......... .......... .......... .......... 69% 114M 1s 165800K .......... .......... .......... .......... .......... 69% 114M 1s 165850K .......... .......... .......... .......... .......... 69% 107M 1s 165900K .......... .......... .......... .......... .......... 69% 103M 1s 165950K .......... .......... .......... .......... .......... 69% 120M 1s 166000K .......... .......... .......... .......... .......... 69% 97.6M 1s 166050K .......... .......... .......... .......... .......... 69% 106M 1s 166100K .......... .......... .......... .......... .......... 69% 107M 1s 166150K .......... .......... .......... .......... .......... 69% 136M 1s 166200K .......... .......... .......... .......... .......... 69% 67.8M 1s 166250K .......... .......... .......... .......... .......... 69% 241M 1s 166300K .......... .......... .......... .......... .......... 69% 143M 1s 166350K .......... .......... .......... .......... .......... 69% 119M 1s 166400K .......... .......... .......... .......... .......... 69% 106M 1s 166450K .......... .......... .......... .......... .......... 69% 114M 1s 166500K .......... .......... .......... .......... .......... 69% 7.58M 1s 166550K .......... .......... .......... .......... .......... 69% 199M 1s 166600K .......... .......... .......... .......... .......... 69% 233M 1s 166650K .......... .......... .......... .......... .......... 69% 200M 1s 166700K .......... .......... .......... .......... .......... 69% 240M 1s 166750K .......... .......... .......... .......... .......... 69% 218M 1s 166800K .......... .......... .......... .......... .......... 69% 253M 1s 166850K .......... .......... .......... .......... .......... 69% 211M 1s 166900K .......... .......... .......... .......... .......... 69% 222M 1s 166950K .......... .......... .......... .......... .......... 69% 270M 1s 167000K .......... .......... .......... .......... .......... 69% 291M 1s 167050K .......... .......... .......... .......... .......... 69% 218M 1s 167100K .......... .......... .......... .......... .......... 69% 228M 1s 167150K .......... .......... .......... .......... .......... 69% 219M 1s 167200K .......... .......... .......... .......... .......... 70% 271M 1s 167250K .......... .......... .......... .......... .......... 70% 223M 1s 167300K .......... .......... .......... .......... .......... 70% 264M 1s 167350K .......... .......... .......... .......... .......... 70% 217M 1s 167400K .......... .......... .......... .......... .......... 70% 246M 1s 167450K .......... .......... .......... .......... .......... 70% 253M 1s 167500K .......... .......... .......... .......... .......... 70% 253M 1s 167550K .......... .......... .......... .......... .......... 70% 232M 1s 167600K .......... .......... .......... .......... .......... 70% 219M 1s 167650K .......... .......... .......... .......... .......... 70% 211M 1s 167700K .......... .......... .......... .......... .......... 70% 227M 1s 167750K .......... .......... .......... .......... .......... 70% 192M 1s 167800K .......... .......... .......... .......... .......... 70% 221M 1s 167850K .......... .......... .......... .......... .......... 70% 162M 1s 167900K .......... .......... .......... .......... .......... 70% 119M 1s 167950K .......... .......... .......... .......... .......... 70% 121M 1s 168000K .......... .......... .......... .......... .......... 70% 113M 1s 168050K .......... .......... .......... .......... .......... 70% 81.5M 1s 168100K .......... .......... .......... .......... .......... 70% 138M 1s 168150K .......... .......... .......... .......... .......... 70% 94.7M 1s 168200K .......... .......... .......... .......... .......... 70% 132M 1s 168250K .......... .......... .......... .......... .......... 70% 91.5M 1s 168300K .......... .......... .......... .......... .......... 70% 159M 1s 168350K .......... .......... .......... .......... .......... 70% 101M 1s 168400K .......... .......... .......... .......... .......... 70% 119M 1s 168450K .......... .......... .......... .......... .......... 70% 125M 1s 168500K .......... .......... .......... .......... .......... 70% 116M 1s 168550K .......... .......... .......... .......... .......... 70% 98.1M 1s 168600K .......... .......... .......... .......... .......... 70% 125M 1s 168650K .......... .......... .......... .......... .......... 70% 82.5M 1s 168700K .......... .......... .......... .......... .......... 70% 6.40M 1s 168750K .......... .......... .......... .......... .......... 70% 210M 1s 168800K .......... .......... .......... .......... .......... 70% 248M 1s 168850K .......... .......... .......... .......... .......... 70% 200M 1s 168900K .......... .......... .......... .......... .......... 70% 214M 1s 168950K .......... .......... .......... .......... .......... 70% 160M 1s 169000K .......... .......... .......... .......... .......... 70% 233M 1s 169050K .......... .......... .......... .......... .......... 70% 215M 1s 169100K .......... .......... .......... .......... .......... 70% 253M 1s 169150K .......... .......... .......... .......... .......... 70% 200M 1s 169200K .......... .......... .......... .......... .......... 70% 261M 1s 169250K .......... .......... .......... .......... .......... 70% 253M 1s 169300K .......... .......... .......... .......... .......... 70% 284M 1s 169350K .......... .......... .......... .......... .......... 70% 246M 1s 169400K .......... .......... .......... .......... .......... 70% 231M 1s 169450K .......... .......... .......... .......... .......... 70% 230M 1s 169500K .......... .......... .......... .......... .......... 70% 250M 1s 169550K .......... .......... .......... .......... .......... 70% 215M 1s 169600K .......... .......... .......... .......... .......... 71% 226M 1s 169650K .......... .......... .......... .......... .......... 71% 194M 1s 169700K .......... .......... .......... .......... .......... 71% 253M 1s 169750K .......... .......... .......... .......... .......... 71% 237M 1s 169800K .......... .......... .......... .......... .......... 71% 242M 1s 169850K .......... .......... .......... .......... .......... 71% 225M 1s 169900K .......... .......... .......... .......... .......... 71% 240M 1s 169950K .......... .......... .......... .......... .......... 71% 221M 1s 170000K .......... .......... .......... .......... .......... 71% 237M 1s 170050K .......... .......... .......... .......... .......... 71% 201M 1s 170100K .......... .......... .......... .......... .......... 71% 213M 1s 170150K .......... .......... .......... .......... .......... 71% 184M 1s 170200K .......... .......... .......... .......... .......... 71% 178M 1s 170250K .......... .......... .......... .......... .......... 71% 217M 1s 170300K .......... .......... .......... .......... .......... 71% 177M 1s 170350K .......... .......... .......... .......... .......... 71% 130M 1s 170400K .......... .......... .......... .......... .......... 71% 125M 1s 170450K .......... .......... .......... .......... .......... 71% 90.7M 1s 170500K .......... .......... .......... .......... .......... 71% 139M 1s 170550K .......... .......... .......... .......... .......... 71% 116M 1s 170600K .......... .......... .......... .......... .......... 71% 106M 1s 170650K .......... .......... .......... .......... .......... 71% 107M 1s 170700K .......... .......... .......... .......... .......... 71% 123M 1s 170750K .......... .......... .......... .......... .......... 71% 117M 1s 170800K .......... .......... .......... .......... .......... 71% 109M 1s 170850K .......... .......... .......... .......... .......... 71% 99.7M 1s 170900K .......... .......... .......... .......... .......... 71% 97.2M 1s 170950K .......... .......... .......... .......... .......... 71% 175M 1s 171000K .......... .......... .......... .......... .......... 71% 114M 1s 171050K .......... .......... .......... .......... .......... 71% 108M 1s 171100K .......... .......... .......... .......... .......... 71% 115M 1s 171150K .......... .......... .......... .......... .......... 71% 110M 1s 171200K .......... .......... .......... .......... .......... 71% 105M 1s 171250K .......... .......... .......... .......... .......... 71% 119M 1s 171300K .......... .......... .......... .......... .......... 71% 128M 1s 171350K .......... .......... .......... .......... .......... 71% 112M 1s 171400K .......... .......... .......... .......... .......... 71% 98.8M 1s 171450K .......... .......... .......... .......... .......... 71% 114M 1s 171500K .......... .......... .......... .......... .......... 71% 99.0M 1s 171550K .......... .......... .......... .......... .......... 71% 117M 1s 171600K .......... .......... .......... .......... .......... 71% 121M 1s 171650K .......... .......... .......... .......... .......... 71% 123M 1s 171700K .......... .......... .......... .......... .......... 71% 95.8M 1s 171750K .......... .......... .......... .......... .......... 71% 134M 1s 171800K .......... .......... .......... .......... .......... 71% 99.1M 1s 171850K .......... .......... .......... .......... .......... 71% 133M 1s 171900K .......... .......... .......... .......... .......... 71% 94.0M 1s 171950K .......... .......... .......... .......... .......... 72% 133M 1s 172000K .......... .......... .......... .......... .......... 72% 113M 1s 172050K .......... .......... .......... .......... .......... 72% 106M 1s 172100K .......... .......... .......... .......... .......... 72% 118M 1s 172150K .......... .......... .......... .......... .......... 72% 88.6M 1s 172200K .......... .......... .......... .......... .......... 72% 131M 1s 172250K .......... .......... .......... .......... .......... 72% 122M 1s 172300K .......... .......... .......... .......... .......... 72% 129M 1s 172350K .......... .......... .......... .......... .......... 72% 7.64M 1s 172400K .......... .......... .......... .......... .......... 72% 202M 1s 172450K .......... .......... .......... .......... .......... 72% 213M 1s 172500K .......... .......... .......... .......... .......... 72% 219M 1s 172550K .......... .......... .......... .......... .......... 72% 245M 1s 172600K .......... .......... .......... .......... .......... 72% 248M 1s 172650K .......... .......... .......... .......... .......... 72% 242M 1s 172700K .......... .......... .......... .......... .......... 72% 240M 1s 172750K .......... .......... .......... .......... .......... 72% 235M 1s 172800K .......... .......... .......... .......... .......... 72% 259M 1s 172850K .......... .......... .......... .......... .......... 72% 252M 1s 172900K .......... .......... .......... .......... .......... 72% 249M 1s 172950K .......... .......... .......... .......... .......... 72% 229M 1s 173000K .......... .......... .......... .......... .......... 72% 254M 1s 173050K .......... .......... .......... .......... .......... 72% 216M 1s 173100K .......... .......... .......... .......... .......... 72% 259M 1s 173150K .......... .......... .......... .......... .......... 72% 217M 1s 173200K .......... .......... .......... .......... .......... 72% 251M 1s 173250K .......... .......... .......... .......... .......... 72% 271M 1s 173300K .......... .......... .......... .......... .......... 72% 242M 1s 173350K .......... .......... .......... .......... .......... 72% 247M 1s 173400K .......... .......... .......... .......... .......... 72% 221M 1s 173450K .......... .......... .......... .......... .......... 72% 222M 1s 173500K .......... .......... .......... .......... .......... 72% 218M 1s 173550K .......... .......... .......... .......... .......... 72% 219M 1s 173600K .......... .......... .......... .......... .......... 72% 170M 1s 173650K .......... .......... .......... .......... .......... 72% 116M 1s 173700K .......... .......... .......... .......... .......... 72% 73.1M 1s 173750K .......... .......... .......... .......... .......... 72% 61.3M 1s 173800K .......... .......... .......... .......... .......... 72% 7.18M 1s 173850K .......... .......... .......... .......... .......... 72% 217M 1s 173900K .......... .......... .......... .......... .......... 72% 234M 1s 173950K .......... .......... .......... .......... .......... 72% 226M 1s 174000K .......... .......... .......... .......... .......... 72% 243M 1s 174050K .......... .......... .......... .......... .......... 72% 230M 1s 174100K .......... .......... .......... .......... .......... 72% 217M 1s 174150K .......... .......... .......... .......... .......... 72% 244M 1s 174200K .......... .......... .......... .......... .......... 72% 241M 1s 174250K .......... .......... .......... .......... .......... 72% 253M 1s 174300K .......... .......... .......... .......... .......... 72% 295M 1s 174350K .......... .......... .......... .......... .......... 73% 240M 1s 174400K .......... .......... .......... .......... .......... 73% 262M 1s 174450K .......... .......... .......... .......... .......... 73% 256M 1s 174500K .......... .......... .......... .......... .......... 73% 249M 1s 174550K .......... .......... .......... .......... .......... 73% 245M 1s 174600K .......... .......... .......... .......... .......... 73% 284M 1s 174650K .......... .......... .......... .......... .......... 73% 206M 1s 174700K .......... .......... .......... .......... .......... 73% 260M 1s 174750K .......... .......... .......... .......... .......... 73% 244M 1s 174800K .......... .......... .......... .......... .......... 73% 273M 1s 174850K .......... .......... .......... .......... .......... 73% 263M 1s 174900K .......... .......... .......... .......... .......... 73% 223M 1s 174950K .......... .......... .......... .......... .......... 73% 165M 1s 175000K .......... .......... .......... .......... .......... 73% 219M 1s 175050K .......... .......... .......... .......... .......... 73% 241M 1s 175100K .......... .......... .......... .......... .......... 73% 143M 1s 175150K .......... .......... .......... .......... .......... 73% 121M 1s 175200K .......... .......... .......... .......... .......... 73% 104M 1s 175250K .......... .......... .......... .......... .......... 73% 108M 1s 175300K .......... .......... .......... .......... .......... 73% 119M 1s 175350K .......... .......... .......... .......... .......... 73% 98.1M 1s 175400K .......... .......... .......... .......... .......... 73% 128M 1s 175450K .......... .......... .......... .......... .......... 73% 109M 1s 175500K .......... .......... .......... .......... .......... 73% 107M 1s 175550K .......... .......... .......... .......... .......... 73% 124M 1s 175600K .......... .......... .......... .......... .......... 73% 114M 1s 175650K .......... .......... .......... .......... .......... 73% 70.9M 1s 175700K .......... .......... .......... .......... .......... 73% 205M 1s 175750K .......... .......... .......... .......... .......... 73% 118M 1s 175800K .......... .......... .......... .......... .......... 73% 127M 1s 175850K .......... .......... .......... .......... .......... 73% 106M 1s 175900K .......... .......... .......... .......... .......... 73% 69.8M 1s 175950K .......... .......... .......... .......... .......... 73% 192M 1s 176000K .......... .......... .......... .......... .......... 73% 136M 1s 176050K .......... .......... .......... .......... .......... 73% 110M 1s 176100K .......... .......... .......... .......... .......... 73% 112M 1s 176150K .......... .......... .......... .......... .......... 73% 116M 1s 176200K .......... .......... .......... .......... .......... 73% 116M 1s 176250K .......... .......... .......... .......... .......... 73% 116M 1s 176300K .......... .......... .......... .......... .......... 73% 106M 1s 176350K .......... .......... .......... .......... .......... 73% 110M 1s 176400K .......... .......... .......... .......... .......... 73% 106M 1s 176450K .......... .......... .......... .......... .......... 73% 132M 1s 176500K .......... .......... .......... .......... .......... 73% 89.9M 1s 176550K .......... .......... .......... .......... .......... 73% 154M 1s 176600K .......... .......... .......... .......... .......... 73% 91.3M 1s 176650K .......... .......... .......... .......... .......... 73% 128M 1s 176700K .......... .......... .......... .......... .......... 73% 93.6M 1s 176750K .......... .......... .......... .......... .......... 74% 126M 1s 176800K .......... .......... .......... .......... .......... 74% 114M 1s 176850K .......... .......... .......... .......... .......... 74% 108M 1s 176900K .......... .......... .......... .......... .......... 74% 113M 1s 176950K .......... .......... .......... .......... .......... 74% 121M 1s 177000K .......... .......... .......... .......... .......... 74% 97.9M 1s 177050K .......... .......... .......... .......... .......... 74% 125M 1s 177100K .......... .......... .......... .......... .......... 74% 100M 1s 177150K .......... .......... .......... .......... .......... 74% 123M 1s 177200K .......... .......... .......... .......... .......... 74% 98.4M 1s 177250K .......... .......... .......... .......... .......... 74% 136M 1s 177300K .......... .......... .......... .......... .......... 74% 103M 1s 177350K .......... .......... .......... .......... .......... 74% 105M 1s 177400K .......... .......... .......... .......... .......... 74% 123M 1s 177450K .......... .......... .......... .......... .......... 74% 128M 1s 177500K .......... .......... .......... .......... .......... 74% 108M 1s 177550K .......... .......... .......... .......... .......... 74% 101M 1s 177600K .......... .......... .......... .......... .......... 74% 119M 1s 177650K .......... .......... .......... .......... .......... 74% 106M 1s 177700K .......... .......... .......... .......... .......... 74% 125M 1s 177750K .......... .......... .......... .......... .......... 74% 93.3M 1s 177800K .......... .......... .......... .......... .......... 74% 131M 1s 177850K .......... .......... .......... .......... .......... 74% 111M 1s 177900K .......... .......... .......... .......... .......... 74% 113M 1s 177950K .......... .......... .......... .......... .......... 74% 122M 1s 178000K .......... .......... .......... .......... .......... 74% 103M 1s 178050K .......... .......... .......... .......... .......... 74% 104M 1s 178100K .......... .......... .......... .......... .......... 74% 117M 1s 178150K .......... .......... .......... .......... .......... 74% 119M 1s 178200K .......... .......... .......... .......... .......... 74% 108M 1s 178250K .......... .......... .......... .......... .......... 74% 124M 1s 178300K .......... .......... .......... .......... .......... 74% 98.9M 1s 178350K .......... .......... .......... .......... .......... 74% 118M 1s 178400K .......... .......... .......... .......... .......... 74% 121M 1s 178450K .......... .......... .......... .......... .......... 74% 100M 1s 178500K .......... .......... .......... .......... .......... 74% 83.6M 1s 178550K .......... .......... .......... .......... .......... 74% 108M 1s 178600K .......... .......... .......... .......... .......... 74% 70.0M 1s 178650K .......... .......... .......... .......... .......... 74% 149M 1s 178700K .......... .......... .......... .......... .......... 74% 152M 1s 178750K .......... .......... .......... .......... .......... 74% 88.5M 1s 178800K .......... .......... .......... .......... .......... 74% 135M 1s 178850K .......... .......... .......... .......... .......... 74% 138M 1s 178900K .......... .......... .......... .......... .......... 74% 89.9M 1s 178950K .......... .......... .......... .......... .......... 74% 131M 1s 179000K .......... .......... .......... .......... .......... 74% 98.5M 1s 179050K .......... .......... .......... .......... .......... 74% 106M 1s 179100K .......... .......... .......... .......... .......... 74% 117M 1s 179150K .......... .......... .......... .......... .......... 75% 108M 1s 179200K .......... .......... .......... .......... .......... 75% 112M 1s 179250K .......... .......... .......... .......... .......... 75% 67.3M 1s 179300K .......... .......... .......... .......... .......... 75% 242M 1s 179350K .......... .......... .......... .......... .......... 75% 133M 1s 179400K .......... .......... .......... .......... .......... 75% 115M 1s 179450K .......... .......... .......... .......... .......... 75% 104M 1s 179500K .......... .......... .......... .......... .......... 75% 121M 1s 179550K .......... .......... .......... .......... .......... 75% 99.2M 1s 179600K .......... .......... .......... .......... .......... 75% 119M 1s 179650K .......... .......... .......... .......... .......... 75% 119M 1s 179700K .......... .......... .......... .......... .......... 75% 127M 1s 179750K .......... .......... .......... .......... .......... 75% 110M 1s 179800K .......... .......... .......... .......... .......... 75% 107M 1s 179850K .......... .......... .......... .......... .......... 75% 119M 1s 179900K .......... .......... .......... .......... .......... 75% 101M 1s 179950K .......... .......... .......... .......... .......... 75% 101M 1s 180000K .......... .......... .......... .......... .......... 75% 149M 1s 180050K .......... .......... .......... .......... .......... 75% 106M 1s 180100K .......... .......... .......... .......... .......... 75% 107M 1s 180150K .......... .......... .......... .......... .......... 75% 110M 1s 180200K .......... .......... .......... .......... .......... 75% 114M 1s 180250K .......... .......... .......... .......... .......... 75% 103M 1s 180300K .......... .......... .......... .......... .......... 75% 116M 1s 180350K .......... .......... .......... .......... .......... 75% 128M 1s 180400K .......... .......... .......... .......... .......... 75% 100M 1s 180450K .......... .......... .......... .......... .......... 75% 118M 1s 180500K .......... .......... .......... .......... .......... 75% 122M 1s 180550K .......... .......... .......... .......... .......... 75% 95.6M 1s 180600K .......... .......... .......... .......... .......... 75% 128M 1s 180650K .......... .......... .......... .......... .......... 75% 103M 1s 180700K .......... .......... .......... .......... .......... 75% 141M 1s 180750K .......... .......... .......... .......... .......... 75% 111M 1s 180800K .......... .......... .......... .......... .......... 75% 113M 1s 180850K .......... .......... .......... .......... .......... 75% 108M 1s 180900K .......... .......... .......... .......... .......... 75% 115M 1s 180950K .......... .......... .......... .......... .......... 75% 116M 1s 181000K .......... .......... .......... .......... .......... 75% 124M 1s 181050K .......... .......... .......... .......... .......... 75% 101M 1s 181100K .......... .......... .......... .......... .......... 75% 115M 1s 181150K .......... .......... .......... .......... .......... 75% 103M 1s 181200K .......... .......... .......... .......... .......... 75% 99.1M 1s 181250K .......... .......... .......... .......... .......... 75% 137M 1s 181300K .......... .......... .......... .......... .......... 75% 98.0M 1s 181350K .......... .......... .......... .......... .......... 75% 116M 1s 181400K .......... .......... .......... .......... .......... 75% 116M 1s 181450K .......... .......... .......... .......... .......... 75% 106M 1s 181500K .......... .......... .......... .......... .......... 76% 114M 1s 181550K .......... .......... .......... .......... .......... 76% 110M 1s 181600K .......... .......... .......... .......... .......... 76% 126M 1s 181650K .......... .......... .......... .......... .......... 76% 102M 1s 181700K .......... .......... .......... .......... .......... 76% 93.6M 1s 181750K .......... .......... .......... .......... .......... 76% 127M 1s 181800K .......... .......... .......... .......... .......... 76% 121M 1s 181850K .......... .......... .......... .......... .......... 76% 113M 1s 181900K .......... .......... .......... .......... .......... 76% 111M 1s 181950K .......... .......... .......... .......... .......... 76% 114M 1s 182000K .......... .......... .......... .......... .......... 76% 112M 1s 182050K .......... .......... .......... .......... .......... 76% 104M 1s 182100K .......... .......... .......... .......... .......... 76% 103M 1s 182150K .......... .......... .......... .......... .......... 76% 136M 1s 182200K .......... .......... .......... .......... .......... 76% 119M 1s 182250K .......... .......... .......... .......... .......... 76% 92.1M 1s 182300K .......... .......... .......... .......... .......... 76% 117M 1s 182350K .......... .......... .......... .......... .......... 76% 117M 1s 182400K .......... .......... .......... .......... .......... 76% 108M 1s 182450K .......... .......... .......... .......... .......... 76% 105M 1s 182500K .......... .......... .......... .......... .......... 76% 117M 1s 182550K .......... .......... .......... .......... .......... 76% 103M 1s 182600K .......... .......... .......... .......... .......... 76% 153M 1s 182650K .......... .......... .......... .......... .......... 76% 87.1M 1s 182700K .......... .......... .......... .......... .......... 76% 120M 1s 182750K .......... .......... .......... .......... .......... 76% 117M 1s 182800K .......... .......... .......... .......... .......... 76% 98.4M 0s 182850K .......... .......... .......... .......... .......... 76% 131M 0s 182900K .......... .......... .......... .......... .......... 76% 96.4M 0s 182950K .......... .......... .......... .......... .......... 76% 132M 0s 183000K .......... .......... .......... .......... .......... 76% 117M 0s 183050K .......... .......... .......... .......... .......... 76% 114M 0s 183100K .......... .......... .......... .......... .......... 76% 120M 0s 183150K .......... .......... .......... .......... .......... 76% 115M 0s 183200K .......... .......... .......... .......... .......... 76% 103M 0s 183250K .......... .......... .......... .......... .......... 76% 111M 0s 183300K .......... .......... .......... .......... .......... 76% 96.9M 0s 183350K .......... .......... .......... .......... .......... 76% 215M 0s 183400K .......... .......... .......... .......... .......... 76% 7.39M 0s 183450K .......... .......... .......... .......... .......... 76% 221M 0s 183500K .......... .......... .......... .......... .......... 76% 194M 0s 183550K .......... .......... .......... .......... .......... 76% 251M 0s 183600K .......... .......... .......... .......... .......... 76% 242M 0s 183650K .......... .......... .......... .......... .......... 76% 257M 0s 183700K .......... .......... .......... .......... .......... 76% 233M 0s 183750K .......... .......... .......... .......... .......... 76% 233M 0s 183800K .......... .......... .......... .......... .......... 76% 231M 0s 183850K .......... .......... .......... .......... .......... 76% 264M 0s 183900K .......... .......... .......... .......... .......... 77% 222M 0s 183950K .......... .......... .......... .......... .......... 77% 252M 0s 184000K .......... .......... .......... .......... .......... 77% 232M 0s 184050K .......... .......... .......... .......... .......... 77% 267M 0s 184100K .......... .......... .......... .......... .......... 77% 251M 0s 184150K .......... .......... .......... .......... .......... 77% 252M 0s 184200K .......... .......... .......... .......... .......... 77% 214M 0s 184250K .......... .......... .......... .......... .......... 77% 250M 0s 184300K .......... .......... .......... .......... .......... 77% 251M 0s 184350K .......... .......... .......... .......... .......... 77% 251M 0s 184400K .......... .......... .......... .......... .......... 77% 191M 0s 184450K .......... .......... .......... .......... .......... 77% 162M 0s 184500K .......... .......... .......... .......... .......... 77% 246M 0s 184550K .......... .......... .......... .......... .......... 77% 215M 0s 184600K .......... .......... .......... .......... .......... 77% 192M 0s 184650K .......... .......... .......... .......... .......... 77% 219M 0s 184700K .......... .......... .......... .......... .......... 77% 206M 0s 184750K .......... .......... .......... .......... .......... 77% 192M 0s 184800K .......... .......... .......... .......... .......... 77% 123M 0s 184850K .......... .......... .......... .......... .......... 77% 111M 0s 184900K .......... .......... .......... .......... .......... 77% 75.4M 0s 184950K .......... .......... .......... .......... .......... 77% 176M 0s 185000K .......... .......... .......... .......... .......... 77% 139M 0s 185050K .......... .......... .......... .......... .......... 77% 99.5M 0s 185100K .......... .......... .......... .......... .......... 77% 109M 0s 185150K .......... .......... .......... .......... .......... 77% 100M 0s 185200K .......... .......... .......... .......... .......... 77% 119M 0s 185250K .......... .......... .......... .......... .......... 77% 100M 0s 185300K .......... .......... .......... .......... .......... 77% 115M 0s 185350K .......... .......... .......... .......... .......... 77% 132M 0s 185400K .......... .......... .......... .......... .......... 77% 98.5M 0s 185450K .......... .......... .......... .......... .......... 77% 123M 0s 185500K .......... .......... .......... .......... .......... 77% 149M 0s 185550K .......... .......... .......... .......... .......... 77% 102M 0s 185600K .......... .......... .......... .......... .......... 77% 105M 0s 185650K .......... .......... .......... .......... .......... 77% 118M 0s 185700K .......... .......... .......... .......... .......... 77% 95.7M 0s 185750K .......... .......... .......... .......... .......... 77% 122M 0s 185800K .......... .......... .......... .......... .......... 77% 120M 0s 185850K .......... .......... .......... .......... .......... 77% 115M 0s 185900K .......... .......... .......... .......... .......... 77% 99.8M 0s 185950K .......... .......... .......... .......... .......... 77% 83.5M 0s 186000K .......... .......... .......... .......... .......... 77% 186M 0s 186050K .......... .......... .......... .......... .......... 77% 103M 0s 186100K .......... .......... .......... .......... .......... 77% 123M 0s 186150K .......... .......... .......... .......... .......... 77% 93.5M 0s 186200K .......... .......... .......... .......... .......... 77% 138M 0s 186250K .......... .......... .......... .......... .......... 77% 98.5M 0s 186300K .......... .......... .......... .......... .......... 78% 119M 0s 186350K .......... .......... .......... .......... .......... 78% 139M 0s 186400K .......... .......... .......... .......... .......... 78% 88.1M 0s 186450K .......... .......... .......... .......... .......... 78% 146M 0s 186500K .......... .......... .......... .......... .......... 78% 87.6M 0s 186550K .......... .......... .......... .......... .......... 78% 129M 0s 186600K .......... .......... .......... .......... .......... 78% 122M 0s 186650K .......... .......... .......... .......... .......... 78% 98.9M 0s 186700K .......... .......... .......... .......... .......... 78% 126M 0s 186750K .......... .......... .......... .......... .......... 78% 120M 0s 186800K .......... .......... .......... .......... .......... 78% 91.8M 0s 186850K .......... .......... .......... .......... .......... 78% 165M 0s 186900K .......... .......... .......... .......... .......... 78% 95.9M 0s 186950K .......... .......... .......... .......... .......... 78% 107M 0s 187000K .......... .......... .......... .......... .......... 78% 120M 0s 187050K .......... .......... .......... .......... .......... 78% 99.9M 0s 187100K .......... .......... .......... .......... .......... 78% 125M 0s 187150K .......... .......... .......... .......... .......... 78% 87.5M 0s 187200K .......... .......... .......... .......... .......... 78% 134M 0s 187250K .......... .......... .......... .......... .......... 78% 111M 0s 187300K .......... .......... .......... .......... .......... 78% 139M 0s 187350K .......... .......... .......... .......... .......... 78% 102M 0s 187400K .......... .......... .......... .......... .......... 78% 119M 0s 187450K .......... .......... .......... .......... .......... 78% 101M 0s 187500K .......... .......... .......... .......... .......... 78% 121M 0s 187550K .......... .......... .......... .......... .......... 78% 101M 0s 187600K .......... .......... .......... .......... .......... 78% 107M 0s 187650K .......... .......... .......... .......... .......... 78% 130M 0s 187700K .......... .......... .......... .......... .......... 78% 121M 0s 187750K .......... .......... .......... .......... .......... 78% 107M 0s 187800K .......... .......... .......... .......... .......... 78% 7.71M 0s 187850K .......... .......... .......... .......... .......... 78% 235M 0s 187900K .......... .......... .......... .......... .......... 78% 216M 0s 187950K .......... .......... .......... .......... .......... 78% 218M 0s 188000K .......... .......... .......... .......... .......... 78% 221M 0s 188050K .......... .......... .......... .......... .......... 78% 208M 0s 188100K .......... .......... .......... .......... .......... 78% 240M 0s 188150K .......... .......... .......... .......... .......... 78% 223M 0s 188200K .......... .......... .......... .......... .......... 78% 224M 0s 188250K .......... .......... .......... .......... .......... 78% 250M 0s 188300K .......... .......... .......... .......... .......... 78% 297M 0s 188350K .......... .......... .......... .......... .......... 78% 274M 0s 188400K .......... .......... .......... .......... .......... 78% 285M 0s 188450K .......... .......... .......... .......... .......... 78% 249M 0s 188500K .......... .......... .......... .......... .......... 78% 8.93M 0s 188550K .......... .......... .......... .......... .......... 78% 228M 0s 188600K .......... .......... .......... .......... .......... 78% 223M 0s 188650K .......... .......... .......... .......... .......... 78% 188M 0s 188700K .......... .......... .......... .......... .......... 79% 166M 0s 188750K .......... .......... .......... .......... .......... 79% 196M 0s 188800K .......... .......... .......... .......... .......... 79% 251M 0s 188850K .......... .......... .......... .......... .......... 79% 224M 0s 188900K .......... .......... .......... .......... .......... 79% 241M 0s 188950K .......... .......... .......... .......... .......... 79% 241M 0s 189000K .......... .......... .......... .......... .......... 79% 293M 0s 189050K .......... .......... .......... .......... .......... 79% 275M 0s 189100K .......... .......... .......... .......... .......... 79% 289M 0s 189150K .......... .......... .......... .......... .......... 79% 255M 0s 189200K .......... .......... .......... .......... .......... 79% 288M 0s 189250K .......... .......... .......... .......... .......... 79% 257M 0s 189300K .......... .......... .......... .......... .......... 79% 223M 0s 189350K .......... .......... .......... .......... .......... 79% 272M 0s 189400K .......... .......... .......... .......... .......... 79% 9.77M 0s 189450K .......... .......... .......... .......... .......... 79% 201M 0s 189500K .......... .......... .......... .......... .......... 79% 229M 0s 189550K .......... .......... .......... .......... .......... 79% 221M 0s 189600K .......... .......... .......... .......... .......... 79% 233M 0s 189650K .......... .......... .......... .......... .......... 79% 239M 0s 189700K .......... .......... .......... .......... .......... 79% 241M 0s 189750K .......... .......... .......... .......... .......... 79% 249M 0s 189800K .......... .......... .......... .......... .......... 79% 254M 0s 189850K .......... .......... .......... .......... .......... 79% 239M 0s 189900K .......... .......... .......... .......... .......... 79% 255M 0s 189950K .......... .......... .......... .......... .......... 79% 210M 0s 190000K .......... .......... .......... .......... .......... 79% 278M 0s 190050K .......... .......... .......... .......... .......... 79% 278M 0s 190100K .......... .......... .......... .......... .......... 79% 297M 0s 190150K .......... .......... .......... .......... .......... 79% 278M 0s 190200K .......... .......... .......... .......... .......... 79% 263M 0s 190250K .......... .......... .......... .......... .......... 79% 276M 0s 190300K .......... .......... .......... .......... .......... 79% 298M 0s 190350K .......... .......... .......... .......... .......... 79% 276M 0s 190400K .......... .......... .......... .......... .......... 79% 6.29M 0s 190450K .......... .......... .......... .......... .......... 79% 218M 0s 190500K .......... .......... .......... .......... .......... 79% 221M 0s 190550K .......... .......... .......... .......... .......... 79% 200M 0s 190600K .......... .......... .......... .......... .......... 79% 244M 0s 190650K .......... .......... .......... .......... .......... 79% 257M 0s 190700K .......... .......... .......... .......... .......... 79% 258M 0s 190750K .......... .......... .......... .......... .......... 79% 227M 0s 190800K .......... .......... .......... .......... .......... 79% 250M 0s 190850K .......... .......... .......... .......... .......... 79% 254M 0s 190900K .......... .......... .......... .......... .......... 79% 251M 0s 190950K .......... .......... .......... .......... .......... 79% 185M 0s 191000K .......... .......... .......... .......... .......... 79% 227M 0s 191050K .......... .......... .......... .......... .......... 80% 220M 0s 191100K .......... .......... .......... .......... .......... 80% 220M 0s 191150K .......... .......... .......... .......... .......... 80% 205M 0s 191200K .......... .......... .......... .......... .......... 80% 235M 0s 191250K .......... .......... .......... .......... .......... 80% 252M 0s 191300K .......... .......... .......... .......... .......... 80% 265M 0s 191350K .......... .......... .......... .......... .......... 80% 244M 0s 191400K .......... .......... .......... .......... .......... 80% 295M 0s 191450K .......... .......... .......... .......... .......... 80% 269M 0s 191500K .......... .......... .......... .......... .......... 80% 300M 0s 191550K .......... .......... .......... .......... .......... 80% 236M 0s 191600K .......... .......... .......... .......... .......... 80% 292M 0s 191650K .......... .......... .......... .......... .......... 80% 270M 0s 191700K .......... .......... .......... .......... .......... 80% 261M 0s 191750K .......... .......... .......... .......... .......... 80% 8.78M 0s 191800K .......... .......... .......... .......... .......... 80% 280M 0s 191850K .......... .......... .......... .......... .......... 80% 213M 0s 191900K .......... .......... .......... .......... .......... 80% 223M 0s 191950K .......... .......... .......... .......... .......... 80% 201M 0s 192000K .......... .......... .......... .......... .......... 80% 252M 0s 192050K .......... .......... .......... .......... .......... 80% 198M 0s 192100K .......... .......... .......... .......... .......... 80% 270M 0s 192150K .......... .......... .......... .......... .......... 80% 224M 0s 192200K .......... .......... .......... .......... .......... 80% 213M 0s 192250K .......... .......... .......... .......... .......... 80% 218M 0s 192300K .......... .......... .......... .......... .......... 80% 241M 0s 192350K .......... .......... .......... .......... .......... 80% 246M 0s 192400K .......... .......... .......... .......... .......... 80% 220M 0s 192450K .......... .......... .......... .......... .......... 80% 223M 0s 192500K .......... .......... .......... .......... .......... 80% 277M 0s 192550K .......... .......... .......... .......... .......... 80% 277M 0s 192600K .......... .......... .......... .......... .......... 80% 217M 0s 192650K .......... .......... .......... .......... .......... 80% 231M 0s 192700K .......... .......... .......... .......... .......... 80% 247M 0s 192750K .......... .......... .......... .......... .......... 80% 235M 0s 192800K .......... .......... .......... .......... .......... 80% 210M 0s 192850K .......... .......... .......... .......... .......... 80% 218M 0s 192900K .......... .......... .......... .......... .......... 80% 233M 0s 192950K .......... .......... .......... .......... .......... 80% 225M 0s 193000K .......... .......... .......... .......... .......... 80% 248M 0s 193050K .......... .......... .......... .......... .......... 80% 254M 0s 193100K .......... .......... .......... .......... .......... 80% 294M 0s 193150K .......... .......... .......... .......... .......... 80% 244M 0s 193200K .......... .......... .......... .......... .......... 80% 237M 0s 193250K .......... .......... .......... .......... .......... 80% 258M 0s 193300K .......... .......... .......... .......... .......... 80% 302M 0s 193350K .......... .......... .......... .......... .......... 80% 250M 0s 193400K .......... .......... .......... .......... .......... 80% 263M 0s 193450K .......... .......... .......... .......... .......... 81% 253M 0s 193500K .......... .......... .......... .......... .......... 81% 296M 0s 193550K .......... .......... .......... .......... .......... 81% 240M 0s 193600K .......... .......... .......... .......... .......... 81% 76.0M 0s 193650K .......... .......... .......... .......... .......... 81% 29.3M 0s 193700K .......... .......... .......... .......... .......... 81% 237M 0s 193750K .......... .......... .......... .......... .......... 81% 18.3M 0s 193800K .......... .......... .......... .......... .......... 81% 268M 0s 193850K .......... .......... .......... .......... .......... 81% 202M 0s 193900K .......... .......... .......... .......... .......... 81% 214M 0s 193950K .......... .......... .......... .......... .......... 81% 222M 0s 194000K .......... .......... .......... .......... .......... 81% 259M 0s 194050K .......... .......... .......... .......... .......... 81% 247M 0s 194100K .......... .......... .......... .......... .......... 81% 9.36M 0s 194150K .......... .......... .......... .......... .......... 81% 195M 0s 194200K .......... .......... .......... .......... .......... 81% 270M 0s 194250K .......... .......... .......... .......... .......... 81% 232M 0s 194300K .......... .......... .......... .......... .......... 81% 239M 0s 194350K .......... .......... .......... .......... .......... 81% 199M 0s 194400K .......... .......... .......... .......... .......... 81% 249M 0s 194450K .......... .......... .......... .......... .......... 81% 224M 0s 194500K .......... .......... .......... .......... .......... 81% 260M 0s 194550K .......... .......... .......... .......... .......... 81% 201M 0s 194600K .......... .......... .......... .......... .......... 81% 274M 0s 194650K .......... .......... .......... .......... .......... 81% 251M 0s 194700K .......... .......... .......... .......... .......... 81% 233M 0s 194750K .......... .......... .......... .......... .......... 81% 209M 0s 194800K .......... .......... .......... .......... .......... 81% 240M 0s 194850K .......... .......... .......... .......... .......... 81% 198M 0s 194900K .......... .......... .......... .......... .......... 81% 254M 0s 194950K .......... .......... .......... .......... .......... 81% 264M 0s 195000K .......... .......... .......... .......... .......... 81% 243M 0s 195050K .......... .......... .......... .......... .......... 81% 226M 0s 195100K .......... .......... .......... .......... .......... 81% 264M 0s 195150K .......... .......... .......... .......... .......... 81% 276M 0s 195200K .......... .......... .......... .......... .......... 81% 200M 0s 195250K .......... .......... .......... .......... .......... 81% 264M 0s 195300K .......... .......... .......... .......... .......... 81% 224M 0s 195350K .......... .......... .......... .......... .......... 81% 234M 0s 195400K .......... .......... .......... .......... .......... 81% 249M 0s 195450K .......... .......... .......... .......... .......... 81% 202M 0s 195500K .......... .......... .......... .......... .......... 81% 127M 0s 195550K .......... .......... .......... .......... .......... 81% 105M 0s 195600K .......... .......... .......... .......... .......... 81% 114M 0s 195650K .......... .......... .......... .......... .......... 81% 119M 0s 195700K .......... .......... .......... .......... .......... 81% 99.4M 0s 195750K .......... .......... .......... .......... .......... 81% 132M 0s 195800K .......... .......... .......... .......... .......... 81% 103M 0s 195850K .......... .......... .......... .......... .......... 82% 120M 0s 195900K .......... .......... .......... .......... .......... 82% 116M 0s 195950K .......... .......... .......... .......... .......... 82% 97.4M 0s 196000K .......... .......... .......... .......... .......... 82% 117M 0s 196050K .......... .......... .......... .......... .......... 82% 114M 0s 196100K .......... .......... .......... .......... .......... 82% 97.4M 0s 196150K .......... .......... .......... .......... .......... 82% 132M 0s 196200K .......... .......... .......... .......... .......... 82% 103M 0s 196250K .......... .......... .......... .......... .......... 82% 98.0M 0s 196300K .......... .......... .......... .......... .......... 82% 111M 0s 196350K .......... .......... .......... .......... .......... 82% 128M 0s 196400K .......... .......... .......... .......... .......... 82% 107M 0s 196450K .......... .......... .......... .......... .......... 82% 105M 0s 196500K .......... .......... .......... .......... .......... 82% 125M 0s 196550K .......... .......... .......... .......... .......... 82% 117M 0s 196600K .......... .......... .......... .......... .......... 82% 103M 0s 196650K .......... .......... .......... .......... .......... 82% 124M 0s 196700K .......... .......... .......... .......... .......... 82% 97.4M 0s 196750K .......... .......... .......... .......... .......... 82% 121M 0s 196800K .......... .......... .......... .......... .......... 82% 125M 0s 196850K .......... .......... .......... .......... .......... 82% 123M 0s 196900K .......... .......... .......... .......... .......... 82% 89.5M 0s 196950K .......... .......... .......... .......... .......... 82% 117M 0s 197000K .......... .......... .......... .......... .......... 82% 127M 0s 197050K .......... .......... .......... .......... .......... 82% 92.6M 0s 197100K .......... .......... .......... .......... .......... 82% 133M 0s 197150K .......... .......... .......... .......... .......... 82% 106M 0s 197200K .......... .......... .......... .......... .......... 82% 125M 0s 197250K .......... .......... .......... .......... .......... 82% 123M 0s 197300K .......... .......... .......... .......... .......... 82% 103M 0s 197350K .......... .......... .......... .......... .......... 82% 127M 0s 197400K .......... .......... .......... .......... .......... 82% 106M 0s 197450K .......... .......... .......... .......... .......... 82% 95.1M 0s 197500K .......... .......... .......... .......... .......... 82% 126M 0s 197550K .......... .......... .......... .......... .......... 82% 125M 0s 197600K .......... .......... .......... .......... .......... 82% 104M 0s 197650K .......... .......... .......... .......... .......... 82% 110M 0s 197700K .......... .......... .......... .......... .......... 82% 119M 0s 197750K .......... .......... .......... .......... .......... 82% 114M 0s 197800K .......... .......... .......... .......... .......... 82% 121M 0s 197850K .......... .......... .......... .......... .......... 82% 108M 0s 197900K .......... .......... .......... .......... .......... 82% 97.1M 0s 197950K .......... .......... .......... .......... .......... 82% 125M 0s 198000K .......... .......... .......... .......... .......... 82% 114M 0s 198050K .......... .......... .......... .......... .......... 82% 112M 0s 198100K .......... .......... .......... .......... .......... 82% 111M 0s 198150K .......... .......... .......... .......... .......... 82% 104M 0s 198200K .......... .......... .......... .......... .......... 82% 117M 0s 198250K .......... .......... .......... .......... .......... 83% 97.1M 0s 198300K .......... .......... .......... .......... .......... 83% 126M 0s 198350K .......... .......... .......... .......... .......... 83% 118M 0s 198400K .......... .......... .......... .......... .......... 83% 110M 0s 198450K .......... .......... .......... .......... .......... 83% 109M 0s 198500K .......... .......... .......... .......... .......... 83% 120M 0s 198550K .......... .......... .......... .......... .......... 83% 99.1M 0s 198600K .......... .......... .......... .......... .......... 83% 131M 0s 198650K .......... .......... .......... .......... .......... 83% 117M 0s 198700K .......... .......... .......... .......... .......... 83% 103M 0s 198750K .......... .......... .......... .......... .......... 83% 116M 0s 198800K .......... .......... .......... .......... .......... 83% 102M 0s 198850K .......... .......... .......... .......... .......... 83% 121M 0s 198900K .......... .......... .......... .......... .......... 83% 124M 0s 198950K .......... .......... .......... .......... .......... 83% 107M 0s 199000K .......... .......... .......... .......... .......... 83% 105M 0s 199050K .......... .......... .......... .......... .......... 83% 128M 0s 199100K .......... .......... .......... .......... .......... 83% 106M 0s 199150K .......... .......... .......... .......... .......... 83% 119M 0s 199200K .......... .......... .......... .......... .......... 83% 118M 0s 199250K .......... .......... .......... .......... .......... 83% 98.1M 0s 199300K .......... .......... .......... .......... .......... 83% 91.0M 0s 199350K .......... .......... .......... .......... .......... 83% 130M 0s 199400K .......... .......... .......... .......... .......... 83% 6.87M 0s 199450K .......... .......... .......... .......... .......... 83% 235M 0s 199500K .......... .......... .......... .......... .......... 83% 201M 0s 199550K .......... .......... .......... .......... .......... 83% 264M 0s 199600K .......... .......... .......... .......... .......... 83% 239M 0s 199650K .......... .......... .......... .......... .......... 83% 232M 0s 199700K .......... .......... .......... .......... .......... 83% 202M 0s 199750K .......... .......... .......... .......... .......... 83% 236M 0s 199800K .......... .......... .......... .......... .......... 83% 220M 0s 199850K .......... .......... .......... .......... .......... 83% 207M 0s 199900K .......... .......... .......... .......... .......... 83% 211M 0s 199950K .......... .......... .......... .......... .......... 83% 268M 0s 200000K .......... .......... .......... .......... .......... 83% 223M 0s 200050K .......... .......... .......... .......... .......... 83% 293M 0s 200100K .......... .......... .......... .......... .......... 83% 272M 0s 200150K .......... .......... .......... .......... .......... 83% 277M 0s 200200K .......... .......... .......... .......... .......... 83% 86.1M 0s 200250K .......... .......... .......... .......... .......... 83% 233M 0s 200300K .......... .......... .......... .......... .......... 83% 197M 0s 200350K .......... .......... .......... .......... .......... 83% 258M 0s 200400K .......... .......... .......... .......... .......... 83% 229M 0s 200450K .......... .......... .......... .......... .......... 83% 198M 0s 200500K .......... .......... .......... .......... .......... 83% 237M 0s 200550K .......... .......... .......... .......... .......... 83% 272M 0s 200600K .......... .......... .......... .......... .......... 83% 220M 0s 200650K .......... .......... .......... .......... .......... 84% 221M 0s 200700K .......... .......... .......... .......... .......... 84% 225M 0s 200750K .......... .......... .......... .......... .......... 84% 244M 0s 200800K .......... .......... .......... .......... .......... 84% 204M 0s 200850K .......... .......... .......... .......... .......... 84% 254M 0s 200900K .......... .......... .......... .......... .......... 84% 230M 0s 200950K .......... .......... .......... .......... .......... 84% 219M 0s 201000K .......... .......... .......... .......... .......... 84% 186M 0s 201050K .......... .......... .......... .......... .......... 84% 104M 0s 201100K .......... .......... .......... .......... .......... 84% 120M 0s 201150K .......... .......... .......... .......... .......... 84% 123M 0s 201200K .......... .......... .......... .......... .......... 84% 115M 0s 201250K .......... .......... .......... .......... .......... 84% 111M 0s 201300K .......... .......... .......... .......... .......... 84% 98.8M 0s 201350K .......... .......... .......... .......... .......... 84% 126M 0s 201400K .......... .......... .......... .......... .......... 84% 104M 0s 201450K .......... .......... .......... .......... .......... 84% 109M 0s 201500K .......... .......... .......... .......... .......... 84% 114M 0s 201550K .......... .......... .......... .......... .......... 84% 111M 0s 201600K .......... .......... .......... .......... .......... 84% 120M 0s 201650K .......... .......... .......... .......... .......... 84% 67.1M 0s 201700K .......... .......... .......... .......... .......... 84% 232M 0s 201750K .......... .......... .......... .......... .......... 84% 148M 0s 201800K .......... .......... .......... .......... .......... 84% 109M 0s 201850K .......... .......... .......... .......... .......... 84% 94.1M 0s 201900K .......... .......... .......... .......... .......... 84% 135M 0s 201950K .......... .......... .......... .......... .......... 84% 112M 0s 202000K .......... .......... .......... .......... .......... 84% 112M 0s 202050K .......... .......... .......... .......... .......... 84% 113M 0s 202100K .......... .......... .......... .......... .......... 84% 4.84M 0s 202150K .......... .......... .......... .......... .......... 84% 227M 0s 202200K .......... .......... .......... .......... .......... 84% 203M 0s 202250K .......... .......... .......... .......... .......... 84% 242M 0s 202300K .......... .......... .......... .......... .......... 84% 194M 0s 202350K .......... .......... .......... .......... .......... 84% 265M 0s 202400K .......... .......... .......... .......... .......... 84% 232M 0s 202450K .......... .......... .......... .......... .......... 84% 253M 0s 202500K .......... .......... .......... .......... .......... 84% 227M 0s 202550K .......... .......... .......... .......... .......... 84% 260M 0s 202600K .......... .......... .......... .......... .......... 84% 258M 0s 202650K .......... .......... .......... .......... .......... 84% 279M 0s 202700K .......... .......... .......... .......... .......... 84% 245M 0s 202750K .......... .......... .......... .......... .......... 84% 245M 0s 202800K .......... .......... .......... .......... .......... 84% 225M 0s 202850K .......... .......... .......... .......... .......... 84% 267M 0s 202900K .......... .......... .......... .......... .......... 84% 237M 0s 202950K .......... .......... .......... .......... .......... 84% 285M 0s 203000K .......... .......... .......... .......... .......... 85% 261M 0s 203050K .......... .......... .......... .......... .......... 85% 264M 0s 203100K .......... .......... .......... .......... .......... 85% 228M 0s 203150K .......... .......... .......... .......... .......... 85% 246M 0s 203200K .......... .......... .......... .......... .......... 85% 257M 0s 203250K .......... .......... .......... .......... .......... 85% 252M 0s 203300K .......... .......... .......... .......... .......... 85% 231M 0s 203350K .......... .......... .......... .......... .......... 85% 252M 0s 203400K .......... .......... .......... .......... .......... 85% 269M 0s 203450K .......... .......... .......... .......... .......... 85% 265M 0s 203500K .......... .......... .......... .......... .......... 85% 220M 0s 203550K .......... .......... .......... .......... .......... 85% 247M 0s 203600K .......... .......... .......... .......... .......... 85% 259M 0s 203650K .......... .......... .......... .......... .......... 85% 295M 0s 203700K .......... .......... .......... .......... .......... 85% 250M 0s 203750K .......... .......... .......... .......... .......... 85% 290M 0s 203800K .......... .......... .......... .......... .......... 85% 231M 0s 203850K .......... .......... .......... .......... .......... 85% 257M 0s 203900K .......... .......... .......... .......... .......... 85% 246M 0s 203950K .......... .......... .......... .......... .......... 85% 243M 0s 204000K .......... .......... .......... .......... .......... 85% 203M 0s 204050K .......... .......... .......... .......... .......... 85% 170M 0s 204100K .......... .......... .......... .......... .......... 85% 141M 0s 204150K .......... .......... .......... .......... .......... 85% 213M 0s 204200K .......... .......... .......... .......... .......... 85% 190M 0s 204250K .......... .......... .......... .......... .......... 85% 84.3M 0s 204300K .......... .......... .......... .......... .......... 85% 210M 0s 204350K .......... .......... .......... .......... .......... 85% 113M 0s 204400K .......... .......... .......... .......... .......... 85% 6.73M 0s 204450K .......... .......... .......... .......... .......... 85% 230M 0s 204500K .......... .......... .......... .......... .......... 85% 229M 0s 204550K .......... .......... .......... .......... .......... 85% 203M 0s 204600K .......... .......... .......... .......... .......... 85% 224M 0s 204650K .......... .......... .......... .......... .......... 85% 245M 0s 204700K .......... .......... .......... .......... .......... 85% 220M 0s 204750K .......... .......... .......... .......... .......... 85% 260M 0s 204800K .......... .......... .......... .......... .......... 85% 217M 0s 204850K .......... .......... .......... .......... .......... 85% 266M 0s 204900K .......... .......... .......... .......... .......... 85% 261M 0s 204950K .......... .......... .......... .......... .......... 85% 267M 0s 205000K .......... .......... .......... .......... .......... 85% 229M 0s 205050K .......... .......... .......... .......... .......... 85% 267M 0s 205100K .......... .......... .......... .......... .......... 85% 248M 0s 205150K .......... .......... .......... .......... .......... 85% 233M 0s 205200K .......... .......... .......... .......... .......... 85% 245M 0s 205250K .......... .......... .......... .......... .......... 85% 265M 0s 205300K .......... .......... .......... .......... .......... 85% 220M 0s 205350K .......... .......... .......... .......... .......... 85% 270M 0s 205400K .......... .......... .......... .......... .......... 86% 252M 0s 205450K .......... .......... .......... .......... .......... 86% 264M 0s 205500K .......... .......... .......... .......... .......... 86% 232M 0s 205550K .......... .......... .......... .......... .......... 86% 221M 0s 205600K .......... .......... .......... .......... .......... 86% 236M 0s 205650K .......... .......... .......... .......... .......... 86% 291M 0s 205700K .......... .......... .......... .......... .......... 86% 239M 0s 205750K .......... .......... .......... .......... .......... 86% 234M 0s 205800K .......... .......... .......... .......... .......... 86% 196M 0s 205850K .......... .......... .......... .......... .......... 86% 208M 0s 205900K .......... .......... .......... .......... .......... 86% 170M 0s 205950K .......... .......... .......... .......... .......... 86% 115M 0s 206000K .......... .......... .......... .......... .......... 86% 104M 0s 206050K .......... .......... .......... .......... .......... 86% 98.4M 0s 206100K .......... .......... .......... .......... .......... 86% 135M 0s 206150K .......... .......... .......... .......... .......... 86% 118M 0s 206200K .......... .......... .......... .......... .......... 86% 110M 0s 206250K .......... .......... .......... .......... .......... 86% 114M 0s 206300K .......... .......... .......... .......... .......... 86% 93.5M 0s 206350K .......... .......... .......... .......... .......... 86% 121M 0s 206400K .......... .......... .......... .......... .......... 86% 121M 0s 206450K .......... .......... .......... .......... .......... 86% 103M 0s 206500K .......... .......... .......... .......... .......... 86% 90.0M 0s 206550K .......... .......... .......... .......... .......... 86% 150M 0s 206600K .......... .......... .......... .......... .......... 86% 111M 0s 206650K .......... .......... .......... .......... .......... 86% 135M 0s 206700K .......... .......... .......... .......... .......... 86% 94.2M 0s 206750K .......... .......... .......... .......... .......... 86% 78.0M 0s 206800K .......... .......... .......... .......... .......... 86% 237M 0s 206850K .......... .......... .......... .......... .......... 86% 49.8M 0s 206900K .......... .......... .......... .......... .......... 86% 242M 0s 206950K .......... .......... .......... .......... .......... 86% 242M 0s 207000K .......... .......... .......... .......... .......... 86% 135M 0s 207050K .......... .......... .......... .......... .......... 86% 115M 0s 207100K .......... .......... .......... .......... .......... 86% 90.8M 0s 207150K .......... .......... .......... .......... .......... 86% 140M 0s 207200K .......... .......... .......... .......... .......... 86% 124M 0s 207250K .......... .......... .......... .......... .......... 86% 111M 0s 207300K .......... .......... .......... .......... .......... 86% 99.5M 0s 207350K .......... .......... .......... .......... .......... 86% 119M 0s 207400K .......... .......... .......... .......... .......... 86% 126M 0s 207450K .......... .......... .......... .......... .......... 86% 101M 0s 207500K .......... .......... .......... .......... .......... 86% 113M 0s 207550K .......... .......... .......... .......... .......... 86% 59.1M 0s 207600K .......... .......... .......... .......... .......... 86% 189M 0s 207650K .......... .......... .......... .......... .......... 86% 191M 0s 207700K .......... .......... .......... .......... .......... 86% 123M 0s 207750K .......... .......... .......... .......... .......... 86% 115M 0s 207800K .......... .......... .......... .......... .......... 87% 88.6M 0s 207850K .......... .......... .......... .......... .......... 87% 138M 0s 207900K .......... .......... .......... .......... .......... 87% 110M 0s 207950K .......... .......... .......... .......... .......... 87% 120M 0s 208000K .......... .......... .......... .......... .......... 87% 107M 0s 208050K .......... .......... .......... .......... .......... 87% 110M 0s 208100K .......... .......... .......... .......... .......... 87% 104M 0s 208150K .......... .......... .......... .......... .......... 87% 117M 0s 208200K .......... .......... .......... .......... .......... 87% 126M 0s 208250K .......... .......... .......... .......... .......... 87% 101M 0s 208300K .......... .......... .......... .......... .......... 87% 112M 0s 208350K .......... .......... .......... .......... .......... 87% 102M 0s 208400K .......... .......... .......... .......... .......... 87% 114M 0s 208450K .......... .......... .......... .......... .......... 87% 108M 0s 208500K .......... .......... .......... .......... .......... 87% 125M 0s 208550K .......... .......... .......... .......... .......... 87% 119M 0s 208600K .......... .......... .......... .......... .......... 87% 113M 0s 208650K .......... .......... .......... .......... .......... 87% 130M 0s 208700K .......... .......... .......... .......... .......... 87% 105M 0s 208750K .......... .......... .......... .......... .......... 87% 90.3M 0s 208800K .......... .......... .......... .......... .......... 87% 117M 0s 208850K .......... .......... .......... .......... .......... 87% 134M 0s 208900K .......... .......... .......... .......... .......... 87% 113M 0s 208950K .......... .......... .......... .......... .......... 87% 115M 0s 209000K .......... .......... .......... .......... .......... 87% 6.64M 0s 209050K .......... .......... .......... .......... .......... 87% 96.9M 0s 209100K .......... .......... .......... .......... .......... 87% 150M 0s 209150K .......... .......... .......... .......... .......... 87% 234M 0s 209200K .......... .......... .......... .......... .......... 87% 218M 0s 209250K .......... .......... .......... .......... .......... 87% 208M 0s 209300K .......... .......... .......... .......... .......... 87% 230M 0s 209350K .......... .......... .......... .......... .......... 87% 245M 0s 209400K .......... .......... .......... .......... .......... 87% 231M 0s 209450K .......... .......... .......... .......... .......... 87% 235M 0s 209500K .......... .......... .......... .......... .......... 87% 195M 0s 209550K .......... .......... .......... .......... .......... 87% 274M 0s 209600K .......... .......... .......... .......... .......... 87% 277M 0s 209650K .......... .......... .......... .......... .......... 87% 298M 0s 209700K .......... .......... .......... .......... .......... 87% 235M 0s 209750K .......... .......... .......... .......... .......... 87% 179M 0s 209800K .......... .......... .......... .......... .......... 87% 191M 0s 209850K .......... .......... .......... .......... .......... 87% 245M 0s 209900K .......... .......... .......... .......... .......... 87% 230M 0s 209950K .......... .......... .......... .......... .......... 87% 236M 0s 210000K .......... .......... .......... .......... .......... 87% 259M 0s 210050K .......... .......... .......... .......... .......... 87% 246M 0s 210100K .......... .......... .......... .......... .......... 87% 230M 0s 210150K .......... .......... .......... .......... .......... 87% 191M 0s 210200K .......... .......... .......... .......... .......... 88% 155M 0s 210250K .......... .......... .......... .......... .......... 88% 261M 0s 210300K .......... .......... .......... .......... .......... 88% 234M 0s 210350K .......... .......... .......... .......... .......... 88% 254M 0s 210400K .......... .......... .......... .......... .......... 88% 200M 0s 210450K .......... .......... .......... .......... .......... 88% 242M 0s 210500K .......... .......... .......... .......... .......... 88% 242M 0s 210550K .......... .......... .......... .......... .......... 88% 224M 0s 210600K .......... .......... .......... .......... .......... 88% 123M 0s 210650K .......... .......... .......... .......... .......... 88% 103M 0s 210700K .......... .......... .......... .......... .......... 88% 138M 0s 210750K .......... .......... .......... .......... .......... 88% 106M 0s 210800K .......... .......... .......... .......... .......... 88% 120M 0s 210850K .......... .......... .......... .......... .......... 88% 99.8M 0s 210900K .......... .......... .......... .......... .......... 88% 122M 0s 210950K .......... .......... .......... .......... .......... 88% 114M 0s 211000K .......... .......... .......... .......... .......... 88% 113M 0s 211050K .......... .......... .......... .......... .......... 88% 115M 0s 211100K .......... .......... .......... .......... .......... 88% 103M 0s 211150K .......... .......... .......... .......... .......... 88% 136M 0s 211200K .......... .......... .......... .......... .......... 88% 109M 0s 211250K .......... .......... .......... .......... .......... 88% 89.5M 0s 211300K .......... .......... .......... .......... .......... 88% 91.1M 0s 211350K .......... .......... .......... .......... .......... 88% 120M 0s 211400K .......... .......... .......... .......... .......... 88% 172M 0s 211450K .......... .......... .......... .......... .......... 88% 119M 0s 211500K .......... .......... .......... .......... .......... 88% 103M 0s 211550K .......... .......... .......... .......... .......... 88% 143M 0s 211600K .......... .......... .......... .......... .......... 88% 101M 0s 211650K .......... .......... .......... .......... .......... 88% 98.8M 0s 211700K .......... .......... .......... .......... .......... 88% 131M 0s 211750K .......... .......... .......... .......... .......... 88% 80.2M 0s 211800K .......... .......... .......... .......... .......... 88% 153M 0s 211850K .......... .......... .......... .......... .......... 88% 111M 0s 211900K .......... .......... .......... .......... .......... 88% 142M 0s 211950K .......... .......... .......... .......... .......... 88% 89.4M 0s 212000K .......... .......... .......... .......... .......... 88% 116M 0s 212050K .......... .......... .......... .......... .......... 88% 122M 0s 212100K .......... .......... .......... .......... .......... 88% 106M 0s 212150K .......... .......... .......... .......... .......... 88% 121M 0s 212200K .......... .......... .......... .......... .......... 88% 105M 0s 212250K .......... .......... .......... .......... .......... 88% 128M 0s 212300K .......... .......... .......... .......... .......... 88% 102M 0s 212350K .......... .......... .......... .......... .......... 88% 129M 0s 212400K .......... .......... .......... .......... .......... 88% 108M 0s 212450K .......... .......... .......... .......... .......... 88% 114M 0s 212500K .......... .......... .......... .......... .......... 88% 102M 0s 212550K .......... .......... .......... .......... .......... 89% 119M 0s 212600K .......... .......... .......... .......... .......... 89% 108M 0s 212650K .......... .......... .......... .......... .......... 89% 108M 0s 212700K .......... .......... .......... .......... .......... 89% 120M 0s 212750K .......... .......... .......... .......... .......... 89% 101M 0s 212800K .......... .......... .......... .......... .......... 89% 113M 0s 212850K .......... .......... .......... .......... .......... 89% 122M 0s 212900K .......... .......... .......... .......... .......... 89% 122M 0s 212950K .......... .......... .......... .......... .......... 89% 105M 0s 213000K .......... .......... .......... .......... .......... 89% 86.3M 0s 213050K .......... .......... .......... .......... .......... 89% 87.6M 0s 213100K .......... .......... .......... .......... .......... 89% 148M 0s 213150K .......... .......... .......... .......... .......... 89% 129M 0s 213200K .......... .......... .......... .......... .......... 89% 130M 0s 213250K .......... .......... .......... .......... .......... 89% 118M 0s 213300K .......... .......... .......... .......... .......... 89% 103M 0s 213350K .......... .......... .......... .......... .......... 89% 124M 0s 213400K .......... .......... .......... .......... .......... 89% 126M 0s 213450K .......... .......... .......... .......... .......... 89% 109M 0s 213500K .......... .......... .......... .......... .......... 89% 113M 0s 213550K .......... .......... .......... .......... .......... 89% 109M 0s 213600K .......... .......... .......... .......... .......... 89% 113M 0s 213650K .......... .......... .......... .......... .......... 89% 106M 0s 213700K .......... .......... .......... .......... .......... 89% 108M 0s 213750K .......... .......... .......... .......... .......... 89% 103M 0s 213800K .......... .......... .......... .......... .......... 89% 133M 0s 213850K .......... .......... .......... .......... .......... 89% 111M 0s 213900K .......... .......... .......... .......... .......... 89% 121M 0s 213950K .......... .......... .......... .......... .......... 89% 105M 0s 214000K .......... .......... .......... .......... .......... 89% 122M 0s 214050K .......... .......... .......... .......... .......... 89% 106M 0s 214100K .......... .......... .......... .......... .......... 89% 110M 0s 214150K .......... .......... .......... .......... .......... 89% 112M 0s 214200K .......... .......... .......... .......... .......... 89% 117M 0s 214250K .......... .......... .......... .......... .......... 89% 115M 0s 214300K .......... .......... .......... .......... .......... 89% 105M 0s 214350K .......... .......... .......... .......... .......... 89% 101M 0s 214400K .......... .......... .......... .......... .......... 89% 145M 0s 214450K .......... .......... .......... .......... .......... 89% 94.9M 0s 214500K .......... .......... .......... .......... .......... 89% 110M 0s 214550K .......... .......... .......... .......... .......... 89% 116M 0s 214600K .......... .......... .......... .......... .......... 89% 105M 0s 214650K .......... .......... .......... .......... .......... 89% 106M 0s 214700K .......... .......... .......... .......... .......... 89% 127M 0s 214750K .......... .......... .......... .......... .......... 89% 105M 0s 214800K .......... .......... .......... .......... .......... 89% 133M 0s 214850K .......... .......... .......... .......... .......... 89% 101M 0s 214900K .......... .......... .......... .......... .......... 89% 93.6M 0s 214950K .......... .......... .......... .......... .......... 90% 109M 0s 215000K .......... .......... .......... .......... .......... 90% 95.2M 0s 215050K .......... .......... .......... .......... .......... 90% 102M 0s 215100K .......... .......... .......... .......... .......... 90% 96.5M 0s 215150K .......... .......... .......... .......... .......... 90% 114M 0s 215200K .......... .......... .......... .......... .......... 90% 101M 0s 215250K .......... .......... .......... .......... .......... 90% 126M 0s 215300K .......... .......... .......... .......... .......... 90% 102M 0s 215350K .......... .......... .......... .......... .......... 90% 113M 0s 215400K .......... .......... .......... .......... .......... 90% 119M 0s 215450K .......... .......... .......... .......... .......... 90% 113M 0s 215500K .......... .......... .......... .......... .......... 90% 109M 0s 215550K .......... .......... .......... .......... .......... 90% 74.8M 0s 215600K .......... .......... .......... .......... .......... 90% 124M 0s 215650K .......... .......... .......... .......... .......... 90% 150M 0s 215700K .......... .......... .......... .......... .......... 90% 135M 0s 215750K .......... .......... .......... .......... .......... 90% 82.8M 0s 215800K .......... .......... .......... .......... .......... 90% 154M 0s 215850K .......... .......... .......... .......... .......... 90% 123M 0s 215900K .......... .......... .......... .......... .......... 90% 110M 0s 215950K .......... .......... .......... .......... .......... 90% 127M 0s 216000K .......... .......... .......... .......... .......... 90% 104M 0s 216050K .......... .......... .......... .......... .......... 90% 106M 0s 216100K .......... .......... .......... .......... .......... 90% 128M 0s 216150K .......... .......... .......... .......... .......... 90% 76.0M 0s 216200K .......... .......... .......... .......... .......... 90% 164M 0s 216250K .......... .......... .......... .......... .......... 90% 129M 0s 216300K .......... .......... .......... .......... .......... 90% 95.7M 0s 216350K .......... .......... .......... .......... .......... 90% 136M 0s 216400K .......... .......... .......... .......... .......... 90% 116M 0s 216450K .......... .......... .......... .......... .......... 90% 102M 0s 216500K .......... .......... .......... .......... .......... 90% 129M 0s 216550K .......... .......... .......... .......... .......... 90% 113M 0s 216600K .......... .......... .......... .......... .......... 90% 115M 0s 216650K .......... .......... .......... .......... .......... 90% 102M 0s 216700K .......... .......... .......... .......... .......... 90% 97.9M 0s 216750K .......... .......... .......... .......... .......... 90% 149M 0s 216800K .......... .......... .......... .......... .......... 90% 101M 0s 216850K .......... .......... .......... .......... .......... 90% 5.54M 0s 216900K .......... .......... .......... .......... .......... 90% 130M 0s 216950K .......... .......... .......... .......... .......... 90% 175M 0s 217000K .......... .......... .......... .......... .......... 90% 159M 0s 217050K .......... .......... .......... .......... .......... 90% 182M 0s 217100K .......... .......... .......... .......... .......... 90% 136M 0s 217150K .......... .......... .......... .......... .......... 90% 143M 0s 217200K .......... .......... .......... .......... .......... 90% 147M 0s 217250K .......... .......... .......... .......... .......... 90% 254M 0s 217300K .......... .......... .......... .......... .......... 90% 260M 0s 217350K .......... .......... .......... .......... .......... 91% 284M 0s 217400K .......... .......... .......... .......... .......... 91% 255M 0s 217450K .......... .......... .......... .......... .......... 91% 260M 0s 217500K .......... .......... .......... .......... .......... 91% 131M 0s 217550K .......... .......... .......... .......... .......... 91% 138M 0s 217600K .......... .......... .......... .......... .......... 91% 129M 0s 217650K .......... .......... .......... .......... .......... 91% 129M 0s 217700K .......... .......... .......... .......... .......... 91% 105M 0s 217750K .......... .......... .......... .......... .......... 91% 166M 0s 217800K .......... .......... .......... .......... .......... 91% 137M 0s 217850K .......... .......... .......... .......... .......... 91% 176M 0s 217900K .......... .......... .......... .......... .......... 91% 147M 0s 217950K .......... .......... .......... .......... .......... 91% 201M 0s 218000K .......... .......... .......... .......... .......... 91% 139M 0s 218050K .......... .......... .......... .......... .......... 91% 194M 0s 218100K .......... .......... .......... .......... .......... 91% 152M 0s 218150K .......... .......... .......... .......... .......... 91% 176M 0s 218200K .......... .......... .......... .......... .......... 91% 160M 0s 218250K .......... .......... .......... .......... .......... 91% 142M 0s 218300K .......... .......... .......... .......... .......... 91% 174M 0s 218350K .......... .......... .......... .......... .......... 91% 153M 0s 218400K .......... .......... .......... .......... .......... 91% 167M 0s 218450K .......... .......... .......... .......... .......... 91% 175M 0s 218500K .......... .......... .......... .......... .......... 91% 147M 0s 218550K .......... .......... .......... .......... .......... 91% 211M 0s 218600K .......... .......... .......... .......... .......... 91% 170M 0s 218650K .......... .......... .......... .......... .......... 91% 151M 0s 218700K .......... .......... .......... .......... .......... 91% 177M 0s 218750K .......... .......... .......... .......... .......... 91% 168M 0s 218800K .......... .......... .......... .......... .......... 91% 169M 0s 218850K .......... .......... .......... .......... .......... 91% 173M 0s 218900K .......... .......... .......... .......... .......... 91% 194M 0s 218950K .......... .......... .......... .......... .......... 91% 150M 0s 219000K .......... .......... .......... .......... .......... 91% 153M 0s 219050K .......... .......... .......... .......... .......... 91% 169M 0s 219100K .......... .......... .......... .......... .......... 91% 180M 0s 219150K .......... .......... .......... .......... .......... 91% 166M 0s 219200K .......... .......... .......... .......... .......... 91% 145M 0s 219250K .......... .......... .......... .......... .......... 91% 178M 0s 219300K .......... .......... .......... .......... .......... 91% 210M 0s 219350K .......... .......... .......... .......... .......... 91% 122M 0s 219400K .......... .......... .......... .......... .......... 91% 136M 0s 219450K .......... .......... .......... .......... .......... 91% 158M 0s 219500K .......... .......... .......... .......... .......... 91% 151M 0s 219550K .......... .......... .......... .......... .......... 91% 163M 0s 219600K .......... .......... .......... .......... .......... 91% 165M 0s 219650K .......... .......... .......... .......... .......... 91% 131M 0s 219700K .......... .......... .......... .......... .......... 91% 152M 0s 219750K .......... .......... .......... .......... .......... 92% 173M 0s 219800K .......... .......... .......... .......... .......... 92% 174M 0s 219850K .......... .......... .......... .......... .......... 92% 182M 0s 219900K .......... .......... .......... .......... .......... 92% 194M 0s 219950K .......... .......... .......... .......... .......... 92% 195M 0s 220000K .......... .......... .......... .......... .......... 92% 76.7M 0s 220050K .......... .......... .......... .......... .......... 92% 97.4M 0s 220100K .......... .......... .......... .......... .......... 92% 129M 0s 220150K .......... .......... .......... .......... .......... 92% 117M 0s 220200K .......... .......... .......... .......... .......... 92% 79.6M 0s 220250K .......... .......... .......... .......... .......... 92% 136M 0s 220300K .......... .......... .......... .......... .......... 92% 109M 0s 220350K .......... .......... .......... .......... .......... 92% 174M 0s 220400K .......... .......... .......... .......... .......... 92% 40.2M 0s 220450K .......... .......... .......... .......... .......... 92% 143M 0s 220500K .......... .......... .......... .......... .......... 92% 157M 0s 220550K .......... .......... .......... .......... .......... 92% 194M 0s 220600K .......... .......... .......... .......... .......... 92% 102M 0s 220650K .......... .......... .......... .......... .......... 92% 159M 0s 220700K .......... .......... .......... .......... .......... 92% 136M 0s 220750K .......... .......... .......... .......... .......... 92% 120M 0s 220800K .......... .......... .......... .......... .......... 92% 107M 0s 220850K .......... .......... .......... .......... .......... 92% 124M 0s 220900K .......... .......... .......... .......... .......... 92% 108M 0s 220950K .......... .......... .......... .......... .......... 92% 108M 0s 221000K .......... .......... .......... .......... .......... 92% 128M 0s 221050K .......... .......... .......... .......... .......... 92% 5.69M 0s 221100K .......... .......... .......... .......... .......... 92% 220M 0s 221150K .......... .......... .......... .......... .......... 92% 218M 0s 221200K .......... .......... .......... .......... .......... 92% 226M 0s 221250K .......... .......... .......... .......... .......... 92% 221M 0s 221300K .......... .......... .......... .......... .......... 92% 245M 0s 221350K .......... .......... .......... .......... .......... 92% 240M 0s 221400K .......... .......... .......... .......... .......... 92% 237M 0s 221450K .......... .......... .......... .......... .......... 92% 239M 0s 221500K .......... .......... .......... .......... .......... 92% 268M 0s 221550K .......... .......... .......... .......... .......... 92% 231M 0s 221600K .......... .......... .......... .......... .......... 92% 249M 0s 221650K .......... .......... .......... .......... .......... 92% 220M 0s 221700K .......... .......... .......... .......... .......... 92% 254M 0s 221750K .......... .......... .......... .......... .......... 92% 230M 0s 221800K .......... .......... .......... .......... .......... 92% 284M 0s 221850K .......... .......... .......... .......... .......... 92% 234M 0s 221900K .......... .......... .......... .......... .......... 92% 256M 0s 221950K .......... .......... .......... .......... .......... 92% 258M 0s 222000K .......... .......... .......... .......... .......... 92% 294M 0s 222050K .......... .......... .......... .......... .......... 92% 205M 0s 222100K .......... .......... .......... .......... .......... 92% 231M 0s 222150K .......... .......... .......... .......... .......... 93% 248M 0s 222200K .......... .......... .......... .......... .......... 93% 243M 0s 222250K .......... .......... .......... .......... .......... 93% 238M 0s 222300K .......... .......... .......... .......... .......... 93% 270M 0s 222350K .......... .......... .......... .......... .......... 93% 243M 0s 222400K .......... .......... .......... .......... .......... 93% 266M 0s 222450K .......... .......... .......... .......... .......... 93% 222M 0s 222500K .......... .......... .......... .......... .......... 93% 235M 0s 222550K .......... .......... .......... .......... .......... 93% 173M 0s 222600K .......... .......... .......... .......... .......... 93% 207M 0s 222650K .......... .......... .......... .......... .......... 93% 132M 0s 222700K .......... .......... .......... .......... .......... 93% 137M 0s 222750K .......... .......... .......... .......... .......... 93% 148M 0s 222800K .......... .......... .......... .......... .......... 93% 211M 0s 222850K .......... .......... .......... .......... .......... 93% 211M 0s 222900K .......... .......... .......... .......... .......... 93% 242M 0s 222950K .......... .......... .......... .......... .......... 93% 31.9M 0s 223000K .......... .......... .......... .......... .......... 93% 257M 0s 223050K .......... .......... .......... .......... .......... 93% 216M 0s 223100K .......... .......... .......... .......... .......... 93% 223M 0s 223150K .......... .......... .......... .......... .......... 93% 238M 0s 223200K .......... .......... .......... .......... .......... 93% 253M 0s 223250K .......... .......... .......... .......... .......... 93% 152M 0s 223300K .......... .......... .......... .......... .......... 93% 97.8M 0s 223350K .......... .......... .......... .......... .......... 93% 108M 0s 223400K .......... .......... .......... .......... .......... 93% 116M 0s 223450K .......... .......... .......... .......... .......... 93% 107M 0s 223500K .......... .......... .......... .......... .......... 93% 118M 0s 223550K .......... .......... .......... .......... .......... 93% 130M 0s 223600K .......... .......... .......... .......... .......... 93% 115M 0s 223650K .......... .......... .......... .......... .......... 93% 103M 0s 223700K .......... .......... .......... .......... .......... 93% 104M 0s 223750K .......... .......... .......... .......... .......... 93% 108M 0s 223800K .......... .......... .......... .......... .......... 93% 89.5M 0s 223850K .......... .......... .......... .......... .......... 93% 147M 0s 223900K .......... .......... .......... .......... .......... 93% 127M 0s 223950K .......... .......... .......... .......... .......... 93% 113M 0s 224000K .......... .......... .......... .......... .......... 93% 109M 0s 224050K .......... .......... .......... .......... .......... 93% 102M 0s 224100K .......... .......... .......... .......... .......... 93% 97.5M 0s 224150K .......... .......... .......... .......... .......... 93% 141M 0s 224200K .......... .......... .......... .......... .......... 93% 117M 0s 224250K .......... .......... .......... .......... .......... 93% 105M 0s 224300K .......... .......... .......... .......... .......... 93% 116M 0s 224350K .......... .......... .......... .......... .......... 93% 118M 0s 224400K .......... .......... .......... .......... .......... 93% 111M 0s 224450K .......... .......... .......... .......... .......... 93% 105M 0s 224500K .......... .......... .......... .......... .......... 94% 134M 0s 224550K .......... .......... .......... .......... .......... 94% 117M 0s 224600K .......... .......... .......... .......... .......... 94% 113M 0s 224650K .......... .......... .......... .......... .......... 94% 97.1M 0s 224700K .......... .......... .......... .......... .......... 94% 116M 0s 224750K .......... .......... .......... .......... .......... 94% 103M 0s 224800K .......... .......... .......... .......... .......... 94% 126M 0s 224850K .......... .......... .......... .......... .......... 94% 115M 0s 224900K .......... .......... .......... .......... .......... 94% 115M 0s 224950K .......... .......... .......... .......... .......... 94% 93.6M 0s 225000K .......... .......... .......... .......... .......... 94% 111M 0s 225050K .......... .......... .......... .......... .......... 94% 119M 0s 225100K .......... .......... .......... .......... .......... 94% 92.3M 0s 225150K .......... .......... .......... .......... .......... 94% 85.7M 0s 225200K .......... .......... .......... .......... .......... 94% 31.3M 0s 225250K .......... .......... .......... .......... .......... 94% 189M 0s 225300K .......... .......... .......... .......... .......... 94% 236M 0s 225350K .......... .......... .......... .......... .......... 94% 236M 0s 225400K .......... .......... .......... .......... .......... 94% 242M 0s 225450K .......... .......... .......... .......... .......... 94% 240M 0s 225500K .......... .......... .......... .......... .......... 94% 212M 0s 225550K .......... .......... .......... .......... .......... 94% 132M 0s 225600K .......... .......... .......... .......... .......... 94% 99.9M 0s 225650K .......... .......... .......... .......... .......... 94% 120M 0s 225700K .......... .......... .......... .......... .......... 94% 120M 0s 225750K .......... .......... .......... .......... .......... 94% 117M 0s 225800K .......... .......... .......... .......... .......... 94% 104M 0s 225850K .......... .......... .......... .......... .......... 94% 116M 0s 225900K .......... .......... .......... .......... .......... 94% 105M 0s 225950K .......... .......... .......... .......... .......... 94% 121M 0s 226000K .......... .......... .......... .......... .......... 94% 100M 0s 226050K .......... .......... .......... .......... .......... 94% 135M 0s 226100K .......... .......... .......... .......... .......... 94% 125M 0s 226150K .......... .......... .......... .......... .......... 94% 86.4M 0s 226200K .......... .......... .......... .......... .......... 94% 124M 0s 226250K .......... .......... .......... .......... .......... 94% 130M 0s 226300K .......... .......... .......... .......... .......... 94% 93.3M 0s 226350K .......... .......... .......... .......... .......... 94% 126M 0s 226400K .......... .......... .......... .......... .......... 94% 28.0M 0s 226450K .......... .......... .......... .......... .......... 94% 231M 0s 226500K .......... .......... .......... .......... .......... 94% 249M 0s 226550K .......... .......... .......... .......... .......... 94% 217M 0s 226600K .......... .......... .......... .......... .......... 94% 236M 0s 226650K .......... .......... .......... .......... .......... 94% 253M 0s 226700K .......... .......... .......... .......... .......... 94% 214M 0s 226750K .......... .......... .......... .......... .......... 94% 112M 0s 226800K .......... .......... .......... .......... .......... 94% 105M 0s 226850K .......... .......... .......... .......... .......... 94% 119M 0s 226900K .......... .......... .......... .......... .......... 95% 78.1M 0s 226950K .......... .......... .......... .......... .......... 95% 178M 0s 227000K .......... .......... .......... .......... .......... 95% 128M 0s 227050K .......... .......... .......... .......... .......... 95% 116M 0s 227100K .......... .......... .......... .......... .......... 95% 114M 0s 227150K .......... .......... .......... .......... .......... 95% 99.5M 0s 227200K .......... .......... .......... .......... .......... 95% 116M 0s 227250K .......... .......... .......... .......... .......... 95% 109M 0s 227300K .......... .......... .......... .......... .......... 95% 117M 0s 227350K .......... .......... .......... .......... .......... 95% 101M 0s 227400K .......... .......... .......... .......... .......... 95% 112M 0s 227450K .......... .......... .......... .......... .......... 95% 133M 0s 227500K .......... .......... .......... .......... .......... 95% 107M 0s 227550K .......... .......... .......... .......... .......... 95% 98.1M 0s 227600K .......... .......... .......... .......... .......... 95% 97.6M 0s 227650K .......... .......... .......... .......... .......... 95% 120M 0s 227700K .......... .......... .......... .......... .......... 95% 122M 0s 227750K .......... .......... .......... .......... .......... 95% 96.8M 0s 227800K .......... .......... .......... .......... .......... 95% 180M 0s 227850K .......... .......... .......... .......... .......... 95% 98.0M 0s 227900K .......... .......... .......... .......... .......... 95% 101M 0s 227950K .......... .......... .......... .......... .......... 95% 114M 0s 228000K .......... .......... .......... .......... .......... 95% 118M 0s 228050K .......... .......... .......... .......... .......... 95% 76.7M 0s 228100K .......... .......... .......... .......... .......... 95% 216M 0s 228150K .......... .......... .......... .......... .......... 95% 113M 0s 228200K .......... .......... .......... .......... .......... 95% 115M 0s 228250K .......... .......... .......... .......... .......... 95% 104M 0s 228300K .......... .......... .......... .......... .......... 95% 108M 0s 228350K .......... .......... .......... .......... .......... 95% 107M 0s 228400K .......... .......... .......... .......... .......... 95% 136M 0s 228450K .......... .......... .......... .......... .......... 95% 101M 0s 228500K .......... .......... .......... .......... .......... 95% 122M 0s 228550K .......... .......... .......... .......... .......... 95% 96.8M 0s 228600K .......... .......... .......... .......... .......... 95% 132M 0s 228650K .......... .......... .......... .......... .......... 95% 6.58M 0s 228700K .......... .......... .......... .......... .......... 95% 206M 0s 228750K .......... .......... .......... .......... .......... 95% 231M 0s 228800K .......... .......... .......... .......... .......... 95% 245M 0s 228850K .......... .......... .......... .......... .......... 95% 212M 0s 228900K .......... .......... .......... .......... .......... 95% 210M 0s 228950K .......... .......... .......... .......... .......... 95% 214M 0s 229000K .......... .......... .......... .......... .......... 95% 212M 0s 229050K .......... .......... .......... .......... .......... 95% 178M 0s 229100K .......... .......... .......... .......... .......... 95% 184M 0s 229150K .......... .......... .......... .......... .......... 95% 174M 0s 229200K .......... .......... .......... .......... .......... 95% 222M 0s 229250K .......... .......... .......... .......... .......... 95% 200M 0s 229300K .......... .......... .......... .......... .......... 96% 221M 0s 229350K .......... .......... .......... .......... .......... 96% 196M 0s 229400K .......... .......... .......... .......... .......... 96% 217M 0s 229450K .......... .......... .......... .......... .......... 96% 202M 0s 229500K .......... .......... .......... .......... .......... 96% 218M 0s 229550K .......... .......... .......... .......... .......... 96% 207M 0s 229600K .......... .......... .......... .......... .......... 96% 266M 0s 229650K .......... .......... .......... .......... .......... 96% 229M 0s 229700K .......... .......... .......... .......... .......... 96% 254M 0s 229750K .......... .......... .......... .......... .......... 96% 248M 0s 229800K .......... .......... .......... .......... .......... 96% 230M 0s 229850K .......... .......... .......... .......... .......... 96% 232M 0s 229900K .......... .......... .......... .......... .......... 96% 278M 0s 229950K .......... .......... .......... .......... .......... 96% 222M 0s 230000K .......... .......... .......... .......... .......... 96% 250M 0s 230050K .......... .......... .......... .......... .......... 96% 224M 0s 230100K .......... .......... .......... .......... .......... 96% 260M 0s 230150K .......... .......... .......... .......... .......... 96% 242M 0s 230200K .......... .......... .......... .......... .......... 96% 215M 0s 230250K .......... .......... .......... .......... .......... 96% 201M 0s 230300K .......... .......... .......... .......... .......... 96% 174M 0s 230350K .......... .......... .......... .......... .......... 96% 129M 0s 230400K .......... .......... .......... .......... .......... 96% 112M 0s 230450K .......... .......... .......... .......... .......... 96% 114M 0s 230500K .......... .......... .......... .......... .......... 96% 116M 0s 230550K .......... .......... .......... .......... .......... 96% 103M 0s 230600K .......... .......... .......... .......... .......... 96% 109M 0s 230650K .......... .......... .......... .......... .......... 96% 105M 0s 230700K .......... .......... .......... .......... .......... 96% 125M 0s 230750K .......... .......... .......... .......... .......... 96% 113M 0s 230800K .......... .......... .......... .......... .......... 96% 111M 0s 230850K .......... .......... .......... .......... .......... 96% 124M 0s 230900K .......... .......... .......... .......... .......... 96% 99.3M 0s 230950K .......... .......... .......... .......... .......... 96% 118M 0s 231000K .......... .......... .......... .......... .......... 96% 115M 0s 231050K .......... .......... .......... .......... .......... 96% 104M 0s 231100K .......... .......... .......... .......... .......... 96% 124M 0s 231150K .......... .......... .......... .......... .......... 96% 100M 0s 231200K .......... .......... .......... .......... .......... 96% 122M 0s 231250K .......... .......... .......... .......... .......... 96% 114M 0s 231300K .......... .......... .......... .......... .......... 96% 122M 0s 231350K .......... .......... .......... .......... .......... 96% 98.0M 0s 231400K .......... .......... .......... .......... .......... 96% 120M 0s 231450K .......... .......... .......... .......... .......... 96% 106M 0s 231500K .......... .......... .......... .......... .......... 96% 112M 0s 231550K .......... .......... .......... .......... .......... 96% 125M 0s 231600K .......... .......... .......... .......... .......... 96% 104M 0s 231650K .......... .......... .......... .......... .......... 96% 124M 0s 231700K .......... .......... .......... .......... .......... 97% 108M 0s 231750K .......... .......... .......... .......... .......... 97% 120M 0s 231800K .......... .......... .......... .......... .......... 97% 110M 0s 231850K .......... .......... .......... .......... .......... 97% 94.3M 0s 231900K .......... .......... .......... .......... .......... 97% 130M 0s 231950K .......... .......... .......... .......... .......... 97% 105M 0s 232000K .......... .......... .......... .......... .......... 97% 103M 0s 232050K .......... .......... .......... .......... .......... 97% 139M 0s 232100K .......... .......... .......... .......... .......... 97% 106M 0s 232150K .......... .......... .......... .......... .......... 97% 115M 0s 232200K .......... .......... .......... .......... .......... 97% 115M 0s 232250K .......... .......... .......... .......... .......... 97% 121M 0s 232300K .......... .......... .......... .......... .......... 97% 106M 0s 232350K .......... .......... .......... .......... .......... 97% 104M 0s 232400K .......... .......... .......... .......... .......... 97% 119M 0s 232450K .......... .......... .......... .......... .......... 97% 108M 0s 232500K .......... .......... .......... .......... .......... 97% 101M 0s 232550K .......... .......... .......... .......... .......... 97% 98.6M 0s 232600K .......... .......... .......... .......... .......... 97% 137M 0s 232650K .......... .......... .......... .......... .......... 97% 110M 0s 232700K .......... .......... .......... .......... .......... 97% 111M 0s 232750K .......... .......... .......... .......... .......... 97% 110M 0s 232800K .......... .......... .......... .......... .......... 97% 6.48M 0s 232850K .......... .......... .......... .......... .......... 97% 129M 0s 232900K .......... .......... .......... .......... .......... 97% 135M 0s 232950K .......... .......... .......... .......... .......... 97% 130M 0s 233000K .......... .......... .......... .......... .......... 97% 227M 0s 233050K .......... .......... .......... .......... .......... 97% 185M 0s 233100K .......... .......... .......... .......... .......... 97% 168M 0s 233150K .......... .......... .......... .......... .......... 97% 216M 0s 233200K .......... .......... .......... .......... .......... 97% 159M 0s 233250K .......... .......... .......... .......... .......... 97% 204M 0s 233300K .......... .......... .......... .......... .......... 97% 154M 0s 233350K .......... .......... .......... .......... .......... 97% 206M 0s 233400K .......... .......... .......... .......... .......... 97% 198M 0s 233450K .......... .......... .......... .......... .......... 97% 229M 0s 233500K .......... .......... .......... .......... .......... 97% 234M 0s 233550K .......... .......... .......... .......... .......... 97% 213M 0s 233600K .......... .......... .......... .......... .......... 97% 210M 0s 233650K .......... .......... .......... .......... .......... 97% 243M 0s 233700K .......... .......... .......... .......... .......... 97% 222M 0s 233750K .......... .......... .......... .......... .......... 97% 217M 0s 233800K .......... .......... .......... .......... .......... 97% 239M 0s 233850K .......... .......... .......... .......... .......... 97% 244M 0s 233900K .......... .......... .......... .......... .......... 97% 154M 0s 233950K .......... .......... .......... .......... .......... 97% 196M 0s 234000K .......... .......... .......... .......... .......... 97% 199M 0s 234050K .......... .......... .......... .......... .......... 98% 252M 0s 234100K .......... .......... .......... .......... .......... 98% 227M 0s 234150K .......... .......... .......... .......... .......... 98% 241M 0s 234200K .......... .......... .......... .......... .......... 98% 218M 0s 234250K .......... .......... .......... .......... .......... 98% 265M 0s 234300K .......... .......... .......... .......... .......... 98% 232M 0s 234350K .......... .......... .......... .......... .......... 98% 278M 0s 234400K .......... .......... .......... .......... .......... 98% 214M 0s 234450K .......... .......... .......... .......... .......... 98% 260M 0s 234500K .......... .......... .......... .......... .......... 98% 253M 0s 234550K .......... .......... .......... .......... .......... 98% 7.07M 0s 234600K .......... .......... .......... .......... .......... 98% 175M 0s 234650K .......... .......... .......... .......... .......... 98% 224M 0s 234700K .......... .......... .......... .......... .......... 98% 253M 0s 234750K .......... .......... .......... .......... .......... 98% 198M 0s 234800K .......... .......... .......... .......... .......... 98% 232M 0s 234850K .......... .......... .......... .......... .......... 98% 222M 0s 234900K .......... .......... .......... .......... .......... 98% 248M 0s 234950K .......... .......... .......... .......... .......... 98% 239M 0s 235000K .......... .......... .......... .......... .......... 98% 183M 0s 235050K .......... .......... .......... .......... .......... 98% 256M 0s 235100K .......... .......... .......... .......... .......... 98% 220M 0s 235150K .......... .......... .......... .......... .......... 98% 179M 0s 235200K .......... .......... .......... .......... .......... 98% 190M 0s 235250K .......... .......... .......... .......... .......... 98% 228M 0s 235300K .......... .......... .......... .......... .......... 98% 257M 0s 235350K .......... .......... .......... .......... .......... 98% 257M 0s 235400K .......... .......... .......... .......... .......... 98% 285M 0s 235450K .......... .......... .......... .......... .......... 98% 212M 0s 235500K .......... .......... .......... .......... .......... 98% 240M 0s 235550K .......... .......... .......... .......... .......... 98% 230M 0s 235600K .......... .......... .......... .......... .......... 98% 250M 0s 235650K .......... .......... .......... .......... .......... 98% 229M 0s 235700K .......... .......... .......... .......... .......... 98% 244M 0s 235750K .......... .......... .......... .......... .......... 98% 226M 0s 235800K .......... .......... .......... .......... .......... 98% 263M 0s 235850K .......... .......... .......... .......... .......... 98% 177M 0s 235900K .......... .......... .......... .......... .......... 98% 194M 0s 235950K .......... .......... .......... .......... .......... 98% 165M 0s 236000K .......... .......... .......... .......... .......... 98% 189M 0s 236050K .......... .......... .......... .......... .......... 98% 155M 0s 236100K .......... .......... .......... .......... .......... 98% 158M 0s 236150K .......... .......... .......... .......... .......... 98% 194M 0s 236200K .......... .......... .......... .......... .......... 98% 217M 0s 236250K .......... .......... .......... .......... .......... 98% 175M 0s 236300K .......... .......... .......... .......... .......... 98% 147M 0s 236350K .......... .......... .......... .......... .......... 98% 102M 0s 236400K .......... .......... .......... .......... .......... 98% 115M 0s 236450K .......... .......... .......... .......... .......... 99% 132M 0s 236500K .......... .......... .......... .......... .......... 99% 91.1M 0s 236550K .......... .......... .......... .......... .......... 99% 134M 0s 236600K .......... .......... .......... .......... .......... 99% 98.5M 0s 236650K .......... .......... .......... .......... .......... 99% 128M 0s 236700K .......... .......... .......... .......... .......... 99% 108M 0s 236750K .......... .......... .......... .......... .......... 99% 99.3M 0s 236800K .......... .......... .......... .......... .......... 99% 122M 0s 236850K .......... .......... .......... .......... .......... 99% 121M 0s 236900K .......... .......... .......... .......... .......... 99% 122M 0s 236950K .......... .......... .......... .......... .......... 99% 103M 0s 237000K .......... .......... .......... .......... .......... 99% 112M 0s 237050K .......... .......... .......... .......... .......... 99% 110M 0s 237100K .......... .......... .......... .......... .......... 99% 119M 0s 237150K .......... .......... .......... .......... .......... 99% 114M 0s 237200K .......... .......... .......... .......... .......... 99% 104M 0s 237250K .......... .......... .......... .......... .......... 99% 106M 0s 237300K .......... .......... .......... .......... .......... 99% 108M 0s 237350K .......... .......... .......... .......... .......... 99% 115M 0s 237400K .......... .......... .......... .......... .......... 99% 132M 0s 237450K .......... .......... .......... .......... .......... 99% 93.9M 0s 237500K .......... .......... .......... .......... .......... 99% 128M 0s 237550K .......... .......... .......... .......... .......... 99% 93.6M 0s 237600K .......... .......... .......... .......... .......... 99% 126M 0s 237650K .......... .......... .......... .......... .......... 99% 128M 0s 237700K .......... .......... .......... .......... .......... 99% 115M 0s 237750K .......... .......... .......... .......... .......... 99% 103M 0s 237800K .......... .......... .......... .......... .......... 99% 127M 0s 237850K .......... .......... .......... .......... .......... 99% 120M 0s 237900K .......... .......... .......... .......... .......... 99% 95.1M 0s 237950K .......... .......... .......... .......... .......... 99% 126M 0s 238000K .......... .......... .......... .......... .......... 99% 109M 0s 238050K .......... .......... .......... .......... .......... 99% 102M 0s 238100K .......... .......... .......... .......... .......... 99% 97.2M 0s 238150K .......... .......... .......... .......... .......... 99% 123M 0s 238200K .......... .......... .......... .......... .......... 99% 107M 0s 238250K .......... .......... .......... .......... .......... 99% 139M 0s 238300K .......... .......... .......... .......... .......... 99% 116M 0s 238350K .......... .......... .......... .......... .......... 99% 96.4M 0s 238400K .......... .......... .......... .......... .......... 99% 6.74M 0s 238450K .......... .......... .......... .......... .......... 99% 200M 0s 238500K .......... .......... .......... .......... .......... 99% 218M 0s 238550K .......... .......... .......... .......... .......... 99% 147M 0s 238600K .......... .......... .......... .......... .......... 99% 168M 0s 238650K .......... .......... .......... .......... .......... 99% 180M 0s 238700K .......... .......... .......... .......... .......... 99% 271M 0s 238750K .......... .......... .......... .......... .......... 99% 277M 0s 238800K .......... .......... .......... .......... .......... 99% 296M 0s 238850K .......... .......... .... 100% 281M=2.1s 2024-04-30 17:34:01 (110 MB/s) - '/home/jenkins/extension.lib.external/eclipse-SDK-4.10-linux-gtk-x86_64.tar.gz' saved [244607364/244607364] Will not apply HSTS. The HSTS database must be a regular and non-world-writable file. ERROR: could not open HSTS store at '/home/jenkins/.wget-hsts'. HSTS will be disabled. --2024-04-30 17:34:01-- 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)... 65.108.204.189, 2a01:4f9:1a:a084::2 Connecting to archive.apache.org (archive.apache.org)|65.108.204.189|: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% 220K 40s 50K .......... .......... .......... .......... .......... 1% 441K 30s 100K .......... .......... .......... .......... .......... 1% 18.8M 20s 150K .......... .......... .......... .......... .......... 2% 452K 20s 200K .......... .......... .......... .......... .......... 2% 20.3M 16s 250K .......... .......... .......... .......... .......... 3% 20.5M 13s 300K .......... .......... .......... .......... .......... 3% 20.7M 11s 350K .......... .......... .......... .......... .......... 4% 17.6M 10s 400K .......... .......... .......... .......... .......... 5% 476K 11s 450K .......... .......... .......... .......... .......... 5% 10.4M 10s 500K .......... .......... .......... .......... .......... 6% 27.0M 9s 550K .......... .......... .......... .......... .......... 6% 59.9M 8s 600K .......... .......... .......... .......... .......... 7% 40.6M 7s 650K .......... .......... .......... .......... .......... 7% 53.5M 7s 700K .......... .......... .......... .......... .......... 8% 35.3M 6s 750K .......... .......... .......... .......... .......... 9% 24.5M 6s 800K .......... .......... .......... .......... .......... 9% 1.32M 6s 850K .......... .......... .......... .......... .......... 10% 783K 6s 900K .......... .......... .......... .......... .......... 10% 33.8M 6s 950K .......... .......... .......... .......... .......... 11% 6.18M 5s 1000K .......... .......... .......... .......... .......... 11% 103M 5s 1050K .......... .......... .......... .......... .......... 12% 40.2M 5s 1100K .......... .......... .......... .......... .......... 12% 80.0M 5s 1150K .......... .......... .......... .......... .......... 13% 100M 4s 1200K .......... .......... .......... .......... .......... 14% 80.7M 4s 1250K .......... .......... .......... .......... .......... 14% 45.3M 4s 1300K .......... .......... .......... .......... .......... 15% 42.1M 4s 1350K .......... .......... .......... .......... .......... 15% 39.1M 4s 1400K .......... .......... .......... .......... .......... 16% 58.7M 4s 1450K .......... .......... .......... .......... .......... 16% 42.9M 3s 1500K .......... .......... .......... .......... .......... 17% 51.0M 3s 1550K .......... .......... .......... .......... .......... 18% 47.9M 3s 1600K .......... .......... .......... .......... .......... 18% 42.6M 3s 1650K .......... .......... .......... .......... .......... 19% 62.0M 3s 1700K .......... .......... .......... .......... .......... 19% 551K 3s 1750K .......... .......... .......... .......... .......... 20% 58.6M 3s 1800K .......... .......... .......... .......... .......... 20% 58.3M 3s 1850K .......... .......... .......... .......... .......... 21% 36.2M 3s 1900K .......... .......... .......... .......... .......... 22% 14.8M 3s 1950K .......... .......... .......... .......... .......... 22% 13.0M 3s 2000K .......... .......... .......... .......... .......... 23% 61.0M 3s 2050K .......... .......... .......... .......... .......... 23% 57.1M 3s 2100K .......... .......... .......... .......... .......... 24% 103M 3s 2150K .......... .......... .......... .......... .......... 24% 119M 2s 2200K .......... .......... .......... .......... .......... 25% 44.3M 2s 2250K .......... .......... .......... .......... .......... 25% 51.6M 2s 2300K .......... .......... .......... .......... .......... 26% 31.1M 2s 2350K .......... .......... .......... .......... .......... 27% 42.3M 2s 2400K .......... .......... .......... .......... .......... 27% 55.9M 2s 2450K .......... .......... .......... .......... .......... 28% 33.7M 2s 2500K .......... .......... .......... .......... .......... 28% 61.0M 2s 2550K .......... .......... .......... .......... .......... 29% 50.6M 2s 2600K .......... .......... .......... .......... .......... 29% 48.2M 2s 2650K .......... .......... .......... .......... .......... 30% 57.5M 2s 2700K .......... .......... .......... .......... .......... 31% 42.4M 2s 2750K .......... .......... .......... .......... .......... 31% 34.6M 2s 2800K .......... .......... .......... .......... .......... 32% 34.7M 2s 2850K .......... .......... .......... .......... .......... 32% 44.4M 2s 2900K .......... .......... .......... .......... .......... 33% 53.5M 2s 2950K .......... .......... .......... .......... .......... 33% 48.6M 2s 3000K .......... .......... .......... .......... .......... 34% 47.0M 2s 3050K .......... .......... .......... .......... .......... 35% 55.1M 2s 3100K .......... .......... .......... .......... .......... 35% 49.0M 2s 3150K .......... .......... .......... .......... .......... 36% 53.6M 1s 3200K .......... .......... .......... .......... .......... 36% 20.8M 1s 3250K .......... .......... .......... .......... .......... 37% 103M 1s 3300K .......... .......... .......... .......... .......... 37% 106M 1s 3350K .......... .......... .......... .......... .......... 38% 59.5M 1s 3400K .......... .......... .......... .......... .......... 38% 3.91M 1s 3450K .......... .......... .......... .......... .......... 39% 782K 1s 3500K .......... .......... .......... .......... .......... 40% 28.6M 1s 3550K .......... .......... .......... .......... .......... 40% 32.0M 1s 3600K .......... .......... .......... .......... .......... 41% 44.4M 1s 3650K .......... .......... .......... .......... .......... 41% 41.6M 1s 3700K .......... .......... .......... .......... .......... 42% 29.6M 1s 3750K .......... .......... .......... .......... .......... 42% 40.1M 1s 3800K .......... .......... .......... .......... .......... 43% 31.7M 1s 3850K .......... .......... .......... .......... .......... 44% 26.5M 1s 3900K .......... .......... .......... .......... .......... 44% 38.7M 1s 3950K .......... .......... .......... .......... .......... 45% 33.8M 1s 4000K .......... .......... .......... .......... .......... 45% 35.3M 1s 4050K .......... .......... .......... .......... .......... 46% 45.7M 1s 4100K .......... .......... .......... .......... .......... 46% 48.7M 1s 4150K .......... .......... .......... .......... .......... 47% 53.8M 1s 4200K .......... .......... .......... .......... .......... 48% 48.8M 1s 4250K .......... .......... .......... .......... .......... 48% 50.1M 1s 4300K .......... .......... .......... .......... .......... 49% 35.6M 1s 4350K .......... .......... .......... .......... .......... 49% 43.6M 1s 4400K .......... .......... .......... .......... .......... 50% 35.9M 1s 4450K .......... .......... .......... .......... .......... 50% 43.7M 1s 4500K .......... .......... .......... .......... .......... 51% 35.9M 1s 4550K .......... .......... .......... .......... .......... 51% 39.9M 1s 4600K .......... .......... .......... .......... .......... 52% 33.2M 1s 4650K .......... .......... .......... .......... .......... 53% 33.1M 1s 4700K .......... .......... .......... .......... .......... 53% 33.8M 1s 4750K .......... .......... .......... .......... .......... 54% 38.1M 1s 4800K .......... .......... .......... .......... .......... 54% 35.5M 1s 4850K .......... .......... .......... .......... .......... 55% 29.3M 1s 4900K .......... .......... .......... .......... .......... 55% 36.9M 1s 4950K .......... .......... .......... .......... .......... 56% 23.4M 1s 5000K .......... .......... .......... .......... .......... 57% 31.6M 1s 5050K .......... .......... .......... .......... .......... 57% 27.8M 1s 5100K .......... .......... .......... .......... .......... 58% 27.8M 1s 5150K .......... .......... .......... .......... .......... 58% 34.7M 1s 5200K .......... .......... .......... .......... .......... 59% 43.8M 1s 5250K .......... .......... .......... .......... .......... 59% 53.1M 1s 5300K .......... .......... .......... .......... .......... 60% 59.4M 1s 5350K .......... .......... .......... .......... .......... 61% 48.9M 1s 5400K .......... .......... .......... .......... .......... 61% 56.3M 1s 5450K .......... .......... .......... .......... .......... 62% 38.8M 1s 5500K .......... .......... .......... .......... .......... 62% 12.6M 1s 5550K .......... .......... .......... .......... .......... 63% 70.8M 1s 5600K .......... .......... .......... .......... .......... 63% 101M 1s 5650K .......... .......... .......... .......... .......... 64% 52.1M 1s 5700K .......... .......... .......... .......... .......... 64% 58.6M 1s 5750K .......... .......... .......... .......... .......... 65% 59.9M 1s 5800K .......... .......... .......... .......... .......... 66% 48.2M 0s 5850K .......... .......... .......... .......... .......... 66% 112M 0s 5900K .......... .......... .......... .......... .......... 67% 34.7M 0s 5950K .......... .......... .......... .......... .......... 67% 30.1M 0s 6000K .......... .......... .......... .......... .......... 68% 30.7M 0s 6050K .......... .......... .......... .......... .......... 68% 38.0M 0s 6100K .......... .......... .......... .......... .......... 69% 52.0M 0s 6150K .......... .......... .......... .......... .......... 70% 48.4M 0s 6200K .......... .......... .......... .......... .......... 70% 44.7M 0s 6250K .......... .......... .......... .......... .......... 71% 23.4M 0s 6300K .......... .......... .......... .......... .......... 71% 35.2M 0s 6350K .......... .......... .......... .......... .......... 72% 34.8M 0s 6400K .......... .......... .......... .......... .......... 72% 14.1M 0s 6450K .......... .......... .......... .......... .......... 73% 1.46M 0s 6500K .......... .......... .......... .......... .......... 74% 28.4M 0s 6550K .......... .......... .......... .......... .......... 74% 28.4M 0s 6600K .......... .......... .......... .......... .......... 75% 19.7M 0s 6650K .......... .......... .......... .......... .......... 75% 40.0M 0s 6700K .......... .......... .......... .......... .......... 76% 3.85M 0s 6750K .......... .......... .......... .......... .......... 76% 45.1M 0s 6800K .......... .......... .......... .......... .......... 77% 55.1M 0s 6850K .......... .......... .......... .......... .......... 77% 33.8M 0s 6900K .......... .......... .......... .......... .......... 78% 37.5M 0s 6950K .......... .......... .......... .......... .......... 79% 42.6M 0s 7000K .......... .......... .......... .......... .......... 79% 40.9M 0s 7050K .......... .......... .......... .......... .......... 80% 35.9M 0s 7100K .......... .......... .......... .......... .......... 80% 34.8M 0s 7150K .......... .......... .......... .......... .......... 81% 44.4M 0s 7200K .......... .......... .......... .......... .......... 81% 36.4M 0s 7250K .......... .......... .......... .......... .......... 82% 40.7M 0s 7300K .......... .......... .......... .......... .......... 83% 44.1M 0s 7350K .......... .......... .......... .......... .......... 83% 27.9M 0s 7400K .......... .......... .......... .......... .......... 84% 34.0M 0s 7450K .......... .......... .......... .......... .......... 84% 28.1M 0s 7500K .......... .......... .......... .......... .......... 85% 57.8M 0s 7550K .......... .......... .......... .......... .......... 85% 51.4M 0s 7600K .......... .......... .......... .......... .......... 86% 45.8M 0s 7650K .......... .......... .......... .......... .......... 86% 42.1M 0s 7700K .......... .......... .......... .......... .......... 87% 43.3M 0s 7750K .......... .......... .......... .......... .......... 88% 50.2M 0s 7800K .......... .......... .......... .......... .......... 88% 52.5M 0s 7850K .......... .......... .......... .......... .......... 89% 45.8M 0s 7900K .......... .......... .......... .......... .......... 89% 75.6M 0s 7950K .......... .......... .......... .......... .......... 90% 53.8M 0s 8000K .......... .......... .......... .......... .......... 90% 72.4M 0s 8050K .......... .......... .......... .......... .......... 91% 58.6M 0s 8100K .......... .......... .......... .......... .......... 92% 54.2M 0s 8150K .......... .......... .......... .......... .......... 92% 3.39M 0s 8200K .......... .......... .......... .......... .......... 93% 34.5M 0s 8250K .......... .......... .......... .......... .......... 93% 31.7M 0s 8300K .......... .......... .......... .......... .......... 94% 40.2M 0s 8350K .......... .......... .......... .......... .......... 94% 25.7M 0s 8400K .......... .......... .......... .......... .......... 95% 42.7M 0s 8450K .......... .......... .......... .......... .......... 96% 35.0M 0s 8500K .......... .......... .......... .......... .......... 96% 49.4M 0s 8550K .......... .......... .......... .......... .......... 97% 35.6M 0s 8600K .......... .......... .......... .......... .......... 97% 36.0M 0s 8650K .......... .......... .......... .......... .......... 98% 37.1M 0s 8700K .......... .......... .......... .......... .......... 98% 24.5M 0s 8750K .......... .......... .......... .......... .......... 99% 28.9M 0s 8800K .......... .......... .......... .......... .......... 99% 30.1M 0s 8850K . 100% 2211G=1.1s 2024-04-30 17:34:03 (7.80 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.7 [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] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/build.sh -[ EclipseLink Build ]----------------------------------------------------------- [30.04.2024 17:34:08] -[ Starting MySQL Database ]------------------------------ [30.04.2024 17:34:08] --[ Waiting for MySQL Database to come up ]--------------- . done Buildfile: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/autobuild.xml [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' 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.7' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.7' 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 = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest' [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 ='11.0.11' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='6.2.9-300.fc38.x86_64' [echo] [echo] builddate.buildtime='20240430.1734' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20240430-4abffe4bdf' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] common-init: [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] milestone.tag ='2.7.15-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.7' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.13.2.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.7.15' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [echo] build.number ='20240430' [echo] git.hash ='4abffe4bdf' [echo] [echo] milestone.tag ='2.7.15-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' [echo] db.driver ='com.mysql.cj.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true' [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.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.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: 'false' generate-internal-compdeps: [echo] Generating local internal 'Compile Dependency P2 Repository' using Tycho. [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.multiModuleProjectDirectory=buildsystem/org.eclipse.persistence.parent [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -B clean verify [java] [INFO] Scanning for projects... [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.internal >-- [java] [INFO] Building EclipseLink Internal Compilation Dependencies 1.0.5-SNAPSHOT [java] [INFO] --------------------------------[ pom ]--------------------------------- [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 13 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 652 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 1.5 MB/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 673 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.1 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.8/maven-antrun-plugin-1.8.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.8/maven-antrun-plugin-1.8.pom (3.3 kB at 184 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 494 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 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-antrun-plugin/1.8/maven-antrun-plugin-1.8.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.8/maven-antrun-plugin-1.8.jar (36 kB at 1.9 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom (5.6 kB at 294 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 714 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar (29 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-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 75 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 75 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 808 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 435 kB/s) [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.internal --- [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 291 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 905 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 3.0 MB/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 686 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 813 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 2.1 MB/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 558 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/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 13 MB/s) [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 230 kB/s) [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.8:run (inject-common-into-src-bundles) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 122 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 4.5 MB/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 6.5 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 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.2.1/maven-project-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 126 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 145 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 324 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 527 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.11/plexus-interpolation-1.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B 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.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 292 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 282 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 38 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 302 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 42 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 236 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 92 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 181 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.2.1/maven-artifact-manager-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 194 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.2.1/maven-repository-metadata-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 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-artifact/2.2.1/maven-artifact-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 316 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 52 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.2.1/maven-plugin-registry-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 214 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.20/plexus-utils-3.0.20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 173 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 889 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 193 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 616 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 566 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 311 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 137 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.2.1/maven-plugin-api-2.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 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.2.1/maven-repository-metadata-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 213 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 599 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.2.1/maven-plugin-registry-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 428 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 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-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.2.1/maven-project-2.2.1.jar (156 kB at 2.1 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/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 662 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-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 376 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 3.9 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.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 2.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.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 338 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 711 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.20/plexus-utils-3.0.20.jar (243 kB at 2.1 MB/s) [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 1.0 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 145 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 11 MB/s) [java] [INFO] Executing tasks [java] [java] main: [java] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source/plugins [java] [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source/plugins [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --- tycho-p2-extras-plugin:1.3.0:publish-features-and-bundles (default) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 93 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.7.1/plexus-component-annotations-1.7.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 86 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 168 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 5.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 188 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 474 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.2 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.4 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 492 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 216 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.24/plexus-utils-3.0.24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 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-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 188 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 139 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 70 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 595 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 4.3 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 204 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 848 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 592 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 378 kB/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 311 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 688 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 92 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 153 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 597 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 184 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 290 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 156 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 556 kB/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 512 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.4/plexus-component-annotations-1.5.4.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.4/plexus-component-annotations-1.5.4.pom (815 B at 91 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.4/plexus-containers-1.5.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 184 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.7 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 210 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 1.2 MB/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 341 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 481 kB/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 140 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 130 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 93 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 552 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.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 76 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 308 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 97 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 333 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 351 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 893 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 441 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 798 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 475 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 18 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 979 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.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/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 661 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 83 kB/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.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.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.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 47 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 92 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 54 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.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 39 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 54 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 60 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 56 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 82 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/1.3.0/org.eclipse.tycho.embedder.shared-1.3.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/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.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-bundles/1.3.0/tycho-bundles-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 80 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/1.3.0/org.eclipse.tycho.core.shared-1.3.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/1.3.0/org.eclipse.tycho.core.shared-1.3.0.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/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 149 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 61 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 387 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/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.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/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 34 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/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.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/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 728 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 33 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 54 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.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 475 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 37 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 607 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 2.1 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 608 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [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-archiver/3.4/plexus-archiver-3.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.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-io/2.7.1/plexus-io-2.7.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 9.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.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 2.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 703 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.7 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 251 kB/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.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 352 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 353 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/tukaani/xz/1.5/xz-1.5.jar (100 kB at 596 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 3.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.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.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/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 37 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 28 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 145 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/1.3.0/org.eclipse.tycho.core.shared-1.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/apache/maven/maven-compat/3.0/maven-compat-3.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 426 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.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 189 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.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [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 1000 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/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.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.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 838 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/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 37 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 102 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.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.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 56 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.24/plexus-utils-3.0.24.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.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 74 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.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 1.3 MB/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.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 112 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-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 89 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.24/plexus-utils-3.0.24.jar (247 kB at 583 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-artifact/3.0/maven-artifact-3.0.jar (52 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-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/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 48 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/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 3.3 MB/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/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 67 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.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 238 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/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 843 kB/s) [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 30 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] 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-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 113 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-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 163 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 235 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 329 kB/s) [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 131 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] 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 434 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.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 1.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [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 99 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.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 61 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 29 kB/s) [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 105 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 6.2 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 54 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 48 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/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.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/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 1.8 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/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.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/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 2.9 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/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.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/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 390 kB/s) [java] [INFO] Command line: [java] [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar, -configuration, /tmp/tycho-p2-runtime2408994788973825455.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/repository, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source] [java] Generating metadata for .. [java] Generation completed with success [0 seconds]. [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default) @ org.eclipse.persistence.compdeps.internal --- [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 130 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 232 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.jar [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] 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/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 12 MB/s) [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 7.8 MB/s) [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 405 kB/s) [java] [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/org.eclipse.persistence.compdeps.internal-1.0.5-SNAPSHOT.zip [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 10.918 s [java] [INFO] Finished at: 2024-04-30T17:34:22Z [java] [INFO] ------------------------------------------------------------------------ clean-plugins: generate-local-compdeps: [echo] Generating local 'Compile Dependency P2 Repository' using Tycho. [echo] -Dclassworlds.conf=/home/jenkins/extension.lib.external/apache-maven-3.6.0/bin/m2.conf [echo] -Dmaven.multiModuleProjectDirectory=buildsystem/compdeps [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -B clean verify [java] [INFO] Scanning for projects... [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.pom (2.1 kB at 26 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.7.0/tycho-1.7.0.pom (17 kB at 275 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.pom (4.8 kB at 60 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.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.3.0/plexus-utils-3.3.0.pom (5.2 kB at 104 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 511 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.pom [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/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.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/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.pom (1.1 kB at 17 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.7.0/tycho-bundles-1.7.0.pom (3.0 kB at 39 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 73 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 457 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 93 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 324 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 389 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.6 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/21/apache-21.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 489 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 45 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.pom (2.0 kB at 38 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 31 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.pom (1.8 kB at 20 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox/1.7.0/sisu-equinox-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.7.0/sisu-equinox-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.7.0/sisu-equinox-1.7.0.pom (1.0 kB at 19 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.pom (1.7 kB at 32 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.pom (1.3 kB at 19 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 279 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.pom (2.1 kB at 38 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.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/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.pom (1.1 kB at 17 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.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/1.7.0/org.eclipse.tycho.core.shared-1.7.0.pom (1.0 kB at 21 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.pom (2.1 kB at 52 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/1.7.0/tycho-p2-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.7.0/tycho-p2-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.7.0/tycho-p2-1.7.0.pom (1.1 kB at 36 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.pom [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/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.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/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.pom (1.1 kB at 12 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [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/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.jar (5.4 kB at 80 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 3.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 2.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 812 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 2.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.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.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar (22 kB at 212 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.7.0/tycho-core-1.7.0.jar (205 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/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 912 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar (13 kB at 96 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 4.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar (248 kB at 1.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar (3.1 kB at 21 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/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar (38 kB at 231 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/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 736 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.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/1.7.0/org.eclipse.tycho.embedder.shared-1.7.0.jar (9.3 kB at 51 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/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.7.0/tycho-embedder-api-1.7.0.jar (7.0 kB at 33 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar (1.5 MB at 7.0 MB/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/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar (37 kB at 163 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/1.7.0/org.eclipse.tycho.p2.resolver.shared-1.7.0.jar (29 kB at 118 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.jar (37 kB at 146 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.7.0/tycho-bundles-external-1.7.0.zip (8.2 MB at 24 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.0.jar [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/1.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.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/1.7.0/org.eclipse.tycho.p2.resolver.impl-1.7.0.jar (218 kB at 3.8 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.7.0/org.eclipse.tycho.p2.maven.repository-1.7.0.jar [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/1.7.0/org.eclipse.tycho.p2.maven.repository-1.7.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/1.7.0/org.eclipse.tycho.p2.maven.repository-1.7.0.jar (148 kB at 2.8 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.7.0/org.eclipse.tycho.p2.tools.impl-1.7.0.jar [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/1.7.0/org.eclipse.tycho.p2.tools.impl-1.7.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/1.7.0/org.eclipse.tycho.p2.tools.impl-1.7.0.jar (50 kB at 1.2 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 288 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 196 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.1 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 330 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 4.3 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.pom (1.7 kB at 44 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.7.0/target-platform-configuration-1.7.0.jar (7.8 kB at 155 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [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 198 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [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 361 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [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 1.0 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom [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 424 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [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 788 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.pom (2.5 kB at 53 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.7.0/tycho-packaging-plugin-1.7.0.jar (130 kB at 3.5 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.pom (2.2 kB at 69 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.7.0/tycho-p2-plugin-1.7.0.jar (29 kB at 639 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.pom (2.7 kB at 50 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 355 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.8 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 311 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.pom (2.2 kB at 22 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 10 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 142 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 30 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 51 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 30 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 3.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 811 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 689 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar (20 kB at 191 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 313 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 702 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.7.0/sisu-equinox-launching-1.7.0.jar (28 kB at 219 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.pom (2.5 kB at 48 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.7.0/tycho-compiler-plugin-1.7.0.jar (34 kB at 386 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [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 96 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [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 399 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [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 73 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [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 145 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [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 550 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [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 578 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [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 309 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [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 987 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [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 2.8 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.pom (1.4 kB at 40 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.7.0/tycho-p2-repository-plugin-1.7.0.jar (15 kB at 281 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.pom (1.9 kB at 51 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.7.0/tycho-p2-publisher-plugin-1.7.0.jar (21 kB at 317 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 131 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 116 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.0 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 110 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 127 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.3 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 68 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 4.6 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 689 kB/s) [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.pom (22 kB at 126 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 302 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.pom (9.7 kB at 64 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-parent/1.2.13/logback-parent-1.2.13.pom (19 kB at 325 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.pom (4.2 kB at 74 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 65 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 271 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom (4.6 kB at 50 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/all/1.2.2/all-1.2.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 223 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 284 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.pom (5.7 kB at 121 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/all/1.6.7/all-1.6.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/all/1.6.7/all-1.6.7.pom (24 kB at 513 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom (4.9 kB at 104 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/all/1.2.1/all-1.2.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 385 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 247 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.9/jaxb-impl-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.9/jaxb-impl-2.3.9.pom (14 kB at 299 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-bundles/2.3.9/jaxb-bundles-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-bundles/2.3.9/jaxb-bundles-2.3.9.pom (1.3 kB at 29 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-parent/2.3.9/jaxb-parent-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-parent/2.3.9/jaxb-parent-2.3.9.pom (32 kB at 684 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-bom-ext/2.3.9/jaxb-bom-ext-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-bom-ext/2.3.9/jaxb-bom-ext-2.3.9.pom (3.5 kB at 74 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jaxb/jaxb-bom/2.3.9/jaxb-bom-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jaxb/jaxb-bom/2.3.9/jaxb-bom-2.3.9.pom (11 kB at 232 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 317 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 279 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 191 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-xjc/2.3.9/jaxb-xjc-2.3.9.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-xjc/2.3.9/jaxb-xjc-2.3.9.pom (19 kB at 387 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.pom (16 kB at 334 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/metro-saaj/1.5.3/metro-saaj-1.5.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/metro-saaj/1.5.3/metro-saaj-1.5.3.pom (13 kB at 269 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.pom (18 kB at 380 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.pom (16 kB at 330 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/stream/buffer/streambuffer/1.5.10/streambuffer-1.5.10.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/stream/buffer/streambuffer/1.5.10/streambuffer-1.5.10.pom (17 kB at 364 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/policy/2.7.10/policy-2.7.10.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/policy/2.7.10/policy-2.7.10.pom (18 kB at 366 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.pom (14 kB at 293 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-bundles/2.3.3/jaxb-bundles-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-bundles/2.3.3/jaxb-bundles-2.3.3.pom (1.3 kB at 27 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-parent/2.3.3/jaxb-parent-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/mvn/jaxb-parent/2.3.3/jaxb-parent-2.3.3.pom (29 kB at 610 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-bom-ext/2.3.3/jaxb-bom-ext-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-bom-ext/2.3.3/jaxb-bom-ext-2.3.3.pom (3.4 kB at 73 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jaxb/jaxb-bom/2.3.3/jaxb-bom-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jaxb/jaxb-bom/2.3.3/jaxb-bom-2.3.3.pom (8.2 kB at 175 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.pom (7.2 kB at 50 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 370 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom (4.9 kB at 88 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/32/oss-parent-32.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/32/oss-parent-32.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/32/oss-parent-32.pom (22 kB at 386 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-rt/2.3.7/jaxws-rt-2.3.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-rt/2.3.7/jaxws-rt-2.3.7.pom (15 kB at 128 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/project/2.3.7/project-2.3.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/project/2.3.7/project-2.3.7.pom (36 kB at 534 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-ri-bom-ext/2.3.7/jaxws-ri-bom-ext-2.3.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-ri-bom-ext/2.3.7/jaxws-ri-bom-ext-2.3.7.pom (4.0 kB at 82 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-ri-bom/2.3.7/jaxws-ri-bom-2.3.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-ri-bom/2.3.7/jaxws-ri-bom-2.3.7.pom (14 kB at 287 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom (12 kB at 228 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 222 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom (2.7 kB at 54 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom (13 kB at 270 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom (17 kB at 328 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.pom (3.2 kB at 70 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/fastinfoset-project/1.2.18/fastinfoset-project-1.2.18.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/fastinfoset-project/1.2.18/fastinfoset-project-1.2.18.pom (15 kB at 316 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 160 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/50/oss-parent-50.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/50/oss-parent-50.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 407 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 107 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/55/oss-parent-55.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/55/oss-parent-55.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 399 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.pom (19 kB at 163 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/2.1.0/jakarta.jws-api-2.1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/2.1.0/jakarta.jws-api-2.1.0.pom (17 kB at 356 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 325 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 60 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 263 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom (19 kB at 398 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom (13 kB at 286 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom (12 kB at 250 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom (8.8 kB at 187 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom (13 kB at 276 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 74 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom (5.2 kB at 113 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom (1.5 kB at 32 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom (42 kB at 899 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.pom (11 kB at 233 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.pom (15 kB at 317 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.pom (6.7 kB at 142 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/resource/jakarta.resource-api/1.7.4/jakarta.resource-api-1.7.4.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/resource/jakarta.resource-api/1.7.4/jakarta.resource-api-1.7.4.pom (13 kB at 279 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom (17 kB at 356 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 285 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom (11 kB at 241 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom (35 kB at 745 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 113 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.pom (3.3 kB at 130 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/bundles-pom/15/bundles-pom-15.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/bundles-pom/15/bundles-pom-15.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/bundles-pom/15/bundles-pom-15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/bundles-pom/15/bundles-pom-15.pom (16 kB at 1.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom (9.5 kB at 1.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.pom (2.9 kB at 31 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom (11 kB at 241 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/json/1.1.6/json-1.1.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/json/1.1.6/json-1.1.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/json/1.1.6/json-1.1.6.pom (19 kB at 147 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.pom (2.8 kB at 30 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba/4.2.5/glassfish-corba-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba/4.2.5/glassfish-corba-4.2.5.pom (19 kB at 283 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom (5.4 kB at 107 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom (21 kB at 413 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.pom (3.2 kB at 65 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.pom (4.6 kB at 96 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.pom (2.5 kB at 53 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.pom (6.8 kB at 144 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom (3.6 kB at 71 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/9.1/asm-9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/9.1/asm-9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 169 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom (5.3 kB at 54 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom (2.9 kB at 122 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom (2.6 kB at 216 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom (2.6 kB at 175 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.pom (3.2 kB at 35 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.pom (3.6 kB at 77 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom (3.7 kB at 86 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom (2.9 kB at 118 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom (3.1 kB at 68 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom (3.2 kB at 96 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.pom (6.2 kB at 68 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 10 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom (3.4 kB at 37 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom (4.9 kB at 105 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom (17 kB at 245 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom (12 kB at 247 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom (5.5 kB at 112 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom (6.5 kB at 135 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom (10 kB at 359 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.pom (6.8 kB at 74 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/project/2.41/project-2.41.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/project/2.41/project-2.41.pom (108 kB at 1.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 55 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.pom (37 kB at 320 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 37 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/bean-validator/bean-validator/5.1.0/bean-validator-5.1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/bean-validator/bean-validator/5.1.0/bean-validator-5.1.0.pom (15 kB at 136 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/glassfish-nucleus-parent/5.1.0/glassfish-nucleus-parent-5.1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/glassfish-nucleus-parent/5.1.0/glassfish-nucleus-parent-5.1.0.pom (5.1 kB at 107 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/nucleus-parent/5.1.0/nucleus-parent-5.1.0.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/nucleus-parent/5.1.0/nucleus-parent-5.1.0.pom (49 kB at 726 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-bom/2.5.0/hk2-bom-2.5.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-bom/2.5.0/hk2-bom-2.5.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-bom/2.5.0/hk2-bom-2.5.0.pom (7.7 kB at 128 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/grizzly/grizzly-bom/2.4.4/grizzly-bom-2.4.4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/grizzly/grizzly-bom/2.4.4/grizzly-bom-2.4.4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/grizzly/grizzly-bom/2.4.4/grizzly-bom-2.4.4.pom (9.5 kB at 161 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/jersey-bom/2.28/jersey-bom-2.28.pom [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/jersey-bom/2.28/jersey-bom-2.28.pom (19 kB at 169 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.pom (2.9 kB at 49 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.0/pfl-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.0/pfl-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl/4.1.0/pfl-4.1.0.pom (18 kB at 309 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.pom (4.7 kB at 83 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.pom (3.2 kB at 57 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.pom (5.1 kB at 90 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.pom (3.4 kB at 61 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.pom (2.9 kB at 48 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 27 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.pom (1.4 kB at 22 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 48 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 266 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.pom (790 B at 14 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom (1.1 kB at 60 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.pom (19 kB at 1.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom (1.5 kB at 14 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom (1.3 kB at 21 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom (1.4 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom (1.3 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom (1.3 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.pom (1.3 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.pom (1.7 kB at 25 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom (1.5 kB at 26 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom (13 kB at 754 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [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 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom (3.1 kB at 30 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom (5.6 kB at 115 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom (19 kB at 340 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom (9.6 kB at 310 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom (1.3 kB at 13 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom (1.5 kB at 30 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom (1.6 kB at 28 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom (11 kB at 205 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom (3.4 kB at 65 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom (13 kB at 240 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 371 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom (11 kB at 269 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.pom (1.9 kB at 15 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 50 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 226 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom (4.1 kB at 75 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom (5.4 kB at 91 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom (12 kB at 216 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 143 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom (6.3 kB at 107 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 37 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 145 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 371 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom (2.6 kB at 45 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 154 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 376 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 63 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 77 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 126 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 141 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 192 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 71 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 44 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 32 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 84 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 46 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 45 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 78 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 413 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 93 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom (1.2 kB at 22 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.pom (3.3 kB at 253 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/24/jboss-parent-24.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/24/jboss-parent-24.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom (36 kB at 2.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom (15 kB at 899 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/39/jboss-parent-39.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/39/jboss-parent-39.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 4.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 57 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.pom (1.6 kB at 24 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-parent/3.1.SP4/weld-api-parent-3.1.SP4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-parent/3.1.SP4/weld-api-parent-3.1.SP4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-parent/3.1.SP4/weld-api-parent-3.1.SP4.pom (7.9 kB at 138 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom (54 kB at 638 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.pom (2.8 kB at 43 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.pom (1.8 kB at 27 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-parent/3.1.9.Final/weld-core-parent-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-parent/3.1.9.Final/weld-core-parent-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-parent/3.1.9.Final/weld-core-parent-3.1.9.Final.pom (31 kB at 470 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/45/weld-parent-45.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/45/weld-parent-45.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-parent/45/weld-parent-45.pom (54 kB at 880 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom (10 kB at 743 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 234 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 368 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 1.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 402 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-bom/3.1.SP4/weld-api-bom-3.1.SP4.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-bom/3.1.SP4/weld-api-bom-3.1.SP4.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api-bom/3.1.SP4/weld-api-bom-3.1.SP4.pom (5.1 kB at 47 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.pom (8.4 kB at 143 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.pom (12 kB at 585 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 3.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.pom (13 kB at 761 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.pom (13 kB at 898 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.pom (8.0 kB at 74 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-parent/3.1.9.Final/weld-se-parent-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-parent/3.1.9.Final/weld-se-parent-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-parent/3.1.9.Final/weld-se-parent-3.1.9.Final.pom (1.6 kB at 29 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.pom (11 kB at 191 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-parent/3.1.9.Final/weld-probe-parent-3.1.9.Final.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-parent/3.1.9.Final/weld-probe-parent-3.1.9.Final.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-parent/3.1.9.Final/weld-probe-parent-3.1.9.Final.pom (855 B at 15 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0-sources.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.jar (290 kB at 1.7 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar (232 kB at 1.9 MB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0-sources.jar (364 kB at 1.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.9/jaxb-impl-2.3.9.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 340 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar (68 kB at 1.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-xjc/2.3.9/jaxb-xjc-2.3.9.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/1.6.7/jakarta.mail-1.6.7.jar (677 kB at 9.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar (450 kB at 2.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.jar (457 kB at 8.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-xjc/2.3.9/jaxb-xjc-2.3.9.jar (1.9 MB at 18 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/stream/buffer/streambuffer/1.5.10/streambuffer-1.5.10.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 766 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/policy/2.7.10/policy-2.7.10.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.jar (39 kB at 820 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/stream/buffer/streambuffer/1.5.10/streambuffer-1.5.10.jar (75 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-rt/2.3.7/jaxws-rt-2.3.7.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.jar (37 kB at 342 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/bind/jaxb-impl/2.3.9/jaxb-impl-2.3.9.jar (1.1 MB at 5.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/policy/2.7.10/policy-2.7.10.jar (174 kB at 2.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar (50 kB at 1.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 1.0 MB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 3.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/ws/jaxws-rt/2.3.7/jaxws-rt-2.3.7.jar (2.6 MB at 34 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar (29 kB at 608 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar (65 kB at 1.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar (58 kB at 1.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.jar (317 kB at 6.3 MB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 570 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar (64 kB at 1.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 342 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 1.8 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar (109 kB at 2.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.jar (16 kB at 147 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar (25 kB at 556 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/resource/jakarta.resource-api/1.7.4/jakarta.resource-api-1.7.4.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 104 kB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar (18 kB at 412 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.jar (57 kB at 1.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/resource/jakarta.resource-api/1.7.4/jakarta.resource-api-1.7.4.jar (68 kB at 1.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 1.8 MB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar (92 kB at 2.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar (140 kB at 3.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3-sources.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.jar (220 kB at 2.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 1.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3-sources.jar (273 kB at 5.7 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.jar (174 kB at 2.7 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar (140 kB at 3.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.jar (21 kB at 456 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant/1.10.13_1/org.apache.servicemix.bundles.ant-1.10.13_1.jar (2.3 MB at 51 MB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.jar (118 kB at 2.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.jar (42 kB at 908 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.jar (1.4 MB at 15 MB/s) [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar (214 kB at 4.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic/4.1.0/pfl-basic-4.1.0.jar (208 kB at 2.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar (51 kB at 1.1 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-dynamic/4.1.0/pfl-dynamic-4.1.0.jar (340 kB at 4.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-tf/4.1.0/pfl-tf-4.1.0.jar (94 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.jar (1.7 MB at 19 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-basic-tools/4.1.0/pfl-basic-tools-4.1.0.jar (71 kB at 513 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar (72 kB at 1.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar (132 kB at 2.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 5.7 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar (200 kB at 1.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar (27 kB at 250 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar (738 kB at 13 MB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/bean-validator/bean-validator/5.1.0/bean-validator-5.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar (203 kB at 1.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.jar (1.3 MB at 14 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 361 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.jar (303 kB at 1.8 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar (3.9 kB at 41 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/mongodb/mongo-java-driver/3.11.2/mongo-java-driver-3.11.2.jar (2.3 MB at 14 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/glassfish/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.jar (358 kB at 2.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/main/bean-validator/bean-validator/5.1.0/bean-validator-5.1.0.jar (1.4 MB at 5.8 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/osgi/osgi.cmpn/4.3.1/osgi.cmpn-4.3.1.jar (742 kB at 3.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar (187 kB at 6.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.1.10.Final/jgroups-4.1.10.Final.jar (2.4 MB at 49 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar (1.7 MB at 14 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar (7.0 MB at 53 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar (1.9 MB at 20 MB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar (1.5 MB at 21 MB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar (129 kB at 1.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/messaging/aqapi/23.2.0.0/aqapi-23.2.0.0.jar (1.5 MB at 21 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar (63 kB at 2.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar (426 kB at 7.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar (3.4 MB at 35 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar (2.2 MB at 9.0 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar (781 kB at 12 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar (30 kB at 510 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar (232 kB at 1.3 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar (241 kB at 3.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.jar (95 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar (324 kB at 5.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar (1.3 MB at 19 MB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar (1.3 MB at 5.5 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar (67 kB at 1.2 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 5.9 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar (2.7 MB at 32 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 3.5 MB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 350 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 264 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 157 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 66 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar (120 kB at 6.7 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar (2.1 kB at 21 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar (61 kB at 3.4 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.jar (85 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.jar (33 kB at 441 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/environment/weld-environment-common/3.1.9.Final/weld-environment-common-3.1.9.Final.jar (87 kB at 1.6 MB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar (25 kB at 2.1 MB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/weld-core-impl/3.1.9.Final/weld-core-impl-3.1.9.Final.jar (1.7 MB at 16 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar (100 kB at 7.7 MB/s) [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar (26 kB at 2.1 MB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/probe/weld-probe-core/3.1.9.Final/weld-probe-core-3.1.9.Final.jar (818 kB at 13 MB/s) [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/jboss/weld/se/weld-se-core/3.1.9.Final/weld-se-core-3.1.9.Final.jar (72 kB at 517 kB/s) [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B) [java] [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [java] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (480B) [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2018-12/ (142B) [java] [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2018-12/ (25.15kB) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B) [java] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ (850.93kB) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/ (63B) [java] [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.07kB) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink CompDeps [pom] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect [eclipse-plugin] [java] [INFO] EclipseLink Compilation Dependencies [eclipse-feature] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository [eclipse-repository] [java] [INFO] [java] [INFO] ------------------< org.eclipse.persistence:compdeps >------------------ [java] [INFO] Building EclipseLink CompDeps 1.0.5-SNAPSHOT [1/4] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ compdeps --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.sun-misc >------ [java] [INFO] Building System Bundle Fragment exporting sun.misc and sun.reflect 1.0.5-SNAPSHOT [2/4] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 108 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 435 kB/s) [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar (122 kB at 5.1 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar (53 kB at 724 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar (33 kB at 334 kB/s) [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.sun-misc --- [java] [INFO] The project's OSGi version is 1.0.5.202404301734 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [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 330 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [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 1.0 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [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 160 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [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 112 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [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 472 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [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 82 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [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 146 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [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 116 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [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 72 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [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 70 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [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 292 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [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 66 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [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 103 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [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 63 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [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 18 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [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 tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [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 100 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [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 132 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [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 92 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [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 284 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [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 63 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [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 158 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [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 185 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [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 186 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [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 373 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [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 42 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [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 159 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [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 121 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [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 315 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [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 323 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [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 56 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [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 81 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [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 909 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [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-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-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-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-profile/2.0.6/maven-profile-2.0.6.jar (35 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-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-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 629 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.jar [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 226 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.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 129 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.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 462 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-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 247 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/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 528 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-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 625 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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 220 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.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 549 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] 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 1.2 MB/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.jar [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 664 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-model/2.0.6/maven-model-2.0.6.jar (86 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/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-monitor/2.0.6/maven-monitor-2.0.6.jar (10 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-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/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 357 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/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 689 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-project/2.0.6/maven-project-2.0.6.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/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/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 2.6 MB/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 80 kB/s) [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 1.8 MB/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 710 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 379 kB/s) [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/src/main/resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 29 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 147 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 1.3 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 72 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.pom (2.4 kB at 35 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.pom (1.6 kB at 28 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom (1.7 kB at 30 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.7.0/tycho-lib-detector-1.7.0.jar (3.5 kB at 92 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 366 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 60 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.7.0/tycho-compiler-jdt-1.7.0.jar (18 kB at 216 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar (3.0 MB at 20 MB/s) [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/src/test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/target/org.eclipse.persistence.sun-misc-1.0.5-SNAPSHOT.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.compdeps >------ [java] [INFO] Building EclipseLink Compilation Dependencies 1.0.5-SNAPSHOT [3/4] [java] [INFO] --------------------------[ eclipse-feature ]--------------------------- [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.jar [java] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.jar [java] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/com/fasterxml/woodstox/woodstox-core/5.1.0/woodstox-core-5.1.0.jar (514 kB at 2.2 MB/s) [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.persistence.compdeps --- [java] [INFO] The project's OSGi version is 1.0.5.202404301734 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.persistence.compdeps --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/target/org.eclipse.persistence.compdeps-1.0.5-SNAPSHOT.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo >--- [java] [INFO] Building EclipseLink Compilation Dependencies p2 Repository 1.0.5-SNAPSHOT [4/4] [java] [INFO] -------------------------[ eclipse-repository ]------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] The project's OSGi version is 1.0.5.202404301734 [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/src/main/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [java] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/org.eclipse.persistence.compdeps.p2repo-1.0.5-SNAPSHOT.zip [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-sources) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 278 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 1.7 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 791 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [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/doxia-sink-api-1.0.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/doxia-sink-api-1.0.pom (1.4 kB at 462 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 438 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 879 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 281 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 172 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 155 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 671 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 459 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 181 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 374 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 32 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.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.2/doxia-sink-api-1.2.pom (1.6 kB at 53 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 78 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/19/maven-parent-19.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 714 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 61 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [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-30/plexus-container-default-1.0-alpha-30.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-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 205 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 70 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 84 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 92 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 516 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 132 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 30 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 43 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 822 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 756 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 170 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 224 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/4.1/project-4.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 443 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 175 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 283 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 219 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 459 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 341 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 180 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 149 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 287 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 75 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 28 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 89 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 120 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 27 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 188 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 63 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [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-20/plexus-container-default-1.0-alpha-20.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-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 68 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 50 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 30 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 425 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 64 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 137 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 169 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 338 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 368 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 6.7 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 782 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 156 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 9.6 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 15 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 46 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 105 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 9.6 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 4.3 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 34 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 66 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 195 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.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.4/doxia-sink-api-1.4.pom (1.5 kB at 34 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 579 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 38 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 180 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 536 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 110 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 116 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 865 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 96 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 40 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 77 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 114 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 827 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 412 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 309 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 4.8 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 8.6 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 8.3 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 6.0 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 376 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 380 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 5.7 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 16 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 144 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 289 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-master/4/struts-master-4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 282 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/2/apache-2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 122 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/antlr/antlr/2.7.2/antlr-2.7.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 4.1 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 68 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 73 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 625 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 134 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 628 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 212 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 138 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 601 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/43/commons-parent-43.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 2.2 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 120 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 170 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 925 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 412 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 139 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 65 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 51 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 437 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 112 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 143 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 196 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.2 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 363 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.6 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 132 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 114 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 173 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 165 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 70 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 88 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 53 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 146 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 28 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 25 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 234 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 62 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.1 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 134 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 128 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 224 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 349 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.1 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 117 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 319 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 120 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 427 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.0 MB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 539 kB/s) [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/antlr/antlr/2.7.2/antlr-2.7.2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [java] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 322 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 4.9 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 391 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 3.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 5.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 3.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 3.3 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.4/doxia-sink-api-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 2.2 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 20 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 603 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 2.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 177 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.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.4/doxia-sink-api-1.4.jar (11 kB at 122 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 386 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-30/plexus-container-default-1.0-alpha-30.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 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-velocity/1.1.7/plexus-velocity-1.1.7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 595 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 510 kB/s) [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-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 2.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 578 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 783 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 3.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 2.8 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 86 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 203 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 3.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 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-archiver/3.6.0/plexus-archiver-3.6.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 820 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 2.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 2.3 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 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/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.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/2.10/wagon-provider-api-2.10.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 218 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 3.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 322 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 248 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 786 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 421 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 340 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 1.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 130 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 776 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 164 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 168 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 494 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.3 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.6 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 535 kB/s) [java] [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar [java] [INFO] Downloading from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar [java] [INFO] Downloaded from jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar (193 kB at 1.3 MB/s) [java] [INFO] Copying jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/jakarta.xml.bind-api-2.3.3-sources.jar [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-binaries-without-osgi-info) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: com.sun.xml.ws:jaxws-rt:2.3.7:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-api:3.1.SP4:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-spi:3.1.SP4:jar [java] [INFO] Configured Artifact: org.jboss.weld.environment:weld-environment-common:3.1.9.Final:jar [java] [INFO] Configured Artifact: org.jboss.weld.se:weld-se-core:3.1.9.Final:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-core-impl:3.1.9.Final:jar [java] [INFO] Copying jaxws-rt-2.3.7.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/jaxws-rt-2.3.7.jar [java] [INFO] Copying weld-api-3.1.SP4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-api-3.1.SP4.jar [java] [INFO] Copying weld-spi-3.1.SP4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-spi-3.1.SP4.jar [java] [INFO] Copying weld-environment-common-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-environment-common-3.1.9.Final.jar [java] [INFO] Copying weld-se-core-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-se-core-3.1.9.Final.jar [java] [INFO] Copying weld-core-impl-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-core-impl-3.1.9.Final.jar [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-oracle-binaries) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: com.oracle.database.jdbc:ojdbc8:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.nls:orai18n:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.xml:xdb:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.xml:xmlparserv2:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.jdbc:ucp:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.observability:dms:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.messaging:aqapi:23.2.0.0:jar [java] [INFO] Configured Artifact: com.oracle.kv:oracle-nosql-client:18.3.10:jar [java] [INFO] Copying ojdbc8-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar [java] [INFO] Copying orai18n-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/orai18n.jar [java] [INFO] Copying xdb-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar [java] [INFO] Copying xmlparserv2-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar [java] [INFO] Copying ucp-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar [java] [INFO] Copying dms-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar [java] [INFO] Copying aqapi-23.2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar [java] [INFO] Copying oracle-nosql-client-18.3.10.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink CompDeps 1.0.5-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink CompDeps ............................... SUCCESS [ 0.040 s] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [ 3.039 s] [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [ 1.227 s] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [ 11.634 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 01:02 min [java] [INFO] Finished at: 2024-04-30T17:35:26Z [java] [INFO] ------------------------------------------------------------------------ [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins check-oracle-p2: [echo] Oracle Build Settings: [echo] oracle.p2.dir: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] oracle.p2.url: 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Generate a local Oracle p2 repo? [echo] generate.oracle.p2: 'true' (undefined = false) generate-oracle-p2: [echo] Generating local 'Oracle Dependency P2 Repository' using tools found in '/home/jenkins/extension.lib.external/eclipse/plugins'. init: [echo] ant.project.name ='oraclelibs' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs' [echo] oraclelibs.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs' [echo] oraclelibs.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/../..' [echo] oraclelibs.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/../../buildsystem' [echo] --- [echo] Loading user defined properties from: '/home/jenkins/build.properties' [echo] [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] [echo] Defined Oracle dependencies: [echo] ojdbc.jar = 'ojdbc.jar' [echo] orai18n.jar = 'orai18n.jar' [echo] xdb.jar = 'xdb.jar' [echo] xmlparser.jar = 'xmlparserv2.jar ' [echo] ucp.jar = 'ucp.jar' [echo] dms.jar = 'dms.jar' [echo] aqapi.jar = 'aqapi.jar ' [echo] kvclient.jar = 'kvclient.jar' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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] oraclelibs.version ='1.0.0' [echo] oraclelibs.qualifier ='v202404301735' [echo] oraclelibs.version.string ='1.0.0.v202404301735' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/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.7/buildsystem/oraclelibs/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins' [echo] --- [echo] oraclelibs.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink oraclelibs Artifacts"' clean: configure-tooling: [echo] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [say] p2.launcher.jar ='org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar' [say] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar' check-oracle-dependencies: [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar' package-oracle-dep-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins [echo] Packaging: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202404301735.jar'... [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202404301735.jar resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins... [say] oracle.libs.version = '1.0.0.v202404301735' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/target [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/target jar-feature: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/features [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/features/oracle.libs.feature_1.0.0.v202404301735.jar generate-p2: [echo] java.home ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9' [echo] ----- [echo] eclipse.plugin.dir='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar' [echo] ----- [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] ----- [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. build: clean-runtime-checkedin: init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../utils/plugins' [echo] local.p2.repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7.15' [echo] version.qualifier ='v20240430-4abffe4bdf' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [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.7.15.v20240430-4abffe4bdf.zip' [echo] build.id ='2.7.15' [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.7/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite/plugins' [say] bundle.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../eclipselink-plugins.zip' not found! [say] nosql.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../eclipselink-plugins-nosql.zip' not found! [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/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: 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/1.3.0/tycho-maven-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 8.8 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.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/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 79 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 110 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 930 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 74 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 189 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom (2.9 kB at 180 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar (23 kB at 443 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 228 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 357 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 146 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 580 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 51 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.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 148 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/1.3.0/tycho-packaging-plugin-1.3.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 1.3 MB/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 269 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 1.2 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 179 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.3 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.1/findbugs-maven-plugin-3.0.1.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.1/findbugs-maven-plugin-3.0.1.pom (21 kB at 524 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (0 B at 0 B/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 (0 B at 0 B/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.1/findbugs-maven-plugin-3.0.1.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.1/findbugs-maven-plugin-3.0.1.jar (144 kB at 5.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 100 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 378 kB/s) [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.extension/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [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] EclipseLink Oracle Extension [eclipse-plugin] [java] [INFO] EclipseLink Oracle NoSQL Extension [eclipse-plugin] [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [java] [INFO] Building EclipseLink Parent 2.7.15-SNAPSHOT [1/13] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.parent --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [java] [INFO] Building EclipseLink Hermes Parser 2.7.15-SNAPSHOT [2/13] [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.7.15-SNAPSHOT [3/13] [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.7.15-SNAPSHOT [4/13] [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.7.15-SNAPSHOT [5/13] [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.7.15-SNAPSHOT [6/13] [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.7.15-SNAPSHOT [7/13] [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.7.15-SNAPSHOT [8/13] [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.7.15-SNAPSHOT [9/13] [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.7.15-SNAPSHOT [10/13] [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.7.15-SNAPSHOT [11/13] [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] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [java] [INFO] Building EclipseLink Oracle Extension 2.7.15-SNAPSHOT [12/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [java] [INFO] Building EclipseLink Oracle NoSQL Extension 2.7.15-SNAPSHOT [13/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink Parent 2.7.15-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink Parent ................................. SUCCESS [ 0.051 s] [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink Core ................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.002 s] [java] [INFO] EclipseLink Extension .............................. SUCCESS [ 0.001 s] [java] [INFO] EclipseLink JPA .................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink MOXy ................................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink DBWS ................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 0.001 s] [java] [INFO] EclipseLink SDO .................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 0.001 s] [java] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 0.001 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 8.542 s [java] [INFO] Finished at: 2024-04-30T17:35: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.7/utils/eclipselink.utils.workbench' [echo] release.designation = 'EclipseLink 2.7.15' [echo] release.version = '2.7.15' [echo] BuildDate.BuildTime = '20240430.1734' [echo] java.version = '11.0.11' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '6.2.9-300.fc38.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.8' [echo] java_home = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/logs clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/logs init: [echo] ant.project.name ='oraclelibs' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs' [echo] oraclelibs.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs' [echo] oraclelibs.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/../..' [echo] oraclelibs.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/../../buildsystem' [echo] --- [echo] Loading user defined properties from: '/home/jenkins/build.properties' [echo] [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] [echo] Defined Oracle dependencies: [echo] ojdbc.jar = 'ojdbc.jar' [echo] orai18n.jar = 'orai18n.jar' [echo] xdb.jar = 'xdb.jar' [echo] xmlparser.jar = 'xmlparserv2.jar ' [echo] ucp.jar = 'ucp.jar' [echo] dms.jar = 'dms.jar' [echo] aqapi.jar = 'aqapi.jar ' [echo] kvclient.jar = 'kvclient.jar' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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] oraclelibs.version ='1.0.0' [echo] oraclelibs.qualifier ='v202404301735' [echo] oraclelibs.version.string ='1.0.0.v202404301735' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/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.7/buildsystem/oraclelibs/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins' [echo] --- [echo] oraclelibs.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink oraclelibs Artifacts"' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/target [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo clean-runtime: clean-testing: [echo] CORETEST_BEGINS... pre-init: [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '${test.properties}' not found to load. [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. [echo] Notice: custom properties file '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/local.build.properties' not found to load. [echo] core_test.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test' [echo] core_test.2.base.dir ='../..' [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar' [echo] jdk.version ='"11.0.11"' clean: [echo] Cleaning... [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-core-tests.jar [echo] Loading test properties [echo] - test.properties value was not set [echo] + /home/jenkins/build.properties found [echo] - /home/jenkins/test.properties not found [echo] - /home/jenkins/local.build.properties not found [echo] Loading build properties [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/antbuild.properties found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/test.properties found [echo] Checking build utilities: [echo] + Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023 [echo] + JDK: 11.0.11 clean: [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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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] Loading user-defined overrides from '/home/jenkins/build.properties'... [echo] No user-defined test overrides found to load ('/home/jenkins/test.properties' non-existant). [echo] No Local overrides found to load. ('/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/local.build.properties' non-existant). [echo] ant.project.name = 'eclipselink.hermes.test' [echo] hermes.test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test' [echo] hermes.test.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../..' [echo] hermes.test.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins' [echo] hermes.test.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins' clean: [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='${oep.nosql.lib}' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [echo] JDK version detected: '11.0.11' [echo] java.version='11.0.11' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.13.2.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.7/utils/eclipselink.utils.workbench.test' [echo] release.designation = 'EclipseLink 2.7.15' [echo] release.version = '2.7.15' [echo] BuildDate.BuildTime = '20240430.1734' [echo] java.version = '11.0.11' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '6.2.9-300.fc38.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.8' [echo] java_home = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/logs clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/logs [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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. clean: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' check.oracle.dependencies: oracle.dependencies: [echo] Oracle DB dependencies check failed: [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/orai18n.jar library found [echo] - orai18n-mapping.jar library missing [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar library found clean-oracle-if-dependencies: clean: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' clean-plugins: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' clean-local-compdeps: [java] [INFO] Scanning for projects... [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B) [java] [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2018-12/ (142B) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink CompDeps [pom] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect [eclipse-plugin] [java] [INFO] EclipseLink Compilation Dependencies [eclipse-feature] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository [eclipse-repository] [java] [INFO] [java] [INFO] ------------------< org.eclipse.persistence:compdeps >------------------ [java] [INFO] Building EclipseLink CompDeps 1.0.5-SNAPSHOT [1/4] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ compdeps --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.sun-misc >------ [java] [INFO] Building System Bundle Fragment exporting sun.misc and sun.reflect 1.0.5-SNAPSHOT [2/4] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/target [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.compdeps >------ [java] [INFO] Building EclipseLink Compilation Dependencies 1.0.5-SNAPSHOT [3/4] [java] [INFO] --------------------------[ eclipse-feature ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps --- [java] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/target [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo >--- [java] [INFO] Building EclipseLink Compilation Dependencies p2 Repository 1.0.5-SNAPSHOT [4/4] [java] [INFO] -------------------------[ eclipse-repository ]------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink CompDeps 1.0.5-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink CompDeps ............................... SUCCESS [ 0.043 s] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [ 0.003 s] [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [ 0.004 s] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [ 0.017 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 10.754 s [java] [INFO] Finished at: 2024-04-30T17:35:53Z [java] [INFO] ------------------------------------------------------------------------ [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' clean-internal-compdeps: [java] [INFO] Scanning for projects... [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.internal >-- [java] [INFO] Building EclipseLink Internal Compilation Dependencies 1.0.5-SNAPSHOT [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 0.255 s [java] [INFO] Finished at: 2024-04-30T17:35:55Z [java] [INFO] ------------------------------------------------------------------------ build: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.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: 'false' generate-internal-compdeps: [echo] Generating local internal 'Compile Dependency P2 Repository' using Tycho. [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.multiModuleProjectDirectory=buildsystem/org.eclipse.persistence.parent [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -B clean verify [java] [INFO] Scanning for projects... [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.internal >-- [java] [INFO] Building EclipseLink Internal Compilation Dependencies 1.0.5-SNAPSHOT [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.8:run (inject-common-into-src-bundles) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Executing tasks [java] [java] main: [java] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source/plugins [java] [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source/plugins [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --- tycho-p2-extras-plugin:1.3.0:publish-features-and-bundles (default) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Command line: [java] [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar, -configuration, /tmp/tycho-p2-runtime12452610000700799178.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/repository, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/source] [java] Generating metadata for .. [java] Generation completed with success [0 seconds]. [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default) @ org.eclipse.persistence.compdeps.internal --- [java] [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.internal/target/org.eclipse.persistence.compdeps.internal-1.0.5-SNAPSHOT.zip [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 3.477 s [java] [INFO] Finished at: 2024-04-30T17:35:59Z [java] [INFO] ------------------------------------------------------------------------ clean-plugins: generate-local-compdeps: [echo] Generating local 'Compile Dependency P2 Repository' using Tycho. [echo] -Dclassworlds.conf=/home/jenkins/extension.lib.external/apache-maven-3.6.0/bin/m2.conf [echo] -Dmaven.multiModuleProjectDirectory=buildsystem/compdeps [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -B clean verify [java] [INFO] Scanning for projects... [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B) [java] [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2018-12/ (142B) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/../org.eclipse.persistence.compdeps.internal/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/pom.xml [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink CompDeps [pom] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect [eclipse-plugin] [java] [INFO] EclipseLink Compilation Dependencies [eclipse-feature] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository [eclipse-repository] [java] [INFO] [java] [INFO] ------------------< org.eclipse.persistence:compdeps >------------------ [java] [INFO] Building EclipseLink CompDeps 1.0.5-SNAPSHOT [1/4] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ compdeps --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.sun-misc >------ [java] [INFO] Building System Bundle Fragment exporting sun.misc and sun.reflect 1.0.5-SNAPSHOT [2/4] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.sun-misc --- [java] [INFO] The project's OSGi version is 1.0.5.202404301736 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/src/main/resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/src/test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.sun-misc --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/sun.misc/target/org.eclipse.persistence.sun-misc-1.0.5-SNAPSHOT.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.sun-misc --- [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.compdeps >------ [java] [INFO] Building EclipseLink Compilation Dependencies 1.0.5-SNAPSHOT [3/4] [java] [INFO] --------------------------[ eclipse-feature ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.persistence.compdeps --- [java] [INFO] The project's OSGi version is 1.0.5.202404301736 [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.persistence.compdeps --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps/target/org.eclipse.persistence.compdeps-1.0.5-SNAPSHOT.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.persistence.compdeps --- [java] [INFO] [java] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.compdeps.p2repo >--- [java] [INFO] Building EclipseLink Compilation Dependencies p2 Repository 1.0.5-SNAPSHOT [4/4] [java] [INFO] -------------------------[ eclipse-repository ]------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] The project's OSGi version is 1.0.5.202404301736 [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/src/main/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [java] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] [java] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/org.eclipse.persistence.compdeps.p2repo-1.0.5-SNAPSHOT.zip [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-sources) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar [java] [INFO] Copying jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/jakarta.xml.bind-api-2.3.3-sources.jar [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-binaries-without-osgi-info) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: com.sun.xml.ws:jaxws-rt:2.3.7:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-api:3.1.SP4:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-spi:3.1.SP4:jar [java] [INFO] Configured Artifact: org.jboss.weld.environment:weld-environment-common:3.1.9.Final:jar [java] [INFO] Configured Artifact: org.jboss.weld.se:weld-se-core:3.1.9.Final:jar [java] [INFO] Configured Artifact: org.jboss.weld:weld-core-impl:3.1.9.Final:jar [java] [INFO] Copying jaxws-rt-2.3.7.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/jaxws-rt-2.3.7.jar [java] [INFO] Copying weld-api-3.1.SP4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-api-3.1.SP4.jar [java] [INFO] Copying weld-spi-3.1.SP4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-spi-3.1.SP4.jar [java] [INFO] Copying weld-environment-common-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-environment-common-3.1.9.Final.jar [java] [INFO] Copying weld-se-core-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-se-core-3.1.9.Final.jar [java] [INFO] Copying weld-core-impl-3.1.9.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins/weld-core-impl-3.1.9.Final.jar [java] [INFO] [java] [INFO] --- maven-dependency-plugin:3.1.1:copy (copy-oracle-binaries) @ org.eclipse.persistence.compdeps.p2repo --- [java] [INFO] Configured Artifact: com.oracle.database.jdbc:ojdbc8:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.nls:orai18n:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.xml:xdb:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.xml:xmlparserv2:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.jdbc:ucp:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.observability:dms:23.3.0.23.09:jar [java] [INFO] Configured Artifact: com.oracle.database.messaging:aqapi:23.2.0.0:jar [java] [INFO] Configured Artifact: com.oracle.kv:oracle-nosql-client:18.3.10:jar [java] [INFO] Copying ojdbc8-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar [java] [INFO] Copying orai18n-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/orai18n.jar [java] [INFO] Copying xdb-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar [java] [INFO] Copying xmlparserv2-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar [java] [INFO] Copying ucp-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar [java] [INFO] Copying dms-23.3.0.23.09.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar [java] [INFO] Copying aqapi-23.2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar [java] [INFO] Copying oracle-nosql-client-18.3.10.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink CompDeps 1.0.5-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink CompDeps ............................... SUCCESS [ 0.039 s] [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [ 0.632 s] [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [ 0.881 s] [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [ 4.484 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 16.691 s [java] [INFO] Finished at: 2024-04-30T17:36:17Z [java] [INFO] ------------------------------------------------------------------------ [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins check-oracle-p2: [echo] Oracle Build Settings: [echo] oracle.p2.dir: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] oracle.p2.url: 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Generate a local Oracle p2 repo? [echo] generate.oracle.p2: 'true' (undefined = false) generate-oracle-p2: [echo] Generating local 'Oracle Dependency P2 Repository' using tools found in '/home/jenkins/extension.lib.external/eclipse/plugins'. init: [echo] ant.project.name ='oraclelibs' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs' [echo] oraclelibs.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs' [echo] oraclelibs.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/../..' [echo] oraclelibs.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/../../buildsystem' [echo] --- [echo] Loading user defined properties from: '/home/jenkins/build.properties' [echo] [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] [echo] Defined Oracle dependencies: [echo] ojdbc.jar = 'ojdbc.jar' [echo] orai18n.jar = 'orai18n.jar' [echo] xdb.jar = 'xdb.jar' [echo] xmlparser.jar = 'xmlparserv2.jar ' [echo] ucp.jar = 'ucp.jar' [echo] dms.jar = 'dms.jar' [echo] aqapi.jar = 'aqapi.jar ' [echo] kvclient.jar = 'kvclient.jar' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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] oraclelibs.version ='1.0.0' [echo] oraclelibs.qualifier ='v202404301736' [echo] oraclelibs.version.string ='1.0.0.v202404301736' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/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.7/buildsystem/oraclelibs/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins' [echo] --- [echo] oraclelibs.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink oraclelibs Artifacts"' clean: configure-tooling: [echo] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [say] p2.launcher.jar ='org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar' [say] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar' check-oracle-dependencies: [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar' [say] Found: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar' package-oracle-dep-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins [echo] Packaging: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202404301736.jar'... [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202404301736.jar resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins... [say] oracle.libs.version = '1.0.0.v202404301736' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/target [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/target jar-feature: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/features [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/features/oracle.libs.feature_1.0.0.v202404301736.jar generate-p2: [echo] java.home ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9' [echo] ----- [echo] eclipse.plugin.dir='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar' [echo] ----- [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] ----- [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. build: clean-runtime-checkedin: init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../utils/plugins' [echo] local.p2.repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7.15' [echo] version.qualifier ='v20240430-4abffe4bdf' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [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.7.15.v20240430-4abffe4bdf.zip' [echo] build.id ='2.7.15' [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.7/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite/plugins' [say] bundle.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../eclipselink-plugins.zip' not found! [say] nosql.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../eclipselink-plugins-nosql.zip' not found! [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/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: 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=v20240430-4abffe4bdf [echo] -DforceContextQualifier=v20240430-4abffe4bdf [echo] -Declipselink.full=true [echo] -Doracle.p2.url=file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo [echo] -B verify [java] [INFO] Scanning for projects... [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.extension/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:2.7.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/pom.xml [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] EclipseLink Oracle Extension [eclipse-plugin] [java] [INFO] EclipseLink Oracle NoSQL Extension [eclipse-plugin] [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [java] [INFO] Building EclipseLink Parent 2.7.15-SNAPSHOT [1/13] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.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 6.2 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 2.4 MB/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.8 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 694 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 546 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 811 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 1.1 MB/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 544 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 65 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 204 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 292 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 188 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 396 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 386 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 438 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 856 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 1.5 MB/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 340 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 1.9 MB/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-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 4.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-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 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-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-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 1.1 MB/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/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 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/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/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 1.9 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/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 4.6 MB/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/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 535 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-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 267 kB/s) [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 653 kB/s) [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 829 kB/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 83 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 6.1 MB/s) [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.parent.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [java] [INFO] Building EclipseLink Hermes Parser 2.7.15-SNAPSHOT [2/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.3.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/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 20 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 258 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 133 kB/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 31 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 70 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 33 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom (1.7 kB at 55 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.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/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 213 kB/s) [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 1.4 MB/s) [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 147 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 366 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 20 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar (66 kB at 1.9 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 504 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 28 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 152 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 4.5 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 11 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 5.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 941 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 365 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 327 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 2.5 MB/s) [java] [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/org.eclipse.persistence.jpa.jpql.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.jpa.jpql_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.jpa.jpql.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.jpa.jpql.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [java] [INFO] Building EclipseLink Core 2.7.15-SNAPSHOT [3/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.core --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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.7.15' [java] [echo] qualifier: 'v20240430-4abffe4bdf' [java] [echo] buildDate: '20240430' [java] [echo] buildTime: '1736' [java] [echo] buildType: 'SNAPSHOT' [java] [echo] buildRevision: 'NA' [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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:1.3.0:compile (default-compile) @ org.eclipse.persistence.core --- [java] [INFO] Compiling 1763 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/interactions/XMLInteraction.java:[19] [java] import javax.resource.cci.*; [java] ^^^^^^^^^^^^^^^^^^ [java] The import javax.resource.cci is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/databaseaccess/DatabaseCall.java:[30] [java] import java.io.CharArrayWriter; [java] ^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.io.CharArrayWriter is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/server/NoServerPlatformDetector.java:[29] [java] loaderStr = PrivilegedAccessHelper.privilegedGetClassLoaderForClass(NoServerPlatformDetector.class).toString(); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method privilegedGetClassLoaderForClass(Class) from the type PrivilegedAccessHelper is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/helper/ExplainDeadLockUtil.java:[28] [java] import static java.lang.String.format; [java] ^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.lang.String.format is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[35] [java] import org.eclipse.persistence.internal.localization.JAXBLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.JAXBLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/queries/MappedKeyMapContainerPolicy.java:[70] [java] import org.eclipse.persistence.sessions.DatabaseRecord; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.sessions.DatabaseRecord is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/DOMReader.java:[17] [java] import java.lang.reflect.Method; [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.lang.reflect.Method is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/DOMReader.java:[29] [java] import org.eclipse.persistence.internal.security.PrivilegedAccessHelper; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.security.PrivilegedAccessHelper is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[46] [java] if (((ExpressionOperator)attributeValue).getDatabaseStrings() != null) { [java] ^^^^^^^^^^^^^^^^^^^^ [java] The method getDatabaseStrings() from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47] [java] String databaseString = ((ExpressionOperator)attributeValue).getDatabaseStrings()[0]; [java] ^^^^^^^^^^^^^^^^^^^^ [java] The method getDatabaseStrings() from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/DOMRecord.java:[17] [java] import javax.resource.cci.*; [java] ^^^^^^^^^^^^^^^^^^ [java] The import javax.resource.cci is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/AbstractSession.java:[127] [java] import org.eclipse.persistence.sessions.ObjectCopyingPolicy; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The type ObjectCopyingPolicy is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266] [java] databaseString = expression.getOperator().getDatabaseStrings()[0]; [java] ^^^^^^^^^^^^^^^^^^^^ [java] The method getDatabaseStrings() from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/RecordConverter.java:[17] [java] import javax.resource.cci.*; [java] ^^^^^^^^^^^^^^^^^^ [java] The import javax.resource.cci is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/XMLContext.java:[104] [java] this(sessionNames, PrivilegedAccessHelper.privilegedGetClassLoaderForClass(XMLContext.class)); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method privilegedGetClassLoaderForClass(Class) from the type PrivilegedAccessHelper is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/XMLContext.java:[132] [java] this(sessionNames, PrivilegedAccessHelper.privilegedGetClassLoaderForClass(XMLContext.class), xmlResource); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method privilegedGetClassLoaderForClass(Class) from the type PrivilegedAccessHelper is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/XMLContext.java:[760] [java] dbSession = (DatabaseSession) SessionManager.getManager().getSession(sessionLoader, sessionName, PrivilegedAccessHelper.privilegedGetClassLoaderForClass(this.getClass()), false, false, false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method privilegedGetClassLoaderForClass(Class) from the type PrivilegedAccessHelper is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/XMLMarshaller.java:[43] [java] import org.eclipse.persistence.internal.localization.JAXBLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.JAXBLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/factories/XMLSessionConfigLoader.java:[19] [java] import java.util.Iterator; [java] ^^^^^^^^^^^^^^^^^^ [java] The import java.util.Iterator is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/eis/EISAccessor.java:[22] [java] import javax.resource.cci.Record; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import javax.resource.cci.Record is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335] [java] operator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/descriptors/ClassDescriptor.java:[4185] [java] setInstantiationPolicy(new PersistenceObjectInstantiationPolicy((PersistenceObject)getJavaClass().newInstance())); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[476] [java] jndiConnector.setLookupType(databaseLoginConfig.getLookupType().intValue()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setLookupType(int) from the type JNDIConnector is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[1003] [java] Sequence sequence = (Sequence)xmlClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[1243] [java] javaLog = (SessionLog)((Class)conversionManager.convertObject("org.eclipse.persistence.logging.JavaLog", Class.class)).newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/helper/WriteLockManager.java:[41] [java] import org.eclipse.persistence.internal.localization.LoggingLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.LoggingLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/converters/SerializedObjectConverter.java:[102] [java] this.serializer = (Serializer)serializerClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[221] [java] addProp(new BooleanProp(PersistenceUnitProperties.ORDER_UPDATES, "true")); [java] ^^^^^^^^^^^^^ [java] The field PersistenceUnitProperties.ORDER_UPDATES is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[603] [java] {TargetServer.SunAS9, pcg + "sunas.SunAS9ServerPlatform"}, [java] ^^^^^^ [java] The field TargetServer.SunAS9 is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[74] [java] if(null != getContainerAccessor()) { [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The method getContainerAccessor() from the type XMLCompositeObjectMapping is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75] [java] getContainerAccessor().initializeAttributes(this.referenceClass); [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The method getContainerAccessor() from the type XMLCompositeObjectMapping is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225] [java] exOperator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[632] [java] if (!method.isAccessible()) { [java] ^^^^^^^^^^^^^^ [java] The method isAccessible() from the type AccessibleObject is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[643] [java] return clazz.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/UnitOfWorkChangeSet.java:[22] [java] import java.util.List; [java] ^^^^^^^^^^^^^^ [java] The import java.util.List is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/DOMUnmarshaller.java:[21] [java] import java.lang.reflect.Method; [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.lang.reflect.Method is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/DOMUnmarshaller.java:[39] [java] import org.eclipse.persistence.internal.security.PrivilegedAccessHelper; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.security.PrivilegedAccessHelper is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/HANAPlatform.java:[284] [java] expOperator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/HANAPlatform.java:[300] [java] expOperator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/HANAPlatform.java:[323] [java] exOperator.setIsBindingSupported(false); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsBindingSupported(Boolean) from the type ExpressionOperator is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/queries/ListContainerPolicy.java:[36] [java] import org.eclipse.persistence.sessions.DatabaseRecord; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.sessions.DatabaseRecord is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/json/JsonStructureReader.java:[53] [java] import org.eclipse.persistence.internal.oxm.OXMSystemProperties; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.oxm.OXMSystemProperties is never used [java] 42 problems (42 warnings) [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.7/foundation/eclipselink.core.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.core --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.core_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.core --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.core.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.core.source_2.7.15.v20240430-4abffe4bdf.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.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7.15-SNAPSHOT [4/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.nosql --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.nosql --- [java] [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[31] [java] import com.mongodb.Mongo; [java] ^^^^^^^^^^^^^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[41] [java] protected transient Mongo mongo; [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[53] [java] public MongoConnectionFactory(Mongo mongo) { [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[90] [java] Mongo mongo = this.mongo; [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94] [java] mongo = new Mongo(); [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94] [java] mongo = new Mongo(); [java] ^^^^^^^ [java] The constructor Mongo() is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96] [java] mongo = new Mongo(servers); [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96] [java] mongo = new Mongo(servers); [java] ^^^^^^^^^^^^^^ [java] The constructor Mongo(List) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[99] [java] db = mongo.getDB(connectionSpec.getDB()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method getDB(String) from the type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[111] [java] db.setOptions(connectionSpec.getOptions()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setOptions(int) from the type DB is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[148] [java] public Mongo getMongo() { [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[152] [java] public void setMongo(Mongo mongo) { [java] ^^^^^ [java] The type Mongo is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseInteraction.java:[165] [java] BasicDBObject select = null; // FIXME: select? [java] ^^^^^^ [java] The value of the local variable select is not used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[112] [java] mongo = new MongoClient(new ServerAddress(), credentialsList, options); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor MongoClient(ServerAddress, List, MongoClientOptions) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[114] [java] mongo = new MongoClient(servers, credentialsList, options); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor MongoClient(List, List, MongoClientOptions) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[119] [java] Object result = this.connection.getDB().eval(mongoSpec.getCode()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method eval(String, Object...) from the type DB is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[129] [java] collection.setOptions(mongoSpec.getOptions()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setOptions(int) from the type DBCollection is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[27] [java] import org.bson.types.Binary; [java] ^^^^^^^^^^^^^^^^^^^^^ [java] The import org.bson.types.Binary is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[35] [java] import org.eclipse.persistence.exceptions.ConversionException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.exceptions.ConversionException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[174] [java] mongoSpec.setWriteConcern(WriteConcern.FSYNC_SAFE); [java] ^^^^^^^^^^ [java] The field WriteConcern.FSYNC_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[176] [java] mongoSpec.setWriteConcern(WriteConcern.JOURNAL_SAFE); [java] ^^^^^^^^^^^^ [java] The field WriteConcern.JOURNAL_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[182] [java] mongoSpec.setWriteConcern(WriteConcern.NORMAL); [java] ^^^^^^ [java] The field WriteConcern.NORMAL is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[184] [java] mongoSpec.setWriteConcern(WriteConcern.REPLICAS_SAFE); [java] ^^^^^^^^^^^^^ [java] The field WriteConcern.REPLICAS_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[186] [java] mongoSpec.setWriteConcern(WriteConcern.SAFE); [java] ^^^^ [java] The field WriteConcern.SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[139] [java] spec.setWriteConcern(WriteConcern.FSYNC_SAFE); [java] ^^^^^^^^^^ [java] The field WriteConcern.FSYNC_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[141] [java] spec.setWriteConcern(WriteConcern.JOURNAL_SAFE); [java] ^^^^^^^^^^^^ [java] The field WriteConcern.JOURNAL_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[147] [java] spec.setWriteConcern(WriteConcern.NORMAL); [java] ^^^^^^ [java] The field WriteConcern.NORMAL is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[149] [java] spec.setWriteConcern(WriteConcern.REPLICAS_SAFE); [java] ^^^^^^^^^^^^^ [java] The field WriteConcern.REPLICAS_SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[151] [java] spec.setWriteConcern(WriteConcern.SAFE); [java] ^^^^ [java] The field WriteConcern.SAFE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[58] [java] this.db.getMongo().close(); [java] ^^^^^^^^^^ [java] The method getMongo() from the type DB is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[58] [java] this.db.getMongo().close(); [java] ^^^^^^^ [java] The method close() from the type Mongo is deprecated [java] 31 problems (31 warnings) [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.7/foundation/${testId}/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.nosql_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.nosql.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.nosql.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [java] [INFO] Building EclipseLink Extension 2.7.15-SNAPSHOT [5/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.extension --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.extension --- [java] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/foundation/eclipselink.extension.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.extension --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.extension_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.extension --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.extension.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.extension.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [java] [INFO] Building EclipseLink JPA 2.7.15-SNAPSHOT [6/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpa --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.jpa --- [java] [INFO] Compiling 564 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[310] [java] put(EntityManagerProperties.ORDER_UPDATES, new PropertyProcessor() { [java] ^^^^^^^^^^^^^ [java] The field EntityManagerProperties.ORDER_UPDATES is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[23] [java] import org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[38] [java] TransactionManagerImpl tm; [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[68] [java] public void setTransactionManager(TransactionManagerImpl tm) { [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[108] [java] if (isTransactional() && tm.isTransactionActive()) { [java] ^^^^^^^^^^^^^^^^^^^^^ [java] The method isTransactionActive() from the type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[111] [java] return tm.getConnection(this, userName, password); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method getConnection(DataSourceImpl, String, String) from the type TransactionManagerImpl is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ObjectAccessor.java:[90] [java] import org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[125] [java] public Subgraph addSubgraph(String attributeName) { [java] ^ [java] The type parameter X is hiding the type X [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[129] [java] public Subgraph addSubgraph(String attributeName, Class type) { [java] ^ [java] The type parameter X is hiding the type X [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[178] [java] public Subgraph addKeySubgraph(String attributeName) { [java] ^ [java] The type parameter X is hiding the type X [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[182] [java] public Subgraph addKeySubgraph(String attributeName, Class type) { [java] ^ [java] The type parameter X is hiding the type X [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[198] [java] result = new File(spec.substring(0, separator++)).toURL(); [java] ^^^^^^^ [java] The method toURL() from the type File is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[437] [java] String shouldOrderUpdates = PropertiesHandler.getPropertyValueLogDebug(EntityManagerProperties.ORDER_UPDATES, properties, this.session, true); [java] ^^^^^^^^^^^^^ [java] The field EntityManagerProperties.ORDER_UPDATES is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[43] [java] import org.eclipse.persistence.internal.libraries.asm.ClassVisitor; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.libraries.asm.ClassVisitor is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[51] [java] import org.eclipse.persistence.internal.libraries.asm.Opcodes; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.libraries.asm.Opcodes is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[55] [java] import org.eclipse.persistence.internal.sessions.AbstractSession; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.sessions.AbstractSession is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[207] [java] return getPKClass().newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[332] [java] aggregate = mapping.getReferenceDescriptor().getJavaClass().newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/JPAQuery.java:[25] [java] import org.eclipse.persistence.exceptions.EclipseLinkException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.exceptions.EclipseLinkException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/JPAQuery.java:[35] [java] import javax.persistence.PersistenceException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import javax.persistence.PersistenceException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1215] [java] singletonLog = (SessionLog)sessionLogClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1216] [java] sessionLog = (SessionLog)sessionLogClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1489] [java] session.getProject().setDefaultIsIsolated(!defaultShared); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setDefaultIsIsolated(boolean) from the type Project is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1535] [java] descriptor.setIsIsolated(!shared); [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] The method setIsIsolated(boolean) from the type ClassDescriptor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2192] [java] TransportManager transport = (TransportManager)transportClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2260] [java] rcm.setTransportManager((TransportManager)transportClass.newInstance()); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2267] [java] rcm.setSerializer((Serializer)transportClass.newInstance()); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2325] [java] this.session.setSerializer((Serializer)transportClass.newInstance()); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2932] [java] sessionCustomizer = (SessionCustomizer) sessionCustomizerClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3013] [java] DescriptorCustomizer customizer = (DescriptorCustomizer)customizerClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3257] [java] processor.setMetadataSource((MetadataSource)transportClass.newInstance()); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3283] [java] tuner = (SessionTuner)tunerClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3389] [java] projectCacheAccessor = (ProjectCache)transportClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3408] [java] } else if (parser.equalsIgnoreCase(ParserType.ANTLR)) { [java] ^^^^^ [java] The field ParserType.ANTLR is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4021] [java] BeanValidationInitializationHelper beanValidationInitializationHelper = (BeanValidationInitializationHelper)helperClass.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[21] [java] import java.security.AccessController; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.security.AccessController is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[22] [java] import java.security.PrivilegedActionException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.security.PrivilegedActionException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[35] [java] import org.eclipse.persistence.internal.localization.ExceptionLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.ExceptionLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[37] [java] import org.eclipse.persistence.internal.security.PrivilegedGetClassLoaderFromCurrentThread; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.security.PrivilegedGetClassLoaderFromCurrentThread is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/PersistenceWeaver.java:[40] [java] import org.eclipse.persistence.logging.SessionLogEntry; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.logging.SessionLogEntry is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/MetadataDynamicClassWriter.java:[77] [java] mv.visitMethodInsn(INVOKESPECIAL, parentClassType, "get", "(" + LJAVA_LANG_STRING + ")" + LJAVA_LANG_OBJECT); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/MetadataDynamicClassWriter.java:[89] [java] mv.visitMethodInsn(INVOKESPECIAL, parentClassType, SET, "(" + LJAVA_LANG_STRING + LJAVA_LANG_OBJECT + ")" + LDYNAMIC_ENTITY); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/DirectAccessor.java:[43] [java] import java.util.Collection; [java] ^^^^^^^^^^^^^^^^^^^^ [java] The import java.util.Collection is never used [java] 43 problems (43 warnings) [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.7/jpa/eclipselink.jpa.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpa --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.jpa_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpa --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.jpa.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.jpa.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [java] [INFO] Building EclipseLink MOXy 2.7.15-SNAPSHOT [7/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.moxy --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.moxy --- [java] [INFO] Compiling 182 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[56] [java] import org.eclipse.persistence.internal.localization.JAXBLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.JAXBLocalization is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/json/schema/model/JsonSchema.java:[71] [java] private List required; [java] ^^^^^^^^ [java] The value of the field JsonSchema.required is not used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[155] [java] @java.lang.SuppressWarnings("squid:S1191") [java] ^^^^^^^^^^^^^ [java] Unsupported @SuppressWarnings("squid:S1191") [java] 5. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/BeanValidationHelper.java (at line 139) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 6. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 70) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 7. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 95) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 8. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 123) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 9. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 172) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] 10. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java (at line 182) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/rs/MOXyJsonProvider.java:[74] [java] import org.eclipse.persistence.internal.localization.JAXBLocalization; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.localization.JAXBLocalization is never used [java] 12. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/javamodel/oxm/OXMJavaClassImpl.java (at line 491) [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/compiler/Property.java:[157] [java] private JavaClass xmlAdapterClass; [java] ^^^^^^^^^^^^^^^ [java] The value of the field Property.xmlAdapterClass is not used [java] 13 problems (0 errors, 5 warnings, 5 info) [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.7/moxy/eclipselink.moxy.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.moxy --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.moxy_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.moxy --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.moxy.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.moxy.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [java] [INFO] Building EclipseLink DBWS 2.7.15-SNAPSHOT [8/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.dbws --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.dbws --- [java] [INFO] Compiling 152 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/ProjectHelper.java:[65] [java] XRDynamicEntity newInstance = (XRDynamicEntity)clz.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] 2. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/XRDynamicEntityAccessor.java (at line 31) [java] @SuppressWarnings("serial") [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/XRSessionConfigLoader.java:[37] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32] [java] @XmlRootElement(name = ReservedWords.JPARS_LIST_GROUPING_NAME) [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] 5. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryOperation.java (at line 109) [java] @SuppressWarnings({"serial", "unchecked"/*, "rawtypes"*/}) [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryOperation.java:[408] [java] ((ArrayList) value).add(1); [java] ^^^^^^^^^ [java] ArrayList is a raw type. References to generic type ArrayList should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryOperation.java:[410] [java] ((Vector) value).add(1); [java] ^^^^^^ [java] Vector is a raw type. References to generic type Vector should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[111] [java] private Collection loadItems(String href) throws Exception { [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[130] [java] return (Collection) attributeMapping.getRealAttributeValueFromAttribute(attributeMapping.getAttributeValueFromObject(entity), entity, (AbstractSession)context.getServerSession()); [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] 10. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/dbws/DBWSModelProject.java (at line 70) [java] @SuppressWarnings({"serial", "rawtypes"}) [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[44] [java] import java.util.Collection; [java] ^^^^^^^^^^^^^^^^^^^^ [java] The import java.util.Collection is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryResult.java:[34] [java] private List fields; [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryResult.java:[45] [java] public List getFields() { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryResult.java:[50] [java] public void setFields(List fields) { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[338] [java] (Class>) Class.forName(adapterClassName, true, cl))); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: Unchecked cast from Class to Class> [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java:[354] [java] (Class>) Class.forName(adapterClassName, true, cl))); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: Unchecked cast from Class to Class> [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryList.java:[34] [java] private List fields; [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryList.java:[49] [java] public List getFields() { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQueryList.java:[59] [java] public void setFields(List fields) { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ConcreteSubclassFactory.java:[50] [java] return clazz.newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] 21. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/Util.java (at line 82) [java] @SuppressWarnings("serial") [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[271] [java] final Map descriptors = context.getServerSession().getDescriptors(); [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[416] [java] private Property buildProperty(PersistenceContext context, Class clazz) { [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[437] [java] private Class getCollectionGenericClass(DatabaseMapping mapping) { [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[438] [java] Class collectionName = null; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[221] [java] partner = matrixParams.get(MatrixParameters.JPARS_RELATIONSHIP_PARTNER); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field MatrixParameters.JPARS_RELATIONSHIP_PARTNER is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32] [java] @XmlRootElement(name = ReservedWords.JPARS_LIST_GROUPING_NAME) [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] 28. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/sxf/SimpleXMLFormatProject.java (at line 36) [java] @SuppressWarnings("serial") [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[444] [java] super.finalize(); [java] ^^^^^^^^^^ [java] The method finalize() from the type Object is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[558] [java] @SuppressWarnings({ "unchecked", "rawtypes" }) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1190] [java] @SuppressWarnings({ "rawtypes", "unchecked" }) [java] ^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("rawtypes") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1190] [java] @SuppressWarnings({ "rawtypes", "unchecked" }) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1220] [java] for (XmlAdapter adapter : getAdapters()) { [java] ^^^^^^^^^^ [java] XmlAdapter is a raw type. References to generic type XmlAdapter should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1244] [java] writer.writeStartElement(ReservedWords.JPARS_LIST_GROUPING_NAME); [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1245] [java] for (Object o : (List) object) { [java] ^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: Unchecked cast from Object to List [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1521] [java] for (Class clazz : getServerSession().getProject().getDescriptors().keySet()) { [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1522] [java] if (clazz.isAnnotationPresent(RestPageableQueries.class)) { [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: The method isAnnotationPresent(Class) belongs to the raw type Class. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1523] [java] final RestPageableQueries restPageableQueries = (RestPageableQueries) clazz.getAnnotation(RestPageableQueries.class); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: The method getAnnotation(Class) belongs to the raw type Class. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultList.java:[31] [java] @XmlRootElement(name = ReservedWords.JPARS_LIST_GROUPING_NAME) [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/AbstractPagingValidator.java:[21] [java] import org.eclipse.persistence.logging.AbstractSessionLog; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.logging.AbstractSessionLog is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/AbstractPagingValidator.java:[36] [java] private final UriInfo uri; [java] ^^^ [java] The value of the field AbstractPagingValidator.uri is not used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[184] [java] @SuppressWarnings("rawtypes") [java] ^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("rawtypes") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[252] [java] final Collection collection = (Collection) attributeValue; [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[252] [java] final Collection collection = (Collection) attributeValue; [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[296] [java] if (!(((Collection) value).isEmpty())) { [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/dbws/SOAPResponseWriter.java:[209] [java] response = (SOAPResponse) descriptor.getJavaClass().newInstance(); [java] ^^^^^^^^^^^^^ [java] The method newInstance() from the type Class is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[58] [java] for (Object o : ((PageableCollection) object).getItems()) { [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[83] [java] boolean accessible = field.isAccessible(); [java] ^^^^^^^^^^^^^^ [java] The method isAccessible() from the type AccessibleObject is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[92] [java] CollectionProxy proxy = getRestCollectionProxy((Collection) field.get(entity), entity.getClass().getName(), field.getName()); [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[108] [java] private CollectionProxy getRestCollectionProxy(final Collection toProxy, final String entityName, final String fieldname) { [java] ^^^^^^^^^^ [java] Collection is a raw type. References to generic type Collection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[118] [java] final Class referenceAdaptorClass = Class.forName(proxyClassName, true, classLoader); [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[119] [java] final Class[] argTypes = {Collection.class}; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[120] [java] final Constructor referenceAdaptorConstructor = referenceAdaptorClass.getDeclaredConstructor(argTypes); [java] ^^^^^^^^^^^ [java] Constructor is a raw type. References to generic type Constructor should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[120] [java] final Constructor referenceAdaptorConstructor = referenceAdaptorClass.getDeclaredConstructor(argTypes); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: The method getDeclaredConstructor(Class...) belongs to the raw type Class. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java:[75] [java] createNodeForPageableCollection((PageableCollection) object, root); [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java:[86] [java] private void createNodeForPageableCollection(PageableCollection collection, Node node) { [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java:[103] [java] private void processFieldsList(Node fieldsNode, List elements) { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java:[104] [java] for (JAXBElement field : elements) { [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[77] [java] response.setItems((List) results); [java] ^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: Unchecked cast from Object to List [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[101] [java] private PageableCollection populatePagedCollectionLinks(Map queryParams, UriInfo uriInfo, PageableCollection resultCollection) { [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[101] [java] private PageableCollection populatePagedCollectionLinks(Map queryParams, UriInfo uriInfo, PageableCollection resultCollection) { [java] ^^^^^^^^^^^^^^^^^^ [java] PageableCollection is a raw type. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[145] [java] resultCollection.setLinks(itemLinksBuilder.build().getLinks()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] Type safety: The method setLinks(List) belongs to the raw type PageableCollection. References to generic type PageableCollection should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SimpleHomogeneousList.java:[33] [java] @XmlRootElement(name = ReservedWords.JPARS_LIST_GROUPING_NAME) [java] ^^^^^^^^^^^^^^^^^^^^^^^^ [java] The field ReservedWords.JPARS_LIST_GROUPING_NAME is deprecated [java] 64. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/XRDynamicEntityVHAccessor.java (at line 38) [java] @SuppressWarnings("serial") [java] ^^^^^^^^ [java] At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored [java] 65. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryHandler.java (at line 130) [java] @SuppressWarnings("unused") [java] ^^^^^^^^ [java] At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored [java] 66. INFO in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/QueryHandler.java (at line 142) [java] @SuppressWarnings("unused") [java] ^^^^^^^^ [java] At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PageableFieldValidator.java:[31] [java] private final Class entityClass; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/features/paging/PageableFieldValidator.java:[41] [java] public PageableFieldValidator(Class entityClass, String fieldName, UriInfo uri) { [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/xmladapters/ReferenceAdapterV2.java:[132] [java] return (T)entity; [java] ^^^^^^^^^ [java] Type safety: Unchecked cast from Object to T [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQuery.java:[35] [java] List getFields(); [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/list/SingleResultQuery.java:[42] [java] void setFields(List fields); [java] ^^^^^^^^^^^ [java] JAXBElement is a raw type. References to generic type JAXBElement should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapterV2.java:[20] [java] import org.eclipse.persistence.internal.sessions.AbstractSession; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.sessions.AbstractSession is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/org.eclipse.persistence.dbws/src/org/eclipse/persistence/internal/xr/XRSessionsFactory.java:[59] [java] new PrivilegedNewInstanceFromClass(m_classLoader.loadClass(projectString))); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] PrivilegedNewInstanceFromClass is a raw type. References to generic type PrivilegedNewInstanceFromClass should be parameterized [java] 73 problems (0 errors, 65 warnings, 65 info) [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.7/dbws/eclipselink.dbws.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.dbws --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.dbws_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.dbws --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.dbws.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.dbws.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [java] [INFO] Building EclipseLink JPA-RS 2.7.15-SNAPSHOT [9/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpars --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.jpars --- [java] [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpars/.settings/org.eclipse.jdt.core.prefs' could not be found! [java] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpars --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.jpars_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpars --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.jpars.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.jpars.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [java] [INFO] Building EclipseLink SDO 2.7.15-SNAPSHOT [10/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.sdo --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.sdo --- [java] [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/DataObjectInputStream.java:[36] [java] import java.util.Arrays; [java] ^^^^^^^^^^^^^^^^ [java] The import java.util.Arrays is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOResolvable.java:[22] [java] import java.io.ObjectOutputStream; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import java.io.ObjectOutputStream is never used [java] 2 problems (2 warnings) [java] [WARNING] Source directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/sdo/eclipselink.sdo.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.sdo --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.sdo_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.sdo --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.sdo.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.sdo.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [java] [INFO] Building EclipseLink DBWS Builder 2.7.15-SNAPSHOT [11/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.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:1.3.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilderModelProject.java:[65] [java] for (Iterator descriptors = getDescriptors().values().iterator(); descriptors.hasNext();) { [java] ^^^^^^^^ [java] Iterator is a raw type. References to generic type Iterator should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[600] [java] @SuppressWarnings({"unchecked"}) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[606] [java] Class driverClass = null; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[693] [java] @SuppressWarnings({"unchecked"}) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[698] [java] Class platformClass = null; [java] ^^^^^ [java] Class is a raw type. References to generic type Class should be parameterized [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/JBossPackager.java:[102] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/WeblogicPackager.java:[62] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/WebSpherePackager.java:[40] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/XmlEntityMappingsGenerator.java:[49] [java] import org.eclipse.persistence.internal.databaseaccess.DatabaseCall; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.internal.databaseaccess.DatabaseCall is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/dbws/GlassfishPackager.java:[40] [java] @SuppressWarnings("unchecked") [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:[975] [java] @SuppressWarnings("rawtypes") [java] ^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("rawtypes") [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/org.eclipse.persistence.dbws.builder/src/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:[1107] [java] @SuppressWarnings({ "rawtypes", "unchecked" }) [java] ^^^^^^^^^^^ [java] Unnecessary @SuppressWarnings("unchecked") [java] 13 problems (0 errors, 12 warnings, 1 info) [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.7/utils/eclipselink.dbws.builder.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.dbws.builder_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.dbws.builder.source_2.7.15.v20240430-4abffe4bdf-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.7/target/org.eclipse.persistence.dbws.builder.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [java] [INFO] Building EclipseLink Oracle Extension 2.7.15-SNAPSHOT [12/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.oracle --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.oracle --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.persistence.oracle --- [java] [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/target/classes [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276] [java] return new oracle.sql.ARRAY(new oracle.sql.ArrayDescriptor(elementDataTypeName, connection), connection, elements); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor ARRAY(ArrayDescriptor, Connection, Object) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276] [java] return new oracle.sql.ARRAY(new oracle.sql.ArrayDescriptor(elementDataTypeName, connection), connection, elements); [java] ^^^^^ [java] The type ARRAY is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276] [java] return new oracle.sql.ARRAY(new oracle.sql.ArrayDescriptor(elementDataTypeName, connection), connection, elements); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor ArrayDescriptor(String, Connection) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276] [java] return new oracle.sql.ARRAY(new oracle.sql.ArrayDescriptor(elementDataTypeName, connection), connection, elements); [java] ^^^^^^^^^^^^^^^ [java] The type ArrayDescriptor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286] [java] return new oracle.sql.STRUCT(new oracle.sql.StructDescriptor(structTypeName, connection), connection, attributes); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor STRUCT(StructDescriptor, Connection, Object[]) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286] [java] return new oracle.sql.STRUCT(new oracle.sql.StructDescriptor(structTypeName, connection), connection, attributes); [java] ^^^^^^ [java] The type STRUCT is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286] [java] return new oracle.sql.STRUCT(new oracle.sql.StructDescriptor(structTypeName, connection), connection, attributes); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The constructor StructDescriptor(String, Connection) is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286] [java] return new oracle.sql.STRUCT(new oracle.sql.StructDescriptor(structTypeName, connection), connection, attributes); [java] ^^^^^^^^^^^^^^^^ [java] The type StructDescriptor is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[296] [java] ((oracle.sql.REF)ref).setPhysicalConnectionOf(connection); [java] ^^^ [java] The type REF is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[297] [java] return ((oracle.sql.REF)ref).getValue(); [java] ^^^ [java] The type REF is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[297] [java] return ((oracle.sql.REF)ref).getValue(); [java] ^^^^^^^^^^ [java] The method getValue() from the type REF is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[828] [java] rowCount = ((OraclePreparedStatement)statement).sendBatch(); [java] ^^^^^^^^^^^ [java] The method sendBatch() from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[830] [java] ((OraclePreparedStatement) statement).setExecuteBatch(1); [java] ^^^^^^^^^^^^^^^^^^ [java] The method setExecuteBatch(int) from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[865] [java] ((OraclePreparedStatement) statement).setExecuteBatch(maxBatchWritingSize); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method setExecuteBatch(int) from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[78] [java] rowCount = ((OraclePreparedStatement)statement).sendBatch(); [java] ^^^^^^^^^^^ [java] The method sendBatch() from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[80] [java] ((OraclePreparedStatement) statement).setExecuteBatch(1); [java] ^^^^^^^^^^^^^^^^^^ [java] The method setExecuteBatch(int) from the type OraclePreparedStatement is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[24] [java] import oracle.sql.OPAQUE; [java] ^^^^^^^^^^^^^^^^^ [java] The type OPAQUE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[26] [java] import oracle.xdb.dom.XDBDocument; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The type XDBDocument is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[37] [java] return XMLType.createXML(connection, dom); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method createXML(Connection, Document) from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[42] [java] return XMLType.createXML(connection, xml); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method createXML(Connection, String) from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[53] [java] return xml.getDocument(); [java] ^^^^^^^^^^^^^ [java] The method getDocument() from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[59] [java] String xmlString = xmlType.getStringVal(); [java] ^^^^^^^^^^^^^^ [java] The method getStringVal() from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[64] [java] xmlType.close(); [java] ^^^^^^^ [java] The method close() from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[70] [java] return obj instanceof XDBDocument; [java] ^^^^^^^^^^^ [java] The type XDBDocument is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79] [java] return XMLType.createXML((OPAQUE) opaque); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method createXML(OPAQUE) from the type XMLType is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79] [java] return XMLType.createXML((OPAQUE) opaque); [java] ^^^^^^ [java] The type OPAQUE is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:[171] [java] session.log(SessionLog.WARNING, SessionLog.EJB_OR_METADATA, "locking_required_for_database_change_notification", descriptor.getJavaClass()); [java] ^^^^^^^^^^^^^^^ [java] The field SessionLog.EJB_OR_METADATA is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/platform/database/oracle/Oracle12Platform.java:[26] [java] import org.eclipse.persistence.exceptions.ValidationException; [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The import org.eclipse.persistence.exceptions.ValidationException is never used [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[426] [java] State.create(sessionNoun, SessionProfiler.SessionName, "", DMSLocalization.buildMessage("session_name"), (this.getSession().getName() == "") ? "session name not specified" : getSession().getName()); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method create(Noun, String, String, String, Object) from the type State is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[429] [java] State sessionLoginTime = State.create(sessionNoun, SessionProfiler.LoginTime, "", DMSLocalization.buildMessage("session_login_time"), "not available"); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method create(Noun, String, String, String, Object) from the type State is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[469] [java] State rcmStatus = State.create(rcmNoun, SessionProfiler.RcmStatus, "", DMSLocalization.buildMessage("rcm_status"), "not available"); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method create(Noun, String, String, String, Object) from the type State is deprecated [java] [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle/src/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[489] [java] State connectionInUse = State.create(connectionsNoun, ConnectionInUse + "(" + poolName + ")", "", DMSLocalization.buildMessage("connection_in_used"), "not available"); [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [java] The method create(Noun, String, String, String, Object) from the type State is deprecated [java] 32 problems (32 warnings) [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/${testId}/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.oracle --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.oracle_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.oracle --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.oracle --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.oracle.source_2.7.15.v20240430-4abffe4bdf-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.oracle --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.oracle.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [java] [INFO] Building EclipseLink Oracle NoSQL Extension 2.7.15-SNAPSHOT [13/13] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] The project's OSGi version is 2.7.15.v20240430-4abffe4bdf [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.oracle.nosql/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/${testId}/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.oracle.nosql_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.oracle.nosql.source_2.7.15.v20240430-4abffe4bdf-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.oracle.nosql --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/org.eclipse.persistence.oracle.nosql.source_2.7.15.v20240430-4abffe4bdf.jar [java] [INFO] Executed tasks [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink Parent 2.7.15-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink Parent ................................. SUCCESS [ 1.069 s] [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 4.801 s] [java] [INFO] EclipseLink Core ................................... SUCCESS [ 6.622 s] [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.426 s] [java] [INFO] EclipseLink Extension .............................. SUCCESS [ 0.179 s] [java] [INFO] EclipseLink JPA .................................... SUCCESS [ 1.958 s] [java] [INFO] EclipseLink MOXy ................................... SUCCESS [ 0.901 s] [java] [INFO] EclipseLink DBWS ................................... SUCCESS [ 0.581 s] [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 0.145 s] [java] [INFO] EclipseLink SDO .................................... SUCCESS [ 0.538 s] [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 0.404 s] [java] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 0.304 s] [java] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 0.215 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 24.930 s [java] [INFO] Finished at: 2024-04-30T17:36:46Z [java] [INFO] ------------------------------------------------------------------------ [copy] Copying 24 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/org.eclipse.persistence.jpa.modelgen/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.modelgen/antbuild.xml:145: 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.7/jpa/org.eclipse.persistence.jpa.modelgen/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.modelgen.source_2.7.15.v20240430-4abffe4bdf.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.7/moxy/org.eclipse.persistence.moxy.dynamicxjc/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy.dynamicxjc/antbuild.xml:158: 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.7/moxy/org.eclipse.persistence.moxy.dynamicxjc/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy.dynamicxjc/src/org/eclipse/persistence/jaxb/javamodel/xjc/XJCJavaMethodImpl.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/eclipselink-moxy-dynamicxjc_2.7.15.v20240430-4abffe4bdf.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/eclipselink-moxy-dynamicxjc.source_2.7.15.v20240430-4abffe4bdf.jar jar: build: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.jaxb/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.jaxb/antbuild.xml:106: 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.7/utils/eclipselink.utils.jaxb/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning build: package-eclipselink-jar: [echo] Implementation-Version: 2.7.15.v20240430-4abffe4bdf [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/javax.persistence/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/javax.persistence/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/hermes/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.jpql_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/hermes/classes [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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] 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 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/eclipselink/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/eclipselink/classes [echo] module-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.activation.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.antlr:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.asm.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jaxb-impl.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jaxb-xjc.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.resource-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.json.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.validation-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.jms-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.xml.soap-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.mail.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.xml.ws-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/javax.wsdl_1.6.2.v201012040545.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/slf4j-api.jar' [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/antbuild.xml:1220: 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.7/build/eclipselink/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/bundles/eclipselink/src/module-info.java:26: warning: requires transitive directive for an automatic module [javac] requires transitive java.persistence; [javac] ^ [javac] 1 warning [jar] Updating jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar build-eclipselink-jar: package-persistence20_21_diff-jar: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/javax.persistence20_21_diff.jar build-core-test: [echo] CORETEST_BEGINS... pre-init: [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '${test.properties}' not found to load. [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. [echo] Notice: custom properties file '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/local.build.properties' not found to load. [echo] core_test.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test' [echo] core_test.2.base.dir ='../..' [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar' [echo] jdk.version ='"11.0.11"' clean: [echo] Cleaning... [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-core-tests.jar init-eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar. init-bundles: init-classes: init-classpaths: init-modulepaths: init: compile: [echo] Compiler settings: [echo] jdk.version ='"11.0.11"' [echo] srcdir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src' [echo] destdir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes' [echo] debug/debuglevel ='true'/'lines,vars,source' [echo] source/target ='9'/'9' [echo] deprecation ='off' [echo] failonerror ='true' [echo] memoryMaximumSize ='1024m' [echo] javac args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-orb.jar' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/antbuild.xml:496: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2921 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 9 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:247: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public BigDecimal getBigDecimal(int columnIndex, int scale) { [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:368: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public java.io.InputStream getUnicodeStream(int columnIndex) { [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:545: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public BigDecimal getBigDecimal(String columnName, int scale) { [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:664: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public java.io.InputStream getUnicodeStream(String columnName) { [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedStatement.java:329: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) { [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] 6 warnings process-resource: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.cj.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true' [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.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [copy] Copied 20 empty directories to 2 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-core-tests.jar build: [echo] Loading test properties [echo] - test.properties value was not set [echo] + /home/jenkins/build.properties found [echo] - /home/jenkins/test.properties not found [echo] - /home/jenkins/local.build.properties not found [echo] Loading build properties [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/antbuild.properties found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/test.properties found [echo] Checking build utilities: [echo] + Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023 [echo] + JDK: 11.0.11 common-path: build-path: [echo] Build Path: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.core_2.7.15.v20240430-4abffe4bdf.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.extension_2.7.15.v20240430-4abffe4bdf.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/slf4j-api.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/logback-core.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/logback-classic.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/slf4j-nop.jar [echo] /home/jenkins/extension.lib.external/junit-4.13.2.jar [echo] /home/jenkins/extension.lib.external/hamcrest-core-1.3.jar [echo] /home/jenkins/extension.lib.external/jmockit-1.35.jar build-dirs: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/classes compile: [javac] Compiling 3 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/eclipselink-extension-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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes21 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes22 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-jpa22-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-pu with spaces [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/jpa-performance [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/jpa-performance2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-dynamic-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-remote [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] set-server-properties: prepare-modelgen-xml: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes compile-with-modelgen: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/antbuild.xml:688: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 198 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: [EL Info]: processor: Creating static metadata factory ... [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: 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. [javac] 1 warning [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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/antbuild.xml:688: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 91 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: [EL Info]: processor: Creating static metadata factory ... [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inheritance/InheritanceModelExamples.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/antbuild.xml:688: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 45 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: [EL Info]: processor: Creating static metadata factory ... [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] warning: [EL Warning]: metadata: ServerSession(1005678734)--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. [javac] warning: [EL Warning]: metadata: ServerSession(1005678734)--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. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.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] 3 warnings [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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/antbuild.xml:688: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 39 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: [EL Info]: processor: Creating static metadata factory ... [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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. [javac] 1 warning [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes/META-INF compile-standard: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/antbuild.xml:780: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1056 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 compile-jpa21-standard: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/antbuild.xml:810: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1329 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes21 [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 compile-jpa22-standard: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/antbuild.xml:838: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1475 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/classes22 [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 proxy: compile-springplatform: compile-criteria: [echo] Compile the Modelgen (criteria metamodel) Tests [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/antbuild.xml:926: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds compile-fullregression: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/antbuild.xml:863: 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.7/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning compile: package-annotation: [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [copy] Copying 1030 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar package-ddl: [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model/META-INF [copy] Copying 119 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-ddl-generation-model.jar package-xml-only: [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model/META-INF [copy] Copying 217 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar package-xml-merge: [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model/META-INF [copy] Copying 31 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar package-jpa21-model: [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model/META-INF [copy] Copying 123 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-jpa21-model.jar package-jpa22-model: [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-jpa22-model/META-INF [copy] Copying 125 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-jpa22-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-jpa22-model.jar package-xml-extended: [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model/META-INF [copy] Copying 161 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-xml-extended-model.jar package-validation-failed: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [copy] Copying 47 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-pu with spaces/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-pu with spaces.jar package-partitioned: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model/META-INF [copy] Copying 13 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-partitioned-model.jar package-plsql: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model/META-INF [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-plsql-model.jar package-jpa-performance: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/jpa-performance/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/jpa-performance [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/jpa-performance.jar package-jpa-performance2: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/jpa-performance2/META-INF [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/jpa-performance2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/jpa-performance2.jar package-cascade-deletes: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-cascade-deletes-model.jar package-jpa-metamodel: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model/META-INF [copy] Copying 110 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-metamodel-model.jar package-delimited: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-delimited-model.jar package-beanvalidation: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-model/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-beanvalidation-model.jar package-beanvalidation-dynamic: [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-dynamic-model/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-beanvalidation-dynamic-model.jar package-composite-advanced: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model/META-INF [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-extensibility-model.jar package-jpa-remote: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-remote/META-INF [copy] Copying 47 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-remote [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-remote [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-remote.jar package-xml-mapping-metadata-complete: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-xml-mapping-metadata-complete.jar package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-jpa21-tests.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/eclipselink-jpa22-tests.jar build: [echo] Loading user-defined overrides from '/home/jenkins/build.properties'... [echo] No user-defined test overrides found to load ('/home/jenkins/test.properties' non-existant). [echo] No Local overrides found to load. ('/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/local.build.properties' non-existant). [echo] ant.project.name = 'eclipselink.hermes.test' [echo] hermes.test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test' [echo] hermes.test.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../..' [echo] hermes.test.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins' [echo] hermes.test.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins' clean: init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/classes config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins/org.eclipse.persistence.jpa.jpql_*.jar' [echo] compile-test: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/antbuild.xml:162: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/src/org/eclipse/persistence/jpa/tests/jpql/JPQLTestRunner.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning compile: package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/hermes-test.jar build: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean: init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/classes init_against_jar: compile: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/antbuild.xml:199: 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.7/jpa/eclipselink.jpa.wdf.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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.7/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.7/jpa/eclipselink.jpa.wdf.test/antbuild.xml:216: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 73 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 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.7/jpa/eclipselink.jpa.wdf.test/stage [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/stage [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-tests.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/stage package-wdf-jpa2-model: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.wdf.test/build/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/build/META-INF package-wdf-jpa1-model: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.wdf.test/build/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/build/META-INF package: build-against-jar: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.13.2.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.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.xml.bind-api.jar' [echo] persistence20.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] jersey.client.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jersey-client.jar' [echo] jersey.common.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jersey-common.jar' [echo] hk2.api.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/hk2-api.jar' [echo] hk2.locator.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/hk2-locator.jar' [echo] hk2.utils.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/hk2-utils.jar' [echo] jersey.guava.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jersey-core.jar' [echo] javax.inject.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.inject.jar' [echo] javax.annotation.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.annotation-api.jar' [echo] javax.ws.rs.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.ws.rs-api.jar' [echo] validation.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.validation-api.jar' [echo] javax.xml.ws.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.xml.ws-api.jar' [echo] json-api.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.json.jar' [echo] antlr.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.antlr_3.5.3.v202311210849.jar' [echo] hermes.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa.jpql_2.7.15.v20240430-4abffe4bdf.jar' [echo] core.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.7.15.v20240430-4abffe4bdf.jar' [echo] moxy.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.7.15.v20240430-4abffe4bdf.jar' [echo] jpa.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.7.15.v20240430-4abffe4bdf.jar' [echo] jpars.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.7.15.v20240430-4abffe4bdf.jar' [echo] javax.ejb.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.ejb-api.jar' build: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/antbuild.xml:536: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 81 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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.7/jpa/eclipselink.jpars.test/classes/META-INF [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.7.15.v20240430-4abffe4bdf.jar' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build compile-tests-against-jar: [echo] Compiling OXM tests... [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1299 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 897 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [echo] [echo] Compiling JAXB tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2762 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 2400 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [copy] Copied 15 empty directories to 1 empty directory under /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [echo] Compiling MOXy unit tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: 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.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: compile-sdo-tests-against-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/antbuild.xml:332: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 660 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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: '11.0.11' [echo] java.version='11.0.11' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/dbws/eclipselink.dbws.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/antbuild.xml:386: 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.7/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/src/dbws/testing/xrdynamicentity/XRDynamicEntityTestSuite.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/orai18n.jar library found [echo] - orai18n-mapping.jar library missing [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/aqapi.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ojdbc.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xdb.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/xmlparserv2.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/dms.jar library found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/kvclient.jar library found build-oracle-if-dependencies: build: build-util: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.sigcompare/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.sigcompare/antbuild.xml:86: 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.7/utils/eclipselink.utils.sigcompare/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.sigcompare/sig-compare.jar build: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.rename/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.rename/antbuild.xml:79: 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.7/utils/eclipselink.utils.rename/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.rename/package-rename.jar build: init: [echo] mw.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench' [echo] release.designation = 'EclipseLink 2.7.15' [echo] release.version = '2.7.15' [echo] BuildDate.BuildTime = '20240430.1734' [echo] java.version = '11.0.11' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '6.2.9-300.fc38.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.8' [echo] java_home = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/logs clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/logs build-component-libs: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/logs\iconlib.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mw jar-iconlib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mw/iconlib.jar build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/logs\utility.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/utility/classes compile-utility: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/utility/build.xml:110: 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.7/utils/eclipselink.utils.workbench/utility/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-utility-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mw/utility.jar jar-utility-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench/logs\uitools.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/uitools/classes compile-uitools: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/uitools/build.xml:110: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mw/uitools.jar jar-uitools-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench/logs\framework.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/framework/classes compile-framework: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/framework/build.xml:110: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mw/framework.jar jar-framework-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench/logs\platformsmodel.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/platformsmodel/classes compile-platformsmodel: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/platformsmodel/build.xml:110: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mw/platformsmodel.jar jar-platformsmodel-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench/logs\platformsplugin.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/platformsplugin/classes compile-platformsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/platformsplugin/build.xml:110: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mw/platformsplugin.jar jar-platformsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench/logs\mappingsmodel.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/mappingsmodel/classes compile-mappingsmodel: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/mappingsmodel/build.xml:110: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mw/mappingsmodel.jar jar-mappingsmodel-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench/logs\mappingsio.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/mappingsio/classes compile-mappingsio: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/mappingsio/build.xml:110: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mw/mappingsio.jar jar-mappingsio-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench/logs\mappingsplugin.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/mappingsplugin/classes compile-mappingsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/mappingsplugin/build.xml:110: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mw/mappingsplugin.jar jar-mappingsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench/logs\scplugin.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/scplugin/classes compile-scplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench/scplugin/build.xml:110: 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.7/utils/eclipselink.utils.workbench/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.7/utils/eclipselink.utils.workbench.lib/mw/scplugin.jar jar-scplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mw/scplugin_src.jar jar-scplugin: build-all: jar-mwcore-src: [echo] Implementation-Version: 2.7.15.v20240430-4abffe4bdf [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mw/elmwcore_src.jar jar-mwcore: [echo] Implementation-Version: 2.7.15.v20240430-4abffe4bdf [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mw/elmwcore.jar jar-workbench-src: [echo] Implementation-Version: 2.7.15.v20240430-4abffe4bdf [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw_src.jar jar-workbench: [echo] Implementation-Version: 2.7.15.v20240430-4abffe4bdf [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.13.2.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.7/utils/eclipselink.utils.workbench.test' [echo] release.designation = 'EclipseLink 2.7.15' [echo] release.version = '2.7.15' [echo] BuildDate.BuildTime = '20240430.1734' [echo] java.version = '11.0.11' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '6.2.9-300.fc38.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.8' [echo] java_home = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/logs clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/logs build-component-libs: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/logs\utility.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/utility/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mwtest compile-utility: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/utility/build.xml:113: 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.7/utils/eclipselink.utils.workbench.test/utility/classes [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/ClassToolsTests.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.7/utils/eclipselink.utils.workbench.lib/mwtest/utility_test.jar jar-utility-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench.test/logs\uitools.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/uitools/classes compile-uitools: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/uitools/build.xml:113: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mwtest/uitools_test.jar jar-uitools-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench.test/logs\framework.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/framework/classes compile-framework: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/framework/build.xml:113: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mwtest/framework_test.jar jar-framework-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench.test/logs\platformsplugin.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/platformsplugin/classes compile-platformsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/platformsplugin/build.xml:113: 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.7/utils/eclipselink.utils.workbench.test/platformsplugin/classes [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench.lib/mwtest/platformsplugin_test.jar jar-platformsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench.test/logs\mappingsplugin.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/mappingsplugin/classes [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/mappingsplugin/../../../plugins/org.eclipse.persistence.nosql_2.7.15.v20240430-4abffe4bdf.jar' compile-mappingsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/mappingsplugin/build.xml:140: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mwtest/mappingsplugin_test.jar jar-mappingsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/utils/eclipselink.utils.workbench.test/logs\scplugin.log init: [echo] BuildDate.BuildTime='20240430.1734' [echo] java.version='11.0.11' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='6.2.9-300.fc38.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.8' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/scplugin/classes compile-scplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.test/scplugin/build.xml:113: 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.7/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.7/utils/eclipselink.utils.workbench.lib/mwtest/scplugin_test.jar jar-scplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.utils.workbench.lib/mwtest/scplugin_test_src.jar jar-scplugin: build-all: jar-workbench: [echo] Implementation-Version: 2.7.15.v20240430-4abffe4bdf [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/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. clean: init: [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.13.2.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.7/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.asm.jar' [echo] dbwsbldr.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.dbws.builder_2.7.15.v20240430-4abffe4bdf.jar' [echo] servlet-api.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.servlet-api.jar' [echo] ddlparser.jar='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../plugins/org.eclipse.persistence.oracleddlparser_3.0.1.v20230424.jar' [echo] wsdl.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../plugins/javax.wsdl_1.6.2.v201012040545.jar' [echo] persistence.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/javax.persistence_unsigned_for_testing_1.0.0.jar' [echo] persistence20_21_diff.jar ='../../build/javax.persistence20_21_diff.jar' [echo] gmbal.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/gmbal.jar [echo] javax.activation.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.activation.jar [echo] javax.annotation.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.annotation-api.jar [echo] javax.validation.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.validation-api.jar [echo] javax.xml.binding.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.bind-api.jar [echo] javax.xml.soap.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.soap-api.jar [echo] javax.xml.ws.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.ws-api.jar [echo] jaxb-impl.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jaxb-impl.jar [echo] jws-api.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.jws-api.jar [echo] saaj-impl.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.saaj-impl.jar [echo] stax-ex.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/stax-ex.jar [echo] streambuffer.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.streambuffer.jar [echo] ws-policy.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.xml.ws.policy.jar [echo] ws-rt.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.ws-rt.jar compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/antbuild.xml:344: 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.7/utils/eclipselink.dbws.builder.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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: '2.7' [echo] ImpV: '2.7.15.v20240430-4abffe4bdf' [echo] EarV: '2_7_15_v20240430-4abffe4bdf' prepare-wls-metadata: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/shared-lib/etc package-wls-shared-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/shared-lib/org.eclipse.persistence2_7_15_v20240430-4abffe4bdf-shared-lib.ear create-shared-lib-install: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink2_7_15_v20240430-4abffe4bdf-shared-lib.zip build-all-but-ext: init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../utils/plugins' [echo] local.p2.repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7.15' [echo] version.qualifier ='v20240430-4abffe4bdf' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [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.7.15.v20240430-4abffe4bdf.zip' [echo] build.id ='2.7.15' [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.7/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite/plugins' [say] bundle.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../eclipselink-plugins.zip' not found! [say] nosql.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../eclipselink-plugins-nosql.zip' not found! [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-RepositorySite' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/features/../utils/plugins... [say] oracleddl.version = '3.0.1.v20230424' [say] wsdl.version = '1.6.2.v201012040545' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../sdo/plugins... [say] sdo.version = '2.1.1.v201112051852' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../jpa/plugins... [say] persistence.version = '2.2.3' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../plugins... [say] mail.version = '1.6.7' [say] resource.version = '1.7.4' [say] servlet.version = '4.0.0' [say] xml.bind.version = '2.3.3' [say] sun.xml.bind.version = '2.3.9' [say] mongodb.version = '3.11.2' [say] jaxrs.version = '2.1.6' [say] antlr.version = '3.5.3.v202311210849' [say] asm.version = ' 9.7.0 [say] ' [say] hermes.version = '2.7.15.v20240430-4abffe4bdf' [say] oracle.version = '2.7.15.v20240430-4abffe4bdf' [say] oraclenosql.version = '2.7.15.v20240430-4abffe4bdf' [say] json.version = '1.1.5' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features [copy] Copying 26 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.dbws_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.dbwsbuilder_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.jpa_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.nosql_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.moxy_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.sdo_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.dbws.source_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.dbwsbuilder.source_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.jpa.source_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.nosql.source_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.moxy.source_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.sdo.source_2.7.15.v20240430-4abffe4bdf.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.sdk_2.7.15.v20240430-4abffe4bdf.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.7/features/eclipselink-P2-2.7.15.v20240430-4abffe4bdf.zip build-features-create-signzip: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' package-eclipselink-bundles: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink-plugins.zip package-src-jar: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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] module-info.java 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.7/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/junit/LogTestExecution.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/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/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/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/GetAllFromIdentityMapTest.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/SimpleConcatTestWithConstantsLiteralFirst.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleConcatTestWithConstantsLiteralSecond.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/junit/cache/AdvancedProcessorTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/ConnectionPoolFailoverTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/FailoverBase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/FailoverTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedConnection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedDriver.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSetMetaData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedStatement.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/helper/ConcurrencySemaphoreTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/helper/ConcurrencySemaphoreThread.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/helper/HelperTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/helper/JavaUtilTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/helper/JavaVersionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/identitymaps/CacheIdTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/localization/LocalizationResourcesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/localization/LocalizationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/logging/LogCategoryHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/logging/LogCategoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/logging/LogLevelHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/logging/LogLevelTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/mapping/conversion/AttributeNamePrefixTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/mapping/conversion/AttributeNameTokenizerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/platform/server/wls/WebLogic_12_PlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/security/JCEEncryptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/security/SecurableBackwardsCompatibilityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/sessionsxml/SessionManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/transparentindirection/IndirectListTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/transparentindirection/IndirectMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/transparentindirection/IndirectSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/junit/transparentindirection/TestSession.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/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/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/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/schemaframework/TablesCheckTestSuite.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/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/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/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/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/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/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/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/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/NestedUnitOfWorkDeleteFromNestedObjectTest.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/PostFlushUnitOfWorkTest.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/PreFlushUnitOfWorkTest.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/UOWPrimaryKeyToNewObjectsDuplicateObjectsTest.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.7/eclipselink-test-jars.zip build-sdo-javadocs: [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/plugins/commonj.sdo.source_2.1.1.v201112051852.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/sdo_javadocs/" [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:107: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/commonj.sdo/src/commonj/sdo/Type.java:92: warning - invalid usage of tag & [javadoc] 33 warnings build-main-javadocs: [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence.source_2.2.3.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/jpa22/src [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.xml.bind-api-source.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/javax.xml.bind/src [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/el_javadocs/" [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/javax.xml.bind/src/javax/xml/bind/JAXBContext.java:169: warning - Tag @link: reference not found: javax.xml.validation [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.java:5121: warning - Tag @see: reference not found: com.sun.xml.internal.bind.XmlAccessorFactory [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.java:5130: warning - Tag @see: reference not found: com.sun.xml.internal.bind.XmlAccessorFactory [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/config/PersistenceUnitProperties.java:1455: warning - Tag @link: reference not found: javax.annotation.Generated [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/config/PersistenceUnitProperties.java:1474: warning - Tag @link: reference not found: javax.annotation.Generated [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/config/PersistenceUnitProperties.java:1455: warning - Tag @link: reference not found: javax.annotation.Generated [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/config/PersistenceUnitProperties.java:1474: warning - Tag @link: reference not found: javax.annotation.Generated [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/config/PersistenceUnitProperties.java:3987: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/config/PersistenceUnitProperties.java:3987: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/DB2Platform.java:1775: warning - Tag @see: reference not found: org.eclipse.persistence.internal.expressions.ConstantExpression#writeFields(ExpressionSQLPrinter, List, SQLSelectStatement) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/DB2Platform.java:1776: warning - Tag @see: reference not found: org.eclipse.persistence.internal.expressions.ParameterExpression#writeFields(ExpressionSQLPrinter, List, SQLSelectStatement) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/DB2Platform.java:1851: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/DB2ZPlatform.java:381: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/DB2ZPlatform.java:449: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/SymfowarePlatform.java:332: warning - Tag @see: reference not found: ExpressionOperator#setIsBindingSupported(boolean) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/expressions/ExpressionOperator.java:1326: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator() [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/SingleElementListIterator.java:84: warning - @inheritDoc used but iterator() does not override or implement any method. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/SingleElementListIterator.java:84: warning - @inheritDoc used but iterator() does not override or implement any method. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/JAXBContextProperties.java:173: warning - Tag @see: reference not found: com.sun.xml.internal.bind.XmlAccessorFactory [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/WordParser.java:233: warning - Tag @see: reference not found: ExpressionTools#isWhiteSpace(character) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/parser/Expression.java:671: warning - Tag @version cannot be used in field documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/resolver/EclipseLinkDeclarationResolver.java:87: warning - @inheritDoc used but visit(TableVariableDeclaration) does not override or implement any method. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/resolver/EclipseLinkDeclarationResolver.java:87: warning - @inheritDoc used but visit(TableVariableDeclaration) does not override or implement any method. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/spi/IManagedTypeProvider.java:39: warning - Tag @version cannot be used in method documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/spi/IManagedTypeProvider.java:105: warning - Tag @version cannot be used in method documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:119: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:135: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:147: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:159: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:179: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:193: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:119: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:135: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:147: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:159: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:179: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:193: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:607: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:607: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:612: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:119: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:135: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:147: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:159: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:179: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:193: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/config/PersistenceUnitProperties.java:1455: warning - Tag @link: reference not found: javax.annotation.Generated [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/config/PersistenceUnitProperties.java:1474: warning - Tag @link: reference not found: javax.annotation.Generated [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/SingleElementListIterator.java:84: warning - @inheritDoc used but iterator() does not override or implement any method. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:607: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql/src/org/eclipse/persistence/jpa/jpql/tools/resolver/EclipseLinkDeclarationResolver.java:87: warning - @inheritDoc used but visit(TableVariableDeclaration) does not override or implement any method. [javadoc] 51 warnings build-nosql-javadocs: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/nosql_javadocs/" build-jpars-javadocs: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/jpars_javadocs/" build-javadocs: package-javadoc-zip: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/nosql-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink-jpars-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo-javadocs.zip package-installer-zip: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence.source_2.2.3.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/jpa22/src [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.zip [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.7.15.v20240430-4abffe4bdf.jar' clean-installer-reports: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/installer clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports compile-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1299 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 897 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2762 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 2400 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [copy] Copied 15 empty directories to 1 empty directory under /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: 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.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning run-installer-tests: [mkdir] Created dir: /tmp/build445558444 [echo] /tmp/build445558444 [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.zip into /tmp/build445558444 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/installer [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/test [junit] Running org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 sec [delete] Deleting directory /tmp/build445558444 installer-junit-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/installer/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/installer/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 327ms test-package-installer-zip: package-eclipselink-nosql-install: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink-plugins-nosql.zip package-eclipselink-toplink: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/eclipselink-toplink [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/eclipselink-toplink [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/eclipselink-toplink [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/eclipselink-toplink [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/build/eclipselink-toplink [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/promote_artifacts/com/oracle/toplink/eclipselink-toplink/2.7.15-20240430.1734/eclipselink-toplink-2.7.15-20240430.1734.zip package-all: generate-nightly-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../utils/plugins' [echo] local.p2.repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7.15' [echo] version.qualifier ='v20240430-4abffe4bdf' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [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.7.15.v20240430-4abffe4bdf.zip' [echo] build.id ='2.7.15' [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.7/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf/plugins' [say] bundle.install.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink-plugins.zip' [say] nosql.install.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink-plugins-nosql.zip' [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf/plugins [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf/features [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink-plugins.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink-plugins-nosql.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/eclipselink-P2-2.7.15.v20240430-4abffe4bdf.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/eclipselink-P2-2.7.15.v20240430-4abffe4bdf.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf/features create-site-for-generation: publish-p2-solitary: publish-p2-child: [echo] java.home ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9' [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.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240430-4abffe4bdf' [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.7/exported_builds/build/bundles/2.7.15/20240430 [echo] Extracting Build artifacts... [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430 [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' 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.7' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.7' 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 = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest' [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 ='11.0.11' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='6.2.9-300.fc38.x86_64' [echo] [echo] builddate.buildtime='20240430.1734' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20240430-4abffe4bdf' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] common-init: [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] milestone.tag ='2.7.15-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.7' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.13.2.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.7.15' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [echo] build.number ='20240430' [echo] git.hash ='4abffe4bdf' [echo] [echo] milestone.tag ='2.7.15-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' [echo] db.driver ='com.mysql.cj.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true' [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.7/exported_builds/build/bundles/2.7.15/20240430' [echo] host ='Eclipse' [echo] milestone.tag='2.7.15-SNAPSHOT' [echo] handoff.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/handoff-file-build-2.7-v20240430-4abffe4bdf.dat' test-p2-repos: test-lrg: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' clear-db: [echo] CORETEST_BEGINS... pre-init: [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '${test.properties}' not found to load. [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. [echo] Notice: custom properties file '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/local.build.properties' not found to load. [echo] core_test.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test' [echo] core_test.2.base.dir ='../..' [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar' [echo] jdk.version ='"11.0.11"' init-eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar. init-bundles: init-classes: init-classpaths: init-modulepaths: init: init-test-macro: init-report-macro: init-java-macro: init-test-prompt-macro: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.cj.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true' [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.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run init-testing: clear-database: [echo] [echo] [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [echo] [echo] JUnit settings: [echo] test ='org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest' [echo] run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [echo] report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports' [echo] failonerror ='true' [echo] Java settings: [echo] jdk.version ='"11.0.11"' [echo] additional.jvmargs ='' [echo] maxmemory ='1024m' [echo] java args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-orb.jar:/home/jenkins/extension.lib.external/jacocoagent.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-core-tests.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar:/home/jenkins/extension.lib.external/jgroups.jar' [echo] System properties: ='db.driver=com.mysql.cj.jdbc.Driver, db.platform=org.eclipse.persistence.platform.database.MySQLPlatform, db.url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true, db.user=root, eclipselink.logging.level=INFO, jdbc.driver.jar=/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar, test.security-manager=-Dignore, test.security-manager.policy=-Dignore, xdb.jar=xdb.jar' [echo] db.pwd ='**********' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports [junit] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [junit] [EL Info]: 2024-04-30 17:39:02.734--DatabaseSessionImpl(796667727)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:39:03.203--DatabaseSessionImpl(796667727)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 sec test-core: [echo] CORETEST_BEGINS... pre-init: [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '${test.properties}' not found to load. [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. [echo] Notice: custom properties file '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/local.build.properties' not found to load. [echo] core_test.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test' [echo] core_test.2.base.dir ='../..' [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar' [echo] jdk.version ='"11.0.11"' init-eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar. init-bundles: init-classes: init-classpaths: init-modulepaths: init: init-test-macro: init-report-macro: init-java-macro: init-test-prompt-macro: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.cj.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true' [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.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run init-testing: test-all-jdks: [echo] [echo] [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [echo] [echo] JUnit settings: [echo] test ='**/junit/**/*Test.java' [echo] run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [echo] report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports' [echo] failonerror ='true' [echo] Java settings: [echo] jdk.version ='"11.0.11"' [echo] additional.jvmargs ='' [echo] maxmemory ='1024m' [echo] java args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-orb.jar:/home/jenkins/extension.lib.external/jacocoagent.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-core-tests.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar:/home/jenkins/extension.lib.external/jgroups.jar' [echo] System properties: ='db.driver=com.mysql.cj.jdbc.Driver, db.platform=org.eclipse.persistence.platform.database.MySQLPlatform, db.url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true, db.user=root, eclipselink.logging.level=INFO, jdbc.driver.jar=/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar, test.security-manager=-Dignore, test.security-manager.policy=-Dignore, xdb.jar=xdb.jar' [echo] db.pwd ='**********' [junit] Running org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [junit] [EL Info]: 2024-04-30 17:39:03.929--ServerSession(116405378)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: query: 2024-04-30 17:39:03.994--ClientSession(1301352406)--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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:39:04.003--ClientSession(1373419525)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:39:04.004--ClientSession(509891820)--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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:39:04.008--ServerSession(1604002113)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: query: 2024-04-30 17:39:04.009--ClientSession(1787079037)--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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:39:04.01--ServerSession(1604002113)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Info]: query: 2024-04-30 17:39:04.01--ClientSession(1787079037)--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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:39:09.011--ServerSession(1604002113)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Info]: query: 2024-04-30 17:39:09.011--ClientSession(1787079037)--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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:39:14.011--ServerSession(1604002113)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Warning]: 2024-04-30 17:39:14.012--ClientSession(1787079037)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.337 sec [junit] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [junit] [EL Info]: 2024-04-30 17:39:14.546--DatabaseSessionImpl(2110756088)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: query: 2024-04-30 17:39:14.61--DatabaseSessionImpl(2110756088)--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.7.15.v20240430-4abffe4bdf): 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec [junit] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.805 sec [junit] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec [junit] Running org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec [junit] Running org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec [junit] Running org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec [junit] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec [junit] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec [junit] Running org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec [junit] Running org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec [junit] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec [junit] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec [junit] Running org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [junit] WARNING: An illegal reflective access operation has occurred [junit] WARNING: Illegal reflective access by org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest (file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-core-tests.jar) to field java.lang.reflect.Field.modifiers [junit] WARNING: Please consider reporting this to the maintainers of org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec [junit] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [junit] WARNING: All illegal access operations will be denied in a future release [junit] Running org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec [junit] Running org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [junit] [EL Warning]: jpa: 2024-04-30 17:39:23.15--The Database password was encrypted by a deprecated algorithm. [junit] Reencrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] [EL Warning]: jpa: 2024-04-30 17:39:23.195--The Database password was encrypted by a deprecated algorithm. [junit] Reencrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] [EL Warning]: jpa: 2024-04-30 17:39:23.199--The Database password was encrypted by a deprecated algorithm. [junit] Reencrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] [EL Warning]: jpa: 2024-04-30 17:39:23.2--The Database password was encrypted by a deprecated algorithm. [junit] Reencrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] [EL Warning]: jpa: 2024-04-30 17:39:23.209--The Database password used in /file:/testdir/_test-jpa-pu was encrypted by a deprecated algorithm. [junit] Reencrypt it by `passwordUpdate.sh` from eclipselink.zip bundle. [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec [junit] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [junit] [EL Warning]: connection: 2024-04-30 17:39:23.697--Exception [EclipseLink-63001] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:39:23.91--Exception [EclipseLink-63002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ServerPlatformException [junit] Exception Description: Server platform class is not valid: org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest$Platform [junit] Internal Exception: java.lang.reflect.InvocationTargetException [junit] Target Invocation Exception: java.lang.NullPointerException [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 sec [junit] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [junit] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec [junit] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest [junit] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec [junit] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest [junit] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec [echo] [echo] [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [echo] [echo] JUnit settings: [echo] test ='org.eclipse.persistence.testing.tests.TestRunModel' [echo] run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [echo] report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports' [echo] failonerror ='true' [echo] Java settings: [echo] jdk.version ='"11.0.11"' [echo] additional.jvmargs ='' [echo] maxmemory ='1024m' [echo] java args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-orb.jar:/home/jenkins/extension.lib.external/jacocoagent.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-core-tests.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar:/home/jenkins/extension.lib.external/jgroups.jar' [echo] System properties: ='db.driver=com.mysql.cj.jdbc.Driver, db.platform=org.eclipse.persistence.platform.database.MySQLPlatform, db.url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true, db.user=root, eclipselink.logging.level=INFO, jdbc.driver.jar=/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar, test.security-manager=-Dignore, test.security-manager.policy=-Dignore, xdb.jar=xdb.jar' [echo] db.pwd ='**********' [junit] Running org.eclipse.persistence.testing.tests.TestRunModel [junit] [EL Info]: 2024-04-30 17:39:26.254--DatabaseSessionImpl(860481979)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:39:26.814--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.WORKER' [junit] Error Code: 1051 [junit] Call: DROP TABLE WORKER [junit] Query: DataModifyQuery(sql="DROP TABLE WORKER") [junit] [EL Warning]: 2024-04-30 17:39:26.824--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ADD") [junit] [EL Warning]: 2024-04-30 17:39:26.829--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_CLNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_CLNT [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_CLNT") [junit] [EL Warning]: 2024-04-30 17:39:26.837--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ECNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ECNT [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ECNT") [junit] [EL Warning]: 2024-04-30 17:39:26.844--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_COM' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_COM [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_COM") [junit] [EL Warning]: 2024-04-30 17:39:26.85--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_EMP") [junit] [EL Warning]: 2024-04-30 17:39:26.856--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_LAN' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_LAN [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_LAN") [junit] [EL Warning]: 2024-04-30 17:39:26.867--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_RES' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_RES [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_RES") [junit] [EL Warning]: 2024-04-30 17:39:26.872--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGGVEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGGVEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE AGGVEHICLE") [junit] [EL Warning]: 2024-04-30 17:39:26.877--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGENT [junit] Query: DataModifyQuery(sql="DROP TABLE AGENT") [junit] [EL Warning]: 2024-04-30 17:39:26.883--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE CUSTOMER") [junit] [EL Warning]: 2024-04-30 17:39:26.888--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE HOUSE") [junit] [EL Warning]: 2024-04-30 17:39:26.893--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPENDANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEPENDANT [junit] Query: DataModifyQuery(sql="DROP TABLE DEPENDANT") [junit] [EL Warning]: 2024-04-30 17:39:26.898--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPANY_AGG' [junit] Error Code: 1051 [junit] Call: DROP TABLE COMPANY_AGG [junit] Query: DataModifyQuery(sql="DROP TABLE COMPANY_AGG") [junit] [EL Warning]: 2024-04-30 17:39:26.903--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SINGLE_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE SINGLE_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE SINGLE_HOUSE") [junit] [EL Warning]: 2024-04-30 17:39:26.908--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SELLING_POINT' [junit] Error Code: 1051 [junit] Call: DROP TABLE SELLING_POINT [junit] Query: DataModifyQuery(sql="DROP TABLE SELLING_POINT") [junit] [EL Warning]: 2024-04-30 17:39:26.915--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER") [junit] [EL Warning]: 2024-04-30 17:39:26.92--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_HOUSE") [junit] [EL Warning]: 2024-04-30 17:39:26.925--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:39:26.93--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:39:26.935--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_CUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_CUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_CUSTOMER") [junit] [EL Warning]: 2024-04-30 17:39:26.939--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_DEPENDANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_DEPENDANT [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_DEPENDANT") [junit] [EL Warning]: 2024-04-30 17:39:26.944--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_VEHICLE") [junit] [EL Warning]: 2024-04-30 17:39:26.949--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.Employee1' [junit] Error Code: 1051 [junit] Call: DROP TABLE Employee1 [junit] Query: DataModifyQuery(sql="DROP TABLE Employee1") [junit] [EL Warning]: 2024-04-30 17:39:26.956--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMP_LAN' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_LAN [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_LAN") [junit] [EL Warning]: 2024-04-30 17:39:26.993--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STUDENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE STUDENT [junit] Query: DataModifyQuery(sql="DROP TABLE STUDENT") [junit] [EL Warning]: 2024-04-30 17:39:27.0--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GOLF_CLUB' [junit] Error Code: 1051 [junit] Call: DROP TABLE GOLF_CLUB [junit] Query: DataModifyQuery(sql="DROP TABLE GOLF_CLUB") [junit] [EL Warning]: 2024-04-30 17:39:27.008--DatabaseSessionImpl(860481979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MANUFACTURER' [junit] Error Code: 1051 [junit] Call: DROP TABLE MANUFACTURER [junit] Query: DataModifyQuery(sql="DROP TABLE MANUFACTURER") [junit] [junit] Running AggregateReadObjectTestSuite [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec [junit] [junit] Running AggregateUpdateObjectTestSuite [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec [junit] [junit] Running AggregateReadAllTestSuite [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec [junit] [junit] Running AggregateDeleteObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec [junit] [junit] Running AggregateInsertObjectTestSuite [junit] [EL Warning]: 2024-04-30 17:39:27.831--UnitOfWork(233343686)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@2ba33e2c] 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] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec [junit] [junit] Running AggregateUnitOfWorkTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec [junit] [junit] Running AggregateUnitOfWorkCommitResumeTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec [junit] [junit] Running AggregateCheckForNullUnitOfWorkTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec [junit] [junit] Running AggregateMergingUnitOfWorkTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec [junit] [junit] Running AggregateDescriptorPropertiesTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec [junit] [junit] Running AggregateEventTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec [junit] [junit] Running NestedAggregateTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec [junit] [junit] Running AggregateInheritanceTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [junit] [junit] Running AggregateRelationshipsTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec [junit] [EL Info]: 2024-04-30 17:39:28.19--DatabaseSessionImpl(1792711692)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:39:28.222--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PHONE' [junit] Error Code: 1051 [junit] Call: drop table PHONE [junit] Query: DataModifyQuery(sql="drop table PHONE") [junit] [EL Warning]: 2024-04-30 17:39:28.223--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RESPONS' [junit] Error Code: 1051 [junit] Call: drop table RESPONS [junit] Query: DataModifyQuery(sql="drop table RESPONS") [junit] [EL Warning]: 2024-04-30 17:39:28.224--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SALARY' [junit] Error Code: 1051 [junit] Call: drop table SALARY [junit] Query: DataModifyQuery(sql="drop table SALARY") [junit] [EL Warning]: 2024-04-30 17:39:28.225--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ_EMP' [junit] Error Code: 1051 [junit] Call: drop table PROJ_EMP [junit] Query: DataModifyQuery(sql="drop table PROJ_EMP") [junit] [EL Warning]: 2024-04-30 17:39:28.226--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJECT' [junit] Error Code: 1051 [junit] Call: drop table LPROJECT [junit] Query: DataModifyQuery(sql="drop table LPROJECT") [junit] [EL Warning]: 2024-04-30 17:39:28.227--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJECT' [junit] Error Code: 1051 [junit] Call: drop table PROJECT [junit] Query: DataModifyQuery(sql="drop table PROJECT") [junit] [EL Warning]: 2024-04-30 17:39:28.227--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMPLOYEE' [junit] Error Code: 1051 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2024-04-30 17:39:28.228--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADDRESS' [junit] Error Code: 1051 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2024-04-30 17:39:28.437--DatabaseSessionImpl(1225554563)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [junit] [junit] Running MiscellaneousTests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [EL Info]: 2024-04-30 17:39:28.95--DatabaseSessionImpl(154674411)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:39:29.22--DatabaseSessionImpl(154674411)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' [junit] Error Code: 1051 [junit] Call: drop table CHILDNAM [junit] Query: DataModifyQuery(sql="drop table CHILDNAM") [junit] [EL Warning]: 2024-04-30 17:39:29.22--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' [junit] Error Code: 1051 [junit] Call: drop table CHILDNAM [junit] Query: DataModifyQuery(sql="drop table CHILDNAM") [junit] [junit] Running CacheExpiryTestSuite [junit] [EL Info]: 2024-04-30 17:39:30.604--ServerSession(476179877)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.283 sec [junit] [EL Info]: 2024-04-30 17:39:45.683--DatabaseSessionImpl(622396011)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running CacheIdentityMapInsertOverflowTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running CacheIdentityMapInsertTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [junit] Running SmallCacheIdentityMapTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [EL Info]: 2024-04-30 17:39:45.95--ServerSession(1982072255)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:39:46.022--DatabaseSessionImpl(1493755606)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:39:46.067--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:39:46.073--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_MENU' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_MENU [junit] Query: DataModifyQuery(sql="DROP TABLE COL_MENU") [junit] [EL Warning]: 2024-04-30 17:39:46.077--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_PERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_PERS [junit] Query: DataModifyQuery(sql="DROP TABLE COL_PERS") [junit] [EL Warning]: 2024-04-30 17:39:46.083--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LOCA' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_LOCA [junit] Query: DataModifyQuery(sql="DROP TABLE COL_LOCA") [junit] [EL Warning]: 2024-04-30 17:39:46.088--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:39:46.092--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:39:46.096--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:39:46.101--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_REST' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_REST [junit] Query: DataModifyQuery(sql="DROP TABLE COL_REST") [junit] [EL Warning]: 2024-04-30 17:39:46.105--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SLOG' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_SLOG [junit] Query: DataModifyQuery(sql="DROP TABLE COL_SLOG") [junit] [EL Warning]: 2024-04-30 17:39:46.109--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SERVICES' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_SERVICES [junit] Query: DataModifyQuery(sql="DROP TABLE COL_SERVICES") [junit] [EL Warning]: 2024-04-30 17:39:46.113--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LICENSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_LICENSE [junit] Query: DataModifyQuery(sql="DROP TABLE COL_LICENSE") [junit] [junit] Running CollectionsReadObjectTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [junit] [junit] Running CollectionsWriteObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec [junit] [junit] Running CollectionsDeleteObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [junit] Running CollectionsInsertObjectTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [junit] [junit] Running CollectionsUnitOfWorkTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec [junit] [EL Info]: 2024-04-30 17:39:46.306--DatabaseSessionImpl(338957261)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:39:46.654--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:39:46.655--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:39:46.655--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:39:46.656--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:39:46.656--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:39:46.657--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_A' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_A [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_A") [junit] [EL Warning]: 2024-04-30 17:39:46.662--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_B' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_B [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_B") [junit] [EL Warning]: 2024-04-30 17:39:46.667--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_C' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_C [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_C") [junit] [EL Warning]: 2024-04-30 17:39:46.671--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_D' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_D [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_D") [junit] [EL Warning]: 2024-04-30 17:39:46.674--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_E' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_E [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_E") [junit] [EL Warning]: 2024-04-30 17:39:47.427--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMP") [junit] [EL Warning]: 2024-04-30 17:39:47.432--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMSP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMSP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP") [junit] [EL Warning]: 2024-04-30 17:39:47.436--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMPH' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMPH [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH") [junit] [EL Warning]: 2024-04-30 17:39:47.439--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PHO' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_PHO [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_PHO") [junit] [EL Warning]: 2024-04-30 17:39:47.443--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CARD' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_CARD [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_CARD") [junit] [EL Warning]: 2024-04-30 17:39:47.465--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_COM' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_COM [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_COM") [junit] [EL Warning]: 2024-04-30 17:39:47.47--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CUB' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_CUB [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_CUB") [junit] [EL Warning]: 2024-04-30 17:39:47.475--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMERGENCYEXIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMERGENCYEXIT [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT") [junit] [EL Warning]: 2024-04-30 17:39:47.479--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUBICLE_EMERGENCYEXIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CUBICLE_EMERGENCYEXIT [junit] Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT") [junit] [EL Warning]: 2024-04-30 17:39:47.483--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SHIP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_SHIP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP") [junit] [EL Warning]: 2024-04-30 17:39:47.487--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_POL' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_POL [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_POL") [junit] [EL Warning]: 2024-04-30 17:39:47.49--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_ADD") [junit] [EL Warning]: 2024-04-30 17:39:47.494--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_MON' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_MON [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_MON") [junit] [EL Warning]: 2024-04-30 17:39:47.497--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_HRW' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_HRW [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_HRW") [junit] [EL Warning]: 2024-04-30 17:39:47.501--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PERIPHERAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_PERIPHERAL [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL") [junit] [EL Warning]: 2024-04-30 17:39:47.505--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SECURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_SECURE [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE") [junit] [EL Warning]: 2024-04-30 17:39:47.508--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_IDENTIFICATION' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_IDENTIFICATION [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION") [junit] [EL Warning]: 2024-04-30 17:39:47.576--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_CON' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_CON [junit] Query: DataModifyQuery(sql="DROP TABLE U_CON") [junit] [EL Warning]: 2024-04-30 17:39:47.581--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE U_EMP") [junit] [EL Warning]: 2024-04-30 17:39:47.584--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE U_ADD") [junit] [EL Warning]: 2024-04-30 17:39:47.588--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_WEATH' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_WEATH [junit] Query: DataModifyQuery(sql="DROP TABLE U_WEATH") [junit] [EL Warning]: 2024-04-30 17:39:47.592--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS") [junit] [EL Warning]: 2024-04-30 17:39:47.596--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP") [junit] [EL Warning]: 2024-04-30 17:39:47.6--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT") [junit] [EL Warning]: 2024-04-30 17:39:47.604--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE") [junit] [EL Warning]: 2024-04-30 17:39:47.608--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MUTABLE_TYPE' [junit] Error Code: 1051 [junit] Call: DROP TABLE MUTABLE_TYPE [junit] Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE") [junit] [junit] Running ComplexUpdateTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec [junit] [junit] Running UnitOfWorkTestSuite [junit] [EL Warning]: 2024-04-30 17:39:48.21--UnitOfWork(1251996697)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '151' for key 'ADDRESS.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]: 2024-04-30 17:39:48.219--UnitOfWork(1118400595)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Jill May], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2024-04-30 17:39:48.359--UnitOfWork(373462668)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 161 [junit] [EL Warning]: 2024-04-30 17:39:48.414--UnitOfWork(2061394598)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Moose Rd., LKO, ALB, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [656,020,492], [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]: 2024-04-30 17:39:48.414--UnitOfWork(1005849716)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [791,275,056], [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]: 2024-04-30 17:39:48.418--UnitOfWork(412494235)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Jill May] 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]: 2024-04-30 17:39:48.442--UnitOfWork(850520326)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 161 [junit] [EL Warning]: 2024-04-30 17:39:48.554--UnitOfWork(650311527)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Jill May], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [237,279,395], [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]: 2024-04-30 17:39:48.683--UnitOfWork(597049482)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '95' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-04-30 17:39:48.708--UnitOfWork(771404135)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:39:48.726--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2024-04-30 17:39:48.75--UnitOfWork(2134545149)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Moose Rd., Calgary, ALB, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [858,989,662], [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] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec [junit] [junit] Running UnitOfWorkEventTestSuite [junit] [EL Warning]: 2024-04-30 17:39:48.794--UnitOfWork(831656273)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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 May) [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [junit] [EL Info]: 2024-04-30 17:39:48.795--DatabaseSessionImpl(1464460851)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:39:48.825--DatabaseSessionImpl(1464460851)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CM_OBJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE CM_OBJ [junit] Query: DataModifyQuery(sql="DROP TABLE CM_OBJ") [junit] [junit] Running ConversionManagerReadObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec [junit] [junit] Running ConversionManagerReadAllTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running ConversionManagerDeleteObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [junit] [junit] Running ConversionManagerInsertObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [junit] [junit] Running ConversionManagerUpdateObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [junit] [junit] Running ConversionManagerConvertObjectTestSuite [junit] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec [junit] [junit] Running ConversionManagerConvertClassTypeTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running ConversionManagerClassLoaderTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [EL Info]: 2024-04-30 17:39:48.921--DatabaseSessionImpl(1254161863)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running ConversionManagerReadObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running ConversionManagerReadAllTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running ConversionManagerDeleteObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec [junit] [junit] Running ConversionManagerInsertObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [junit] [junit] Running ConversionManagerUpdateObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec [junit] [EL Info]: 2024-04-30 17:39:49.0--DatabaseSessionImpl(300690223)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:39:49.279--DatabaseSessionImpl(300690223)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:39:49.488--DatabaseSessionImpl(300690223)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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] [junit] Running CustomSQLReadObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [junit] [junit] Running RefreshObjectTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running CustomSQLUpdateObjectTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [junit] [junit] Running CustomSQLReadAllTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running CustomSQLInsertObjectTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [junit] [junit] Running CustomSQLDeleteObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec [junit] [junit] Running SelectWithOutputParametersTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.001 sec [junit] [junit] Running OutputParametersTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [junit] [junit] Running CustomSQLStoredProcedureTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] [EL Info]: 2024-04-30 17:39:49.599--ServerSession(217103506)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.041 sec [junit] [junit] Running CustomSQLStoredFunctionTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [junit] [EL Info]: 2024-04-30 17:39:49.642--DatabaseSessionImpl(684948803)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:39:49.739--DatabaseSessionImpl(1153778787)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running MiscellaneousTests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [EL Info]: 2024-04-30 17:39:50.115--DatabaseSessionImpl(1444955914)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [junit] [junit] Running Unit Of Work Update Test Suite [junit] [EL Warning]: 2024-04-30 17:39:50.705--UnitOfWork(1387426106)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 303 [junit] [EL Warning]: 2024-04-30 17:39:50.724--UnitOfWork(1343642221)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 303 [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec [junit] [EL Info]: 2024-04-30 17:39:50.786--DatabaseSessionImpl(2035659988)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running Unit Of Work Update Test Suite [junit] [EL Warning]: 2024-04-30 17:39:51.287--UnitOfWork(285527187)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 352 [junit] [EL Warning]: 2024-04-30 17:39:51.305--UnitOfWork(1253179264)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 352 [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.757 sec [junit] [EL Info]: 2024-04-30 17:39:53.002--DatabaseSessionImpl(401290746)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running Unit Of Work Update Test Suite [junit] [EL Warning]: 2024-04-30 17:39:53.502--UnitOfWork(404223984)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 404 [junit] [EL Warning]: 2024-04-30 17:39:53.52--UnitOfWork(1289555759)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 404 [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec [junit] [EL Info]: 2024-04-30 17:39:53.564--DatabaseSessionImpl(967348315)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:39:53.68--DatabaseSessionImpl(1321173721)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:39:53.691--DatabaseSessionImpl(2035430543)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running MiscellaneousTests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [EL Info]: 2024-04-30 17:39:54.076--DatabaseSessionImpl(888117369)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [junit] [EL Info]: 2024-04-30 17:39:54.37--DatabaseSessionImpl(411168628)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running MiscellaneousTests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [EL Info]: 2024-04-30 17:39:54.719--DatabaseSessionImpl(323509890)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [junit] [EL Info]: 2024-04-30 17:39:55.019--DatabaseSessionImpl(1012083607)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running ForceUpdateVersionLockingTestSuite [junit] [EL Warning]: 2024-04-30 17:39:56.181--UnitOfWork(2074675151)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 2 [junit] [EL Warning]: 2024-04-30 17:39:56.191--UnitOfWork(447778435)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:39:56.2--UnitOfWork(1941343640)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 2 [junit] [EL Warning]: 2024-04-30 17:39:56.209--UnitOfWork(1084459588)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 11 [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [junit] [junit] Running ForceUpdateVersionLockingNopTestSuite [junit] [EL Warning]: 2024-04-30 17:39:56.217--UnitOfWork(1761645902)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 3 [junit] [EL Warning]: 2024-04-30 17:39:56.218--UnitOfWork(334409047)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 3 [junit] [EL Warning]: 2024-04-30 17:39:56.224--UnitOfWork(489693281)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 12 [junit] [EL Warning]: 2024-04-30 17:39:56.226--UnitOfWork(206943440)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 12 [junit] [EL Warning]: 2024-04-30 17:39:56.231--UnitOfWork(643157181)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 5 [junit] [EL Warning]: 2024-04-30 17:39:56.232--UnitOfWork(54436922)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 5 [junit] [EL Warning]: 2024-04-30 17:39:56.237--UnitOfWork(1096356159)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 3 [junit] [EL Warning]: 2024-04-30 17:39:56.239--UnitOfWork(1074487756)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 3 [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec [junit] [EL Info]: 2024-04-30 17:39:56.242--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:39:57.6--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:39:57.97--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTCUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE EVENTCUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE EVENTCUSTOMER") [junit] [EL Warning]: 2024-04-30 17:39:57.975--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EASSOCIATIONS' [junit] Error Code: 1051 [junit] Call: DROP TABLE EASSOCIATIONS [junit] Query: DataModifyQuery(sql="DROP TABLE EASSOCIATIONS") [junit] [EL Warning]: 2024-04-30 17:39:57.979--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTORDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE EVENTORDER [junit] Query: DataModifyQuery(sql="DROP TABLE EVENTORDER") [junit] [EL Warning]: 2024-04-30 17:39:57.983--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMAILACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMAILACC [junit] Query: DataModifyQuery(sql="DROP TABLE EMAILACC") [junit] [EL Warning]: 2024-04-30 17:39:57.987--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EPHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE EPHONE [junit] Query: DataModifyQuery(sql="DROP TABLE EPHONE") [junit] [EL Warning]: 2024-04-30 17:39:57.999--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE EADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE EADDRESS") [junit] [EL Warning]: 2024-04-30 17:39:58.031--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE PROJ [junit] Query: DataModifyQuery(sql="DROP TABLE PROJ") [junit] [EL Warning]: 2024-04-30 17:39:58.035--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE LPROJ [junit] Query: DataModifyQuery(sql="DROP TABLE LPROJ") [junit] [EL Warning]: 2024-04-30 17:39:58.039--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUDGET' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUDGET [junit] Query: DataModifyQuery(sql="DROP TABLE BUDGET") [junit] [EL Warning]: 2024-04-30 17:39:58.053--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TESTTABLE1' [junit] Error Code: 1051 [junit] Call: DROP TABLE TESTTABLE1 [junit] Query: DataModifyQuery(sql="DROP TABLE TESTTABLE1") [junit] [EL Warning]: 2024-04-30 17:39:58.541--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE1' [junit] Error Code: 1051 [junit] Call: DROP TABLE SEQTESTTABLE1 [junit] Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE1") [junit] [EL Warning]: 2024-04-30 17:39:58.547--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE2' [junit] Error Code: 1051 [junit] Call: DROP TABLE SEQTESTTABLE2 [junit] Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE2") [junit] [EL Warning]: 2024-04-30 17:39:58.562--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE REPORT_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE") [junit] [EL Warning]: 2024-04-30 17:39:58.567--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_HISTORY' [junit] Error Code: 1051 [junit] Call: DROP TABLE REPORT_HISTORY [junit] Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY") [junit] [EL Warning]: 2024-04-30 17:39:58.57--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BEER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BEER [junit] Query: DataModifyQuery(sql="DROP TABLE BEER") [junit] [EL Warning]: 2024-04-30 17:39:58.574--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR' [junit] Error Code: 1051 [junit] Call: DROP TABLE BAR [junit] Query: DataModifyQuery(sql="DROP TABLE BAR") [junit] [EL Warning]: 2024-04-30 17:39:58.577--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR_BEER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BAR_BEER [junit] Query: DataModifyQuery(sql="DROP TABLE BAR_BEER") [junit] [EL Warning]: 2024-04-30 17:39:58.581--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE PERSON") [junit] [EL Warning]: 2024-04-30 17:39:58.584--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BREWER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BREWER [junit] Query: DataModifyQuery(sql="DROP TABLE BREWER") [junit] [EL Warning]: 2024-04-30 17:39:58.598--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:39:58.602--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_HISTORY' [junit] Error Code: 1051 [junit] Call: DROP TABLE QUERY_OPTION_HISTORY [junit] Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY") [junit] [junit] Running IdentityMapTestSuite [junit] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.872 sec [junit] [junit] Running ExpressionTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2024-04-30 17:40:09.872--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [foofoo] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2024-04-30 17:40:09.873--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:09.873--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:09.874--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:09.874--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:09.874--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:09.875--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:09.928--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 131, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.189 sec [junit] [junit] Running ExpressionInMemoryTestSuite [junit] [EL Warning]: 2024-04-30 17:40:09.97--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.034--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.035--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.036--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.049--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.11--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.117--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.118--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.139--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.155--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.157--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:10.167--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] Tests run: 165, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.232 sec [junit] [junit] Running ExpressionSubSelectTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.063 sec [junit] [junit] Running ExpressionOperatorUnitTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running ExpressionOuterJoinTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec [junit] [junit] Running ExpressionUnitTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 116, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.076 sec [junit] [junit] Running QueryFrameworkTestSuite [junit] [EL Info]: 2024-04-30 17:40:10.472--ServerSession(1925374809)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:10.49--ServerSession(769090523)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: 2024-04-30 17:40:10.544--ServerSession(1135547754)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:10.581--ServerSession(55893572)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2024-04-30 17:40:10.661--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: A reference class must be provided. [junit] Query: ReadAllQuery() [junit] [EL Warning]: 2024-04-30 17:40:10.661--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Modify queries require an object to modify. [junit] Query: WriteObjectQuery(null) [junit] [EL Warning]: 2024-04-30 17:40:10.663--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:10.702--ServerSession(1731878261)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:10.729--ClientSession(1846206509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:40:10.73--ServerSession(224702128)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:10.787--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:10.862--ServerSession(682683113)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:10.89--ServerSession(2064205143)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:10.917--ServerSession(1411172927)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:10.944--ServerSession(128998827)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:10.971--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:10.997--DatabaseSessionImpl(1151089812)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:11.055--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 is 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]: 2024-04-30 17:40:11.061--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:12.11--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.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, EMPLOYEE i [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE i") [junit] [EL Info]: 2024-04-30 17:40:12.111--ServerSession(401978800)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:12.152--Running checkCustomQueryRaceConditionsInReadAllQuery test. [junit] [EL Info]: 2024-04-30 17:40:12.154--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [junit] [EL Warning]: query: 2024-04-30 17:40:12.154--DatabaseSessionImpl(1196766417)--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]: 2024-04-30 17:40:12.18--ServerSession(2033255565)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:13.227--ClientSession(1583980252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.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, EMPLOYEE i [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE i") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: NULLS FIRST only supported on Oracle. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Database does not support INTERSECT [junit] Tests run: 162, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 2.823 sec [junit] [junit] Running CacheHitAndInMemoryTestSuite [junit] [EL Warning]: 2024-04-30 17:40:13.376--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec [junit] [junit] Running Event Hook Test Suite [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec [junit] [junit] Running OptimisticLockingTestSuite [junit] [EL Warning]: 2024-04-30 17:40:13.451--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 713 [junit] [EL Warning]: 2024-04-30 17:40:13.454--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 714 [junit] [EL Warning]: 2024-04-30 17:40:13.457--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 715 [junit] [EL Warning]: 2024-04-30 17:40:13.46--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 716 [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec [junit] [junit] Running QueryOptimizationTestSuite [junit] [EL Warning]: 2024-04-30 17:40:13.619--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:13.748--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2024-04-30 17:40:13.83--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2024-04-30 17:40:13.84--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:13.84--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 92, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.414 sec [junit] [junit] Running ReportQueryTestSuite [junit] [EL Warning]: 2024-04-30 17:40:13.891--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:13.891--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:13.891--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:13.915--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:13.916--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ConversionException [junit] Exception Description: The object [Jill], 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: Character J is neither a decimal digit number, decimal point, nor "e" notation exponential mark. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test does not work on the this platform [junit] Tests run: 62, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.077 sec [junit] [junit] Running Transaction Test Suite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [junit] [junit] Running ReadingThroughWriteConnectionSuite [junit] [EL Info]: 2024-04-30 17:40:13.986--ServerSession(1936728619)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.024--ServerSession(904779910)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.062--ServerSession(500426853)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:14.102--ServerSession(500426853)--java.lang.NullPointerException [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:14.104--ServerSession(732453311)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.142--ServerSession(1524475288)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.179--ServerSession(1650177125)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.223--ServerSession(111864851)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:14.259--ServerSession(111864851)--java.lang.NullPointerException [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:14.26--ServerSession(958613130)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.318--ServerSession(4358716)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.359--ServerSession(1871949388)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.427 sec [junit] [junit] Running Integrity Checker [junit] [EL Info]: 2024-04-30 17:40:14.414--DatabaseSessionImpl(1470942118)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:40:14.424--DatabaseSessionImpl(1470942118)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:14.426--DatabaseSessionImpl(919169422)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:40:14.436--DatabaseSessionImpl(919169422)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:14.447--DatabaseSessionImpl(235149619)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:40:14.495--DatabaseSessionImpl(235149619)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:14.496--DatabaseSessionImpl(1460685994)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec [junit] [junit] Running ExceptionHandler [junit] [EL Warning]: 2024-04-30 17:40:14.509--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:14.511--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.bad' doesn't exist [junit] Error Code: 1146 [junit] Call: select * from bad [junit] Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [junit] [junit] Running Message Logging [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running Fielded Message Logging [junit] [EL Fine]: 2024-04-30 17:40:14.538--Thread(Thread[main,5,main])--Time {0.5HR} [junit] [EL Fine]: 2024-04-30 17:40:14.538--Thread(Thread[main,5,main])--cmp_init_transformer_is_null [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [junit] Running NullValueTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running MiscellaneousTests [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:14.553--DatabaseSessionImpl(527305679)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.575--DatabaseSessionImpl(527305679)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.586--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.597--DatabaseSessionImpl(1087956214)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.608--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.084 sec [junit] [junit] Running JNDIConnectionTestSuite [junit] [EL Info]: 2024-04-30 17:40:14.63--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.64--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec [junit] [junit] Running CustomSequenceTestSuite [junit] [EL Warning]: 2024-04-30 17:40:14.653--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.NEW_SEQUENCE' [junit] Error Code: 1051 [junit] Call: DROP TABLE NEW_SEQUENCE [junit] Query: DataModifyQuery(sql="DROP TABLE NEW_SEQUENCE") [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec [junit] [junit] Running SequenceTestSuite [junit] [EL Info]: 2024-04-30 17:40:14.734--ServerSession(571704818)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.762--ServerSession(1717369859)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.788--ServerSession(856713663)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.859--DatabaseSessionImpl(741723601)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.878--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:14.891--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' [junit] Error Code: 1049 [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]: 2024-04-30 17:40:14.892--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:14.903--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:14.914--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' [junit] Error Code: 1049 [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]: 2024-04-30 17:40:14.914--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:14.93--UnitOfWork(198110873)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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@5736508f) [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec [junit] [junit] Running CopyingTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [junit] [junit] Running QueryOptionTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec [junit] [junit] Running QueryRepreparationTestSuite [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [junit] Running DatabaseLoginCodeCoverageTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [junit] [junit] Running Instantiation Policy Test Suite [junit] [EL Info]: 2024-04-30 17:40:15.007--DatabaseSessionImpl(2031959376)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:15.02--DatabaseSessionImpl(640617224)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:15.033--DatabaseSessionImpl(998964671)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:15.046--DatabaseSessionImpl(405885817)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:40:15.057--DatabaseSessionImpl(405885817)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec [junit] [junit] Running SessionCacheTestSuite [junit] [EL Warning]: 2024-04-30 17:40:15.059--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2024-04-30 17:40:15.059--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2024-04-30 17:40:15.06--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.007 sec [junit] [junit] Running Session API Test Suite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [EL Info]: 2024-04-30 17:40:15.067--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:15.083--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:15.101--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:15.117--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:15.153--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:15.163--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:16.426--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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] [junit] Running IdentityMapTestSuite [junit] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.202 sec [junit] [junit] Running ExpressionTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2024-04-30 17:40:27.799--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [foofoo] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2024-04-30 17:40:27.8--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:27.8--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:27.8--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:27.801--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:27.801--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:27.801--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:27.845--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 131, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.140 sec [junit] [junit] Running ExpressionInMemoryTestSuite [junit] [EL Warning]: 2024-04-30 17:40:27.873--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:27.932--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:27.932--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:27.933--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:27.946--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:28.003--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:28.01--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:28.011--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:28.031--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:28.047--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:28.049--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2024-04-30 17:40:28.058--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] Tests run: 165, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.221 sec [junit] [junit] Running ExpressionSubSelectTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.062 sec [junit] [junit] Running ExpressionOperatorUnitTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running ExpressionOuterJoinTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec [junit] [junit] Running ExpressionUnitTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 116, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.073 sec [junit] [junit] Running QueryFrameworkTestSuite [junit] [EL Info]: 2024-04-30 17:40:28.346--ServerSession(285274075)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:28.36--ServerSession(945724251)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: 2024-04-30 17:40:28.4--ServerSession(1404949156)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:28.429--ServerSession(874093852)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2024-04-30 17:40:28.482--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: A reference class must be provided. [junit] Query: ReadAllQuery() [junit] [EL Warning]: 2024-04-30 17:40:28.482--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Modify queries require an object to modify. [junit] Query: WriteObjectQuery(null) [junit] [EL Warning]: 2024-04-30 17:40:28.483--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:28.515--ServerSession(1927269490)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:28.537--ClientSession(1684111049)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:40:28.539--ServerSession(1484819842)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:28.573--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:28.614--ServerSession(2082641019)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:28.636--ServerSession(820635626)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:28.657--ServerSession(1957779726)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:28.678--ServerSession(1492431040)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:28.699--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:28.727--DatabaseSessionImpl(783154166)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:28.771--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 is 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]: 2024-04-30 17:40:28.776--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:29.813--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.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, EMPLOYEE i [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE i") [junit] [EL Info]: 2024-04-30 17:40:29.814--ServerSession(1281128223)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:29.843--Running checkCustomQueryRaceConditionsInReadAllQuery test. [junit] [EL Info]: 2024-04-30 17:40:29.843--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [junit] [EL Warning]: query: 2024-04-30 17:40:29.844--DatabaseSessionImpl(1432093328)--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]: 2024-04-30 17:40:29.863--ServerSession(639453388)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:30.907--ClientSession(1857460309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.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, EMPLOYEE i [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE i") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: NULLS FIRST only supported on Oracle. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Database does not support INTERSECT [junit] Tests run: 162, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 2.628 sec [junit] [junit] Running CacheHitAndInMemoryTestSuite [junit] [EL Warning]: 2024-04-30 17:40:31.052--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec [junit] [junit] Running Event Hook Test Suite [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec [junit] [junit] Running OptimisticLockingTestSuite [junit] [EL Warning]: 2024-04-30 17:40:31.108--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.111--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.113--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.115--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [junit] [junit] Running QueryOptimizationTestSuite [junit] [EL Warning]: 2024-04-30 17:40:31.258--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.364--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2024-04-30 17:40:31.44--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2024-04-30 17:40:31.449--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.449--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 92, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.363 sec [junit] [junit] Running ReportQueryTestSuite [junit] [EL Warning]: 2024-04-30 17:40:31.49--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.49--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.491--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.508--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.509--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ConversionException [junit] Exception Description: The object [Sarah], 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: Character S is neither a decimal digit number, decimal point, nor "e" notation exponential mark. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test does not work on the this platform [junit] Tests run: 62, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.060 sec [junit] [junit] Running Transaction Test Suite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [junit] [junit] Running ReadingThroughWriteConnectionSuite [junit] [EL Info]: 2024-04-30 17:40:31.574--ServerSession(444386303)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:31.612--ServerSession(1786363162)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:31.647--ServerSession(1275853519)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:31.679--ServerSession(1275853519)--java.lang.NullPointerException [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.681--ServerSession(1158213249)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:31.717--ServerSession(574725994)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:31.751--ServerSession(1832887874)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:31.786--ServerSession(1183905966)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:31.819--ServerSession(1183905966)--java.lang.NullPointerException [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.82--ServerSession(1300314975)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:31.87--ServerSession(1341801146)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:31.911--ServerSession(1206196858)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.389 sec [junit] [junit] Running Integrity Checker [junit] [EL Info]: 2024-04-30 17:40:31.963--DatabaseSessionImpl(1078824206)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:40:31.973--DatabaseSessionImpl(1078824206)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.974--DatabaseSessionImpl(1809965097)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:40:31.984--DatabaseSessionImpl(1809965097)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:31.995--DatabaseSessionImpl(1713794884)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:40:32.03--DatabaseSessionImpl(1713794884)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:32.03--DatabaseSessionImpl(1672792803)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec [junit] [junit] Running ExceptionHandler [junit] [EL Warning]: 2024-04-30 17:40:32.042--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:32.044--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.bad' doesn't exist [junit] Error Code: 1146 [junit] Call: select * from bad [junit] Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec [junit] [junit] Running Message Logging [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [junit] Running Fielded Message Logging [junit] [EL Fine]: 2024-04-30 17:40:32.064--Thread(Thread[main,5,main])--Time {0.5HR} [junit] [EL Fine]: 2024-04-30 17:40:32.064--Thread(Thread[main,5,main])--cmp_init_transformer_is_null [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [junit] Running NullValueTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running MiscellaneousTests [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:32.073--DatabaseSessionImpl(194699387)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.094--DatabaseSessionImpl(194699387)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.103--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.112--DatabaseSessionImpl(1884885212)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.122--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.064 sec [junit] [junit] Running JNDIConnectionTestSuite [junit] [EL Info]: 2024-04-30 17:40:32.133--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.142--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [junit] [junit] Running CustomSequenceTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [junit] [junit] Running SequenceTestSuite [junit] [EL Info]: 2024-04-30 17:40:32.218--ServerSession(1141815928)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.241--ServerSession(740358750)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.275--ServerSession(38330955)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.324--DatabaseSessionImpl(431968953)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.342--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:32.352--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' [junit] Error Code: 1049 [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]: 2024-04-30 17:40:32.352--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.361--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:32.371--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' [junit] Error Code: 1049 [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]: 2024-04-30 17:40:32.372--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:32.383--UnitOfWork(1984192708)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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@11a81db0) [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec [junit] [junit] Running CopyingTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec [junit] [junit] Running QueryOptionTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [junit] [junit] Running QueryRepreparationTestSuite [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [junit] [junit] Running DatabaseLoginCodeCoverageTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running Instantiation Policy Test Suite [junit] [EL Info]: 2024-04-30 17:40:32.433--DatabaseSessionImpl(1355159804)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.444--DatabaseSessionImpl(723238317)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.455--DatabaseSessionImpl(1048653674)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.466--DatabaseSessionImpl(1028155256)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:40:32.475--DatabaseSessionImpl(1028155256)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec [junit] [junit] Running SessionCacheTestSuite [junit] [EL Warning]: 2024-04-30 17:40:32.476--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2024-04-30 17:40:32.477--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2024-04-30 17:40:32.477--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.005 sec [junit] [junit] Running Session API Test Suite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [EL Info]: 2024-04-30 17:40:32.482--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.494--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.505--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.516--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.543--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:32.552--DatabaseSessionImpl(1332264622)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running ExpressionTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.081 sec [junit] [junit] Running ExpressionSubSelectTestSuite [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec [junit] [junit] Running AnySessionsTestSuite [junit] [EL Info]: 2024-04-30 17:40:34.12--ServerSession(2038235130)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:34.151--SessionBroker(787688037)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:34.152--ServerSession(1536179750)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.184--ServerSession(457808064)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:34.21--SessionBroker(533031256)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:34.211--ServerSession(1565473031)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.24--ServerSession(1468725840)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:34.271--SessionBroker(2077409550)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:34.271--ServerSession(1671273336)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.298--ServerSession(1192918571)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.329--ServerSession(100580223)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.353--ServerSession(1496142388)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.379--ServerSession(1605511693)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.405--ServerSession(866420758)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.431--ServerSession(703207007)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running FlashbackUnitTestSuite [junit] [EL Warning]: 2024-04-30 17:40:34.486--HistoricalSession(1951388570)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:34.493--DatabaseSessionImpl(1332264622)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec [junit] [junit] Running TestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2024-04-30 17:40:34.777--DatabaseSessionImpl(1682524967)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:34.941--DatabaseSessionImpl(618118204)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running ExpressionTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.087 sec [junit] [junit] Running ExpressionSubSelectTestSuite [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 sec [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec [junit] [junit] Running AnySessionsTestSuite [junit] [EL Info]: 2024-04-30 17:40:36.61--ServerSession(2089876218)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:36.64--SessionBroker(1112766922)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:36.641--ServerSession(1066635787)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:36.673--ServerSession(719306104)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:36.704--SessionBroker(945431572)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:36.705--ServerSession(1401834821)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:36.734--ServerSession(1377140238)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:36.761--SessionBroker(1889278676)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:36.762--ServerSession(2050471493)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:36.789--ServerSession(271365023)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:36.816--ServerSession(730082508)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:36.842--ServerSession(1978592532)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:36.873--ServerSession(1520353915)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:36.904--ServerSession(1275340115)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:36.929--ServerSession(50336539)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running FlashbackUnitTestSuite [junit] [EL Warning]: 2024-04-30 17:40:36.978--HistoricalSession(1086227845)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:36.986--DatabaseSessionImpl(618118204)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [junit] [junit] Running TestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2024-04-30 17:40:37.208--DatabaseSessionImpl(257656875)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:37.359--DatabaseSessionImpl(212113887)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running ExpressionTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.070 sec [junit] [junit] Running ExpressionSubSelectTestSuite [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec [junit] [junit] Running AnySessionsTestSuite [junit] [EL Info]: 2024-04-30 17:40:39.533--ServerSession(1829945196)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:39.561--SessionBroker(318782304)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:39.561--ServerSession(864831010)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:39.591--ServerSession(641758544)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:39.618--SessionBroker(1389348402)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:39.618--ServerSession(47299621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:39.646--ServerSession(289506248)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:39.683--SessionBroker(484526894)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: 2024-04-30 17:40:39.683--ServerSession(628728604)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:39.709--ServerSession(1407488324)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:39.734--ServerSession(414997530)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:39.757--ServerSession(2147015131)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:39.78--ServerSession(404902272)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:39.804--ServerSession(1039840203)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:39.827--ServerSession(1268834233)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running FlashbackUnitTestSuite [junit] [EL Warning]: 2024-04-30 17:40:39.871--HistoricalSession(424094918)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:39.877--DatabaseSessionImpl(212113887)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec [junit] [junit] Running TestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2024-04-30 17:40:40.078--DatabaseSessionImpl(373184356)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:40.234--DatabaseSessionImpl(1205432311)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:41.576--DatabaseSessionImpl(686584438)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:41.585--DatabaseSessionImpl(515190887)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running InheritanceDuplicateFieldTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running InheritanceReadObjectTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [junit] [junit] Running InheritanceReadAllTestSuite [junit] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [junit] Running InheritanceDeleteObjectTestSuite [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [junit] [junit] Running InheritanceInsertObjectTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec [junit] [junit] Running InheritanceUpdateObjectTestSuite [junit] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec [junit] [junit] Running InheritanceUnitOfWorkTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec [junit] [junit] Running InheritanceUnitOfWorkCommitResumeTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [junit] [junit] Running Deep Inheritance Tests [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running TranslatedKeyInheritance [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running SingleInheritanceTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [EL Info]: 2024-04-30 17:40:42.374--DatabaseSessionImpl(1746735162)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running InsuranceReadObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [junit] [junit] Running InsuranceReadAllTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [junit] Running InsuranceInsertObjectTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running InsuranceUpdateObjectTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [junit] Running InsuranceDeleteObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec [junit] [junit] Running InsuranceDeletePrivateOwnedTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec [junit] [EL Info]: 2024-04-30 17:40:42.633--DatabaseSessionImpl(1769799334)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:42.641--DatabaseSessionImpl(1769799334)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:42.653--DatabaseSessionImpl(1978963720)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:42.668--DatabaseSessionImpl(1978963720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_PROG' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_PROG [junit] Query: DataModifyQuery(sql="DROP TABLE TV_PROG") [junit] [EL Warning]: 2024-04-30 17:40:42.673--DatabaseSessionImpl(1978963720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_NET' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_NET [junit] Query: DataModifyQuery(sql="DROP TABLE TV_NET") [junit] [EL Warning]: 2024-04-30 17:40:42.677--DatabaseSessionImpl(1978963720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_SCED' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_SCED [junit] Query: DataModifyQuery(sql="DROP TABLE TV_SCED") [junit] [EL Warning]: 2024-04-30 17:40:42.681--DatabaseSessionImpl(1978963720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_SCPG' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_SCPG [junit] Query: DataModifyQuery(sql="DROP TABLE TV_SCPG") [junit] [junit] Running InterfaceWithTablesReadObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running InterfaceWithTablesReadAllTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running InterfaceWithTablesDeleteObjectTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running InserfaceWithTablesInsertObjectTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running InterfaceWithTablesUpdateObjectTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [EL Info]: 2024-04-30 17:40:42.705--DatabaseSessionImpl(2041856248)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:42.738--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SECRTRY' [junit] Error Code: 1051 [junit] Call: DROP TABLE SECRTRY [junit] Query: DataModifyQuery(sql="DROP TABLE SECRTRY") [junit] [EL Warning]: 2024-04-30 17:40:42.746--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RECEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE RECEP [junit] Query: DataModifyQuery(sql="DROP TABLE RECEP") [junit] [EL Warning]: 2024-04-30 17:40:42.751--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PRD_MGR' [junit] Error Code: 1051 [junit] Call: DROP TABLE PRD_MGR [junit] Query: DataModifyQuery(sql="DROP TABLE PRD_MGR") [junit] [EL Warning]: 2024-04-30 17:40:42.756--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PER_MGR' [junit] Error Code: 1051 [junit] Call: DROP TABLE PER_MGR [junit] Query: DataModifyQuery(sql="DROP TABLE PER_MGR") [junit] [EL Warning]: 2024-04-30 17:40:42.762--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PRD_DEV' [junit] Error Code: 1051 [junit] Call: DROP TABLE PRD_DEV [junit] Query: DataModifyQuery(sql="DROP TABLE PRD_DEV") [junit] [EL Warning]: 2024-04-30 17:40:42.766--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CRS_DEV' [junit] Error Code: 1051 [junit] Call: DROP TABLE CRS_DEV [junit] Query: DataModifyQuery(sql="DROP TABLE CRS_DEV") [junit] [EL Warning]: 2024-04-30 17:40:42.771--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEV_JOB' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEV_JOB [junit] Query: DataModifyQuery(sql="DROP TABLE DEV_JOB") [junit] [EL Warning]: 2024-04-30 17:40:42.775--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADM_JOB' [junit] Error Code: 1051 [junit] Call: DROP TABLE ADM_JOB [junit] Query: DataModifyQuery(sql="DROP TABLE ADM_JOB") [junit] [EL Warning]: 2024-04-30 17:40:42.78--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_EMP") [junit] [EL Warning]: 2024-04-30 17:40:42.785--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_CMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_CMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_CMP") [junit] [EL Warning]: 2024-04-30 17:40:42.79--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_EML' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_EML [junit] Query: DataModifyQuery(sql="DROP TABLE INT_EML") [junit] [EL Warning]: 2024-04-30 17:40:42.794--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_PHN' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_PHN [junit] Query: DataModifyQuery(sql="DROP TABLE INT_PHN") [junit] [EL Warning]: 2024-04-30 17:40:42.798--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_COMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_COMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_COMP") [junit] [EL Warning]: 2024-04-30 17:40:42.801--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_VEH' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_VEH [junit] Query: DataModifyQuery(sql="DROP TABLE INT_VEH") [junit] [EL Warning]: 2024-04-30 17:40:42.805--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACTOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACTOR [junit] Query: DataModifyQuery(sql="DROP TABLE ACTOR") [junit] [EL Warning]: 2024-04-30 17:40:42.808--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DOCUMENTARY' [junit] Error Code: 1051 [junit] Call: DROP TABLE DOCUMENTARY [junit] Query: DataModifyQuery(sql="DROP TABLE DOCUMENTARY") [junit] [EL Warning]: 2024-04-30 17:40:42.812--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.FILM' [junit] Error Code: 1051 [junit] Call: DROP TABLE FILM [junit] Query: DataModifyQuery(sql="DROP TABLE FILM") [junit] [junit] Running InterfaceWithoutTablesReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [junit] [junit] Running InterfaceWithoutTablesReadAllTestSuite [junit] [EL Warning]: 2024-04-30 17:40:42.879--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [junit] Running InterfaceWithoutTablesDeleteObjectTestSuite [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec [junit] [junit] Running InserfaceWithoutTablesInsertObjectTestSuite [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [junit] [junit] Running InterfaceWithoutTablesUpdateObjectTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec [junit] [junit] Running InterfaceWithoutTablesVariable1To1TestSuite [junit] [EL Warning]: 2024-04-30 17:40:42.952--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-6072] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec [junit] [junit] Running InterfaceWithoutTablesManyDescriptorTestSuite [junit] [EL Info]: 2024-04-30 17:40:42.983--DatabaseSessionImpl(694802988)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:42.995--DatabaseSessionImpl(2041856248)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [junit] [EL Info]: 2024-04-30 17:40:43.004--DatabaseSessionImpl(1870120919)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:43.25--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CACH_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE CACH_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE CACH_LCK") [junit] [EL Warning]: 2024-04-30 17:40:43.255--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OBJ_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE OBJ_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE OBJ_LCK") [junit] [EL Warning]: 2024-04-30 17:40:43.258--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSO_LCK") [junit] [EL Warning]: 2024-04-30 17:40:43.262--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSAO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSAO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSAO_LCK") [junit] [EL Warning]: 2024-04-30 17:40:43.265--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE AO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE AO_LCK") [junit] [EL Warning]: 2024-04-30 17:40:43.269--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSC_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSC_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSC_LCK") [junit] [EL Warning]: 2024-04-30 17:40:43.273--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHNG_ROW' [junit] Error Code: 1051 [junit] Call: DROP TABLE CHNG_ROW [junit] Query: DataModifyQuery(sql="DROP TABLE CHNG_ROW") [junit] [EL Warning]: 2024-04-30 17:40:43.276--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OL_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE OL_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE OL_ITEM") [junit] [EL Warning]: 2024-04-30 17:40:43.28--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OL_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE OL_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE OL_HOLDER") [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec [junit] [junit] Running BatchWriteTests [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2024-04-30 17:40:43.724--UnitOfWork(419971509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:43.726--UnitOfWork(2010895184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:43.727--UnitOfWork(1803066984)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:40:43.728--UnitOfWork(1764048614)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:40:43.729--UnitOfWork(1444216837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec [junit] [junit] Running OptimisticLockingTestSuite [junit] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec [junit] [junit] Running CascadeOptimisticLockingTestSuite [junit] [EL Info]: 2024-04-30 17:40:43.791--DatabaseSessionImpl(2108636317)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [junit] [EL Info]: 2024-04-30 17:40:43.802--DatabaseSessionImpl(2006455532)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running JPQLUnitTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec [junit] [junit] Running JPQLSimpleTestSuite [junit] [EL Warning]: 2024-04-30 17:40:44.85--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:45.069--ServerSession(667355572)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.170 sec [junit] [junit] Running JPQLSimpleTestSuite [junit] [EL Warning]: 2024-04-30 17:40:45.983--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:46.25--ServerSession(720393238)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 sec [junit] [junit] Running JPQLComplexTestSuite [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec [junit] [junit] Running JPQLSimpleSelectTestSuite [junit] [EL Warning]: 2024-04-30 17:40:47.195--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec [junit] [junit] Running JPQLComplexSelectTestSuite [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec [junit] [junit] Running JPQLValidationTestSuite [junit] [EL Warning]: 2024-04-30 17:40:47.473--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.475--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.475--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.476--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.476--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.477--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.477--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.477--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.478--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.478--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.478--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.479--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.48--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:40:47.495--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-6094] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [EL Info]: 2024-04-30 17:40:47.498--DatabaseSessionImpl(529370570)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running LegacyReadObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running LegacyReadAllTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running LegacyDeleteObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [junit] Running LegacyInsertObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec [junit] [junit] Running LegacyUpdateObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [junit] [EL Info]: 2024-04-30 17:40:47.974--DatabaseSessionImpl(1488620706)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:40:47.995--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.007--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.02--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.025--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.031--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.036--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.043--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.048--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.054--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.059--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.064--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.07--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.075--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.078--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.082--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.086--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.089--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.099--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.103--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.108--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.112--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.117--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.121--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.125--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.129--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.132--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.136--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.139--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:40:48.142--DatabaseSessionImpl(1488620706)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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] [junit] Running Direct Map Mapping Map Test Suite [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec [junit] [junit] Running AggregateCollectionMapping Map Test Suite [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec [junit] [junit] Running OneToManyMapping Map Test Suite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec [junit] [junit] Running UnidirectionalOneToManyMapping Map Test Suite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec [junit] [junit] Running ManyToManyMapping Map Test Suite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec [junit] [EL Info]: 2024-04-30 17:40:48.492--DatabaseSessionImpl(485702580)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running MappingReadObjectTestSuite [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 sec [junit] [junit] Running MappingReadAllTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [junit] [junit] Running MappingDeleteObjectTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 sec [junit] [junit] Running MappingInsertObjectTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec [junit] [junit] Running MappingUpdateObjectTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec [junit] [junit] Running UnitOfWorkTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec [junit] [junit] Running MappingPublic1MTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec [junit] [junit] Running MappingPrivateMMTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec [junit] [junit] Running MappingTransformationTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running UnitOfWorkCommitResumeTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec [junit] [junit] Running BidirectionalUnitOfWorkTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running AdditionalJoinTestSuite [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec [junit] [junit] Running BuildSelectionCriteriaTestSuite [junit] [EL Info]: 2024-04-30 17:40:49.526--DatabaseSessionImpl(842200098)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:49.549--DatabaseSessionImpl(39266902)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:49.569--DatabaseSessionImpl(328330342)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec [junit] [junit] Running SameNamePrimaryKeyTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [EL Info]: 2024-04-30 17:40:49.592--DatabaseSessionImpl(623537876)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:49.899--DatabaseSessionImpl(623537876)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:40:50.128--DatabaseSessionImpl(623537876)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running CustomSQLReadObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec [junit] [junit] Running RefreshObjectTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running CustomSQLUpdateObjectTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec [junit] [junit] Running CustomSQLReadAllTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running CustomSQLInsertObjectTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [junit] [junit] Running CustomSQLDeleteObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec [junit] [junit] Running SelectWithOutputParametersTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.001 sec [junit] [junit] Running OutputParametersTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [junit] [junit] Running CustomSQLStoredProcedureTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] [EL Info]: 2024-04-30 17:40:50.396--ServerSession(1079696075)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.023 sec [junit] [junit] Running CustomSQLStoredFunctionTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [junit] [junit] Running getStoredProcedureCallFromProjectXMLSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [junit] [junit] Running getStoredFunctionCallFromProjectXMLSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [junit] [EL Info]: 2024-04-30 17:40:50.421--DatabaseSessionImpl(192344565)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeModel [junit] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec [junit] [junit] Running InheritanceModel [junit] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 sec [junit] [junit] Running AggregateModel [junit] [EL Warning]: 2024-04-30 17:40:53.237--UnitOfWork(784644248)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@fac9da2] 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] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec [junit] [junit] Running InterfaceModel [junit] [EL Warning]: 2024-04-30 17:40:53.434--DatabaseSessionImpl(192344565)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec [junit] [junit] Running ExpressionPersistenceTestSuite [junit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec [junit] [junit] Running ReportQueryTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [junit] [junit] Running QueryOptionTestSuite [junit] [EL Warning]: 2024-04-30 17:40:54.53--DatabaseSessionImpl(192344565)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.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]: 2024-04-30 17:41:04.537--DatabaseSessionImpl(192344565)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.033 sec [junit] [junit] Running XMLReadAndWriteSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec [junit] [junit] Running MappingSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec [junit] [junit] Running ProxyIndirectionSuite [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test suite is intended for Oracle databases only. [junit] [junit] Running MappingTestModel [junit] [EL Info]: 2024-04-30 17:41:05.455--DatabaseSessionImpl(551639078)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:05.485--DatabaseSessionImpl(562587622)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:05.508--DatabaseSessionImpl(682865026)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec [junit] [junit] Running MultipleTableTestModel [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [EL Info]: 2024-04-30 17:41:05.564--DatabaseSessionImpl(1515114542)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Note: MWIntegrationTestInheritanceProject.java uses or overrides a deprecated API. [junit] Note: Recompile with -Xlint:deprecation for details. [junit] Note: MWIntegrationTestAggregateProject.java uses or overrides a deprecated API. [junit] Note: Recompile with -Xlint:deprecation for details. [junit] Note: MWIntegrationTestInterfaceProject.java uses or overrides a deprecated API. [junit] Note: Recompile with -Xlint:deprecation for details. [junit] Note: MWIntegrationTestMappingModelProject.java uses or overrides a deprecated API. [junit] Note: Recompile with -Xlint:deprecation for details. [junit] [junit] Running EmployeeModel [junit] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec [junit] [junit] Running InheritanceModel [junit] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec [junit] [junit] Running AggregateModel [junit] [EL Warning]: 2024-04-30 17:41:09.501--UnitOfWork(1758311136)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@596e7dd5] 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] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec [junit] [junit] Running InterfaceModel [junit] [EL Warning]: 2024-04-30 17:41:09.659--DatabaseSessionImpl(1515114542)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec [junit] [junit] Running ExpressionPersistenceTestSuite [junit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec [junit] [junit] Running ReportQueryTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [junit] [junit] Running QueryOptionTestSuite [junit] [EL Warning]: 2024-04-30 17:41:10.743--DatabaseSessionImpl(1515114542)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.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]: 2024-04-30 17:41:20.75--DatabaseSessionImpl(1515114542)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.032 sec [junit] [junit] Running XMLReadAndWriteSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 sec [junit] [junit] Running MappingSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec [junit] [junit] Running ProxyIndirectionSuite [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test suite is intended for Oracle databases only. [junit] [junit] Running MappingTestModel [junit] [EL Info]: 2024-04-30 17:41:21.602--DatabaseSessionImpl(1184832577)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:21.627--DatabaseSessionImpl(953171642)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:21.646--DatabaseSessionImpl(2073573958)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 sec [junit] [junit] Running MultipleTableTestModel [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec [junit] [junit] Running UnicodeSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec [junit] [EL Info]: 2024-04-30 17:41:21.843--DatabaseSessionImpl(1591575590)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running IntegrationTestSuite [junit] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 sec [junit] [junit] Running UTF8TestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [junit] [junit] Running ReturningPolicyTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec [junit] [junit] Running SequencingTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec [junit] [EL Info]: 2024-04-30 17:41:22.502--DatabaseSessionImpl(2135139866)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:22.82--DatabaseSessionImpl(482013118)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 Info]: 2024-04-30 17:41:23.451--DatabaseSessionImpl(419644916)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec [junit] [junit] Running EmployeeUOWBasicInsertObjectTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec [junit] [junit] Running ExpressionTestSuite [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [EL Info]: 2024-04-30 17:41:23.981--DatabaseSessionImpl(188364943)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running OptimisticLockingTestSuite [junit] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec [junit] [junit] Running CascadeOptimisticLockingTestSuite [junit] [EL Info]: 2024-04-30 17:41:24.408--DatabaseSessionImpl(410257312)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [junit] [junit] Running LockingExceptionTestSuite [junit] [EL Warning]: 2024-04-30 17:41:24.425--UnitOfWork(1742568653)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@11131fed] 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]: 2024-04-30 17:41:24.428--UnitOfWork(428378968)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@1587b581] 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]: 2024-04-30 17:41:24.43--UnitOfWork(255012377)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@13af7c6b] 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]: 2024-04-30 17:41:24.433--UnitOfWork(1400196441)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@37fc24f4] 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]: 2024-04-30 17:41:24.436--UnitOfWork(1094684349)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@27969449] 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]: 2024-04-30 17:41:24.439--UnitOfWork(544998373)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@666fcd13] 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]: 2024-04-30 17:41:24.446--UnitOfWork(253579745)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@e4f3677] 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]: 2024-04-30 17:41:24.449--UnitOfWork(114428677)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@7c773709] 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]: 2024-04-30 17:41:24.451--UnitOfWork(751046974)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@3859f480] 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] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec [junit] [junit] Running UpdateNullValueOptimisticLockingTestSuite [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec [junit] [EL Info]: 2024-04-30 17:41:24.931--DatabaseSessionImpl(1261710215)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:25.544--DatabaseSessionImpl(216332461)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:26.14--DatabaseSessionImpl(349842232)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:26.873--DatabaseSessionImpl(1924303327)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:27.465--DatabaseSessionImpl(1545995186)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:28.096--DatabaseSessionImpl(2004866300)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:28.699--DatabaseSessionImpl(344901345)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:29.452--DatabaseSessionImpl(1713466967)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:30.123--DatabaseSessionImpl(1192208862)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:30.662--DatabaseSessionImpl(908853927)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:31.22--DatabaseSessionImpl(1002775218)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:41:31.748--DatabaseSessionImpl(1002775218)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:41:31.755--DatabaseSessionImpl(1002775218)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:41:31.763--DatabaseSessionImpl(1002775218)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_PROJ_EMP.PROJ_ORDER] contains wrong values: [junit] [5, 1] [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]: 2024-04-30 17:41:31.769--DatabaseSessionImpl(1002775218)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:41:31.782--DatabaseSessionImpl(2023774968)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:32.353--DatabaseSessionImpl(1064653642)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:32.784--DatabaseSessionImpl(95466693)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:33.377--DatabaseSessionImpl(835200263)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:33.958--DatabaseSessionImpl(857067053)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:34.558--DatabaseSessionImpl(1859621256)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:35.155--DatabaseSessionImpl(351329698)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:35.739--DatabaseSessionImpl(937538995)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:36.173--DatabaseSessionImpl(1265849791)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:36.742--DatabaseSessionImpl(1929487997)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:37.316--DatabaseSessionImpl(2025451025)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:37.915--DatabaseSessionImpl(1983763181)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:38.513--DatabaseSessionImpl(1873527331)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:38.521--DatabaseSessionImpl(1032425244)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:41:38.531--DatabaseSessionImpl(1032425244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported on this Database [junit] [EL Warning]: 2024-04-30 17:41:38.547--DatabaseSessionImpl(1032425244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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] [junit] Running OwnershipReadObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [junit] [junit] Running OwnershipReadAllTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] [junit] Running OwnershipDeleteObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec [junit] [junit] Running OwnershipInsertObjectTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [junit] [junit] Running OwnershipUpdateObjectTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [junit] [junit] Running OwnershipUnitOfWorkTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec [junit] [EL Info]: 2024-04-30 17:41:38.68--DatabaseSessionImpl(1068290782)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec [junit] [junit] Running BatchWriteTests [junit] Native batch writing is not supported on this database. [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: sql: 2024-04-30 17:41:39.044--DatabaseSessionImpl(1068290782)--Missing Query parameter for named argument: 1 "null" will be substituted. [junit] [EL Warning]: 2024-04-30 17:41:39.045--UnitOfWork(990670927)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:41:39.047--UnitOfWork(749519931)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:41:39.048--UnitOfWork(41521294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:41:39.049--UnitOfWork(940666936)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:41:39.051--UnitOfWork(1540678354)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec [junit] [EL Warning]: 2024-04-30 17:41:39.065--UnitOfWork(1345707696)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: , city138, province138, ) [junit] [EL Info]: 2024-04-30 17:41:39.066--DatabaseSessionImpl(866114279)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:41:39.084--DatabaseSessionImpl(866114279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:41:40.472--ServerSession(820460247)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running UnitOfWorkTestSuite [junit] [EL Warning]: 2024-04-30 17:41:40.507--UnitOfWork(2004837869)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1451' for key 'ADDRESS.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]: 2024-04-30 17:41:40.511--UnitOfWork(1392710239)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:41:40.592--UnitOfWork(838170371)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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,307 [junit] [EL Warning]: 2024-04-30 17:41:40.621--UnitOfWork(2056217712)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [2,135,921,649], [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]: 2024-04-30 17:41:40.621--UnitOfWork(1035048662)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [529,264,397], [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]: 2024-04-30 17:41:40.623--UnitOfWork(1081821056)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 10,301 [junit] [EL Warning]: 2024-04-30 17:41:40.639--UnitOfWork(130641275)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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,307 [junit] [EL Warning]: 2024-04-30 17:41:40.704--UnitOfWork(303118494)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [1,555,081,170], [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]: 2024-04-30 17:41:40.785--UnitOfWork(38496701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1497' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-04-30 17:41:40.801--UnitOfWork(1467688677)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2024-04-30 17:41:40.816--UnitOfWork(1233812065)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [1,410,542,242], [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] Tests run: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.340 sec [junit] [EL Info]: 2024-04-30 17:41:40.831--DatabaseSessionImpl(1374141801)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running Read Tests [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [junit] [junit] Running Write/Update Tests [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running UnitOfWork Tests [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec [junit] [junit] Running Delete Tests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running Proxy Object Tests [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [EL Info]: 2024-04-30 17:41:40.936--DatabaseSessionImpl(683063126)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running QueryAndSQLCountingTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Batch writing not supported on platform MySQLPlatform [junit] Tests run: 24, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 1.623 sec [junit] [EL Info]: 2024-04-30 17:41:42.784--DatabaseSessionImpl(2007868309)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:41:42.809--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_PROMO' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_PROMO [junit] Query: DataModifyQuery(sql="DROP TABLE RO_PROMO") [junit] [EL Warning]: 2024-04-30 17:41:42.814--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ACTOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_ACTOR [junit] Query: DataModifyQuery(sql="DROP TABLE RO_ACTOR") [junit] [EL Warning]: 2024-04-30 17:41:42.818--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_MOV' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACT_MOV [junit] Query: DataModifyQuery(sql="DROP TABLE ACT_MOV") [junit] [EL Warning]: 2024-04-30 17:41:42.821--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_CHA' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACT_CHA [junit] Query: DataModifyQuery(sql="DROP TABLE ACT_CHA") [junit] [EL Warning]: 2024-04-30 17:41:42.824--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ADDR' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_ADDR [junit] Query: DataModifyQuery(sql="DROP TABLE RO_ADDR") [junit] [EL Warning]: 2024-04-30 17:41:42.828--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHARITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE CHARITY [junit] Query: DataModifyQuery(sql="DROP TABLE CHARITY") [junit] [EL Warning]: 2024-04-30 17:41:42.831--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOLLYWOODAGENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE HOLLYWOODAGENT [junit] Query: DataModifyQuery(sql="DROP TABLE HOLLYWOODAGENT") [junit] [EL Warning]: 2024-04-30 17:41:42.835--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_MOVIE' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_MOVIE [junit] Query: DataModifyQuery(sql="DROP TABLE RO_MOVIE") [junit] [EL Warning]: 2024-04-30 17:41:42.838--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COUNTRY' [junit] Error Code: 1051 [junit] Call: DROP TABLE COUNTRY [junit] Query: DataModifyQuery(sql="DROP TABLE COUNTRY") [junit] [EL Warning]: 2024-04-30 17:41:42.842--DatabaseSessionImpl(2007868309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEFAULT_READ_ONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEFAULT_READ_ONLY [junit] Query: DataModifyQuery(sql="DROP TABLE DEFAULT_READ_ONLY") [junit] [junit] Running ReadOnlyReadTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running ReadOnlyClassesTestSuite [junit] [EL Warning]: 2024-04-30 17:41:44.044--UnitOfWork(1479513229)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(Czech Republic) ) [junit] [EL Warning]: 2024-04-30 17:41:44.045--UnitOfWork(1846098564)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(Czech Republic) ) [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec [junit] [junit] Running BidirectionalMMDeleteTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [EL Info]: 2024-04-30 17:41:44.056--DatabaseSessionImpl(897285784)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EJB Relationship Support Testsuite [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec [junit] [EL Info]: 2024-04-30 17:41:44.156--DatabaseSessionImpl(14859246)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:44.268--DatabaseSessionImpl(275686542)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [junit] [junit] Running EmployeeUpdateObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec [junit] [junit] Running EmployeeInsertObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running Sessions.xml validation tests [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [EL Info]: 2024-04-30 17:41:44.621--DatabaseSessionImpl(734647586)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running Sessions.xml standard loading tests [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec [junit] [junit] Running sessions.xml with RCM loading tests [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec [junit] [junit] Running SessionManager tests [junit] [EL Warning]: connection: 2024-04-30 17:41:44.826--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7/foundation/eclipselink.core.test/run/org/eclipse/persistence/testing/models/sessionsxml/XMLSchemaSession.xml] [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec [junit] [junit] Running XML Schema tests [junit] [EL Info]: 2024-04-30 17:41:44.92--SessionBroker(1641194051)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Apr 30, 2024 5:41:45 PM org.eclipse.persistence.session.EmployeeSession [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:45.128--DatabaseSessionImpl(2051598801)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec [junit] [EL Info]: 2024-04-30 17:41:45.323--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:41:57.693--ServerSession(509388601)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running Employee Multithread Test Suite [junit] [EL Info]: 2024-04-30 17:42:07.735--ServerSession(887500650)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:42:07.793--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec [junit] [junit] Running About to Update Multithread Test Suite [junit] [EL Info]: 2024-04-30 17:42:07.801--ServerSession(246086486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:42:07.863--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec [junit] [junit] Running DescriptorQueryManagerAddQueryTest [junit] [EL Info]: 2024-04-30 17:42:07.875--ServerSession(1200923930)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:42:10.898--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.032 sec [junit] [junit] Running QueryCacheMultithreadedTest [junit] [EL Info]: 2024-04-30 17:42:10.907--ServerSession(1327066232)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:42:10.953--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec [junit] [EL Info]: 2024-04-30 17:42:49.0--ServerSession(413838368)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:42:54.042--ServerSession(1873788229)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:42:54.068--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:42:54.076--ServerSession(2051842936)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:43:04.128--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:43:04.139--ServerSession(745715799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:43:14.202--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:43:14.228--ServerSession(1701490953)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:43:25.414--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:43:25.423--ServerSession(1819858644)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:43:36.602--DatabaseSessionImpl(892125486)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:43:42.414--DatabaseSessionImpl(1232719645)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running Basic Stored Procedure Generator test suite [junit] [EL Warning]: 2024-04-30 17:43:42.708--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.717--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.725--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.729--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.733--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.736--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.746--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.756--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.76--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.763--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.766--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.776--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.786--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.79--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.793--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.796--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.811--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.825--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.829--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.832--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.835--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.843--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.851--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.854--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.857--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.86--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.866--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.866--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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 Warning]: 2024-04-30 17:43:42.877--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.888--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.891--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.894--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.897--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.902--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.909--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.913--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.916--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.919--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.929--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.93--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.931--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:43:42.931--DatabaseSessionImpl(1232719645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec [junit] [EL Info]: 2024-04-30 17:43:42.945--DatabaseSessionImpl(1319600208)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running Test table existence check [junit] [EL Warning]: 2024-04-30 17:43:42.982--DatabaseSessionImpl(1319600208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TCT_WATER' doesn't exist [junit] Error Code: 1146 [junit] Call: SELECT 1 FROM TCT_WATER [junit] Query: DataReadQuery(sql="SELECT 1 FROM TCT_WATER") [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec [junit] [EL Info]: 2024-04-30 17:43:42.982--DatabaseSessionImpl(440501964)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: TopLink batch writing is not supported on this database. [junit] [junit] Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectListTestDatabase [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec [junit] [junit] Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectMapTestDatabase [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec [junit] [junit] Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectSetTestDatabase [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec [junit] [junit] Running CustomIndirectContainerTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec [junit] [junit] Running BidirectionalRelationshipTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running NullDelegateInValueHolderTestSuite [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Info]: 2024-04-30 17:43:43.982--DatabaseSessionImpl(1989984318)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:43:43.991--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BOOLEANS' [junit] Error Code: 1051 [junit] Call: DROP TABLE BOOLEANS [junit] Query: DataModifyQuery(sql="DROP TABLE BOOLEANS") [junit] [EL Warning]: 2024-04-30 17:43:43.997--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TIMEDATE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TIMEDATE [junit] Query: DataModifyQuery(sql="DROP TABLE TIMEDATE") [junit] [EL Warning]: 2024-04-30 17:43:44.001--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STRINGS' [junit] Error Code: 1051 [junit] Call: DROP TABLE STRINGS [junit] Query: DataModifyQuery(sql="DROP TABLE STRINGS") [junit] [EL Warning]: 2024-04-30 17:43:44.005--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.NUMBERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE NUMBERS [junit] Query: DataModifyQuery(sql="DROP TABLE NUMBERS") [junit] [EL Warning]: 2024-04-30 17:43:44.01--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CLOBS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CLOBS [junit] Query: DataModifyQuery(sql="DROP TABLE CLOBS") [junit] [EL Warning]: 2024-04-30 17:43:44.014--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BLOBS' [junit] Error Code: 1051 [junit] Call: DROP TABLE BLOBS [junit] Query: DataModifyQuery(sql="DROP TABLE BLOBS") [junit] [junit] Running Boolean Types Test Suite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running Date & Time Types Test Suite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [junit] [junit] Running String Types Test Suite [junit] [EL Warning]: 2024-04-30 17:43:44.048--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Trailing blanks were removed from char field. [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.008 sec [junit] [junit] Running Numeric Types Test Suite [junit] [EL Warning]: 2024-04-30 17:43:44.055--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Warning]: 2024-04-30 17:43:44.057--DatabaseSessionImpl(1989984318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec [junit] [junit] Running BLOB Types Test Suite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [junit] [junit] Running CLOB Types Test Suite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [junit] [EL Info]: 2024-04-30 17:43:44.084--DatabaseSessionImpl(48334394)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running Boolean Types Test Suite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [junit] [junit] Running Date & Time Types Test Suite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [junit] [junit] Running String Types Test Suite [junit] [EL Warning]: 2024-04-30 17:43:44.144--DatabaseSessionImpl(48334394)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Trailing blanks were removed from char field. [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.007 sec [junit] [junit] Running Numeric Types Test Suite [junit] [EL Warning]: 2024-04-30 17:43:44.15--DatabaseSessionImpl(48334394)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Warning]: 2024-04-30 17:43:44.151--DatabaseSessionImpl(48334394)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.005 sec [junit] [junit] Running BLOB Types Test Suite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec [junit] [junit] Running CLOB Types Test Suite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec [junit] [EL Info]: 2024-04-30 17:43:44.177--DatabaseSessionImpl(1150398982)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running EmployeeReadObjectTestSuite [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [junit] [junit] Running EmployeeComplexUpdateTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [junit] [junit] Running EmployeeUOWBasicInsertObjectTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec [junit] [junit] Running EmployeeDeleteObjectTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec [junit] [junit] Running EmployeeReadAllTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec [junit] [EL Info]: 2024-04-30 17:43:44.358--DatabaseSessionImpl(1077811769)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:43:44.377--DatabaseSessionImpl(1077811769)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:43:45.731--ServerSession(1619617840)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running UnitOfWorkTestSuite [junit] [EL Warning]: 2024-04-30 17:43:45.773--UnitOfWork(1800431786)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '39751' for key 'ADDRESS.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]: 2024-04-30 17:43:45.776--UnitOfWork(929456769)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:43:45.862--UnitOfWork(1977863157)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,661 [junit] [EL Warning]: 2024-04-30 17:43:45.892--UnitOfWork(821970860)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [2,091,376,782], [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]: 2024-04-30 17:43:45.892--UnitOfWork(1535083367)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [943,390,246], [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]: 2024-04-30 17:43:45.894--UnitOfWork(1390965495)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,651 [junit] [EL Warning]: 2024-04-30 17:43:45.909--UnitOfWork(2025999542)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,661 [junit] [EL Warning]: 2024-04-30 17:43:45.965--UnitOfWork(1247788868)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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,153,562,331], [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]: 2024-04-30 17:43:46.042--UnitOfWork(245001629)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1852' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-04-30 17:43:46.057--UnitOfWork(963617373)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2024-04-30 17:43:46.071--UnitOfWork(865846219)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [12,059,665], [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] Tests run: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.337 sec [junit] [EL Info]: 2024-04-30 17:43:46.086--DatabaseSessionImpl(148606165)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:43:46.107--DatabaseSessionImpl(148606165)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:43:47.439--ServerSession(180183803)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:43:47.473--UnitOfWork(964915009)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:43:47.529--UnitOfWork(1309094206)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,755 [junit] [EL Warning]: 2024-04-30 17:43:47.534--UnitOfWork(2122379017)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [560,871,569], [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]: 2024-04-30 17:43:47.534--UnitOfWork(59526311)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Moose Rd., Calgary, ALB, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,688,387,271], [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]: 2024-04-30 17:43:47.536--UnitOfWork(1058228344)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,751 [junit] [EL Warning]: 2024-04-30 17:43:47.541--UnitOfWork(238843498)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,755 [junit] [EL Warning]: 2024-04-30 17:43:47.566--UnitOfWork(678401729)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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,609,171,802], [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]: 2024-04-30 17:44:22.655--UnitOfWork(1962562533)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1947' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-04-30 17:44:52.678--UnitOfWork(520559930)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2024-04-30 17:44:52.724--UnitOfWork(1046243530)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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,319,510,650], [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]: 2024-04-30 17:44:52.732--DatabaseSessionImpl(1441174339)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:44:52.752--DatabaseSessionImpl(1441174339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:44:54.164--ServerSession(1252633750)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running UnitOfWorkTestSuite [junit] [EL Warning]: 2024-04-30 17:44:54.196--UnitOfWork(524579893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '39951' for key 'ADDRESS.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]: 2024-04-30 17:44:54.199--UnitOfWork(1454067742)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:44:54.285--UnitOfWork(2026644517)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,862 [junit] [EL Warning]: 2024-04-30 17:44:54.314--UnitOfWork(1454302134)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [469,779,622], [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]: 2024-04-30 17:44:54.314--UnitOfWork(188266388)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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,371,988,987], [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]: 2024-04-30 17:44:54.316--UnitOfWork(400491587)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,851 [junit] [EL Warning]: 2024-04-30 17:44:54.331--UnitOfWork(1358610498)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,862 [junit] [EL Warning]: 2024-04-30 17:44:54.388--UnitOfWork(1722280849)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [280,349,054], [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]: 2024-04-30 17:44:54.462--UnitOfWork(2080329608)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2104' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-04-30 17:44:54.476--UnitOfWork(672449609)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2024-04-30 17:44:54.489--UnitOfWork(987656547)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [327,988,241], [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] Tests run: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.321 sec [junit] [EL Info]: 2024-04-30 17:44:54.504--DatabaseSessionImpl(1947402598)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:44:54.53--DatabaseSessionImpl(1947402598)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:44:55.879--ServerSession(881547763)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:44:55.925--UnitOfWork(1992860439)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Bob Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2024-04-30 17:44:56.133--UnitOfWork(1032919447)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,951 [junit] [EL Warning]: 2024-04-30 17:44:56.156--UnitOfWork(522770204)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,391,574,381], [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]: 2024-04-30 17:44:56.156--UnitOfWork(2092037409)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [439,188,706], [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]: 2024-04-30 17:44:56.158--UnitOfWork(2001964705)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,951 [junit] [EL Warning]: 2024-04-30 17:44:56.172--UnitOfWork(1700599417)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 48,951 [junit] [EL Warning]: 2024-04-30 17:44:56.226--UnitOfWork(2017948509)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Bob Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,019,120,663], [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]: 2024-04-30 17:45:01.373--UnitOfWork(569491191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2198' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-04-30 17:45:31.392--UnitOfWork(634039336)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2024-04-30 17:45:31.429--UnitOfWork(2078780639)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [479,199,854], [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]: 2024-04-30 17:45:31.436--DatabaseSessionImpl(1636894979)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:45:31.455--DatabaseSessionImpl(1636894979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:45:32.767--ServerSession(684763398)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running UnitOfWorkTestSuite [junit] [EL Warning]: 2024-04-30 17:45:32.814--UnitOfWork(569073692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '40151' for key 'ADDRESS.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]: 2024-04-30 17:45:32.816--UnitOfWork(2047642730)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:45:33.07--UnitOfWork(2078469003)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 49,057 [junit] [EL Warning]: 2024-04-30 17:45:33.134--UnitOfWork(1610709472)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [2,100,925,088], [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]: 2024-04-30 17:45:33.134--UnitOfWork(1743723514)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [2,027,428,605], [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]: 2024-04-30 17:45:33.136--UnitOfWork(1711025342)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 49,051 [junit] [EL Warning]: 2024-04-30 17:45:33.178--UnitOfWork(1036585500)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 49,057 [junit] [EL Warning]: 2024-04-30 17:45:33.283--UnitOfWork(350037556)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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,378,357,358], [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]: 2024-04-30 17:45:33.44--UnitOfWork(1596207444)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2355' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-04-30 17:45:33.454--UnitOfWork(1568063685)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2024-04-30 17:45:33.466--UnitOfWork(980699751)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [1,991,928,822], [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] Tests run: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.687 sec [junit] [EL Info]: 2024-04-30 17:45:33.483--DatabaseSessionImpl(1528454909)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:45:33.499--DatabaseSessionImpl(1528454909)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:45:34.829--ServerSession(735372568)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running UnitOfWorkTestSuite [junit] [EL Warning]: 2024-04-30 17:45:34.858--UnitOfWork(1172424725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '40251' for key 'ADDRESS.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]: 2024-04-30 17:45:34.862--UnitOfWork(1634159818)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:45:34.927--UnitOfWork(1724279417)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 49,158 [junit] [EL Warning]: 2024-04-30 17:45:34.97--UnitOfWork(1143207788)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [1,715,080,688], [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]: 2024-04-30 17:45:34.97--UnitOfWork(1823490201)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Moose Rd., Calgary, ALB, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [102,647,173], [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]: 2024-04-30 17:45:34.972--UnitOfWork(625797433)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 49,151 [junit] [EL Warning]: 2024-04-30 17:45:34.985--UnitOfWork(304725156)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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> 49,158 [junit] [EL Warning]: 2024-04-30 17:45:35.031--UnitOfWork(1482567159)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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,675,282,986], [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]: 2024-04-30 17:45:35.093--UnitOfWork(1746575658)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2445' for key 'U_EMP.PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2024-04-30 17:45:35.105--UnitOfWork(580312067)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2024-04-30 17:45:35.117--UnitOfWork(1685329789)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [877,652,638], [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] Tests run: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.287 sec [junit] [EL Info]: 2024-04-30 17:45:35.134--DatabaseSessionImpl(752464137)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:35.517--ServerSession(1015565585)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running TransactionIsolationTestSuite [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: currently broken. [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.102 sec [junit] [EL Info]: 2024-04-30 17:45:35.638--DatabaseSessionImpl(49846340)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:45:35.853--UnitOfWork(627537735)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:45:35.857--UnitOfWork(25744161)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:45:35.861--UnitOfWork(1517236688)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'EMPLOYEE.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]: 2024-04-30 17:45:35.865--UnitOfWork(653421491)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2024-04-30 17:45:35.866--UnitOfWork(461741227)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'EMPLOYEE.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]: 2024-04-30 17:45:35.868--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running ClientSessionReleaseTestSuite [junit] [EL Info]: 2024-04-30 17:45:36.578--ServerSession(2069302616)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.594--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.602--ServerSession(1165206133)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.617--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.625--ServerSession(1795200387)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.641--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.649--ServerSession(84973299)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.663--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.671--ServerSession(892122686)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.686--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.693--ServerSession(898914865)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.707--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec [junit] [junit] Running DatabaseAccessorNotConnectedTestSuite [junit] [EL Warning]: 2024-04-30 17:45:36.715--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2024-04-30 17:45:36.715--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:45:36.723--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2024-04-30 17:45:36.723--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:45:36.731--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2024-04-30 17:45:36.731--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2024-04-30 17:45:36.731--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:45:36.739--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2024-04-30 17:45:36.739--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2024-04-30 17:45:36.739--DatabaseSessionImpl(1078279718)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running DescriptorExceptionTestSuite [junit] [EL Info]: 2024-04-30 17:45:36.748--ServerSession(1127201075)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:45:36.764--UnitOfWork(1228656578)--Exception [EclipseLink-6005] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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()) [579,796,103], [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]: 2024-04-30 17:45:36.765--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-116] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: No conversion value provided for the value [F] 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]: 2024-04-30 17:45:36.765--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-115] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [junit] [junit] Running ExceptionValidationTestSuit [junit] [EL Warning]: 2024-04-30 17:45:36.776--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:45:36.778--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [bob] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2024-04-30 17:45:36.778--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-6088] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: There are no attributes for the ReportQuery. [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Info]: 2024-04-30 17:45:36.779--DatabaseSessionImpl(150584050)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.789--DatabaseSessionImpl(258114203)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.797--DatabaseSessionImpl(258114203)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:45:36.805--UnitOfWork(591803852)--Exception [EclipseLink-7136] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Nested UnitOfWork is not supported for a modify all query [junit] [EL Warning]: 2024-04-30 17:45:36.811--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: [49,411] [junit] Query: ReadAllQuery(referenceClass=PhoneNumber sql="SELECT TYPE, AREA_CODE, P_NUMBER, EMP_ID FROM PHONE WHERE (EMP_ID = ?)") [junit] [EL Warning]: 2024-04-30 17:45:36.812--DatabaseSessionImpl(1078279718)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: [49,411] [junit] Query: ReadAllQuery(referenceClass=PhoneNumber ) [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec [junit] [junit] Running ThreeTierBehaviorTestSuite [junit] [EL Info]: 2024-04-30 17:45:36.816--ServerSession(833477721)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.823--ServerSession(751588333)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] [junit] Running DescriptorExceptionTestSuite(SupportPhaseOne) [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec [junit] [junit] Running DescriptorExceptionTestSuite(SupportPhaseOne.2) [junit] [EL Warning]: 2024-04-30 17:45:36.862--UnitOfWork(2022627050)--Exception [EclipseLink-115] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec [junit] [junit] Running DescriptorExceptionTestSuite(SupportPhaseOne.3) [junit] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec [junit] [junit] Running DescriptorExceptionTestSuite(SupportPhaseOne.4) [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [junit] [junit] Running DescriptorExceptionTestSuite(SupportPhaseOne.5) [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [junit] [junit] Running ConnectionCloseAfterTxnTestSuite [junit] [EL Info]: 2024-04-30 17:45:36.909--DatabaseSessionImpl(1940072997)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] [junit] Running LoginTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [junit] [EL Info]: 2024-04-30 17:45:36.941--DatabaseSessionImpl(2099530765)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:45:36.949--DatabaseSessionImpl(1276019310)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 7972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 370.866 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 530ms test-less-jdk21: [echo] [echo] [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [echo] [echo] JUnit settings: [echo] test ='org.eclipse.persistence.testing.tests.security.SecurityTestModel' [echo] run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run' [echo] report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports' [echo] failonerror ='true' [echo] Java settings: [echo] jdk.version ='"11.0.11"' [echo] additional.jvmargs ='' [echo] maxmemory ='1024m' [echo] java args ='--add-modules java.transaction' [echo] module-path ='' [echo] upgrade-module-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar' [echo] class-path ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-csiv2-idl.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-internal-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-omgapi.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/glassfish-corba-orb.jar:/home/jenkins/extension.lib.external/jacocoagent.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/eclipselink-core-tests.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/run:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/lib/tools.jar:/home/jenkins/extension.lib.external/jgroups.jar' [echo] System properties: ='db.driver=com.mysql.cj.jdbc.Driver, db.platform=org.eclipse.persistence.platform.database.MySQLPlatform, db.url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true, db.user=root, eclipselink.logging.level=INFO, jdbc.driver.jar=/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar, test.security-manager=-Dignore, test.security-manager.policy=-Dignore, xdb.jar=xdb.jar' [echo] db.pwd ='**********' [junit] Running org.eclipse.persistence.testing.tests.security.SecurityTestModel [junit] [EL Info]: 2024-04-30 17:45:38.483--DatabaseSessionImpl(1277009227)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running Validation Security Tests [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec [junit] [EL Info]: 2024-04-30 17:45:39.056--DatabaseSessionImpl(61073295)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 sec test: [echo] is.less.21.jdk: true [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 459ms test-ext: [echo] Loading test properties [echo] - test.properties value was not set [echo] + /home/jenkins/build.properties found [echo] - /home/jenkins/test.properties not found [echo] - /home/jenkins/local.build.properties not found [echo] Loading build properties [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/antbuild.properties found [echo] + /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/test.properties found [echo] Checking build utilities: [echo] + Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023 [echo] + JDK: 11.0.11 common-path: test-path: [echo] Test Path: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.core_2.7.15.v20240430-4abffe4bdf.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.extension_2.7.15.v20240430-4abffe4bdf.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/slf4j-api.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/logback-core.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/logback-classic.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/slf4j-nop.jar [echo] /home/jenkins/extension.lib.external/junit-4.13.2.jar [echo] /home/jenkins/extension.lib.external/hamcrest-core-1.3.jar [echo] /home/jenkins/extension.lib.external/jmockit-1.35.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/eclipselink-extension-tests.jar test-dirs: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/reports test-run: [echo] jUnit tests settings: [echo] - testdir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/classes [echo] - tests: **/*Test.class [echo] - dir: run [echo] - reportdir: reports [echo] - loglevel: info [junit] Running org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [junit] [EL Info]: 2024-04-30 17:45:40.134--Running test SLF4JLoggerTest.testLogMessage [junit] SLF4J: Class path contains multiple SLF4J bindings. [junit] SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/logback-classic.jar!/org/slf4j/impl/StaticLoggerBinder.class] [junit] [EL Info]: 2024-04-30 17:45:40.276--Running test SLF4JLoggerTest.testGetLevel [junit] SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class] [junit] [EL Info]: 2024-04-30 17:45:40.279--Running test SLF4JLoggerTest.testLogExceptionStackTrace [junit] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. [junit] SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] [junit] [EL Info]: 2024-04-30 17:45:40.316--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec test-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/foundation/eclipselink.extension.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 47ms test: test-jpa22: [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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/reports [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/run config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] test-lrg22: [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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] [EL Warning]: metadata: ServerSession(1302141801)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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: 2024-04-30 17:45:42.704--ServerSession(1797159635)--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: 2024-04-30 17:45:42.707--ServerSession(1797159635)--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: 2024-04-30 17:45:42.714--ServerSession(1797159635)--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: 2024-04-30 17:45:42.716--ServerSession(1797159635)--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: 2024-04-30 17:45:42.717--ServerSession(1797159635)--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: 2024-04-30 17:45:42.718--ServerSession(1797159635)--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: 2024-04-30 17:45:42.718--ServerSession(1797159635)--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: 2024-04-30 17:45:42.72--ServerSession(1797159635)--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: 2024-04-30 17:45:42.72--ServerSession(1797159635)--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: 2024-04-30 17:45:42.721--ServerSession(1797159635)--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: 2024-04-30 17:45:42.723--ServerSession(1797159635)--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: 2024-04-30 17:45:42.724--ServerSession(1797159635)--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: 2024-04-30 17:45:42.726--ServerSession(1797159635)--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: 2024-04-30 17:45:42.739--ServerSession(1797159635)--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: 2024-04-30 17:45:42.74--ServerSession(1797159635)--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: 2024-04-30 17:45:42.742--ServerSession(1797159635)--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: 2024-04-30 17:45:42.742--ServerSession(1797159635)--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: 2024-04-30 17:45:42.743--ServerSession(1797159635)--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: 2024-04-30 17:45:42.889--ServerSession(133177937)--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: 2024-04-30 17:45:42.89--ServerSession(133177937)--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: 2024-04-30 17:45:42.896--ServerSession(214768579)--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: 2024-04-30 17:45:42.897--ServerSession(214768579)--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: 2024-04-30 17:45:42.907--ServerSession(1145391264)--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: 2024-04-30 17:45:42.908--ServerSession(1145391264)--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: 2024-04-30 17:45:42.908--ServerSession(1145391264)--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: 2024-04-30 17:45:42.908--ServerSession(1145391264)--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: 2024-04-30 17:45:42.908--ServerSession(1145391264)--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: 2024-04-30 17:45:42.908--ServerSession(1145391264)--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: 2024-04-30 17:45:42.913--ServerSession(832066800)--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: 2024-04-30 17:45:42.913--ServerSession(832066800)--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: 2024-04-30 17:45:42.913--ServerSession(832066800)--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: 2024-04-30 17:45:42.913--ServerSession(832066800)--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: 2024-04-30 17:45:42.913--ServerSession(832066800)--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: 2024-04-30 17:45:42.913--ServerSession(832066800)--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: 2024-04-30 17:45:42.936--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Fine]: moxy: 2024-04-30 17:45:42.94--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@5631962 [junit] [EL Fine]: moxy: 2024-04-30 17:45:42.941--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@19569ebd [junit] [EL Fine]: moxy: 2024-04-30 17:45:42.942--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller" started [junit] [EL Config]: metadata: 2024-04-30 17:45:42.942--ServerSession(514793058)--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: 2024-04-30 17:45:42.943--ServerSession(514793058)--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: 2024-04-30 17:45:42.943--ServerSession(514793058)--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: 2024-04-30 17:45:42.943--ServerSession(514793058)--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: 2024-04-30 17:45:42.943--ServerSession(514793058)--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: 2024-04-30 17:45:42.943--ServerSession(514793058)--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: 2024-04-30 17:45:42.943--ServerSession(514793058)--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: 2024-04-30 17:45:42.943--ServerSession(514793058)--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: 2024-04-30 17:45:42.943--ServerSession(514793058)--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: 2024-04-30 17:45:42.944--ServerSession(514793058)--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: 2024-04-30 17:45:42.944--ServerSession(514793058)--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: 2024-04-30 17:45:42.944--ServerSession(514793058)--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: 2024-04-30 17:45:42.944--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@320494b6 [junit] [EL Warning]: metadata: 2024-04-30 17:45:43.245--ServerSession(1293495023)--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: 2024-04-30 17:45:43.245--ServerSession(1293495023)--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: 2024-04-30 17:45:43.371--ServerSession(1551263930)--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: 2024-04-30 17:45:43.372--ServerSession(1551263930)--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: 2024-04-30 17:45:43.376--ServerSession(1551263930)--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: 2024-04-30 17:45:43.381--ServerSession(1963980755)--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: 2024-04-30 17:45:43.381--ServerSession(1963980755)--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: 2024-04-30 17:45:43.381--ServerSession(1963980755)--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: 2024-04-30 17:45:43.382--ServerSession(1963980755)--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] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel [junit] [EL Info]: 2024-04-30 17:45:43.702--DatabaseSessionImpl(1623761043)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(124581953)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(124581953)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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(124581953)--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]: ddl: ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(124581953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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(124581953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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(124581953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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] [junit] Running EntityManager Tests [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:45:47.776--UnitOfWork(1976007389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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] Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.293 sec [junit] [junit] Running Annotation Tests [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec [junit] [junit] Running UpdateAllQueryAdvancedJunitTest [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.729 sec [junit] [junit] Running JoinedAttributeAdvancedJunitTest [junit] [EL Warning]: ddl: 2024-04-30 17:45:50.369--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:45:52.357--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:45:53.71--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:45:55.013--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:45:56.315--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [junit] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.329 sec [junit] [junit] Running ReportQueryAdvancedJUnitTest [junit] [EL Warning]: ddl: 2024-04-30 17:45:57.657--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.514 sec [junit] [EL Info]: 2024-04-30 17:45:58.713--DatabaseSessionImpl(1047476949)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1792332595)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1792332595)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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(1792332595)--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]: ddl: ServerSession(1792332595)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: metadata: 2024-04-30 17:46:38.738--ServerSession(340320950)--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: 2024-04-30 17:46:38.739--ServerSession(340320950)--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: 2024-04-30 17:46:38.745--ServerSession(340320950)--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: 2024-04-30 17:46:38.746--ServerSession(340320950)--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: 2024-04-30 17:46:38.747--ServerSession(340320950)--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: 2024-04-30 17:46:38.747--ServerSession(340320950)--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: 2024-04-30 17:46:38.748--ServerSession(340320950)--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: 2024-04-30 17:46:38.749--ServerSession(340320950)--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: 2024-04-30 17:46:38.749--ServerSession(340320950)--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: 2024-04-30 17:46:38.75--ServerSession(340320950)--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: 2024-04-30 17:46:38.751--ServerSession(340320950)--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: 2024-04-30 17:46:38.752--ServerSession(340320950)--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: 2024-04-30 17:46:38.753--ServerSession(340320950)--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: 2024-04-30 17:46:38.76--ServerSession(340320950)--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: 2024-04-30 17:46:38.761--ServerSession(340320950)--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: 2024-04-30 17:46:38.762--ServerSession(340320950)--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: 2024-04-30 17:46:38.762--ServerSession(340320950)--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: 2024-04-30 17:46:38.762--ServerSession(340320950)--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]: 2024-04-30 17:46:38.808--ServerSession(340320950)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:46:38.851--ServerSession(340320950)--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: 2024-04-30 17:46:38.854--ServerSession(340320950)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:46:38.855--ServerSession(340320950)--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: 2024-04-30 17:46:38.855--ServerSession(340320950)--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: 2024-04-30 17:46:38.857--ServerSession(340320950)--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: 2024-04-30 17:46:38.858--ServerSession(340320950)--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: 2024-04-30 17:46:38.86--ServerSession(340320950)--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: 2024-04-30 17:46:38.861--ServerSession(340320950)--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: 2024-04-30 17:46:38.873--ServerSession(340320950)--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: 2024-04-30 17:46:38.874--ServerSession(340320950)--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: 2024-04-30 17:46:38.878--ServerSession(340320950)--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]: ddl: ServerSession(1792332595)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1792332595)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1792332595)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Severe]: cache: 2024-04-30 17:46:40.58--ServerSession(340320950)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] Key: 251 Version: 1 Identity Hash Code: 2057081319 Object: Employee: 251 [junit] 1 elements [junit] [EL Severe]: cache: 2024-04-30 17:46:40.581--ServerSession(340320950)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] 0 elements [junit] [EL Severe]: cache: 2024-04-30 17:46:40.581--ServerSession(340320950)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] 0 elements [junit] [EL Severe]: cache: 2024-04-30 17:46:40.581--ServerSession(340320950)--Current object locks: [junit] [junit] End of locked objects. [junit] [junit] [EL Warning]: ddl: ServerSession(1792332595)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: IsolatedHashMapTest.testIsolationInRealContext() [junit] [EL Info]: Partition ID: 0 [junit] [EL Info]: Adding session name: $0 [junit] [EL Info]: Adding session name: 00$0 [junit] [EL Info]: Adding session name: 0mySession$0 [junit] [EL Info]: Adding session name: 0EclipseLink$0 [junit] [EL Info]: Checking map size: session names count = 4, map size = 4 [junit] [EL Info]: Getting and checking session name: 0EclipseLink$0 [junit] [EL Info]: Getting and checking session name: 0mySession$0 [junit] [EL Info]: Getting and checking session name: 00$0 [junit] [EL Info]: Getting and checking session name: $0 [junit] [EL Warning]: ddl: ServerSession(1792332595)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] Closing factory: default1 [junit] [EL Info]: 2024-04-30 17:46:43.162--ServerSession(813142559)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:46:43.174--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] Closing factory: eclipselink-pu with spaces in the path and name [junit] [EL Info]: 2024-04-30 17:46:43.177--ServerSession(1227177247)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:46:43.189--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] Closing factory: A JPAADVProperties pu with spaces in the name [junit] [EL Info]: 2024-04-30 17:46:43.191--ServerSession(540827518)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:46:43.202--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(1792332595)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: ServerSession(1792332595)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Info]: ServerSession(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: query: UnitOfWork(795528652)--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.7.15.v20240430-4abffe4bdf): 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(556630323)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: ClientSession(556630323)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(556630323)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1795982619)--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.7.15.v20240430-4abffe4bdf): 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(387183195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(387183195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1035520526)--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.7.15.v20240430-4abffe4bdf): 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(441240443)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: ClientSession(441240443)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(441240443)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: ServerSession(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: query: UnitOfWork(161733402)--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.7.15.v20240430-4abffe4bdf): 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(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: ClientSession(171391457)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: ServerSession(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: UnitOfWork(1502271758)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(1999059438)--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.7.15.v20240430-4abffe4bdf): 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(276260980)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1569102225)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(851897148)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(851897148)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(2142015995)--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.7.15.v20240430-4abffe4bdf): 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(930521842)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1665109757)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1620068262)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(1620068262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(1735509208)--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.7.15.v20240430-4abffe4bdf): 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(2001643111)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: ServerSession(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:46:44.453--ServerSession(1591316603)--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: 2024-04-30 17:46:44.454--ServerSession(1591316603)--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: 2024-04-30 17:46:44.46--ServerSession(1591316603)--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: 2024-04-30 17:46:44.462--ServerSession(1591316603)--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: 2024-04-30 17:46:44.462--ServerSession(1591316603)--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: 2024-04-30 17:46:44.462--ServerSession(1591316603)--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: 2024-04-30 17:46:44.463--ServerSession(1591316603)--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: 2024-04-30 17:46:44.464--ServerSession(1591316603)--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: 2024-04-30 17:46:44.464--ServerSession(1591316603)--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: 2024-04-30 17:46:44.465--ServerSession(1591316603)--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: 2024-04-30 17:46:44.466--ServerSession(1591316603)--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: 2024-04-30 17:46:44.467--ServerSession(1591316603)--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: 2024-04-30 17:46:44.468--ServerSession(1591316603)--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: 2024-04-30 17:46:44.475--ServerSession(1591316603)--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: 2024-04-30 17:46:44.475--ServerSession(1591316603)--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: 2024-04-30 17:46:44.476--ServerSession(1591316603)--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: 2024-04-30 17:46:44.477--ServerSession(1591316603)--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: 2024-04-30 17:46:44.477--ServerSession(1591316603)--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]: 2024-04-30 17:46:44.524--ServerSession(1591316603)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:46:44.558--ServerSession(1591316603)--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: 2024-04-30 17:46:44.561--ServerSession(1591316603)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:46:44.563--ServerSession(1591316603)--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: 2024-04-30 17:46:44.563--ServerSession(1591316603)--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: 2024-04-30 17:46:44.565--ServerSession(1591316603)--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: 2024-04-30 17:46:44.566--ServerSession(1591316603)--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: 2024-04-30 17:46:44.567--ServerSession(1591316603)--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: 2024-04-30 17:46:44.569--ServerSession(1591316603)--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: 2024-04-30 17:46:44.572--ServerSession(1591316603)--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: 2024-04-30 17:46:44.574--ServerSession(1591316603)--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: 2024-04-30 17:46:44.577--ServerSession(1591316603)--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(761558394)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(761558394)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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(761558394)--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 Info]: 2024-04-30 17:46:45.161--ServerSession(1917751958)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:46:45.175--ServerSession(1917751958)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.OneToManyMapping[map] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapHolder --> [DatabaseTable(CMP3_MWMAPHOLDER)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Severe]: ejb: 2024-04-30 17:46:45.177--ServerSession(1917751958)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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.OneToManyMapping[map] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapHolder --> [DatabaseTable(CMP3_MWMAPHOLDER)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Warning]: metadata: ServerSession(886575254)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(886575254)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(886575254)--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(1983890652)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1983890652)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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(1983890652)--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]: UnitOfWork(439120816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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(1675737810)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--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(1675737810)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: ServerSession(1675737810)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: Configuration error. Class [myDriver] not found. [junit] [EL Warning]: metadata: ServerSession(968172962)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--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(968172962)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: ServerSession(968172962)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 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 Warning]: metadata: ServerSession(867928153)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(867928153)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(867928153)--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(2094125621)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(2094125621)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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(2094125621)--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]: UnitOfWork(1587761959)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(450222736)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(427925708)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: ServerSession(2094125621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [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] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: ServerSession(2094125621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(2094125621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(2094125621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: UnitOfWork(1165539531)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1483620370)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1735472003)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1597603460)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 Warning]: metadata: 2024-04-30 17:48:09.822--ServerSession(1386420833)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:48:09.904--ServerSession(1386420833)--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: 2024-04-30 17:48:09.904--ServerSession(1386420833)--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: 2024-04-30 17:48:09.912--ServerSession(1386420833)--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: 2024-04-30 17:48:09.927--ServerSession(1386420833)--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: 2024-04-30 17:48:09.93--ServerSession(1386420833)--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: 2024-04-30 17:48:09.934--ServerSession(1386420833)--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: 2024-04-30 17:48:09.936--ServerSession(1386420833)--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: 2024-04-30 17:48:09.937--ServerSession(1386420833)--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: 2024-04-30 17:48:09.937--ServerSession(1386420833)--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: 2024-04-30 17:48:09.937--ServerSession(1386420833)--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: 2024-04-30 17:48:09.938--ServerSession(1386420833)--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: 2024-04-30 17:48:09.939--ServerSession(1386420833)--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: 2024-04-30 17:48:09.94--ServerSession(1386420833)--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: 2024-04-30 17:48:09.94--ServerSession(1386420833)--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: 2024-04-30 17:48:09.951--ServerSession(1386420833)--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: 2024-04-30 17:48:09.951--ServerSession(1386420833)--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: 2024-04-30 17:48:09.952--ServerSession(1386420833)--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: 2024-04-30 17:48:09.953--ServerSession(1386420833)--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: 2024-04-30 17:48:09.954--ServerSession(1386420833)--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: 2024-04-30 17:48:09.954--ServerSession(1386420833)--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: 2024-04-30 17:48:09.954--ServerSession(1386420833)--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: 2024-04-30 17:48:09.954--ServerSession(1386420833)--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: 2024-04-30 17:48:09.954--ServerSession(1386420833)--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: 2024-04-30 17:48:10.004--ServerSession(862041420)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:48:10.069--ServerSession(862041420)--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: 2024-04-30 17:48:10.07--ServerSession(862041420)--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: 2024-04-30 17:48:10.078--ServerSession(862041420)--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: 2024-04-30 17:48:10.092--ServerSession(862041420)--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: 2024-04-30 17:48:10.094--ServerSession(862041420)--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: 2024-04-30 17:48:10.097--ServerSession(862041420)--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: 2024-04-30 17:48:10.098--ServerSession(862041420)--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: 2024-04-30 17:48:10.099--ServerSession(862041420)--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: 2024-04-30 17:48:10.099--ServerSession(862041420)--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: 2024-04-30 17:48:10.099--ServerSession(862041420)--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: 2024-04-30 17:48:10.1--ServerSession(862041420)--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: 2024-04-30 17:48:10.1--ServerSession(862041420)--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: 2024-04-30 17:48:10.101--ServerSession(862041420)--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: 2024-04-30 17:48:10.102--ServerSession(862041420)--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: 2024-04-30 17:48:10.11--ServerSession(862041420)--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: 2024-04-30 17:48:10.11--ServerSession(862041420)--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: 2024-04-30 17:48:10.112--ServerSession(862041420)--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: 2024-04-30 17:48:10.112--ServerSession(862041420)--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: 2024-04-30 17:48:10.112--ServerSession(862041420)--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: 2024-04-30 17:48:10.113--ServerSession(862041420)--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: 2024-04-30 17:48:10.113--ServerSession(862041420)--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: 2024-04-30 17:48:10.113--ServerSession(862041420)--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: 2024-04-30 17:48:10.113--ServerSession(862041420)--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]: 2024-04-30 17:48:10.197--ServerSession(862041420)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:10.235--ServerSession(862041420)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:48:10.238--ServerSession(862041420)--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: 2024-04-30 17:48:10.238--ServerSession(862041420)--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: 2024-04-30 17:48:10.241--ServerSession(862041420)--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: 2024-04-30 17:48:10.241--ServerSession(862041420)--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: 2024-04-30 17:48:10.244--ServerSession(862041420)--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: 2024-04-30 17:48:10.245--ServerSession(862041420)--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: 2024-04-30 17:48:10.248--ServerSession(862041420)--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: 2024-04-30 17:48:10.251--ServerSession(862041420)--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: 2024-04-30 17:48:10.253--ServerSession(862041420)--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: 2024-04-30 17:48:10.255--ServerSession(862041420)--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: 2024-04-30 17:48:10.255--ServerSession(862041420)--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: 2024-04-30 17:48:10.256--ServerSession(862041420)--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]: 2024-04-30 17:48:10.501--UnitOfWork(2033233004)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Closing factory: eclipselink-pu-with-spaces-in-the-path-but-not-the-name [junit] [EL Warning]: metadata: 2024-04-30 17:48:10.548--ServerSession(1580307372)--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: 2024-04-30 17:48:10.549--ServerSession(1580307372)--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: 2024-04-30 17:48:10.554--ServerSession(1580307372)--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: 2024-04-30 17:48:10.556--ServerSession(1580307372)--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: 2024-04-30 17:48:10.556--ServerSession(1580307372)--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: 2024-04-30 17:48:10.557--ServerSession(1580307372)--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: 2024-04-30 17:48:10.557--ServerSession(1580307372)--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: 2024-04-30 17:48:10.558--ServerSession(1580307372)--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: 2024-04-30 17:48:10.558--ServerSession(1580307372)--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: 2024-04-30 17:48:10.559--ServerSession(1580307372)--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: 2024-04-30 17:48:10.56--ServerSession(1580307372)--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: 2024-04-30 17:48:10.561--ServerSession(1580307372)--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: 2024-04-30 17:48:10.562--ServerSession(1580307372)--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: 2024-04-30 17:48:10.568--ServerSession(1580307372)--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: 2024-04-30 17:48:10.568--ServerSession(1580307372)--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: 2024-04-30 17:48:10.569--ServerSession(1580307372)--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: 2024-04-30 17:48:10.569--ServerSession(1580307372)--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: 2024-04-30 17:48:10.569--ServerSession(1580307372)--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]: 2024-04-30 17:48:10.631--ServerSession(1580307372)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:10.657--ServerSession(1580307372)--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: 2024-04-30 17:48:10.659--ServerSession(1580307372)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:48:10.66--ServerSession(1580307372)--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: 2024-04-30 17:48:10.66--ServerSession(1580307372)--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: 2024-04-30 17:48:10.661--ServerSession(1580307372)--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: 2024-04-30 17:48:10.661--ServerSession(1580307372)--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: 2024-04-30 17:48:10.663--ServerSession(1580307372)--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: 2024-04-30 17:48:10.664--ServerSession(1580307372)--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: 2024-04-30 17:48:10.666--ServerSession(1580307372)--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: 2024-04-30 17:48:10.667--ServerSession(1580307372)--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: 2024-04-30 17:48:10.669--ServerSession(1580307372)--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]: 2024-04-30 17:48:11.18--UnitOfWork(1557843075)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:48:12.166--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:13.478--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:15.239--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:16.46--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:17.704--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:18.952--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [junit] [EL Warning]: ddl: 2024-04-30 17:48:20.285--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:21.742--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:23.034--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2024-04-30 17:48:23.706--ServerSession(862041420)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:48:24.266--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2024-04-30 17:48:24.895--UnitOfWork(579869901)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1307] 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,307 [junit] [EL Warning]: 2024-04-30 17:48:24.897--UnitOfWork(1483912451)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: An attempt was made to update the object [Employee: 1308], 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,308 [junit] [EL Warning]: ddl: 2024-04-30 17:48:25.481--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2024-04-30 17:48:26.125--ServerSession(862041420)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: FUNCTION ecltests.StoredFunction_In does not exist [junit] Error Code: 1305 [junit] Call: DROP FUNCTION StoredFunction_In [junit] Query: DataModifyQuery(sql="DROP FUNCTION StoredFunction_In") [junit] Closing factory: customizeAddTarget [junit] [EL Warning]: metadata: 2024-04-30 17:48:26.177--ServerSession(990266358)--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: 2024-04-30 17:48:26.178--ServerSession(990266358)--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: 2024-04-30 17:48:26.183--ServerSession(990266358)--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: 2024-04-30 17:48:26.185--ServerSession(990266358)--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: 2024-04-30 17:48:26.185--ServerSession(990266358)--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: 2024-04-30 17:48:26.186--ServerSession(990266358)--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: 2024-04-30 17:48:26.186--ServerSession(990266358)--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: 2024-04-30 17:48:26.187--ServerSession(990266358)--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: 2024-04-30 17:48:26.188--ServerSession(990266358)--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: 2024-04-30 17:48:26.189--ServerSession(990266358)--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: 2024-04-30 17:48:26.19--ServerSession(990266358)--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: 2024-04-30 17:48:26.191--ServerSession(990266358)--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: 2024-04-30 17:48:26.192--ServerSession(990266358)--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: 2024-04-30 17:48:26.198--ServerSession(990266358)--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: 2024-04-30 17:48:26.198--ServerSession(990266358)--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: 2024-04-30 17:48:26.199--ServerSession(990266358)--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: 2024-04-30 17:48:26.199--ServerSession(990266358)--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: 2024-04-30 17:48:26.2--ServerSession(990266358)--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]: 2024-04-30 17:48:26.233--ServerSession(990266358)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:26.262--ServerSession(990266358)--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: 2024-04-30 17:48:26.264--ServerSession(990266358)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:48:26.265--ServerSession(990266358)--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: 2024-04-30 17:48:26.265--ServerSession(990266358)--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: 2024-04-30 17:48:26.267--ServerSession(990266358)--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: 2024-04-30 17:48:26.267--ServerSession(990266358)--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: 2024-04-30 17:48:26.269--ServerSession(990266358)--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: 2024-04-30 17:48:26.27--ServerSession(990266358)--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: 2024-04-30 17:48:26.286--ServerSession(990266358)--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: 2024-04-30 17:48:26.288--ServerSession(990266358)--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: 2024-04-30 17:48:26.291--ServerSession(990266358)--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]: 2024-04-30 17:48:26.349--UnitOfWork(742231939)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@3d5e072a] 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] Closing factory: default1 [junit] [EL Info]: 2024-04-30 17:48:38.011--ServerSession(1663556555)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:38.024--ServerSession(1663556555)--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]: ddl: 2024-04-30 17:48:39.745--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:41.068--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] Closing factory: additional-criteria [junit] [EL Warning]: metadata: 2024-04-30 17:48:41.744--ServerSession(1386585536)--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: 2024-04-30 17:48:41.745--ServerSession(1386585536)--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: 2024-04-30 17:48:41.751--ServerSession(1386585536)--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: 2024-04-30 17:48:41.753--ServerSession(1386585536)--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: 2024-04-30 17:48:41.753--ServerSession(1386585536)--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: 2024-04-30 17:48:41.753--ServerSession(1386585536)--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: 2024-04-30 17:48:41.754--ServerSession(1386585536)--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: 2024-04-30 17:48:41.755--ServerSession(1386585536)--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: 2024-04-30 17:48:41.756--ServerSession(1386585536)--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: 2024-04-30 17:48:41.757--ServerSession(1386585536)--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: 2024-04-30 17:48:41.758--ServerSession(1386585536)--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: 2024-04-30 17:48:41.759--ServerSession(1386585536)--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: 2024-04-30 17:48:41.76--ServerSession(1386585536)--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: 2024-04-30 17:48:41.766--ServerSession(1386585536)--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: 2024-04-30 17:48:41.767--ServerSession(1386585536)--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: 2024-04-30 17:48:41.769--ServerSession(1386585536)--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: 2024-04-30 17:48:41.769--ServerSession(1386585536)--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: 2024-04-30 17:48:41.769--ServerSession(1386585536)--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]: 2024-04-30 17:48:41.802--ServerSession(1386585536)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:41.845--ServerSession(1386585536)--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: 2024-04-30 17:48:41.847--ServerSession(1386585536)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:48:41.848--ServerSession(1386585536)--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: 2024-04-30 17:48:41.848--ServerSession(1386585536)--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: 2024-04-30 17:48:41.849--ServerSession(1386585536)--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: 2024-04-30 17:48:41.85--ServerSession(1386585536)--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: 2024-04-30 17:48:41.851--ServerSession(1386585536)--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: 2024-04-30 17:48:41.852--ServerSession(1386585536)--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: 2024-04-30 17:48:41.854--ServerSession(1386585536)--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: 2024-04-30 17:48:41.855--ServerSession(1386585536)--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: 2024-04-30 17:48:41.857--ServerSession(1386585536)--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]: ddl: 2024-04-30 17:48:42.0--ServerSession(1386585536)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:42.004--ServerSession(1386585536)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:48:47.16--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] Closing factory: MulitPU-1 [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.071--ServerSession(877459269)--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: 2024-04-30 17:48:48.071--ServerSession(877459269)--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]: 2024-04-30 17:48:48.074--ServerSession(877459269)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.083--ServerSession(877459269)--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: 2024-04-30 17:48:48.084--ServerSession(877459269)--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: 2024-04-30 17:48:48.084--ServerSession(877459269)--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: 2024-04-30 17:48:48.084--ServerSession(877459269)--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] Closing factory: multi-tenant-shared-emf [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.726--ServerSession(1461751940)--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: 2024-04-30 17:48:48.726--ServerSession(1461751940)--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]: 2024-04-30 17:48:48.736--ServerSession(1461751940)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: 2024-04-30 17:48:48.754--ServerSession(1461751940)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:48:48.758--ServerSession(1124829839)--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: 2024-04-30 17:48:48.758--ServerSession(1124829839)--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]: 2024-04-30 17:48:48.761--ServerSession(1124829839)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: multi-tenant-123 [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.8--ServerSession(942095742)--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: 2024-04-30 17:48:48.8--ServerSession(942095742)--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]: 2024-04-30 17:48:48.803--ServerSession(942095742)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.813--ServerSession(942095742)--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: 2024-04-30 17:48:48.813--ServerSession(942095742)--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: 2024-04-30 17:48:48.813--ServerSession(942095742)--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: 2024-04-30 17:48:48.813--ServerSession(942095742)--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] Closing factory: multi-tenant-shared-emf [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.868--ServerSession(1566417845)--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: 2024-04-30 17:48:48.869--ServerSession(1566417845)--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]: 2024-04-30 17:48:48.871--ServerSession(1566417845)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: multi-tenant-123 [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.93--ServerSession(291744069)--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: 2024-04-30 17:48:48.93--ServerSession(291744069)--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]: 2024-04-30 17:48:48.933--ServerSession(291744069)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.942--ServerSession(291744069)--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: 2024-04-30 17:48:48.942--ServerSession(291744069)--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: 2024-04-30 17:48:48.943--ServerSession(291744069)--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: 2024-04-30 17:48:48.943--ServerSession(291744069)--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] Closing factory: multi-tenant-shared-emf [junit] [EL Info]: 2024-04-30 17:48:48.959--ServerSession(1306584900)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: 2024-04-30 17:48:48.978--ServerSession(1306584900)--Exception [EclipseLink-7344] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Closing factory: multi-tenant-vpd [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.983--ServerSession(609276442)--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: 2024-04-30 17:48:48.983--ServerSession(609276442)--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]: 2024-04-30 17:48:48.986--ServerSession(609276442)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:48:48.996--ServerSession(609276442)--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: 2024-04-30 17:48:48.996--ServerSession(609276442)--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: 2024-04-30 17:48:48.996--ServerSession(609276442)--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: 2024-04-30 17:48:48.996--ServerSession(609276442)--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] Closing factory: multi-tenant-shared-emf [junit] [EL Warning]: metadata: 2024-04-30 17:48:49.023--ServerSession(1926893801)--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: 2024-04-30 17:48:49.023--ServerSession(1926893801)--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: 2024-04-30 17:48:49.023--ServerSession(1926893801)--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: 2024-04-30 17:48:49.023--ServerSession(1926893801)--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: 2024-04-30 17:48:49.024--ServerSession(1926893801)--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: 2024-04-30 17:48:49.024--ServerSession(1926893801)--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]: 2024-04-30 17:48:49.026--ServerSession(1926893801)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: multi-tenant-table-per-tenant [junit] [EL Warning]: metadata: 2024-04-30 17:48:49.078--ServerSession(876096970)--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: 2024-04-30 17:48:49.078--ServerSession(876096970)--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: 2024-04-30 17:48:49.078--ServerSession(876096970)--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: 2024-04-30 17:48:49.078--ServerSession(876096970)--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: 2024-04-30 17:48:49.078--ServerSession(876096970)--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: 2024-04-30 17:48:49.079--ServerSession(876096970)--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]: 2024-04-30 17:48:49.081--ServerSession(876096970)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: multi-tenant-table-per-tenant-C [junit] [EL Info]: 2024-04-30 17:48:49.114--ServerSession(830004156)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:48:49.124--ServerSession(830004156)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Can't drop database 'ecltests_MT'; database doesn't exist [junit] Error Code: 1008 [junit] Call: drop schema ecltests_MT; [junit] Query: DataModifyQuery(sql="drop schema ecltests_MT;") [junit] [EL Info]: 2024-04-30 17:48:49.14--ServerSession(140503275)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ddl: 2024-04-30 17:48:51.459--ServerSession(140503275)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2024-04-30 17:48:52.737--ServerSession(552285545)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ddl: 2024-04-30 17:48:56.919--ServerSession(552285545)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2024-04-30 17:48:58.078--ServerSession(830004156)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:48:58.089--ServerSession(2139414732)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:48:58.107--ServerSession(1415696170)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:48:58.124--ServerSession(475164107)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ddl: 2024-04-30 17:48:58.903--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:49:06.202--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:49:07.455--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: jpa: 2024-04-30 17:49:09.495--java.io.FileNotFoundException: MetadataCachingTestProject.file (No such file or directory) [junit] [EL Warning]: metadata: 2024-04-30 17:49:09.522--ServerSession(1749634169)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:49:09.598--ServerSession(1749634169)--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: 2024-04-30 17:49:09.598--ServerSession(1749634169)--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: 2024-04-30 17:49:09.607--ServerSession(1749634169)--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: 2024-04-30 17:49:09.624--ServerSession(1749634169)--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: 2024-04-30 17:49:09.625--ServerSession(1749634169)--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: 2024-04-30 17:49:09.629--ServerSession(1749634169)--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: 2024-04-30 17:49:09.63--ServerSession(1749634169)--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: 2024-04-30 17:49:09.631--ServerSession(1749634169)--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: 2024-04-30 17:49:09.632--ServerSession(1749634169)--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: 2024-04-30 17:49:09.632--ServerSession(1749634169)--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: 2024-04-30 17:49:09.633--ServerSession(1749634169)--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: 2024-04-30 17:49:09.634--ServerSession(1749634169)--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: 2024-04-30 17:49:09.635--ServerSession(1749634169)--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: 2024-04-30 17:49:09.636--ServerSession(1749634169)--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: 2024-04-30 17:49:09.647--ServerSession(1749634169)--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: 2024-04-30 17:49:09.647--ServerSession(1749634169)--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: 2024-04-30 17:49:09.649--ServerSession(1749634169)--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: 2024-04-30 17:49:09.649--ServerSession(1749634169)--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: 2024-04-30 17:49:09.65--ServerSession(1749634169)--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: 2024-04-30 17:49:09.65--ServerSession(1749634169)--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: 2024-04-30 17:49:09.65--ServerSession(1749634169)--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: 2024-04-30 17:49:09.65--ServerSession(1749634169)--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: 2024-04-30 17:49:09.65--ServerSession(1749634169)--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]: 2024-04-30 17:49:10.177--ServerSession(1749634169)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:49:10.216--ServerSession(1749634169)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:49:10.218--ServerSession(1749634169)--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: 2024-04-30 17:49:10.219--ServerSession(1749634169)--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: 2024-04-30 17:49:10.221--ServerSession(1749634169)--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: 2024-04-30 17:49:10.221--ServerSession(1749634169)--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: 2024-04-30 17:49:10.223--ServerSession(1749634169)--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: 2024-04-30 17:49:10.224--ServerSession(1749634169)--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: 2024-04-30 17:49:10.226--ServerSession(1749634169)--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: 2024-04-30 17:49:10.228--ServerSession(1749634169)--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: 2024-04-30 17:49:10.23--ServerSession(1749634169)--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: 2024-04-30 17:49:10.232--ServerSession(1749634169)--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: 2024-04-30 17:49:10.232--ServerSession(1749634169)--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: 2024-04-30 17:49:10.233--ServerSession(1749634169)--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 Info]: 2024-04-30 17:49:11.433--ServerSession(383680175)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:49:11.465--ServerSession(383680175)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:49:11.467--ServerSession(383680175)--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: 2024-04-30 17:49:11.468--ServerSession(383680175)--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: 2024-04-30 17:49:11.469--ServerSession(383680175)--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: 2024-04-30 17:49:11.47--ServerSession(383680175)--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: 2024-04-30 17:49:11.471--ServerSession(383680175)--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: 2024-04-30 17:49:11.472--ServerSession(383680175)--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: 2024-04-30 17:49:11.474--ServerSession(383680175)--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: 2024-04-30 17:49:11.476--ServerSession(383680175)--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: 2024-04-30 17:49:11.478--ServerSession(383680175)--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: 2024-04-30 17:49:11.479--ServerSession(383680175)--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: 2024-04-30 17:49:11.479--ServerSession(383680175)--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: 2024-04-30 17:49:11.48--ServerSession(383680175)--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]: ddl: 2024-04-30 17:49:12.117--ServerSession(383680175)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Fine]: server: 2024-04-30 17:49:12.903--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Config]: metadata: 2024-04-30 17:49:12.905--ServerSession(205108129)--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: 2024-04-30 17:49:12.906--ServerSession(205108129)--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: 2024-04-30 17:49:12.906--ServerSession(205108129)--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: 2024-04-30 17:49:12.906--ServerSession(205108129)--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: 2024-04-30 17:49:12.906--ServerSession(205108129)--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: 2024-04-30 17:49:12.906--ServerSession(205108129)--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: 2024-04-30 17:49:12.906--ServerSession(205108129)--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: 2024-04-30 17:49:12.906--ServerSession(205108129)--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: 2024-04-30 17:49:12.907--ServerSession(205108129)--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: 2024-04-30 17:49:12.907--ServerSession(205108129)--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: 2024-04-30 17:49:12.907--ServerSession(205108129)--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: 2024-04-30 17:49:12.907--ServerSession(205108129)--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: 2024-04-30 17:49:12.907--ServerSession(205108129)--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: 2024-04-30 17:49:12.907--ServerSession(205108129)--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: 2024-04-30 17:49:12.907--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2024-04-30 17:49:12.907--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: SALARY. [junit] [EL Config]: metadata: 2024-04-30 17:49:12.908--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PAYSCALE. [junit] [EL Warning]: metadata: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: COUNTRY. [junit] [EL Config]: metadata: 2024-04-30 17:49:12.908--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PROVINCE. [junit] [EL Config]: metadata: 2024-04-30 17:49:12.908--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: CITY. [junit] [EL Config]: metadata: 2024-04-30 17:49:12.908--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: STREET. [junit] [EL Config]: metadata: 2024-04-30 17:49:12.908--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.908--ServerSession(205108129)--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: 2024-04-30 17:49:12.909--ServerSession(205108129)--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: 2024-04-30 17:49:12.909--ServerSession(205108129)--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: 2024-04-30 17:49:12.909--ServerSession(205108129)--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]: 2024-04-30 17:49:12.933--ServerSession(205108129)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: connection: 2024-04-30 17:49:12.941--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Fine]: connection: 2024-04-30 17:49:12.941--ServerSession(205108129)--Connection(1849704464)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "root" [junit] datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" [junit] )) [junit] [EL Config]: connection: 2024-04-30 17:49:12.949--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Fine]: connection: 2024-04-30 17:49:12.952--ServerSession(205108129)--Thread(Thread[main,5,main])--ConfigPUTestSuite login successful [junit] [EL Config]: metadata: 2024-04-30 17:49:12.953--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 (CFGPU_SALARY.E_ID). The generator uses "java.lang.String" as default java type for the field. [junit] [EL Fine]: sql: 2024-04-30 17:49:12.953--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.954--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.954--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJECT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.954--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.954--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.954--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMPLOYEE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.954--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.955--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.955--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMPLOYEE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.955--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.955--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.955--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_SALARY' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.955--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.956--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.956--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PHONENUMBER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.956--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.956--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.956--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_LPROJECT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.956--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.956--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.956--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMP_CREDITLINES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.957--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.957--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.957--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJ_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.957--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID [junit] [EL Fine]: sql: 2024-04-30 17:49:12.957--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.957--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJ_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.957--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.958--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.958--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.958--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:49:12.959--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.959--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.959--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [junit] [EL Fine]: sql: 2024-04-30 17:49:12.959--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.959--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.959--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [junit] [EL Fine]: sql: 2024-04-30 17:49:12.96--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.96--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_SALARY [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.96--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [junit] [EL Fine]: sql: 2024-04-30 17:49:12.961--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.961--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.961--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:49:12.961--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.962--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.962--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.962--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.962--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_LPROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.962--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [junit] [EL Fine]: sql: 2024-04-30 17:49:12.963--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.963--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.963--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [junit] [EL Fine]: sql: 2024-04-30 17:49:12.964--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.964--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJ_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.964--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.964--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.965--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.965--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:49:12.965--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.965--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.965--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [junit] [EL Fine]: sql: 2024-04-30 17:49:12.966--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.966--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.966--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [junit] [EL Fine]: sql: 2024-04-30 17:49:12.967--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.967--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_SALARY [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.967--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [junit] [EL Fine]: sql: 2024-04-30 17:49:12.967--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.967--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.967--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:49:12.968--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.968--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.968--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.969--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.969--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_LPROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.969--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [junit] [EL Fine]: sql: 2024-04-30 17:49:12.969--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.969--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.969--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [junit] [EL Fine]: sql: 2024-04-30 17:49:12.97--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.97--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJ_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.97--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.971--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.971--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.971--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:49:12.971--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.971--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.972--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [junit] [EL Fine]: sql: 2024-04-30 17:49:12.972--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.972--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.972--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [junit] [EL Fine]: sql: 2024-04-30 17:49:12.973--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.973--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_SALARY [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.973--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [junit] [EL Fine]: sql: 2024-04-30 17:49:12.973--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.974--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.974--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:49:12.974--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.974--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.974--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.975--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.975--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_LPROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.975--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [junit] [EL Fine]: sql: 2024-04-30 17:49:12.976--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.976--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.976--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [junit] [EL Fine]: sql: 2024-04-30 17:49:12.976--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.977--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJ_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.977--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.977--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.977--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.977--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:49:12.978--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.978--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.978--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [junit] [EL Fine]: sql: 2024-04-30 17:49:12.978--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.979--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.979--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [junit] [EL Fine]: sql: 2024-04-30 17:49:12.979--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.979--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_SALARY [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.979--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [junit] [EL Fine]: sql: 2024-04-30 17:49:12.98--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.98--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.98--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:49:12.98--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.981--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.981--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.981--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.981--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_LPROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.981--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [junit] [EL Fine]: sql: 2024-04-30 17:49:12.982--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.982--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.982--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [junit] [EL Fine]: sql: 2024-04-30 17:49:12.982--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.982--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJ_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.983--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.983--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.983--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.993--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:49:12.994--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.994--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.994--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [junit] [EL Fine]: sql: 2024-04-30 17:49:12.995--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.995--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.995--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [junit] [EL Fine]: sql: 2024-04-30 17:49:12.995--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.996--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_SALARY [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.996--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [junit] [EL Fine]: sql: 2024-04-30 17:49:12.996--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.996--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.996--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:49:12.997--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.997--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.997--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [junit] [EL Fine]: sql: 2024-04-30 17:49:12.998--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.998--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_LPROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.998--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [junit] [EL Fine]: sql: 2024-04-30 17:49:12.998--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.998--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.998--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [junit] [EL Fine]: sql: 2024-04-30 17:49:12.999--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:49:12.999--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CFGPU_PROJ_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [junit] [EL Fine]: sql: 2024-04-30 17:49:12.999--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_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: 2024-04-30 17:49:13.003--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_PERSON (P_ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (P_ID)) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.006--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_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: 2024-04-30 17:49:13.01--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_SALARY (E_ID VARCHAR(255) NOT NULL, SALARY INTEGER, PRIMARY KEY (E_ID)) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.012--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_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: 2024-04-30 17:49:13.015--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_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: 2024-04-30 17:49:13.018--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_LPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.02--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_EMP_CREDITLINES (EMP_ID VARCHAR(255), ACCOUNT VARCHAR(255), BANK VARCHAR(255)) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.023--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_PROJ_EMP (EMP_ID VARCHAR(255) NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID)) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.026--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJECT ADD CONSTRAINT FK_CFGPU_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.034--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE ADD CONSTRAINT FK_CFGPU_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CFGPU_ADDRESS (ADDRESS_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.046--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE ADD CONSTRAINT FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.058--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_SALARY ADD CONSTRAINT FK_CFGPU_SALARY_E_ID FOREIGN KEY (E_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.066--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PHONENUMBER ADD CONSTRAINT FK_CFGPU_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.077--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_LPROJECT ADD CONSTRAINT FK_CFGPU_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CFGPU_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.084--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMP_CREDITLINES ADD CONSTRAINT FK_CFGPU_EMP_CREDITLINES_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.093--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP ADD CONSTRAINT FK_CFGPU_PROJ_EMP_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CFGPU_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.102--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP ADD CONSTRAINT FK_CFGPU_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.116--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: 2024-04-30 17:49:13.116--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: 2024-04-30 17:49:13.117--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.118--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.121--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DELETE FROM CFGPU_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [junit] [EL Fine]: sql: 2024-04-30 17:49:13.122--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--SELECT * FROM CFGPU_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [junit] [EL Fine]: sql: 2024-04-30 17:49:13.123--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--INSERT INTO CFGPU_EMPLOYEE_SEQ(SEQ_NAME, SEQ_COUNT) values ('EMP_SEQ', 0) [junit] [EL Fine]: sql: 2024-04-30 17:49:13.125--ClientSession(747756131)--Connection(541791156)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: 2024-04-30 17:49:13.125--ClientSession(747756131)--Connection(541791156)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: 2024-04-30 17:49:13.126--ClientSession(747756131)--Connection(541791156)--Thread(Thread[main,5,main])--INSERT INTO CFGPU_PERSON (P_ID, NAME) VALUES (?, ?) [junit] bind => [1, Test] [junit] [EL Fine]: connection: 2024-04-30 17:49:13.128--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--disconnect [junit] [EL Fine]: connection: 2024-04-30 17:49:13.128--ServerSession(205108129)--Thread(Thread[main,5,main])--ConfigPUTestSuite logout successful [junit] [EL Fine]: connection: 2024-04-30 17:49:13.128--ServerSession(205108129)--Connection(1849704464)--Thread(Thread[main,5,main])--disconnect [junit] Closing factory: multi-tenant-schema-per-tenant [junit] [EL Warning]: metadata: 2024-04-30 17:49:13.226--ServerSession(1045890688)--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: 2024-04-30 17:49:13.228--ServerSession(1045890688)--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: 2024-04-30 17:49:13.234--ServerSession(1045890688)--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: 2024-04-30 17:49:13.236--ServerSession(1045890688)--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: 2024-04-30 17:49:13.236--ServerSession(1045890688)--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: 2024-04-30 17:49:13.236--ServerSession(1045890688)--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: 2024-04-30 17:49:13.237--ServerSession(1045890688)--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: 2024-04-30 17:49:13.238--ServerSession(1045890688)--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: 2024-04-30 17:49:13.238--ServerSession(1045890688)--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: 2024-04-30 17:49:13.239--ServerSession(1045890688)--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: 2024-04-30 17:49:13.24--ServerSession(1045890688)--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: 2024-04-30 17:49:13.241--ServerSession(1045890688)--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: 2024-04-30 17:49:13.243--ServerSession(1045890688)--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: 2024-04-30 17:49:13.248--ServerSession(1045890688)--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: 2024-04-30 17:49:13.249--ServerSession(1045890688)--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: 2024-04-30 17:49:13.25--ServerSession(1045890688)--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: 2024-04-30 17:49:13.25--ServerSession(1045890688)--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: 2024-04-30 17:49:13.25--ServerSession(1045890688)--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]: 2024-04-30 17:49:13.288--ServerSession(1045890688)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:49:13.332--ServerSession(1045890688)--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: 2024-04-30 17:49:13.335--ServerSession(1045890688)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:49:13.336--ServerSession(1045890688)--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: 2024-04-30 17:49:13.336--ServerSession(1045890688)--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: 2024-04-30 17:49:13.337--ServerSession(1045890688)--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: 2024-04-30 17:49:13.338--ServerSession(1045890688)--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: 2024-04-30 17:49:13.339--ServerSession(1045890688)--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: 2024-04-30 17:49:13.34--ServerSession(1045890688)--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: 2024-04-30 17:49:13.342--ServerSession(1045890688)--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: 2024-04-30 17:49:13.343--ServerSession(1045890688)--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: 2024-04-30 17:49:13.346--ServerSession(1045890688)--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]: ddl: 2024-04-30 17:49:13.969--ServerSession(1045890688)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] testSetup [junit] Closing factory: MulitPU-1 [junit] [EL Info]: 2024-04-30 17:49:14.634--ServerSession(1728604623)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ddl: 2024-04-30 17:49:15.255--ServerSession(1728604623)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] Closing factory: embeddable [junit] [EL Info]: 2024-04-30 17:49:15.853--ServerSession(1837158829)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: 2024-04-30 17:49:15.868--ServerSession(1837158829)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:49:15.874--ServerSession(358052558)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: 2024-04-30 17:49:15.903--ServerSession(202859160)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 Warning]: metadata: ServerSession(191447124)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(191447124)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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(191447124)--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]: UnitOfWork(1385843750)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@75bdf95c] 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]: UnitOfWork(1217773749)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@7c50e28a] 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]: UnitOfWork(1817409452)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@15867bcf] 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]: UnitOfWork(1443904099)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@52720161] 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]: UnitOfWork(362603763)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@786c7f4b] 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]: UnitOfWork(431426210)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@2df929a6] 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]: UnitOfWork(1421672087)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@3daf74f6] 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]: UnitOfWork(564961800)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@105911c4] 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]: ServerSession(191447124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: ServerSession(191447124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: ServerSession(191447124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: ServerSession(191447124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: ServerSession(191447124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: ServerSession(191447124)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(191447124)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ServerSession(191447124)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 Info]: 2024-04-30 17:49:28.176--DatabaseSessionImpl(1843986199)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 879, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 224.512 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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] [EL Warning]: metadata: ServerSession(1302141801)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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: 2024-04-30 17:49:30.629--ServerSession(1797159635)--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: 2024-04-30 17:49:30.632--ServerSession(1797159635)--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: 2024-04-30 17:49:30.639--ServerSession(1797159635)--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: 2024-04-30 17:49:30.641--ServerSession(1797159635)--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: 2024-04-30 17:49:30.642--ServerSession(1797159635)--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: 2024-04-30 17:49:30.643--ServerSession(1797159635)--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: 2024-04-30 17:49:30.643--ServerSession(1797159635)--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: 2024-04-30 17:49:30.645--ServerSession(1797159635)--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: 2024-04-30 17:49:30.645--ServerSession(1797159635)--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: 2024-04-30 17:49:30.647--ServerSession(1797159635)--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: 2024-04-30 17:49:30.648--ServerSession(1797159635)--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: 2024-04-30 17:49:30.649--ServerSession(1797159635)--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: 2024-04-30 17:49:30.651--ServerSession(1797159635)--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: 2024-04-30 17:49:30.666--ServerSession(1797159635)--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: 2024-04-30 17:49:30.667--ServerSession(1797159635)--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: 2024-04-30 17:49:30.669--ServerSession(1797159635)--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: 2024-04-30 17:49:30.669--ServerSession(1797159635)--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: 2024-04-30 17:49:30.67--ServerSession(1797159635)--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: 2024-04-30 17:49:30.799--ServerSession(133177937)--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: 2024-04-30 17:49:30.8--ServerSession(133177937)--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: 2024-04-30 17:49:30.806--ServerSession(214768579)--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: 2024-04-30 17:49:30.806--ServerSession(214768579)--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: 2024-04-30 17:49:30.816--ServerSession(1145391264)--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: 2024-04-30 17:49:30.816--ServerSession(1145391264)--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: 2024-04-30 17:49:30.817--ServerSession(1145391264)--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: 2024-04-30 17:49:30.817--ServerSession(1145391264)--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: 2024-04-30 17:49:30.817--ServerSession(1145391264)--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: 2024-04-30 17:49:30.817--ServerSession(1145391264)--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: 2024-04-30 17:49:30.821--ServerSession(832066800)--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: 2024-04-30 17:49:30.821--ServerSession(832066800)--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: 2024-04-30 17:49:30.821--ServerSession(832066800)--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: 2024-04-30 17:49:30.821--ServerSession(832066800)--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: 2024-04-30 17:49:30.822--ServerSession(832066800)--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: 2024-04-30 17:49:30.822--ServerSession(832066800)--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: 2024-04-30 17:49:30.86--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Fine]: moxy: 2024-04-30 17:49:30.864--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@5631962 [junit] [EL Fine]: moxy: 2024-04-30 17:49:30.865--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@19569ebd [junit] [EL Fine]: moxy: 2024-04-30 17:49:30.866--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller" started [junit] [EL Config]: metadata: 2024-04-30 17:49:30.867--ServerSession(514793058)--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: 2024-04-30 17:49:30.867--ServerSession(514793058)--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: 2024-04-30 17:49:30.867--ServerSession(514793058)--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: 2024-04-30 17:49:30.867--ServerSession(514793058)--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: 2024-04-30 17:49:30.867--ServerSession(514793058)--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: 2024-04-30 17:49:30.867--ServerSession(514793058)--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: 2024-04-30 17:49:30.867--ServerSession(514793058)--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: 2024-04-30 17:49:30.868--ServerSession(514793058)--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: 2024-04-30 17:49:30.868--ServerSession(514793058)--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: 2024-04-30 17:49:30.868--ServerSession(514793058)--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: 2024-04-30 17:49:30.868--ServerSession(514793058)--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: 2024-04-30 17:49:30.868--ServerSession(514793058)--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: 2024-04-30 17:49:30.868--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@320494b6 [junit] [EL Warning]: metadata: 2024-04-30 17:49:31.165--ServerSession(1293495023)--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: 2024-04-30 17:49:31.165--ServerSession(1293495023)--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: 2024-04-30 17:49:31.26--ServerSession(1551263930)--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: 2024-04-30 17:49:31.26--ServerSession(1551263930)--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: 2024-04-30 17:49:31.264--ServerSession(1551263930)--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: 2024-04-30 17:49:31.27--ServerSession(1963980755)--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: 2024-04-30 17:49:31.27--ServerSession(1963980755)--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: 2024-04-30 17:49:31.27--ServerSession(1963980755)--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: 2024-04-30 17:49:31.27--ServerSession(1963980755)--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] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel2 [junit] [EL Info]: 2024-04-30 17:49:31.518--DatabaseSessionImpl(836614448)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(283492252)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(283492252)--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(283492252)--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(283492252)--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(283492252)--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(283492252)--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]: UnitOfWork(263574324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() with statements that produce result sets [junit] Error Code: 0 [junit] Call: Select * FROM CMP3_CUSTOMER [junit] Query: DataModifyQuery(sql="Select * FROM CMP3_CUSTOMER") [junit] [EL Info]: 2024-04-30 17:49:35.641--ServerSession(304088688)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(812012641)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(812012641)--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(812012641)--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(812012641)--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(812012641)--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(812012641)--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(1125059683)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(1125059683)--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(216998824)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(216998824)--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(216998824)--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(216998824)--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(216998824)--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(216998824)--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(1278289407)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1278289407)--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(1146250672)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(1146250672)--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(712034517)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(712034517)--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(712034517)--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(712034517)--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(712034517)--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(712034517)--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(1667557396)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(1667557396)--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(771095567)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(771095567)--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(771095567)--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(771095567)--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(771095567)--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(771095567)--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]: 2024-04-30 17:49:39.624--ServerSession(977902078)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: 2024-04-30 17:49:39.631--ServerSession(977902078)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [junit] [EL Info]: 2024-04-30 17:49:39.636--ServerSession(175348953)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:49:39.652--ServerSession(1794426702)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: 2024-04-30 17:49:39.652--ServerSession(1794426702)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [junit] [EL Warning]: metadata: ServerSession(1211335146)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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(1211335146)--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]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: ServerSession(1112879561)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [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(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: metadata: 2024-04-30 17:49:55.999--ServerSession(1479099493)--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: 2024-04-30 17:49:56.0--ServerSession(1479099493)--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: 2024-04-30 17:49:56.006--ServerSession(1479099493)--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: 2024-04-30 17:49:56.009--ServerSession(1479099493)--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: 2024-04-30 17:49:56.009--ServerSession(1479099493)--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: 2024-04-30 17:49:56.01--ServerSession(1479099493)--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: 2024-04-30 17:49:56.01--ServerSession(1479099493)--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: 2024-04-30 17:49:56.012--ServerSession(1479099493)--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: 2024-04-30 17:49:56.012--ServerSession(1479099493)--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: 2024-04-30 17:49:56.013--ServerSession(1479099493)--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: 2024-04-30 17:49:56.023--ServerSession(1479099493)--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: 2024-04-30 17:49:56.024--ServerSession(1479099493)--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: 2024-04-30 17:49:56.025--ServerSession(1479099493)--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: 2024-04-30 17:49:56.032--ServerSession(1479099493)--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: 2024-04-30 17:49:56.033--ServerSession(1479099493)--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: 2024-04-30 17:49:56.034--ServerSession(1479099493)--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: 2024-04-30 17:49:56.034--ServerSession(1479099493)--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: 2024-04-30 17:49:56.034--ServerSession(1479099493)--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]: 2024-04-30 17:49:56.071--ServerSession(1479099493)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:49:56.09--ServerSession(1479099493)--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: 2024-04-30 17:49:56.101--ServerSession(1479099493)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:49:56.102--ServerSession(1479099493)--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: 2024-04-30 17:49:56.102--ServerSession(1479099493)--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: 2024-04-30 17:49:56.105--ServerSession(1479099493)--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: 2024-04-30 17:49:56.105--ServerSession(1479099493)--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: 2024-04-30 17:49:56.108--ServerSession(1479099493)--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: 2024-04-30 17:49:56.109--ServerSession(1479099493)--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: 2024-04-30 17:49:56.111--ServerSession(1479099493)--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: 2024-04-30 17:49:56.111--ServerSession(1479099493)--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: 2024-04-30 17:49:56.111--ServerSession(1479099493)--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]: 2024-04-30 17:49:56.157--UnitOfWork(579045650)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1974] 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,974 [junit] [EL Warning]: 2024-04-30 17:49:56.16--[TEMPORARY LOGGING] [junit] [EL Warning]: 2024-04-30 17:49:56.16--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1974] 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,974 [junit] [EL Warning]: 2024-04-30 17:49:56.174--UnitOfWork(359484379)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1974] 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,974 [junit] [EL Warning]: UnitOfWork(1487105431)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1974] 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,974 [junit] [EL Warning]: UnitOfWork(1372252045)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(1211335146)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: UnitOfWork(451415210)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2192] 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,192 [junit] [EL Warning]: UnitOfWork(328707305)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2192] 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,192 [junit] [EL Warning]: UnitOfWork(666163010)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2192] 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,192 [junit] [EL Warning]: UnitOfWork(1802269810)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2192] 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,192 [junit] [EL Warning]: UnitOfWork(906795381)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. [junit] Error Code: 3572 [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(1246926422)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. [junit] Error Code: 3572 [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(830317639)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. [junit] Error Code: 3572 [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]: metadata: 2024-04-30 17:50:22.024--ServerSession(1780426687)--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: 2024-04-30 17:50:22.026--ServerSession(1780426687)--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: 2024-04-30 17:50:22.033--ServerSession(1780426687)--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: 2024-04-30 17:50:22.036--ServerSession(1780426687)--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: 2024-04-30 17:50:22.036--ServerSession(1780426687)--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: 2024-04-30 17:50:22.037--ServerSession(1780426687)--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: 2024-04-30 17:50:22.037--ServerSession(1780426687)--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: 2024-04-30 17:50:22.039--ServerSession(1780426687)--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: 2024-04-30 17:50:22.039--ServerSession(1780426687)--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: 2024-04-30 17:50:22.04--ServerSession(1780426687)--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: 2024-04-30 17:50:22.041--ServerSession(1780426687)--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: 2024-04-30 17:50:22.042--ServerSession(1780426687)--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: 2024-04-30 17:50:22.044--ServerSession(1780426687)--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: 2024-04-30 17:50:22.051--ServerSession(1780426687)--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: 2024-04-30 17:50:22.052--ServerSession(1780426687)--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: 2024-04-30 17:50:22.053--ServerSession(1780426687)--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: 2024-04-30 17:50:22.054--ServerSession(1780426687)--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: 2024-04-30 17:50:22.054--ServerSession(1780426687)--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]: 2024-04-30 17:50:22.109--ServerSession(1780426687)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:50:22.131--ServerSession(1780426687)--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: 2024-04-30 17:50:22.142--ServerSession(1780426687)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:50:22.143--ServerSession(1780426687)--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: 2024-04-30 17:50:22.143--ServerSession(1780426687)--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: 2024-04-30 17:50:22.146--ServerSession(1780426687)--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: 2024-04-30 17:50:22.146--ServerSession(1780426687)--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: 2024-04-30 17:50:22.149--ServerSession(1780426687)--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: 2024-04-30 17:50:22.15--ServerSession(1780426687)--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: 2024-04-30 17:50:22.152--ServerSession(1780426687)--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: 2024-04-30 17:50:22.152--ServerSession(1780426687)--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: 2024-04-30 17:50:22.152--ServerSession(1780426687)--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]: ddl: 2024-04-30 17:50:22.763--ServerSession(1780426687)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] Closing factory: MulitPU-1 [junit] [EL Info]: 2024-04-30 17:50:23.501--ServerSession(1147918573)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: sql: 2024-04-30 17:50:23.513--ServerSession(1147918573)--Connection(275835653)--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID [junit] [EL Fine]: sql: 2024-04-30 17:50:23.514--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.515--ServerSession(1147918573)--Connection(275835653)--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID [junit] [EL Fine]: sql: 2024-04-30 17:50:23.515--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.515--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:50:23.516--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.516--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2024-04-30 17:50:23.517--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.517--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:50:23.517--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.518--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2024-04-30 17:50:23.518--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.518--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:50:23.519--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.519--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2024-04-30 17:50:23.52--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.52--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:50:23.52--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.521--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2024-04-30 17:50:23.521--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.521--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2024-04-30 17:50:23.522--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.522--ServerSession(1147918573)--Connection(275835653)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2024-04-30 17:50:23.523--ServerSession(1147918573)--SELECT 1 [junit] [EL Fine]: sql: 2024-04-30 17:50:23.523--ServerSession(1147918573)--Connection(275835653)--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: 2024-04-30 17:50:23.526--ServerSession(1147918573)--Connection(275835653)--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: 2024-04-30 17:50:23.53--ServerSession(1147918573)--Connection(275835653)--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: 2024-04-30 17:50:23.54--ServerSession(1147918573)--Connection(275835653)--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: 2024-04-30 17:50:23.55--ServerSession(1147918573)--initialize all identitymaps [junit] [EL Fine]: sql: 2024-04-30 17:50:23.562--ClientSession(713372321)--Connection(958213608)--INSERT INTO CMP3_AD_CU_ADDRESS (STREET1, TYPE) VALUES (?, ?) [junit] bind => [STREET1, 1] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.564--ClientSession(713372321)--Connection(958213608)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2024-04-30 17:50:23.564--ClientSession(713372321)--Connection(958213608)--INSERT INTO CMP3_AD_CU_ADDRESS (STREET2, TYPE) VALUES (?, ?) [junit] bind => [STREET2, 2] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.564--ClientSession(713372321)--Connection(958213608)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2024-04-30 17:50:23.565--ClientSession(713372321)--Connection(958213608)--INSERT INTO CMP3_AD_CU_CUSTOMER (NAME, ADDR_BA_ID, ADDR_DA_ID) VALUES (?, ?, ?) [junit] bind => [JONES, 1, 2] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.565--ClientSession(713372321)--Connection(958213608)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2024-04-30 17:50:23.566--ServerSession(1147918573)--Connection(275835653)--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.567--ServerSession(1147918573)--Connection(275835653)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.568--ServerSession(1147918573)--Connection(275835653)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.569--ServerSession(1147918573)--Connection(275835653)--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: 2024-04-30 17:50:23.587--ServerSession(1147918573)--Connection(275835653)--SELECT DISTINCT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.588--ServerSession(1147918573)--Connection(275835653)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.588--ServerSession(1147918573)--Connection(275835653)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.59--ServerSession(1147918573)--Connection(275835653)--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: 2024-04-30 17:50:23.592--ServerSession(1147918573)--Connection(275835653)--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2024-04-30 17:50:23.592--ServerSession(1147918573)--Connection(275835653)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.592--ServerSession(1147918573)--Connection(275835653)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.593--ClientSession(1948404427)--Connection(958213608)--DELETE FROM CMP3_AD_CU_CUSTOMER WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.594--ClientSession(1948404427)--Connection(958213608)--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2024-04-30 17:50:23.594--ClientSession(1948404427)--Connection(958213608)--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] Closing factory: customer-pu [junit] [EL Finer]: cache: 2024-04-30 17:50:23.595--ServerSession(1147918573)--initialize identitymaps [junit] [EL Info]: 2024-04-30 17:50:23.611--ServerSession(1205315424)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: partitioned [junit] [EL Info]: 2024-04-30 17:50:24.128--ServerSession(1725900104)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] WARNING: This test can only be run on Oracle. [junit] WARNING: This test can only be run on Oracle. [junit] Closing factory: partitioned-xml [junit] [EL Info]: 2024-04-30 17:50:24.629--SessionBroker(708342456)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:24.664--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] Closing factory: composite-advanced [junit] [EL Info]: 2024-04-30 17:50:24.908--ServerSession(1821992886)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:24.919--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] Closing factory: eclipselink-pu with spaces in the path and name [junit] [EL Info]: 2024-04-30 17:50:24.921--ServerSession(2009402586)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:24.932--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] Closing factory: A JPAADVProperties pu with spaces in the name [junit] [EL Info]: 2024-04-30 17:50:24.934--ServerSession(1849321847)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:24.944--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] Closing factory: eclipselink-pu-with-spaces-in-the-path-but-not-the-name [junit] [EL Info]: 2024-04-30 17:50:24.959--SessionBroker(1229764799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:24.993--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: 2024-04-30 17:50:25.307--ServerSession(1316158655)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2024-04-30 17:50:25.307--ServerSession(1094712572)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2024-04-30 17:50:25.307--ServerSession(659110781)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2024-04-30 17:50:25.308--ServerSession(1316158655)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2024-04-30 17:50:25.308--ServerSession(1094712572)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2024-04-30 17:50:25.308--ServerSession(659110781)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Info]: 2024-04-30 17:50:25.334--SessionBroker(1229764799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: query: 2024-04-30 17:50:25.377--UnitOfWork(1492988059)--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.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:50:25.388--ClientSession(1443517693)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: 2024-04-30 17:50:25.399--ClientSession(1443517693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: 2024-04-30 17:50:25.411--UnitOfWork(1055089006)--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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:50:25.431--ClientSession(410731516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: 2024-04-30 17:50:25.441--UnitOfWork(1325618687)--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.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:50:25.45--ClientSession(584091036)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: 2024-04-30 17:50:25.469--ClientSession(584091036)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: 2024-04-30 17:50:25.47--SessionBroker(1229764799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:50:25.497--SessionBroker(1229764799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: query: 2024-04-30 17:50:25.545--UnitOfWork(1702955138)--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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:50:25.545--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: 2024-04-30 17:50:25.545--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: 2024-04-30 17:50:25.546--ClientSession(1620234315)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2024-04-30 17:50:25.546--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: 2024-04-30 17:50:25.546--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: 2024-04-30 17:50:25.553--SessionBroker(1229764799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:50:25.664--SessionBroker(1229764799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:50:25.691--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2024-04-30 17:50:25.691--UnitOfWork(1210614450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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@145b5efe) [junit] [EL Info]: query: 2024-04-30 17:50:25.692--UnitOfWork(877734511)--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.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:50:25.714--ClientSession(1793057894)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2024-04-30 17:50:25.714--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.715--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.715--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2024-04-30 17:50:25.715--ClientSession(1793057894)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2024-04-30 17:50:25.715--UnitOfWork(845738361)--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.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:50:25.736--ClientSession(133402709)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2024-04-30 17:50:25.737--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.737--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.737--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2024-04-30 17:50:25.737--ClientSession(133402709)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2024-04-30 17:50:25.738--UnitOfWork(697452681)--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.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:50:25.759--ClientSession(216342942)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2024-04-30 17:50:25.759--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.76--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.76--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2024-04-30 17:50:25.76--ClientSession(216342942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2024-04-30 17:50:25.76--UnitOfWork(348275846)--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.7.15.v20240430-4abffe4bdf): 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: 2024-04-30 17:50:25.779--ClientSession(956367613)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2024-04-30 17:50:25.78--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.78--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.78--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2024-04-30 17:50:25.78--ClientSession(956367613)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: 2024-04-30 17:50:25.802--ClientSession(941131509)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2024-04-30 17:50:25.802--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.803--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2024-04-30 17:50:25.803--ServerSession(659110781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2024-04-30 17:50:25.803--ClientSession(941131509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2024-04-30 17:50:25.803--UnitOfWork(1147366903)--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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:50:25.824--SessionBroker(1229764799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:50:25.898--ServerSession(971633141)--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: 2024-04-30 17:50:25.899--ServerSession(971633141)--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: 2024-04-30 17:50:25.905--ServerSession(971633141)--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: 2024-04-30 17:50:25.908--ServerSession(971633141)--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: 2024-04-30 17:50:25.908--ServerSession(971633141)--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: 2024-04-30 17:50:25.909--ServerSession(971633141)--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: 2024-04-30 17:50:25.909--ServerSession(971633141)--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: 2024-04-30 17:50:25.91--ServerSession(971633141)--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: 2024-04-30 17:50:25.911--ServerSession(971633141)--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: 2024-04-30 17:50:25.912--ServerSession(971633141)--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: 2024-04-30 17:50:25.913--ServerSession(971633141)--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: 2024-04-30 17:50:25.914--ServerSession(971633141)--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: 2024-04-30 17:50:25.916--ServerSession(971633141)--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: 2024-04-30 17:50:25.922--ServerSession(971633141)--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: 2024-04-30 17:50:25.923--ServerSession(971633141)--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: 2024-04-30 17:50:25.924--ServerSession(971633141)--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: 2024-04-30 17:50:25.924--ServerSession(971633141)--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: 2024-04-30 17:50:25.924--ServerSession(971633141)--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]: 2024-04-30 17:50:25.958--ServerSession(971633141)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:50:25.98--ServerSession(971633141)--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: 2024-04-30 17:50:25.999--ServerSession(971633141)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2024-04-30 17:50:25.999--ServerSession(971633141)--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: 2024-04-30 17:50:26.0--ServerSession(971633141)--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: 2024-04-30 17:50:26.003--ServerSession(971633141)--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: 2024-04-30 17:50:26.003--ServerSession(971633141)--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: 2024-04-30 17:50:26.005--ServerSession(971633141)--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: 2024-04-30 17:50:26.007--ServerSession(971633141)--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: 2024-04-30 17:50:26.008--ServerSession(971633141)--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: 2024-04-30 17:50:26.009--ServerSession(971633141)--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: 2024-04-30 17:50:26.009--ServerSession(971633141)--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]: 2024-04-30 17:50:26.04--ServerSession(453522485)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:50:26.053--ServerSession(453522485)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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 Severe]: ejb: 2024-04-30 17:50:26.055--ServerSession(453522485)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:50:26.071--SessionBroker(787488135)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:26.101--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]: 2024-04-30 17:50:26.115--SessionBroker(1708546790)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:26.144--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]: 2024-04-30 17:50:26.254--UnitOfWork(248203558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.cj.jdbc.exceptions.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] 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]: 2024-04-30 17:50:26.405--SessionBroker(2126981359)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:26.436--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]: 2024-04-30 17:50:26.451--SessionBroker(306843019)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:26.482--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] Closing factory: composite-advanced [junit] [EL Info]: 2024-04-30 17:50:26.509--SessionBroker(519924590)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:50:26.537--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]: 2024-04-30 17:50:26.635--UnitOfWork(1777964649)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 203] 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> 203 [junit] [EL Warning]: 2024-04-30 17:50:26.641--UnitOfWork(1569402336)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 204] 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> 204 [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Info]: 2024-04-30 17:50:26.79--SessionBroker(519924590)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [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] Ds - Allocating new non-tx connection [junit] [EL Info]: 2024-04-30 17:50:27.146--SessionBroker(519924590)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:50:27.182--SessionBroker(519924590)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:50:27.326--SessionBroker(519924590)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:27.397--UnitOfWork(4104450)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:50:27.4--UnitOfWork(54404212)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:50:27.452--UnitOfWork(483105721)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 265] 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> 265 [junit] [EL Warning]: 2024-04-30 17:50:27.675--UnitOfWork(1899242872)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 284] 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> 284 [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Warning]: 2024-04-30 17:50:27.798--UnitOfWork(1951320915)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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]: 2024-04-30 17:50:27.82--UnitOfWork(1613097298)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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] Closing factory: composite-advanced [junit] [EL Info]: 2024-04-30 17:50:27.835--ServerSession(1131018255)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:50:27.989--ServerSession(2050032946)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.02--ServerSession(2050032946)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.163--ServerSession(1792835339)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.196--ServerSession(1792835339)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.25--ServerSession(1858623167)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.283--ServerSession(1858623167)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.312--ServerSession(1442976945)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.341--ServerSession(1442976945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.471--ServerSession(315275607)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.499--ServerSession(315275607)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.52--ServerSession(1927596431)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.546--ServerSession(1927596431)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.568--ServerSession(1190652444)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.601--ServerSession(1190652444)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.601--ServerSession(1190652444)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_JOIN_TABLE_ID1' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.627--ServerSession(1071494980)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.703--ServerSession(1071494980)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.733--ServerSession(1011506250)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.763--ServerSession(1011506250)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.785--ServerSession(1024500758)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: 2024-04-30 17:50:28.786--ServerSession(1024500758)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 in an application resource file: java.naming.factory.initial [junit] [EL Severe]: ejb: 2024-04-30 17:50:28.786--ServerSession(1024500758)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 in an application resource file: java.naming.factory.initial [junit] [EL Info]: 2024-04-30 17:50:28.789--ServerSession(202542502)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:50:28.822--ServerSession(202542502)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.823--ServerSession(202542502)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_JOIN_TABLE_ID1' [junit] Error Code: 1826 [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]: 2024-04-30 17:50:28.828--DatabaseSessionImpl(198725683)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 848, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.347 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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] [EL Warning]: metadata: ServerSession(1302141801)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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: 2024-04-30 17:50:31.228--ServerSession(1797159635)--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: 2024-04-30 17:50:31.23--ServerSession(1797159635)--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: 2024-04-30 17:50:31.237--ServerSession(1797159635)--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: 2024-04-30 17:50:31.24--ServerSession(1797159635)--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: 2024-04-30 17:50:31.241--ServerSession(1797159635)--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: 2024-04-30 17:50:31.241--ServerSession(1797159635)--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: 2024-04-30 17:50:31.242--ServerSession(1797159635)--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: 2024-04-30 17:50:31.243--ServerSession(1797159635)--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: 2024-04-30 17:50:31.244--ServerSession(1797159635)--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: 2024-04-30 17:50:31.245--ServerSession(1797159635)--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: 2024-04-30 17:50:31.247--ServerSession(1797159635)--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: 2024-04-30 17:50:31.248--ServerSession(1797159635)--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: 2024-04-30 17:50:31.25--ServerSession(1797159635)--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: 2024-04-30 17:50:31.263--ServerSession(1797159635)--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: 2024-04-30 17:50:31.264--ServerSession(1797159635)--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: 2024-04-30 17:50:31.266--ServerSession(1797159635)--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: 2024-04-30 17:50:31.266--ServerSession(1797159635)--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: 2024-04-30 17:50:31.266--ServerSession(1797159635)--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: 2024-04-30 17:50:31.413--ServerSession(133177937)--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: 2024-04-30 17:50:31.413--ServerSession(133177937)--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: 2024-04-30 17:50:31.419--ServerSession(214768579)--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: 2024-04-30 17:50:31.419--ServerSession(214768579)--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: 2024-04-30 17:50:31.429--ServerSession(1145391264)--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: 2024-04-30 17:50:31.43--ServerSession(1145391264)--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: 2024-04-30 17:50:31.43--ServerSession(1145391264)--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: 2024-04-30 17:50:31.43--ServerSession(1145391264)--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: 2024-04-30 17:50:31.43--ServerSession(1145391264)--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: 2024-04-30 17:50:31.43--ServerSession(1145391264)--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: 2024-04-30 17:50:31.435--ServerSession(832066800)--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: 2024-04-30 17:50:31.435--ServerSession(832066800)--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: 2024-04-30 17:50:31.435--ServerSession(832066800)--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: 2024-04-30 17:50:31.435--ServerSession(832066800)--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: 2024-04-30 17:50:31.435--ServerSession(832066800)--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: 2024-04-30 17:50:31.435--ServerSession(832066800)--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: 2024-04-30 17:50:31.458--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Fine]: moxy: 2024-04-30 17:50:31.462--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@5631962 [junit] [EL Fine]: moxy: 2024-04-30 17:50:31.462--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@19569ebd [junit] [EL Fine]: moxy: 2024-04-30 17:50:31.463--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller" started [junit] [EL Config]: metadata: 2024-04-30 17:50:31.464--ServerSession(514793058)--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: 2024-04-30 17:50:31.464--ServerSession(514793058)--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: 2024-04-30 17:50:31.464--ServerSession(514793058)--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: 2024-04-30 17:50:31.464--ServerSession(514793058)--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: 2024-04-30 17:50:31.464--ServerSession(514793058)--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: 2024-04-30 17:50:31.464--ServerSession(514793058)--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: 2024-04-30 17:50:31.464--ServerSession(514793058)--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: 2024-04-30 17:50:31.464--ServerSession(514793058)--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: 2024-04-30 17:50:31.465--ServerSession(514793058)--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: 2024-04-30 17:50:31.465--ServerSession(514793058)--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: 2024-04-30 17:50:31.465--ServerSession(514793058)--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: 2024-04-30 17:50:31.465--ServerSession(514793058)--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: 2024-04-30 17:50:31.465--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@320494b6 [junit] [EL Warning]: metadata: 2024-04-30 17:50:31.76--ServerSession(1293495023)--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: 2024-04-30 17:50:31.76--ServerSession(1293495023)--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: 2024-04-30 17:50:31.869--ServerSession(1551263930)--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: 2024-04-30 17:50:31.869--ServerSession(1551263930)--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: 2024-04-30 17:50:31.873--ServerSession(1551263930)--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: 2024-04-30 17:50:31.878--ServerSession(1963980755)--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: 2024-04-30 17:50:31.879--ServerSession(1963980755)--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: 2024-04-30 17:50:31.879--ServerSession(1963980755)--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: 2024-04-30 17:50:31.879--ServerSession(1963980755)--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] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel3 [junit] [EL Info]: 2024-04-30 17:50:32.113--DatabaseSessionImpl(224219987)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(876600793)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(876600793)--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]: ServerSession(1795804759)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1795804759)--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]: ServerSession(109987815)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(109987815)--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 Warning]: UnitOfWork(1255708407)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(2014481872)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1376425471)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1963863347)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(4121176)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(109987815)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(109987815)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(736974888)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 392] 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> 392 [junit] [EL Warning]: UnitOfWork(1974786850)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: An attempt was made to update the object [Employee: 393], 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> 393 [junit] [EL Warning]: UnitOfWork(1761988656)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@eea0b48] 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(1971671835)--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(1781767105)--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(109987815)--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(2017850685)--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(658991967)--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(658991967)--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(1502287290)--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(1897715449)--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(1098085432)--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(1439416085)--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(312501701)--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(1871943048)--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(646726919)--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(465835142)--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(465835142)--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(465835142)--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(1150069095)--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]: metadata: ServerSession(686224839)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(686224839)--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(686224839)--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(686224839)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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(686224839)--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]: ddl: ServerSession(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: query: UnitOfWork(993304233)--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(89431024)--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(1434061352)--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(1434061352)--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(488439212)--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(488439212)--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(596052454)--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(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: query: UnitOfWork(1147710054)--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(502330945)--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(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: query: UnitOfWork(1320974616)--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(108993288)--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(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: query: UnitOfWork(715406126)--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(476925748)--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(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: query: UnitOfWork(367785892)--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(367785892)--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(367785892)--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(2102283764)--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(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(686224839)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2024-04-30 17:51:08.11--DatabaseSessionImpl(1125699052)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 504, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.041 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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] [EL Warning]: metadata: ServerSession(1302141801)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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(1302141801)--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: 2024-04-30 17:51:10.492--ServerSession(1797159635)--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: 2024-04-30 17:51:10.494--ServerSession(1797159635)--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: 2024-04-30 17:51:10.501--ServerSession(1797159635)--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: 2024-04-30 17:51:10.504--ServerSession(1797159635)--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: 2024-04-30 17:51:10.504--ServerSession(1797159635)--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: 2024-04-30 17:51:10.505--ServerSession(1797159635)--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: 2024-04-30 17:51:10.506--ServerSession(1797159635)--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: 2024-04-30 17:51:10.507--ServerSession(1797159635)--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: 2024-04-30 17:51:10.507--ServerSession(1797159635)--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: 2024-04-30 17:51:10.509--ServerSession(1797159635)--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: 2024-04-30 17:51:10.51--ServerSession(1797159635)--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: 2024-04-30 17:51:10.511--ServerSession(1797159635)--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: 2024-04-30 17:51:10.513--ServerSession(1797159635)--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: 2024-04-30 17:51:10.527--ServerSession(1797159635)--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: 2024-04-30 17:51:10.528--ServerSession(1797159635)--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: 2024-04-30 17:51:10.529--ServerSession(1797159635)--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: 2024-04-30 17:51:10.53--ServerSession(1797159635)--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: 2024-04-30 17:51:10.53--ServerSession(1797159635)--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: 2024-04-30 17:51:10.676--ServerSession(133177937)--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: 2024-04-30 17:51:10.677--ServerSession(133177937)--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: 2024-04-30 17:51:10.682--ServerSession(214768579)--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: 2024-04-30 17:51:10.683--ServerSession(214768579)--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: 2024-04-30 17:51:10.692--ServerSession(1145391264)--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: 2024-04-30 17:51:10.692--ServerSession(1145391264)--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: 2024-04-30 17:51:10.692--ServerSession(1145391264)--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: 2024-04-30 17:51:10.693--ServerSession(1145391264)--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: 2024-04-30 17:51:10.693--ServerSession(1145391264)--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: 2024-04-30 17:51:10.693--ServerSession(1145391264)--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: 2024-04-30 17:51:10.697--ServerSession(832066800)--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: 2024-04-30 17:51:10.697--ServerSession(832066800)--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: 2024-04-30 17:51:10.697--ServerSession(832066800)--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: 2024-04-30 17:51:10.697--ServerSession(832066800)--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: 2024-04-30 17:51:10.697--ServerSession(832066800)--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: 2024-04-30 17:51:10.697--ServerSession(832066800)--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: 2024-04-30 17:51:10.717--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Fine]: moxy: 2024-04-30 17:51:10.721--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@5631962 [junit] [EL Fine]: moxy: 2024-04-30 17:51:10.722--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@19569ebd [junit] [EL Fine]: moxy: 2024-04-30 17:51:10.722--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller" started [junit] [EL Config]: metadata: 2024-04-30 17:51:10.723--ServerSession(514793058)--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: 2024-04-30 17:51:10.723--ServerSession(514793058)--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: 2024-04-30 17:51:10.723--ServerSession(514793058)--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: 2024-04-30 17:51:10.723--ServerSession(514793058)--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: 2024-04-30 17:51:10.724--ServerSession(514793058)--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: 2024-04-30 17:51:10.724--ServerSession(514793058)--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: 2024-04-30 17:51:10.724--ServerSession(514793058)--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: 2024-04-30 17:51:10.724--ServerSession(514793058)--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: 2024-04-30 17:51:10.724--ServerSession(514793058)--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: 2024-04-30 17:51:10.724--ServerSession(514793058)--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: 2024-04-30 17:51:10.724--ServerSession(514793058)--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: 2024-04-30 17:51:10.724--ServerSession(514793058)--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: 2024-04-30 17:51:10.725--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@320494b6 [junit] [EL Warning]: metadata: 2024-04-30 17:51:11.025--ServerSession(1293495023)--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: 2024-04-30 17:51:11.025--ServerSession(1293495023)--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: 2024-04-30 17:51:11.121--ServerSession(1551263930)--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: 2024-04-30 17:51:11.121--ServerSession(1551263930)--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: 2024-04-30 17:51:11.125--ServerSession(1551263930)--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: 2024-04-30 17:51:11.13--ServerSession(1963980755)--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: 2024-04-30 17:51:11.13--ServerSession(1963980755)--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: 2024-04-30 17:51:11.13--ServerSession(1963980755)--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: 2024-04-30 17:51:11.13--ServerSession(1963980755)--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] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel4 [junit] [EL Info]: 2024-04-30 17:51:11.409--DatabaseSessionImpl(925672150)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(571251299)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--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(571251299)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(571251299)--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]: ServerSession(571251299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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(571251299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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: 2024-04-30 17:51:17.388--ServerSession(547428000)--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: 2024-04-30 17:51:17.389--ServerSession(547428000)--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: 2024-04-30 17:51:17.393--ServerSession(547428000)--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]: 2024-04-30 17:51:17.49--ServerSession(547428000)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:17.511--ServerSession(547428000)--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: 2024-04-30 17:51:17.513--ServerSession(547428000)--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: 2024-04-30 17:51:17.513--ServerSession(547428000)--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: 2024-04-30 17:51:17.514--ServerSession(547428000)--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: 2024-04-30 17:51:17.514--ServerSession(547428000)--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: 2024-04-30 17:51:17.515--ServerSession(547428000)--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: 2024-04-30 17:51:17.517--ServerSession(547428000)--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]: 2024-04-30 17:51:17.801--ServerSession(547428000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:18.073--ServerSession(547428000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:18.366--ServerSession(547428000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:18.61--ServerSession(547428000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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] Closing factory: ddlGeneration [junit] [EL Info]: 2024-04-30 17:51:18.71--ServerSession(522361920)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: METADATA_COMPLETE [junit] [EL Info]: 2024-04-30 17:51:18.748--ServerSession(1476061457)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: XML_MAPPING_METADATA_COMPLETE [junit] [EL Info]: 2024-04-30 17:51:20.53--SessionBroker(2005488238)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:51:20.584--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]: 2024-04-30 17:51:20.826--ServerSession(939294268)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:51:20.827--ServerSession(939294268)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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] Closing factory: xml-composite-advanced [junit] [EL Info]: 2024-04-30 17:51:20.981--ServerSession(1254933470)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:21.046--ServerSession(1310973424)--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: 2024-04-30 17:51:21.047--ServerSession(1310973424)--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: 2024-04-30 17:51:21.049--ServerSession(1310973424)--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]: 2024-04-30 17:51:21.068--ServerSession(1310973424)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:21.082--ServerSession(1310973424)--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: 2024-04-30 17:51:21.083--ServerSession(1310973424)--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: 2024-04-30 17:51:21.083--ServerSession(1310973424)--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: 2024-04-30 17:51:21.083--ServerSession(1310973424)--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: 2024-04-30 17:51:21.083--ServerSession(1310973424)--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: 2024-04-30 17:51:21.084--ServerSession(1310973424)--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: 2024-04-30 17:51:21.085--ServerSession(1310973424)--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]: 2024-04-30 17:51:21.557--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:21.814--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:22.101--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:22.329--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:22.33--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:22.331--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:22.332--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:22.773--UnitOfWork(1881258837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:22.787--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:22.788--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:22.789--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:22.789--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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: 2024-04-30 17:51:22.823--ServerSession(1092507262)--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: 2024-04-30 17:51:22.823--ServerSession(1092507262)--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: 2024-04-30 17:51:22.826--ServerSession(1092507262)--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]: 2024-04-30 17:51:22.846--ServerSession(1092507262)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:22.868--ServerSession(1092507262)--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: 2024-04-30 17:51:22.869--ServerSession(1092507262)--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: 2024-04-30 17:51:22.869--ServerSession(1092507262)--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: 2024-04-30 17:51:22.869--ServerSession(1092507262)--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: 2024-04-30 17:51:22.869--ServerSession(1092507262)--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: 2024-04-30 17:51:22.87--ServerSession(1092507262)--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: 2024-04-30 17:51:22.871--ServerSession(1092507262)--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]: 2024-04-30 17:51:22.893--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:22.926--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:23.022--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.039--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.052--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.069--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.254--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:23.264--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTC_A_F_NAME' in the referenced table 'DDL_CKENTA' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:23.523--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:23.75--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.751--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.752--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.753--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.754--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.755--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.755--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:23.756--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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] Closing factory: ddlGeneration [junit] [EL Info]: 2024-04-30 17:51:23.778--ServerSession(1468302269)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:23.789--ServerSession(1468302269)--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: 2024-04-30 17:51:23.789--ServerSession(1468302269)--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: 2024-04-30 17:51:23.791--ServerSession(1468302269)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] Closing factory: ddlTableSuffix [junit] [EL Info]: 2024-04-30 17:51:23.818--ServerSession(715978059)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ddlTablePerClass [junit] [EL Warning]: metadata: 2024-04-30 17:51:24.086--ServerSession(817785349)--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: 2024-04-30 17:51:24.086--ServerSession(817785349)--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: 2024-04-30 17:51:24.089--ServerSession(817785349)--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]: 2024-04-30 17:51:24.108--ServerSession(817785349)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:24.121--ServerSession(817785349)--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: 2024-04-30 17:51:24.122--ServerSession(817785349)--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: 2024-04-30 17:51:24.122--ServerSession(817785349)--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: 2024-04-30 17:51:24.123--ServerSession(817785349)--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: 2024-04-30 17:51:24.123--ServerSession(817785349)--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: 2024-04-30 17:51:24.124--ServerSession(817785349)--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: 2024-04-30 17:51:24.125--ServerSession(817785349)--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]: 2024-04-30 17:51:24.604--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:24.872--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:25.146--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:25.387--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:25.389--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:25.39--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:25.391--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:25.424--UnitOfWork(1322864234)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: 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@d20e900) [junit] [EL Warning]: 2024-04-30 17:51:25.426--UnitOfWork(114442558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: 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@c4fc610) [junit] Closing factory: ddlGeneration [junit] [EL Info]: 2024-04-30 17:51:25.491--ServerSession(2067610941)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ddlTablePerClass [junit] [EL Warning]: metadata: 2024-04-30 17:51:25.737--ServerSession(1682894195)--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: 2024-04-30 17:51:25.738--ServerSession(1682894195)--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: 2024-04-30 17:51:25.741--ServerSession(1682894195)--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]: 2024-04-30 17:51:25.761--ServerSession(1682894195)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:25.775--ServerSession(1682894195)--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: 2024-04-30 17:51:25.776--ServerSession(1682894195)--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: 2024-04-30 17:51:25.776--ServerSession(1682894195)--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: 2024-04-30 17:51:25.777--ServerSession(1682894195)--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: 2024-04-30 17:51:25.777--ServerSession(1682894195)--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: 2024-04-30 17:51:25.778--ServerSession(1682894195)--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: 2024-04-30 17:51:25.779--ServerSession(1682894195)--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]: 2024-04-30 17:51:26.242--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:26.507--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:26.779--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:27.006--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:27.008--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:27.009--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:27.011--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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] Closing factory: ddlGeneration [junit] [EL Warning]: metadata: 2024-04-30 17:51:27.055--ServerSession(736664485)--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: 2024-04-30 17:51:27.055--ServerSession(736664485)--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: 2024-04-30 17:51:27.055--ServerSession(736664485)--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: 2024-04-30 17:51:27.056--ServerSession(736664485)--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]: 2024-04-30 17:51:27.064--ServerSession(736664485)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ddlTablePerTenantGeneration [junit] [EL Warning]: metadata: 2024-04-30 17:51:27.308--ServerSession(1269132222)--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: 2024-04-30 17:51:27.308--ServerSession(1269132222)--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: 2024-04-30 17:51:27.31--ServerSession(1269132222)--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]: 2024-04-30 17:51:27.328--ServerSession(1269132222)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:27.34--ServerSession(1269132222)--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: 2024-04-30 17:51:27.341--ServerSession(1269132222)--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: 2024-04-30 17:51:27.341--ServerSession(1269132222)--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: 2024-04-30 17:51:27.341--ServerSession(1269132222)--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: 2024-04-30 17:51:27.341--ServerSession(1269132222)--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: 2024-04-30 17:51:27.342--ServerSession(1269132222)--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: 2024-04-30 17:51:27.343--ServerSession(1269132222)--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]: 2024-04-30 17:51:27.819--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:28.094--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:28.373--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:28.594--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:28.595--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:28.597--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:28.599--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:28.619--UnitOfWork(1651133962)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.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@2e3c5ecc) [junit] [EL Warning]: 2024-04-30 17:51:28.62--UnitOfWork(372630073)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.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@2e6ca6b5) [junit] [EL Warning]: 2024-04-30 17:51:28.621--UnitOfWork(559210048)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY1.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@5d27a744) [junit] [EL Warning]: 2024-04-30 17:51:28.624--UnitOfWork(892367717)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.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@7d4bb16b) [junit] [EL Warning]: 2024-04-30 17:51:28.624--UnitOfWork(1947065153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.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@15d04c41) [junit] [EL Warning]: 2024-04-30 17:51:28.625--UnitOfWork(1429623854)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY2.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@63a833c5) [junit] Closing factory: ddlGeneration [junit] [EL Info]: 2024-04-30 17:51:28.742--ServerSession(622683350)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ddlTablePerClass [junit] [EL Warning]: metadata: 2024-04-30 17:51:28.982--ServerSession(185048994)--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: 2024-04-30 17:51:28.982--ServerSession(185048994)--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: 2024-04-30 17:51:28.984--ServerSession(185048994)--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]: 2024-04-30 17:51:29.002--ServerSession(185048994)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:29.016--ServerSession(185048994)--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: 2024-04-30 17:51:29.017--ServerSession(185048994)--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: 2024-04-30 17:51:29.017--ServerSession(185048994)--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: 2024-04-30 17:51:29.018--ServerSession(185048994)--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: 2024-04-30 17:51:29.018--ServerSession(185048994)--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: 2024-04-30 17:51:29.019--ServerSession(185048994)--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: 2024-04-30 17:51:29.02--ServerSession(185048994)--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]: 2024-04-30 17:51:29.489--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:29.76--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:30.039--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:30.271--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:30.272--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:30.273--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:30.275--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:30.732--UnitOfWork(2145495126)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:30.75--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:30.751--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:30.751--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:30.752--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: metadata: 2024-04-30 17:51:30.798--ServerSession(1703397679)--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: 2024-04-30 17:51:30.799--ServerSession(1703397679)--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: 2024-04-30 17:51:30.802--ServerSession(1703397679)--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]: 2024-04-30 17:51:30.822--ServerSession(1703397679)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:30.842--ServerSession(1703397679)--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: 2024-04-30 17:51:30.843--ServerSession(1703397679)--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: 2024-04-30 17:51:30.843--ServerSession(1703397679)--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: 2024-04-30 17:51:30.843--ServerSession(1703397679)--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: 2024-04-30 17:51:30.844--ServerSession(1703397679)--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: 2024-04-30 17:51:30.844--ServerSession(1703397679)--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: 2024-04-30 17:51:30.846--ServerSession(1703397679)--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]: 2024-04-30 17:51:30.872--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:30.906--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:51:31.008--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.029--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.042--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.056--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.225--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:31.235--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTC_A_F_NAME' in the referenced table 'DDL_CKENTA' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:31.492--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' [junit] Error Code: 1822 [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]: 2024-04-30 17:51:31.727--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.728--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.728--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.729--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.73--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.731--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.731--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.732--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:51:31.761--UnitOfWork(1749822551)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: 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@1a61721e) [junit] [EL Warning]: 2024-04-30 17:51:31.763--UnitOfWork(1380468558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: 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@55882ff2) [junit] [EL Warning]: 2024-04-30 17:51:31.768--UnitOfWork(788374333)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.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@7b3489b7) [junit] [EL Warning]: 2024-04-30 17:51:31.769--UnitOfWork(1468666601)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.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@71dbfe64) [junit] [EL Warning]: 2024-04-30 17:51:31.769--UnitOfWork(1807689773)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY1.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@798ceea2) [junit] [EL Warning]: 2024-04-30 17:51:31.772--UnitOfWork(78530047)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.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@33317d26) [junit] [EL Warning]: 2024-04-30 17:51:31.773--UnitOfWork(254033244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.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@3cced001) [junit] [EL Warning]: 2024-04-30 17:51:31.774--UnitOfWork(1967836077)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY2.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@45a0ba61) [junit] Apr 30, 2024 5:51:31 PM org.eclipse.persistence.session.JPASessionXML [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ddlGeneration [junit] Apr 30, 2024 5:51:32 PM org.eclipse.persistence.session.JPASessionXML [junit] WARNING: [junit] Local Exception Stack: [junit] Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:699) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:1035) [junit] at org.eclipse.persistence.expressions.Expression.normalize(Expression.java:3303) [junit] at org.eclipse.persistence.internal.expressions.DataExpression.normalize(DataExpression.java:371) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:782) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:695) [junit] at org.eclipse.persistence.internal.expressions.RelationExpression.normalize(RelationExpression.java:844) [junit] at org.eclipse.persistence.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1546) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQueryMechanism.java:566) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectOneRow(ExpressionQueryMechanism.java:1750) [junit] at org.eclipse.persistence.queries.ReadObjectQuery.prepare(ReadObjectQuery.java:793) [junit] at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:675) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:968) [junit] at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:624) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:881) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) [junit] at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:447) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3367) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.readObject(AbstractSession.java:3825) [junit] at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesJUnitTestCase.testExceptionHandlerProperty(JPAAdvPropertiesJUnitTestCase.java:152) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at junit.framework.TestCase.runTest(TestCase.java:177) [junit] at junit.framework.TestCase.runBare(TestCase.java:142) [junit] at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:664) [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:130) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:250) [junit] at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:213) [junit] at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:315) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042) [junit] [junit] Closing factory: JPAADVProperties [junit] [EL Info]: 2024-04-30 17:51:32.072--ServerSession(84363411)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Profile( [junit] total time=106887, [junit] local time=106887, [junit] Timer:Logging=106887, [junit] ) [junit] Profile( [junit] total time=11202691, [junit] local time=11202691, [junit] Timer:ConnectionManagement=11202691, [junit] ) [junit] [EL Warning]: metamodel: 2024-04-30 17:51:32.085--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] Closing factory: JPAADVProperties2 [junit] Profile( [junit] total time=176024, [junit] local time=176024, [junit] Timer:ConnectionManagement=176024, [junit] ) [junit] [EL Info]: 2024-04-30 17:51:32.087--ServerSession(1077530889)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:51:32.098--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] Closing factory: JPAADVProperties3 [junit] Apr 30, 2024 5:51:32 PM org.eclipse.persistence.session.JPASessionXML [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: UnitOfWork(2047400579)--java.lang.IllegalStateException: During synchronization a new object was found through a relationship that was not marked cascade PERSIST: Engine [0]. [junit] Closing factory: JPAADVProperties [junit] [EL Info]: 2024-04-30 17:51:33.808--ServerSession(1944290078)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:33.821--ServerSession(1944290078)--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]: 2024-04-30 17:51:33.846--ServerSession(1723396676)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:33.858--ServerSession(1723396676)--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]: 2024-04-30 17:51:33.87--ServerSession(261172467)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:33.881--ServerSession(261172467)--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]: metamodel: 2024-04-30 17:51:33.891--ServerSession(261172467)--Printed list of Metamodel [56] Types to follow: [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1879980915: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1090263069: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1093691808: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@433798190: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@403655109: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@940803625: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@2049742306: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@987163845: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1492507451: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@2087922882: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1659774251: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1867734391: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: 2024-04-30 17:51:33.893--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@420052901: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@2096715130: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1865281715: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EmbeddableTypeImpl@442544324: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EmbeddableTypeImpl@1220939898: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@2124598941:WithInner [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.WithInner descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.WithInner --> [DatabaseTable(INNER_PK)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@2122973586:Foo [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Foo descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Foo --> [DatabaseTable(CMP3_MM_FOO)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1634953239: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@424604035:FooBar [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.FooBar descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.FooBar --> [DatabaseTable(CMP3_MM_FOOBAR)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EmbeddableTypeImpl@1911558673:FooBarId [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.FooBarId descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.FooBarId --> []), mappings: 2]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@1607998252: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EmbeddableTypeImpl@630321936: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EmbeddableTypeImpl@1270734024: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EntityTypeImpl@984366900:Bar [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Bar descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Bar --> [DatabaseTable(CMP3_MM_BAR)]), mappings: 1]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [EmbeddableTypeImpl@624054838: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [MappedSuperclassTypeImpl@989636969: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [MappedSuperclassTypeImpl@1014255081: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [MappedSuperclassTypeImpl@1894766287: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [MappedSuperclassTypeImpl@584527001: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [MappedSuperclassTypeImpl@2101313099: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [MappedSuperclassTypeImpl@1664773888: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [MappedSuperclassTypeImpl@1835897862: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [MappedSuperclassTypeImpl@1984286422: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: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1864309373:Integer [ javaType: class java.lang.Integer]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1747239654:int [ javaType: int]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@669005761:String [ javaType: class java.lang.String]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@83614752:EnclosureIdClassPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EnclosureIdClassPK]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@329314864:BigDecimal [ javaType: class java.math.BigDecimal]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1574777168:BigInteger [ javaType: class java.math.BigInteger]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@2066045717:boolean [ javaType: boolean]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@560300685:Boolean [ javaType: class java.lang.Boolean]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@893441507:byte [ javaType: byte]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@27469226:Byte [ javaType: class java.lang.Byte]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1351560056:char [ javaType: char]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1567861262:Character [ javaType: class java.lang.Character]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1848607630:double [ javaType: double]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1991861652:Double [ javaType: class java.lang.Double]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1606698192:float [ javaType: float]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@522696444:Float [ javaType: class java.lang.Float]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@226911589:long [ javaType: long]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@808334468:Long [ javaType: class java.lang.Long]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1303450773:short [ javaType: short]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1870912393:Short [ javaType: class java.lang.Short]]} [junit] [EL Info]: metamodel: 2024-04-30 17:51:33.894--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1360012881:Position [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Position]]} [junit] [EL Warning]: ddl: ServerSession(571251299)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(571251299)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(571251299)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(571251299)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(571251299)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] results are :[28] [junit] Closing factory: metamodel1 [junit] [EL Info]: 2024-04-30 17:51:44.745--ServerSession(193499910)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ddl: ServerSession(571251299)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(571251299)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.106--ServerSession(1910930902)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ALL [junit] [EL Info]: 2024-04-30 17:51:45.14--ServerSession(1050557003)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.174--ServerSession(838401155)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ALL-Property [junit] [EL Info]: 2024-04-30 17:51:45.207--ServerSession(1017017207)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.241--ServerSession(1575132190)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: NONE [junit] [EL Info]: 2024-04-30 17:51:45.276--ServerSession(850359367)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.309--ServerSession(1387003960)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: NONE-Property [junit] [EL Info]: 2024-04-30 17:51:45.345--ServerSession(847290264)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.378--ServerSession(412670762)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: CacheUnlisted [junit] [EL Info]: 2024-04-30 17:51:45.41--ServerSession(864288812)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.441--ServerSession(1253881765)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: NONE-Property-Conflict [junit] [EL Info]: 2024-04-30 17:51:45.472--ServerSession(477179477)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.504--ServerSession(841428235)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ENABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.539--ServerSession(1501282758)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.571--ServerSession(2049907479)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ENABLE_SELECTIVE-Property [junit] [EL Info]: 2024-04-30 17:51:45.61--ServerSession(2135898852)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.645--ServerSession(2023082628)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE-Property [junit] [EL Info]: 2024-04-30 17:51:45.681--ServerSession(1352147528)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.724--ServerSession(1397813881)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: UNSPECIFIED [junit] [EL Info]: 2024-04-30 17:51:45.755--ServerSession(1028632942)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.787--ServerSession(1632817923)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: UNSPECIFIED-Property [junit] [EL Info]: 2024-04-30 17:51:45.82--ServerSession(1720410163)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.903--ServerSession(339423988)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: NONE [junit] [EL Info]: 2024-04-30 17:51:45.956--ServerSession(309256)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:45.987--ServerSession(2036838695)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: NONE [junit] [EL Info]: 2024-04-30 17:51:46.04--ServerSession(713870233)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:46.071--ServerSession(341893682)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ALL [junit] [EL Info]: 2024-04-30 17:51:46.121--ServerSession(559132941)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:46.152--ServerSession(1182736888)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: ALL [junit] [EL Info]: 2024-04-30 17:51:46.204--ServerSession(900800703)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: transaction: 2024-04-30 17:51:46.298--UnitOfWork(361847129)--property javax.persistence.cacheStoreMode is deprecated, property javax.persistence.cache.storeMode should be used instead. [junit] [EL Info]: transaction: 2024-04-30 17:51:46.3--UnitOfWork(616192406)--property javax.persistence.cacheRetrieveMode is deprecated, property javax.persistence.cache.retrieveMode should be used instead. [junit] [EL Info]: transaction: 2024-04-30 17:51:46.3--UnitOfWork(616192406)--property javax.persistence.cacheStoreMode is deprecated, property javax.persistence.cache.storeMode should be used instead. [junit] Closing factory: DISABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:46.349--ServerSession(2022435822)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ddl: 2024-04-30 17:51:46.478--ServerSession(2022435822)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:51:46.481--ServerSession(2022435822)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] Closing factory: ENABLE_SELECTIVE [junit] [EL Info]: 2024-04-30 17:51:46.584--ServerSession(1579621546)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Closing factory: delimited [junit] [EL Info]: 2024-04-30 17:51:46.815--ServerSession(2084969506)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: ddl: ServerSession(571251299)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] Closing factory: cascade-deletes [junit] [EL Info]: 2024-04-30 17:51:50.475--ServerSession(379432617)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:51:50.502--DatabaseSessionImpl(249913193)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 754, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.131 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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] [EL Warning]: metadata: 2024-04-30 17:51:51.565--ServerSession(41489123)--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: 2024-04-30 17:51:51.578--ServerSession(41489123)--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: 2024-04-30 17:51:51.579--ServerSession(41489123)--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: 2024-04-30 17:51:51.623--ServerSession(2072724423)--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: 2024-04-30 17:51:51.66--ServerSession(26757919)--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: 2024-04-30 17:51:51.669--ServerSession(26757919)--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: 2024-04-30 17:51:51.669--ServerSession(26757919)--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: 2024-04-30 17:51:51.685--ServerSession(26757919)--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: 2024-04-30 17:51:51.687--ServerSession(26757919)--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: 2024-04-30 17:51:51.688--ServerSession(26757919)--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: 2024-04-30 17:51:51.688--ServerSession(26757919)--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: 2024-04-30 17:51:51.688--ServerSession(26757919)--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: 2024-04-30 17:51:51.815--ServerSession(1076202543)--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: 2024-04-30 17:51:51.815--ServerSession(1076202543)--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: 2024-04-30 17:51:51.816--ServerSession(1076202543)--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: ServerSession(1296109622)--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(1296109622)--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(1296109622)--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(1296109622)--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(1296109622)--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(1296109622)--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(1296109622)--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(1296109622)--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(1296109622)--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(1296109622)--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: 2024-04-30 17:51:52.322--ServerSession(1520836654)--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: 2024-04-30 17:51:52.323--ServerSession(1520836654)--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: 2024-04-30 17:51:52.323--ServerSession(1520836654)--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: 2024-04-30 17:51:52.324--ServerSession(1520836654)--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: 2024-04-30 17:51:52.324--ServerSession(1520836654)--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: 2024-04-30 17:51:52.324--ServerSession(1520836654)--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: 2024-04-30 17:51:52.324--ServerSession(1520836654)--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: 2024-04-30 17:51:52.336--ServerSession(880533231)--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: 2024-04-30 17:51:52.337--ServerSession(880533231)--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: 2024-04-30 17:51:52.347--ServerSession(1157199772)--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: 2024-04-30 17:51:52.348--ServerSession(1157199772)--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: 2024-04-30 17:51:52.359--ServerSession(2097361633)--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: 2024-04-30 17:51:52.359--ServerSession(2097361633)--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: 2024-04-30 17:51:52.359--ServerSession(2097361633)--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: 2024-04-30 17:51:52.36--ServerSession(2097361633)--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: 2024-04-30 17:51:52.368--ServerSession(444127949)--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: 2024-04-30 17:51:52.369--ServerSession(444127949)--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: 2024-04-30 17:51:52.369--ServerSession(444127949)--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: 2024-04-30 17:51:52.369--ServerSession(444127949)--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] Running org.eclipse.persistence.testing.tests.jpa.xml.EntityMappingsJUnitTestSuite [junit] [EL Warning]: metadata: ServerSession(1260043537)--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(1260043537)--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(1260043537)--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(1260043537)--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(1260043537)--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(1260043537)--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(1260043537)--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(1260043537)--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(1260043537)--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(1260043537)--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(1260043537)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(1716421772)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(733357076)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: ServerSession(1663271865)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: ServerSession(1663271865)--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(1663271865)--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(1663271865)--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 Warning]: metadata: 2024-04-30 17:51:55.871--ServerSession(1655072591)--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: 2024-04-30 17:51:55.872--ServerSession(1655072591)--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: 2024-04-30 17:51:55.872--ServerSession(1655072591)--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: 2024-04-30 17:51:55.872--ServerSession(1655072591)--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: 2024-04-30 17:51:55.872--ServerSession(1655072591)--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: 2024-04-30 17:51:55.872--ServerSession(1655072591)--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: 2024-04-30 17:51:55.872--ServerSession(1655072591)--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]: 2024-04-30 17:51:55.901--ServerSession(1655072591)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:51:56.214--ServerSession(1655072591)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:51:56.217--ServerSession(1655072591)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:51:56.336--ServerSession(1081836597)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:51:56.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 Warning]: metadata: 2024-04-30 17:51:56.397--ServerSession(1075708596)--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: 2024-04-30 17:51:56.398--ServerSession(1075708596)--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]: 2024-04-30 17:51:56.405--ServerSession(1075708596)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:56.419--ServerSession(1075708596)--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 Warning]: metadata: 2024-04-30 17:51:56.419--ServerSession(1075708596)--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: 2024-04-30 17:51:56.42--ServerSession(1075708596)--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: 2024-04-30 17:51:56.42--ServerSession(1075708596)--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: 2024-04-30 17:51:56.92--ServerSession(1979980170)--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: 2024-04-30 17:51:56.92--ServerSession(1979980170)--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]: 2024-04-30 17:51:56.925--ServerSession(1979980170)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:57.034--ServerSession(1444776174)--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: 2024-04-30 17:51:57.034--ServerSession(1444776174)--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: 2024-04-30 17:51:57.034--ServerSession(1444776174)--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: 2024-04-30 17:51:57.034--ServerSession(1444776174)--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]: 2024-04-30 17:51:57.045--ServerSession(1444776174)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:57.102--ServerSession(5313207)--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: 2024-04-30 17:51:57.103--ServerSession(5313207)--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: 2024-04-30 17:51:57.103--ServerSession(5313207)--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: 2024-04-30 17:51:57.103--ServerSession(5313207)--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]: 2024-04-30 17:51:57.106--ServerSession(5313207)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:51:58.518--ServerSession(120847080)--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: 2024-04-30 17:51:58.529--ServerSession(1619736058)--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: 2024-04-30 17:51:58.53--ServerSession(1619736058)--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: 2024-04-30 17:51:58.531--ServerSession(1619736058)--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: 2024-04-30 17:51:58.541--ServerSession(834093538)--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: 2024-04-30 17:51:58.541--ServerSession(834093538)--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: 2024-04-30 17:51:58.542--ServerSession(834093538)--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: 2024-04-30 17:51:58.542--ServerSession(1619736058)--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: 2024-04-30 17:51:58.543--ServerSession(1619736058)--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: 2024-04-30 17:51:58.543--ServerSession(1619736058)--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: 2024-04-30 17:51:58.543--ServerSession(1619736058)--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: 2024-04-30 17:51:58.543--ServerSession(1619736058)--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]: 2024-04-30 17:51:58.568--SessionBroker(1637186972)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metamodel: 2024-04-30 17:51:58.607--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: 6.608 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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] Running org.eclipse.persistence.testing.tests.jpa22.advanced.JPA22TestSuite [junit] [EL Info]: 2024-04-30 17:52:00.883--ServerSession(1599823012)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: metadata: 2024-04-30 17:52:01.278--ServerSession(1599823012)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[period] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: ddl: 2024-04-30 17:52:01.657--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:52:01.661--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Warning]: 2024-04-30 17:52:02.32--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.323--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.325--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.326--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.328--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.33--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.331--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.333--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.334--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.336--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.337--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.34--ServerSession(1599823012)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:02.523--UnitOfWork(1202479419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Statement.executeQuery() cannot issue statements that do not produce result sets. [junit] Error Code: 0 [junit] Call: DoesNotExist [junit] Query: ReadAllQuery(referenceClass=Employee sql="DoesNotExist") [junit] [EL Warning]: 2024-04-30 17:52:02.525--UnitOfWork(1151370725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DoesNotExist does not exist [junit] Error Code: 1305 [junit] Call: { CALL DoesNotExist() } [junit] Query: ResultSetMappingQuery() [junit] [EL Warning]: 2024-04-30 17:52:02.614--UnitOfWork(890160784)--javax.persistence.PersistenceException: An exception occurred while calling convertToDatabaseColumn on converter class org.eclipse.persistence.testing.models.jpa22.advanced.converters.ResponsibilityConverter with value throwExceptionInToDBColumn [junit] [EL Warning]: ddl: 2024-04-30 17:52:02.906--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:52:02.91--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:52:03.737--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:52:03.741--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Info]: 2024-04-30 17:52:04.327--ServerSession(1496332643)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:52:04.45--ServerSession(1132189701)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:52:04.474--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_COSTS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA22_XML_FORK_COSTS_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA22_XML_FORK_COSTS_ID") [junit] [EL Warning]: 2024-04-30 17:52:04.475--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SHOE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLRunner_ShoeTag [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLRunner_ShoeTag") [junit] [EL Warning]: 2024-04-30 17:52:04.476--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SHOE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLShoes_Runner [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLShoes_Runner") [junit] [EL Warning]: 2024-04-30 17:52:04.477--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SPRINTER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA22_XML_Sprinter [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA22_XML_Sprinter") [junit] [EL Warning]: 2024-04-30 17:52:04.478--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ORGANIZER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA22_XMLOrganizer_Race [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA22_XMLOrganizer_Race") [junit] [EL Warning]: 2024-04-30 17:52:04.479--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNER_ACS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA22_XMLAccomplishments [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA22_XMLAccomplishments") [junit] [EL Warning]: 2024-04-30 17:52:04.48--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements_Key") [junit] [EL Warning]: 2024-04-30 17:52:04.481--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements") [junit] [EL Warning]: 2024-04-30 17:52:04.481--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNER_PBS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA22_XML_Runner_PBS [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA22_XML_Runner_PBS") [junit] [EL Warning]: 2024-04-30 17:52:04.482--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races_Inverse [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races_Inverse") [junit] [EL Warning]: 2024-04-30 17:52:04.482--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races") [junit] [EL Warning]: 2024-04-30 17:52:04.483--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_ID") [junit] [EL Warning]: 2024-04-30 17:52:04.484--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_USER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_USER_ID") [junit] [EL Warning]: 2024-04-30 17:52:04.484--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_USES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA22_XML_FORK_USES DROP FOREIGN KEY FK_JPA22_XML_FORK_USES_XMLFork_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_USES DROP FOREIGN KEY FK_JPA22_XML_FORK_USES_XMLFork_ID") [junit] [EL Warning]: 2024-04-30 17:52:04.485--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_RUNNER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER") [junit] [EL Warning]: 2024-04-30 17:52:04.486--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_USER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_FORK_USER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_USER") [junit] [EL Warning]: 2024-04-30 17:52:04.486--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SHOE_TAG' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_SHOE_TAG [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SHOE_TAG") [junit] [EL Warning]: 2024-04-30 17:52:04.487--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RACE' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_RACE [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RACE") [junit] [EL Warning]: 2024-04-30 17:52:04.488--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX INDEX_JPA22_XML_FORK_STYLE_COLOR ON JPA22_XML_FORK [junit] Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_FORK_STYLE_COLOR ON JPA22_XML_FORK") [junit] [EL Warning]: 2024-04-30 17:52:04.488--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_FORK [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK") [junit] [EL Warning]: 2024-04-30 17:52:04.489--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_COSTS' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX INDEX_JPA22_XML_FORK_COSTS ON JPA22_XML_FORK_COSTS [junit] Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_FORK_COSTS ON JPA22_XML_FORK_COSTS") [junit] [EL Warning]: 2024-04-30 17:52:04.49--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_COSTS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_FORK_COSTS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_COSTS") [junit] [EL Warning]: 2024-04-30 17:52:04.49--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SHOE' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_SHOE [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SHOE") [junit] [EL Warning]: 2024-04-30 17:52:04.491--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ENDORSER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_ENDORSER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ENDORSER") [junit] [EL Warning]: 2024-04-30 17:52:04.492--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SPRINTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_SPRINTER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SPRINTER") [junit] [EL Warning]: 2024-04-30 17:52:04.492--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ORGANIZER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_ORGANIZER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ORGANIZER") [junit] [EL Warning]: 2024-04-30 17:52:04.493--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER_ACS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_RUNNER_ACS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER_ACS") [junit] [EL Warning]: 2024-04-30 17:52:04.494--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_ENDORSEMENTS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ENDORSEMENTS") [junit] [EL Warning]: 2024-04-30 17:52:04.495--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER_PBS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_RUNNER_PBS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER_PBS") [junit] [EL Warning]: 2024-04-30 17:52:04.495--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_DDL_RUNNERS_RACES [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNERS_RACES") [junit] [EL Warning]: 2024-04-30 17:52:04.496--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX JPA22_XML_FORK_USERS_INDEX ON JPA22_XML_FORK_FORK_USERS [junit] Query: DataModifyQuery(sql="DROP INDEX JPA22_XML_FORK_USERS_INDEX ON JPA22_XML_FORK_FORK_USERS") [junit] [EL Warning]: 2024-04-30 17:52:04.497--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_FORK_USERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_FORK_FORK_USERS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_FORK_USERS") [junit] [EL Warning]: 2024-04-30 17:52:04.497--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_USES' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX JPA22_XML_FORK_USES_INDEX ON JPA22_XML_FORK_USES [junit] Query: DataModifyQuery(sql="DROP INDEX JPA22_XML_FORK_USES_INDEX ON JPA22_XML_FORK_USES") [junit] [EL Warning]: 2024-04-30 17:52:04.498--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_USES' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA22_XML_FORK_USES [junit] Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_USES") [junit] [EL Warning]: 2024-04-30 17:52:04.499--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_PK_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX INDEX_JPA22_XML_TABLE_GENERATOR ON JPA22_XML_PK_SEQ [junit] Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_TABLE_GENERATOR ON JPA22_XML_PK_SEQ") [junit] [EL Warning]: 2024-04-30 17:52:04.499--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_PK_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: DELETE FROM JPA22_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ' [junit] Query: DataModifyQuery(sql="DELETE FROM JPA22_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ'") [junit] [EL Warning]: 2024-04-30 17:52:04.713--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:52:04.79--ServerSession(1079161247)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:52:04.84--ServerSession(1529580934)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:52:05.162--ServerSession(1529580934)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JPA22_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 JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [junit] [EL Warning]: 2024-04-30 17:52:05.168--ServerSession(1529580934)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:52:05.252--ServerSession(52477555)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:52:05.313--ServerSession(5181771)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:52:05.391--ServerSession(1401564942)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Severe]: ejb: 2024-04-30 17:52:05.409--ServerSession(1401564942)--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]: 2024-04-30 17:52:05.435--ServerSession(747833043)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:52:05.491--ServerSession(1589146424)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:52:05.546--ServerSession(37142680)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:52:05.633--ServerSession(2124688514)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Info]: 2024-04-30 17:52:05.704--ServerSession(1842844180)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:52:05.796--ServerSession(1842844180)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_PK_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX TABLE_GENERATOR_INDEX ON JPA22_PK_SEQ [junit] Query: DataModifyQuery(sql="DROP INDEX TABLE_GENERATOR_INDEX ON JPA22_PK_SEQ") [junit] [EL Warning]: 2024-04-30 17:52:05.796--ServerSession(1842844180)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_PK_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: DELETE FROM JPA22_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ' [junit] Query: DataModifyQuery(sql="DELETE FROM JPA22_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ'") [junit] [EL Warning]: ddl: 2024-04-30 17:52:06.499--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:52:06.502--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Warning]: 2024-04-30 17:52:06.827--UnitOfWork(1041571359)--Exception [EclipseLink-6177] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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 JPA22_ORDER o, JPA22_ITEM i WHERE o.ITEM_ID = i.ID") [junit] [EL Warning]: ddl: 2024-04-30 17:52:07.117--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:52:07.122--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Info]: 2024-04-30 17:52:07.614--ServerSession(437306494)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:52:08.113--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:08.115--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:08.116--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:08.117--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:08.118--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.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]: 2024-04-30 17:52:08.23--ServerSession(41792607)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:52:08.539--ServerSession(41792607)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:52:08.54--ServerSession(41792607)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JPA22_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 JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [junit] [EL Info]: 2024-04-30 17:52:08.59--ServerSession(1981752140)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: 2024-04-30 17:52:08.887--ServerSession(1981752140)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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]: 2024-04-30 17:52:08.887--ServerSession(1981752140)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JPA22_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 JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [junit] [EL Warning]: ddl: 2024-04-30 17:52:09.281--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2024-04-30 17:52:09.283--ServerSession(1599823012)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [junit] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.985 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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] Running org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] 'build/javax.persistence20_21_diff.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.resource-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa22.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.validation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.annotation-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.xml.bind-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ejb-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/glassfish-corba-omgapi.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.transaction-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.ws.rs-api.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins/jakarta.inject.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/ucp.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins/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.7/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.oracle.spatial.test.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.spatial.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 155ms test-jpa-jse: [echo] jse.el.root = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/../.. [echo] jse.jpa.root = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/.. [echo] jse.eclipselink.jar = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/../../eclipselink.jar [echo] jse.classes.dir = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/classes [echo] jse.src.dir = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/src [echo] compile classpath = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.validation-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.inject.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.enterprise.cdi-api.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar [echo] run classpath = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/classes:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.antlr_3.5.3.v202311210849.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.asm.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.core_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.jpql_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.dbws_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.validation-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.el-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.inject.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jboss-classfilewriter.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-spi.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-environment-common.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-se-core.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-core-impl.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jboss-logging.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar [echo] report dir = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/reports [echo] basedir = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse [echo] junitlib = /home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar [echo] jse.run.cp = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/classes:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/plugins/jakarta.persistence_2.2.3.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.antlr_3.5.3.v202311210849.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.asm.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.core_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.jpql_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.dbws_2.7.15.v20240430-4abffe4bdf.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.validation-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.el-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.enterprise.cdi-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.inject.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jakarta.interceptor-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jboss-classfilewriter.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-api.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-spi.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-environment-common.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-se-core.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/weld-core-impl.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/jboss-logging.jar:/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar:/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/classes [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/classes/META-INF [javac] Compiling 254 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 weave: [weave] [EL Warning]: metadata: 2024-04-30 17:52:13.697--ServerSession(287993229)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id. [weave] [EL Warning]: metadata: 2024-04-30 17:52:13.703--ServerSession(287993229)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ChildMultitenant] is being defaulted to: eclipselink.tenant-id. [weave] [EL Warning]: metadata: 2024-04-30 17:52:13.934--ServerSession(1740826118)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id. [weave] [EL Warning]: metadata: 2024-04-30 17:52:13.936--ServerSession(1740826118)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ChildMultitenant] is being defaulted to: eclipselink.tenant-id. [weave] [EL Warning]: metadata: 2024-04-30 17:52:14.002--ServerSession(956988415)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id. [weave] [EL Warning]: metadata: 2024-04-30 17:52:14.004--ServerSession(956988415)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ChildMultitenant] is being defaulted to: eclipselink.tenant-id. test-run: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/reports [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/run [junit] Running org.eclipse.persistence.config.TestPropertiesUtils [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec [junit] Running org.eclipse.persistence.jpa.collection.TestCollectionOperations [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 sec [junit] Running org.eclipse.persistence.jpa.collection.TestEmbeddableKey [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec [junit] Running org.eclipse.persistence.jpa.compositeid.TestCompositeId [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec [junit] Running org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec [junit] Running org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec [junit] Running org.eclipse.persistence.jpa.embeddable.TestEmbeddable [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec [junit] Running org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec [junit] Running org.eclipse.persistence.jpa.returninsert.TestReturnInsert [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec [junit] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.535 sec [junit] Running org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec [junit] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec [junit] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec [junit] Running org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec [junit] Running org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec [junit] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec [junit] Running org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec [junit] Running org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec [junit] Running org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec [junit] Running org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec [junit] Running org.eclipse.persistence.jpa.test.criteria.TestNegFunction [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec [junit] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec [junit] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec [junit] Running org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec [junit] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec [junit] Running org.eclipse.persistence.jpa.test.diagnostic.TestDiagnostic [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec [junit] Running org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec [junit] Running org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec [junit] Running org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec [junit] Running org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec [junit] Running org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec [junit] Running org.eclipse.persistence.jpa.test.lob.TestLobMerge [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec [junit] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.086 sec [junit] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.251 sec [junit] Running org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec [junit] Running org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec [junit] Running org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.431 sec [junit] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec [junit] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.03 sec [junit] Running org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec [junit] Running org.eclipse.persistence.jpa.test.property.TestConvertResultToBoolean [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec [junit] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec [junit] Running org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec [junit] Running org.eclipse.persistence.jpa.test.property.TestSQLCast [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryCase [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.107 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryHaving [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryHints [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryHints2 [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryIN [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryIsNull [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [junit] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [junit] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryUpdate [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestSimpleQuery [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestTrimFunction [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec [junit] Running org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.278 sec [junit] Running org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec [junit] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec [junit] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec [junit] Running org.eclipse.persistence.jpa.test.server.TestTargetServerDetector [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec [junit] Running org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec [junit] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec [junit] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.042 sec [junit] Running org.eclipse.persistence.jpa.test.version.TestVersioning [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.095 sec [junit] Running org.eclipse.persistence.jpa.test.weave.TestWeaving [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec [junit] Running org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.72 sec test-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/reports/TESTS-TestSuites.xml to /tmp/null1429324398 [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl [junitreport] Transform time: 1021ms [junitreport] Deleting: /tmp/null1429324398 [echo] JUNIT results in /home/jenkins/agent/workspace/eclipselink-nightly-2.7/reports/html test: test-jpql: [echo] Loading user-defined overrides from '/home/jenkins/build.properties'... [echo] No user-defined test overrides found to load ('/home/jenkins/test.properties' non-existant). [echo] No Local overrides found to load. ('/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/local.build.properties' non-existant). [echo] ant.project.name = 'eclipselink.hermes.test' [echo] hermes.test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test' [echo] hermes.test.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../..' [echo] hermes.test.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins' [echo] hermes.test.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins' clean-test: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/reports [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/run config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins/org.eclipse.persistence.jpa.jpql_*.jar' [echo] test: [echo] Loading user-defined overrides from '/home/jenkins/build.properties'... [echo] No user-defined test overrides found to load ('/home/jenkins/test.properties' non-existant). [echo] No Local overrides found to load. ('/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/local.build.properties' non-existant). [echo] ant.project.name = 'eclipselink.hermes.test' [echo] hermes.test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test' [echo] hermes.test.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../..' [echo] hermes.test.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins' [echo] hermes.test.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins/org.eclipse.persistence.jpa.jpql_*.jar' [echo] run-test: [junit] Running org.eclipse.persistence.jpa.tests.jpql.AllHermesTests [junit] Tests run: 113506, Failures: 0, Errors: 0, Skipped: 75, Time elapsed: 23.349 sec [echo] Loading user-defined overrides from '/home/jenkins/build.properties'... [echo] No user-defined test overrides found to load ('/home/jenkins/test.properties' non-existant). [echo] No Local overrides found to load. ('/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/local.build.properties' non-existant). [echo] ant.project.name = 'eclipselink.hermes.test' [echo] hermes.test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test' [echo] hermes.test.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../..' [echo] hermes.test.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../plugins' [echo] hermes.test.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/../../jpa/plugins' generate-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/org.eclipse.persistence.jpa.jpql.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 719ms test-wdf: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/jpa/eclipselink.jpa.wdf.test/reports [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/run test-lrg: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' run-test: [echo] Running test on jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddedIdAsInnerClass [junit] [EL Fine]: moxy: 2024-04-30 17:53:47.852--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@71529963 [junit] [EL Finer]: jpa: 2024-04-30 17:53:47.937--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:47.963--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:47.967--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:47.968--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:47.968--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:47.968--ServerSession(1003755748)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:47.969--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:47.969--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:47.969--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:47.98--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:47.98--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:48.093--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.115--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.116--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.119--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.122--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.125--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.125--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.127--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.127--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.128--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.129--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.131--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.131--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.132--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.132--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.136--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.137--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.137--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.138--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.138--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.139--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.139--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.139--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.141--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.142--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.142--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.142--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.142--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.143--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.144--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.147--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.147--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.147--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.147--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.147--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.148--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.148--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.148--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.149--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.149--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.149--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.149--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.149--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.149--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.15--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.15--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.15--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.15--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.151--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.151--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.152--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.152--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.153--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.153--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.153--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.153--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.154--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.154--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.154--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.154--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.154--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.154--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.155--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.155--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.155--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.155--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.155--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.155--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.156--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.156--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.156--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.157--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.157--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.157--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.157--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.158--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.158--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.158--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.158--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.158--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.158--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.159--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.159--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.159--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.159--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.159--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.16--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.16--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.161--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.161--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.161--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.161--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.161--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.161--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.161--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.162--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.162--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.162--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.162--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.162--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.162--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.162--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.163--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.163--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.163--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.164--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.164--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.164--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.165--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.165--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.165--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.166--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.166--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.166--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.169--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:48.169--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:48.169--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.173--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.174--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.174--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.174--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.176--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:48.176--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:48.176--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.176--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.176--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:48.177--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:48.177--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.178--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:48.178--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.178--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:48.178--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.178--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.179--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.179--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.179--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.179--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:48.179--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.179--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:48.179--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:48.18--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.182--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.182--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.183--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:48.183--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.183--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.183--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.183--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.185--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.185--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.186--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.186--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.186--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.186--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.186--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:48.187--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.187--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.187--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.187--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.187--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.187--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:48.187--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.187--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:48.188--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.188--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:48.188--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:48.188--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:48.188--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.188--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.188--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:48.188--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.189--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.192--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.192--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.192--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.192--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.192--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:48.193--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.193--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:48.193--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.194--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:48.194--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.195--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.195--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:48.195--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.195--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:48.199--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.199--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.199--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.199--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.199--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.199--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.199--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.199--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.2--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.201--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.201--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.201--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:48.201--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.203--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.203--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.203--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:48.204--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.204--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.204--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.205--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.205--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.205--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:48.205--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.205--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.205--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.205--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.206--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.206--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.206--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.206--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.206--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:48.206--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:48.206--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.207--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.207--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.207--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:48.207--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:48.207--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.207--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.207--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.208--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:48.209--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:48.209--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:48.209--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.209--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.209--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:48.209--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.209--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:48.209--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:48.21--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:48.21--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.21--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.21--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.21--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.21--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.21--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.211--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:48.211--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.211--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.211--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:48.211--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:48.211--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.212--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:48.212--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:48.213--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:48.213--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:48.213--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:48.213--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.213--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.213--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.215--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:48.216--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.216--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:48.216--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.216--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.216--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.216--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.217--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:48.218--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.218--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.218--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.218--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.225--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.235--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.235--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.235--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.235--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.236--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.236--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.236--ServerSession(1003755748)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:48.237--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.237--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.237--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.237--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.237--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.237--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.238--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.239--ServerSession(1003755748)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.24--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.242--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.243--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.243--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.243--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.243--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.243--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.243--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.243--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.243--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.244--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.244--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:48.244--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.244--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.244--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.261--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.261--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.261--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.261--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.261--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.262--ServerSession(1003755748)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:48.262--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.262--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.262--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.262--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.278--ServerSession(1003755748)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:48.339--ServerSession(1003755748)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:48.346--ServerSession(1003755748)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:48.346--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:48.346--ServerSession(1003755748)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:48.346--ServerSession(1003755748)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:48.351--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.351--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.351--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.352--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.352--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.352--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.352--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.352--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.358--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.358--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.358--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.358--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.358--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.358--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.361--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:48.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:48.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:48.393--ServerSession(1003755748)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finer]: 2024-04-30 17:53:48.396--Thread(Thread[main,5,main])--initializing session manager [junit] [EL Finest]: 2024-04-30 17:53:48.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:48.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:48.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:48.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:48.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:48.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2024-04-30 17:53:48.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:48.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:48.403--ServerSession(1003755748)--Connection(577442875)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:48.405--ServerSession(1003755748)--Connection(254692047)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:48.405--ServerSession(1003755748)--Connection(604602011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.406--ServerSession(1003755748)--Connection(604602011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:48.406--ServerSession(1003755748)--Connection(1589214445)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:48.407--ServerSession(1003755748)--Connection(356476647)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:48.412--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:48.412--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:48.412--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:48.412--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:48.412--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:48.412--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:48.413--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:48.413--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:48.413--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:48.413--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:48.413--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:48.413--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:48.418--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.419--ServerSession(1003755748)--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 Fine]: 2024-04-30 17:53:48.486--ServerSession(1003755748)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Warning]: 2024-04-30 17:53:48.486--ServerSession(1003755748)--Thread(Thread[main,5,main])--Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null) [junit] [EL Finer]: 2024-04-30 17:53:48.564--ServerSession(1003755748)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:48.568--ServerSession(1003755748)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:48.573--ServerSession(1003755748)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:48.573--ServerSession(1003755748)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:48.573--ServerSession(1003755748)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:48.573--ServerSession(1003755748)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:48.59--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2024-04-30 17:53:48.591--ServerSession(1003755748)--Connection(411787317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.591--ServerSession(1003755748)--Connection(411787317)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.591--ServerSession(1003755748)--Connection(77811359)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Fine]: 2024-04-30 17:53:48.599--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.6--ServerSession(1003755748)--Connection(411787317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.601--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.602--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.602--ServerSession(1003755748)--Connection(1488395499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.602--ServerSession(1003755748)--Connection(1488395499)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.602--ServerSession(1003755748)--Connection(626941486)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Fine]: 2024-04-30 17:53:48.603--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.604--ServerSession(1003755748)--Connection(1488395499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.604--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.604--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2024-04-30 17:53:48.604--ServerSession(1003755748)--Connection(185488647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.604--ServerSession(1003755748)--Connection(185488647)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.604--ServerSession(1003755748)--Connection(1807634633)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.605--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.606--ServerSession(1003755748)--Connection(185488647)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.606--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.606--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.606--ServerSession(1003755748)--Connection(1750563752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.606--ServerSession(1003755748)--Connection(1750563752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.607--ServerSession(1003755748)--Connection(285781448)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Fine]: 2024-04-30 17:53:48.607--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.608--ServerSession(1003755748)--Connection(1750563752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.608--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.608--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.608--ServerSession(1003755748)--Connection(33558975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.608--ServerSession(1003755748)--Connection(33558975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.609--ServerSession(1003755748)--Connection(1373220972)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Fine]: 2024-04-30 17:53:48.61--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.61--ServerSession(1003755748)--Connection(33558975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.61--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.61--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.611--ServerSession(1003755748)--Connection(1107275448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.611--ServerSession(1003755748)--Connection(1107275448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.611--ServerSession(1003755748)--Connection(1139851985)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Fine]: 2024-04-30 17:53:48.612--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.612--ServerSession(1003755748)--Connection(1107275448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.612--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.613--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.613--ServerSession(1003755748)--Connection(59382310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.613--ServerSession(1003755748)--Connection(59382310)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.613--ServerSession(1003755748)--Connection(1069350529)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Fine]: 2024-04-30 17:53:48.614--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.614--ServerSession(1003755748)--Connection(59382310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.614--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.615--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:48.615--ServerSession(1003755748)--Connection(390374517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.615--ServerSession(1003755748)--Connection(390374517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.615--ServerSession(1003755748)--Connection(1145882513)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Fine]: 2024-04-30 17:53:48.616--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.616--ServerSession(1003755748)--Connection(390374517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.616--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.616--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2024-04-30 17:53:48.616--ServerSession(1003755748)--Connection(476868388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.616--ServerSession(1003755748)--Connection(476868388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.617--ServerSession(1003755748)--Connection(783882192)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Fine]: 2024-04-30 17:53:48.617--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.618--ServerSession(1003755748)--Connection(476868388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.618--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.618--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2024-04-30 17:53:48.618--ServerSession(1003755748)--Connection(1933799970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.618--ServerSession(1003755748)--Connection(1933799970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.619--ServerSession(1003755748)--Connection(212416033)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Fine]: 2024-04-30 17:53:48.619--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.62--ServerSession(1003755748)--Connection(1933799970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.62--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.62--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:48.62--ServerSession(1003755748)--Connection(1066949254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.62--ServerSession(1003755748)--Connection(1066949254)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.62--ServerSession(1003755748)--Connection(1470295349)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Fine]: 2024-04-30 17:53:48.621--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.622--ServerSession(1003755748)--Connection(1066949254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.622--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.622--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:48.622--ServerSession(1003755748)--Connection(1026001741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.622--ServerSession(1003755748)--Connection(1026001741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.622--ServerSession(1003755748)--Connection(1083615749)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Fine]: 2024-04-30 17:53:48.623--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.623--ServerSession(1003755748)--Connection(1026001741)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.624--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.624--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2024-04-30 17:53:48.624--ServerSession(1003755748)--Connection(1820355723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.624--ServerSession(1003755748)--Connection(1820355723)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.624--ServerSession(1003755748)--Connection(1845297077)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Fine]: 2024-04-30 17:53:48.625--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.625--ServerSession(1003755748)--Connection(1820355723)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.625--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.625--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2024-04-30 17:53:48.625--ServerSession(1003755748)--Connection(1910034407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.626--ServerSession(1003755748)--Connection(1910034407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.626--ServerSession(1003755748)--Connection(508756323)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Fine]: 2024-04-30 17:53:48.627--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.627--ServerSession(1003755748)--Connection(1910034407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.627--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.627--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:48.627--ServerSession(1003755748)--Connection(1900438403)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.627--ServerSession(1003755748)--Connection(1900438403)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.628--ServerSession(1003755748)--Connection(1188445627)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR [junit] [EL Fine]: 2024-04-30 17:53:48.628--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.629--ServerSession(1003755748)--Connection(1900438403)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.629--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TMP_REVIEW' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:48.629--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.629--ServerSession(1003755748)--Connection(379886173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.629--ServerSession(1003755748)--Connection(379886173)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.629--ServerSession(1003755748)--Connection(1421650289)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Fine]: 2024-04-30 17:53:48.631--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.631--ServerSession(1003755748)--Connection(379886173)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.631--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.631--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.631--ServerSession(1003755748)--Connection(593045830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.631--ServerSession(1003755748)--Connection(593045830)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.632--ServerSession(1003755748)--Connection(65310008)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Fine]: 2024-04-30 17:53:48.632--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.633--ServerSession(1003755748)--Connection(593045830)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.633--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.633--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.633--ServerSession(1003755748)--Connection(296974277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.633--ServerSession(1003755748)--Connection(296974277)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.633--ServerSession(1003755748)--Connection(2076864428)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Fine]: 2024-04-30 17:53:48.634--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.635--ServerSession(1003755748)--Connection(296974277)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.635--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.635--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2024-04-30 17:53:48.635--ServerSession(1003755748)--Connection(2049646260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.635--ServerSession(1003755748)--Connection(2049646260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.635--ServerSession(1003755748)--Connection(1881949035)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Fine]: 2024-04-30 17:53:48.636--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.637--ServerSession(1003755748)--Connection(2049646260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.637--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.637--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.637--ServerSession(1003755748)--Connection(17808347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.637--ServerSession(1003755748)--Connection(17808347)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.637--ServerSession(1003755748)--Connection(603184112)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Fine]: 2024-04-30 17:53:48.638--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.638--ServerSession(1003755748)--Connection(17808347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.639--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.639--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2024-04-30 17:53:48.639--ServerSession(1003755748)--Connection(1980560788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.639--ServerSession(1003755748)--Connection(1980560788)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.639--ServerSession(1003755748)--Connection(178342381)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Fine]: 2024-04-30 17:53:48.64--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.64--ServerSession(1003755748)--Connection(1980560788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.64--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.64--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2024-04-30 17:53:48.64--ServerSession(1003755748)--Connection(838820617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.64--ServerSession(1003755748)--Connection(838820617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.641--ServerSession(1003755748)--Connection(542019831)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Fine]: 2024-04-30 17:53:48.641--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.642--ServerSession(1003755748)--Connection(838820617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.642--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.642--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2024-04-30 17:53:48.642--ServerSession(1003755748)--Connection(375273627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.642--ServerSession(1003755748)--Connection(375273627)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.642--ServerSession(1003755748)--Connection(1551103602)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Fine]: 2024-04-30 17:53:48.643--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.644--ServerSession(1003755748)--Connection(375273627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.644--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.644--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:48.644--ServerSession(1003755748)--Connection(716550087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.644--ServerSession(1003755748)--Connection(716550087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.644--ServerSession(1003755748)--Connection(1305002218)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Fine]: 2024-04-30 17:53:48.645--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.646--ServerSession(1003755748)--Connection(716550087)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.646--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.646--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.646--ServerSession(1003755748)--Connection(1983706553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.646--ServerSession(1003755748)--Connection(1983706553)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.646--ServerSession(1003755748)--Connection(1911600942)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.647--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.647--ServerSession(1003755748)--Connection(1983706553)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.647--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.647--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2024-04-30 17:53:48.647--ServerSession(1003755748)--Connection(793808700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.647--ServerSession(1003755748)--Connection(793808700)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.648--ServerSession(1003755748)--Connection(1053832786)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.648--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.649--ServerSession(1003755748)--Connection(793808700)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.649--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.649--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.649--ServerSession(1003755748)--Connection(389519344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.649--ServerSession(1003755748)--Connection(389519344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.649--ServerSession(1003755748)--Connection(1010156357)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Fine]: 2024-04-30 17:53:48.65--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.65--ServerSession(1003755748)--Connection(389519344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.65--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.65--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.65--ServerSession(1003755748)--Connection(609825180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.65--ServerSession(1003755748)--Connection(609825180)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.651--ServerSession(1003755748)--Connection(268086000)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Fine]: 2024-04-30 17:53:48.651--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.652--ServerSession(1003755748)--Connection(609825180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.652--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.652--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2024-04-30 17:53:48.652--ServerSession(1003755748)--Connection(1592601990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.652--ServerSession(1003755748)--Connection(1592601990)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.652--ServerSession(1003755748)--Connection(869610006)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Fine]: 2024-04-30 17:53:48.653--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.653--ServerSession(1003755748)--Connection(1592601990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.653--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.653--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.653--ServerSession(1003755748)--Connection(1329492804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.653--ServerSession(1003755748)--Connection(1329492804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.654--ServerSession(1003755748)--Connection(2013853240)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.654--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.655--ServerSession(1003755748)--Connection(1329492804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.655--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.655--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.655--ServerSession(1003755748)--Connection(504634946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.655--ServerSession(1003755748)--Connection(504634946)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.655--ServerSession(1003755748)--Connection(579660439)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.656--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.656--ServerSession(1003755748)--Connection(504634946)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.657--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.657--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.657--ServerSession(1003755748)--Connection(1181947538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.657--ServerSession(1003755748)--Connection(1181947538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.657--ServerSession(1003755748)--Connection(2016146960)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.658--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.658--ServerSession(1003755748)--Connection(1181947538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.658--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.658--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.658--ServerSession(1003755748)--Connection(1945915791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.658--ServerSession(1003755748)--Connection(1945915791)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.659--ServerSession(1003755748)--Connection(769986276)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Fine]: 2024-04-30 17:53:48.659--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.66--ServerSession(1003755748)--Connection(1945915791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.66--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.66--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.66--ServerSession(1003755748)--Connection(75480150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.66--ServerSession(1003755748)--Connection(75480150)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.66--ServerSession(1003755748)--Connection(354350463)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Fine]: 2024-04-30 17:53:48.661--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.661--ServerSession(1003755748)--Connection(75480150)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.661--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.661--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.661--ServerSession(1003755748)--Connection(1428469551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.661--ServerSession(1003755748)--Connection(1428469551)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.662--ServerSession(1003755748)--Connection(750795985)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Fine]: 2024-04-30 17:53:48.662--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.663--ServerSession(1003755748)--Connection(1428469551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.663--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.663--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.663--ServerSession(1003755748)--Connection(345780740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.663--ServerSession(1003755748)--Connection(345780740)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.663--ServerSession(1003755748)--Connection(1693540983)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Fine]: 2024-04-30 17:53:48.664--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.665--ServerSession(1003755748)--Connection(345780740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.665--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.665--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.665--ServerSession(1003755748)--Connection(999699153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.665--ServerSession(1003755748)--Connection(999699153)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.665--ServerSession(1003755748)--Connection(1315908533)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Fine]: 2024-04-30 17:53:48.666--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.666--ServerSession(1003755748)--Connection(999699153)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.666--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.666--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.666--ServerSession(1003755748)--Connection(1063423209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.666--ServerSession(1003755748)--Connection(1063423209)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.667--ServerSession(1003755748)--Connection(904409454)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Fine]: 2024-04-30 17:53:48.667--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.668--ServerSession(1003755748)--Connection(1063423209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.668--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.668--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:48.668--ServerSession(1003755748)--Connection(862486751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.668--ServerSession(1003755748)--Connection(862486751)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.668--ServerSession(1003755748)--Connection(407263135)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR [junit] [EL Fine]: 2024-04-30 17:53:48.669--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.67--ServerSession(1003755748)--Connection(862486751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.67--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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_YEAR [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:48.67--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.67--ServerSession(1003755748)--Connection(40177529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.67--ServerSession(1003755748)--Connection(40177529)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.67--ServerSession(1003755748)--Connection(1979455890)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Fine]: 2024-04-30 17:53:48.671--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.671--ServerSession(1003755748)--Connection(40177529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.671--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.671--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.671--ServerSession(1003755748)--Connection(951000054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.671--ServerSession(1003755748)--Connection(951000054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.672--ServerSession(1003755748)--Connection(312202589)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Fine]: 2024-04-30 17:53:48.672--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.673--ServerSession(1003755748)--Connection(951000054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.673--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.673--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.673--ServerSession(1003755748)--Connection(985655365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.673--ServerSession(1003755748)--Connection(985655365)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.673--ServerSession(1003755748)--Connection(2047812687)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Fine]: 2024-04-30 17:53:48.674--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.674--ServerSession(1003755748)--Connection(985655365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.674--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.674--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.674--ServerSession(1003755748)--Connection(1112062307)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.674--ServerSession(1003755748)--Connection(1112062307)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.675--ServerSession(1003755748)--Connection(133205167)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Fine]: 2024-04-30 17:53:48.685--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.686--ServerSession(1003755748)--Connection(1112062307)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.686--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.686--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.686--ServerSession(1003755748)--Connection(590406624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.686--ServerSession(1003755748)--Connection(590406624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.686--ServerSession(1003755748)--Connection(615830852)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Fine]: 2024-04-30 17:53:48.687--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.687--ServerSession(1003755748)--Connection(590406624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.687--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.687--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.687--ServerSession(1003755748)--Connection(1415937490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.687--ServerSession(1003755748)--Connection(1415937490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.688--ServerSession(1003755748)--Connection(1886301021)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.688--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.689--ServerSession(1003755748)--Connection(1415937490)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.689--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.689--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.689--ServerSession(1003755748)--Connection(1088818894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.689--ServerSession(1003755748)--Connection(1088818894)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.689--ServerSession(1003755748)--Connection(1066561773)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.69--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.69--ServerSession(1003755748)--Connection(1088818894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.69--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.69--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.69--ServerSession(1003755748)--Connection(1522975986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.69--ServerSession(1003755748)--Connection(1522975986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.69--ServerSession(1003755748)--Connection(715534618)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.691--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.691--ServerSession(1003755748)--Connection(1522975986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.691--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.691--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.691--ServerSession(1003755748)--Connection(614335089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.691--ServerSession(1003755748)--Connection(614335089)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.692--ServerSession(1003755748)--Connection(1217639236)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Fine]: 2024-04-30 17:53:48.692--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.693--ServerSession(1003755748)--Connection(614335089)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.693--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.693--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.693--ServerSession(1003755748)--Connection(738937987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.693--ServerSession(1003755748)--Connection(738937987)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.693--ServerSession(1003755748)--Connection(2018664185)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.694--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.694--ServerSession(1003755748)--Connection(738937987)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.694--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.694--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.694--ServerSession(1003755748)--Connection(1298483237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.694--ServerSession(1003755748)--Connection(1298483237)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.694--ServerSession(1003755748)--Connection(1006398046)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Fine]: 2024-04-30 17:53:48.695--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.695--ServerSession(1003755748)--Connection(1298483237)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.695--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.695--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.695--ServerSession(1003755748)--Connection(180353207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.695--ServerSession(1003755748)--Connection(180353207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.696--ServerSession(1003755748)--Connection(1836887461)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Fine]: 2024-04-30 17:53:48.696--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.697--ServerSession(1003755748)--Connection(180353207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.697--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.697--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.697--ServerSession(1003755748)--Connection(2113989903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.697--ServerSession(1003755748)--Connection(2113989903)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.697--ServerSession(1003755748)--Connection(185583672)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Fine]: 2024-04-30 17:53:48.698--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.698--ServerSession(1003755748)--Connection(2113989903)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.698--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.698--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.698--ServerSession(1003755748)--Connection(1658520865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.698--ServerSession(1003755748)--Connection(1658520865)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.698--ServerSession(1003755748)--Connection(457893088)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Fine]: 2024-04-30 17:53:48.699--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.699--ServerSession(1003755748)--Connection(1658520865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.699--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.699--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.7--ServerSession(1003755748)--Connection(1606272155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.7--ServerSession(1003755748)--Connection(1606272155)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.7--ServerSession(1003755748)--Connection(1702178880)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Fine]: 2024-04-30 17:53:48.7--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.701--ServerSession(1003755748)--Connection(1606272155)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.701--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.701--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.701--ServerSession(1003755748)--Connection(1254827280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.701--ServerSession(1003755748)--Connection(1254827280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.701--ServerSession(1003755748)--Connection(2078517710)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Fine]: 2024-04-30 17:53:48.702--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.702--ServerSession(1003755748)--Connection(1254827280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.702--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.702--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.702--ServerSession(1003755748)--Connection(1001351478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.702--ServerSession(1003755748)--Connection(1001351478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.702--ServerSession(1003755748)--Connection(677329142)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Fine]: 2024-04-30 17:53:48.703--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.703--ServerSession(1003755748)--Connection(1001351478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.703--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.703--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.703--ServerSession(1003755748)--Connection(985032587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.703--ServerSession(1003755748)--Connection(985032587)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.703--ServerSession(1003755748)--Connection(2056277810)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Fine]: 2024-04-30 17:53:48.704--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.704--ServerSession(1003755748)--Connection(985032587)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.704--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.704--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.705--ServerSession(1003755748)--Connection(1198426006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.705--ServerSession(1003755748)--Connection(1198426006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.705--ServerSession(1003755748)--Connection(1324165839)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Fine]: 2024-04-30 17:53:48.705--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.706--ServerSession(1003755748)--Connection(1198426006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.706--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.706--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.706--ServerSession(1003755748)--Connection(1472494238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.706--ServerSession(1003755748)--Connection(1472494238)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.706--ServerSession(1003755748)--Connection(1680147911)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Fine]: 2024-04-30 17:53:48.707--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.707--ServerSession(1003755748)--Connection(1472494238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.707--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.707--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.707--ServerSession(1003755748)--Connection(356308667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.707--ServerSession(1003755748)--Connection(356308667)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.708--ServerSession(1003755748)--Connection(1641565704)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Fine]: 2024-04-30 17:53:48.708--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.709--ServerSession(1003755748)--Connection(356308667)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.709--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.709--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.709--ServerSession(1003755748)--Connection(564944564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.709--ServerSession(1003755748)--Connection(564944564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.709--ServerSession(1003755748)--Connection(1389808948)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Fine]: 2024-04-30 17:53:48.709--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.71--ServerSession(1003755748)--Connection(564944564)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.71--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.71--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.71--ServerSession(1003755748)--Connection(666040998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.71--ServerSession(1003755748)--Connection(666040998)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.71--ServerSession(1003755748)--Connection(1680365850)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.711--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.711--ServerSession(1003755748)--Connection(666040998)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.711--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.711--ServerSession(1003755748)--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]: 2024-04-30 17:53:48.711--ServerSession(1003755748)--Connection(448782465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.712--ServerSession(1003755748)--Connection(448782465)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.712--ServerSession(1003755748)--Connection(711483066)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Fine]: 2024-04-30 17:53:48.712--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.713--ServerSession(1003755748)--Connection(448782465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.713--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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]: 2024-04-30 17:53:48.713--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:48.713--ServerSession(1003755748)--Connection(276777344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.713--ServerSession(1003755748)--Connection(276777344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.713--ServerSession(1003755748)--Connection(1973491942)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2024-04-30 17:53:48.714--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.714--ServerSession(1003755748)--Connection(276777344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.714--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:48.714--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:48.714--ServerSession(1003755748)--Connection(1611966906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.714--ServerSession(1003755748)--Connection(1611966906)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.715--ServerSession(1003755748)--Connection(181260145)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2024-04-30 17:53:48.715--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.716--ServerSession(1003755748)--Connection(1611966906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.716--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:48.716--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.716--ServerSession(1003755748)--Connection(1242874959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.716--ServerSession(1003755748)--Connection(1242874959)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.716--ServerSession(1003755748)--Connection(252247502)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2024-04-30 17:53:48.716--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.717--ServerSession(1003755748)--Connection(1242874959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.717--ServerSession(1003755748)--Connection(684220724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.717--ServerSession(1003755748)--Connection(684220724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.717--ServerSession(1003755748)--Connection(1150480094)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2024-04-30 17:53:48.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.718--ServerSession(1003755748)--Connection(684220724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.719--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:48.719--ServerSession(1003755748)--Connection(934640468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.719--ServerSession(1003755748)--Connection(934640468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.719--ServerSession(1003755748)--Connection(1545563479)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2024-04-30 17:53:48.72--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.72--ServerSession(1003755748)--Connection(934640468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.72--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:48.72--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.72--ServerSession(1003755748)--Connection(1737796619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.72--ServerSession(1003755748)--Connection(1737796619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.721--ServerSession(1003755748)--Connection(2078741622)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2024-04-30 17:53:48.721--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.722--ServerSession(1003755748)--Connection(1737796619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.722--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.722--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:53:48.722--ServerSession(1003755748)--Connection(397857830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.722--ServerSession(1003755748)--Connection(397857830)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.722--ServerSession(1003755748)--Connection(1434506799)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2024-04-30 17:53:48.723--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.723--ServerSession(1003755748)--Connection(397857830)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.723--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.723--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:53:48.724--ServerSession(1003755748)--Connection(1730129134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.724--ServerSession(1003755748)--Connection(1730129134)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.724--ServerSession(1003755748)--Connection(1185502159)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2024-04-30 17:53:48.725--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.725--ServerSession(1003755748)--Connection(1730129134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.725--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.725--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:48.725--ServerSession(1003755748)--Connection(973174587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.725--ServerSession(1003755748)--Connection(973174587)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.725--ServerSession(1003755748)--Connection(551797833)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2024-04-30 17:53:48.726--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.726--ServerSession(1003755748)--Connection(973174587)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.727--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:48.727--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:48.727--ServerSession(1003755748)--Connection(1744579245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.727--ServerSession(1003755748)--Connection(1744579245)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.727--ServerSession(1003755748)--Connection(1458905542)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2024-04-30 17:53:48.727--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.728--ServerSession(1003755748)--Connection(1744579245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.728--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:48.728--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:53:48.728--ServerSession(1003755748)--Connection(48071225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.728--ServerSession(1003755748)--Connection(48071225)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.728--ServerSession(1003755748)--Connection(74606989)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2024-04-30 17:53:48.729--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.729--ServerSession(1003755748)--Connection(48071225)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.729--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.729--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.729--ServerSession(1003755748)--Connection(1081159401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.729--ServerSession(1003755748)--Connection(1081159401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.729--ServerSession(1003755748)--Connection(777236628)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:48.73--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.73--ServerSession(1003755748)--Connection(1081159401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.73--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.73--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:48.731--ServerSession(1003755748)--Connection(1994249754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.731--ServerSession(1003755748)--Connection(1994249754)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.731--ServerSession(1003755748)--Connection(1066575950)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2024-04-30 17:53:48.731--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.732--ServerSession(1003755748)--Connection(1994249754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.732--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:48.732--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.732--ServerSession(1003755748)--Connection(1631047534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.732--ServerSession(1003755748)--Connection(1631047534)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.732--ServerSession(1003755748)--Connection(2034411604)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2024-04-30 17:53:48.733--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.733--ServerSession(1003755748)--Connection(1631047534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.733--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.733--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:48.733--ServerSession(1003755748)--Connection(1815095837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.733--ServerSession(1003755748)--Connection(1815095837)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.733--ServerSession(1003755748)--Connection(866370634)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:48.734--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.734--ServerSession(1003755748)--Connection(1815095837)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.734--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:48.734--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:48.734--ServerSession(1003755748)--Connection(1235155342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.734--ServerSession(1003755748)--Connection(1235155342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.735--ServerSession(1003755748)--Connection(613630562)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2024-04-30 17:53:48.735--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.736--ServerSession(1003755748)--Connection(1235155342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.736--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:48.736--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:48.736--ServerSession(1003755748)--Connection(679613617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.736--ServerSession(1003755748)--Connection(679613617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.736--ServerSession(1003755748)--Connection(384752294)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2024-04-30 17:53:48.737--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.737--ServerSession(1003755748)--Connection(679613617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.737--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:48.737--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:48.737--ServerSession(1003755748)--Connection(1527061084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.737--ServerSession(1003755748)--Connection(1527061084)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.738--ServerSession(1003755748)--Connection(1671084561)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:48.738--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.739--ServerSession(1003755748)--Connection(1527061084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.739--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:48.739--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:48.739--ServerSession(1003755748)--Connection(736868175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.739--ServerSession(1003755748)--Connection(736868175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.739--ServerSession(1003755748)--Connection(1489997716)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:48.74--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.74--ServerSession(1003755748)--Connection(736868175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.74--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:48.74--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:48.74--ServerSession(1003755748)--Connection(1724091985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.74--ServerSession(1003755748)--Connection(1724091985)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.74--ServerSession(1003755748)--Connection(274996233)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:48.741--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.741--ServerSession(1003755748)--Connection(1724091985)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.741--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.741--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:48.741--ServerSession(1003755748)--Connection(1163189762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.741--ServerSession(1003755748)--Connection(1163189762)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.742--ServerSession(1003755748)--Connection(1067414015)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:48.742--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.743--ServerSession(1003755748)--Connection(1163189762)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.743--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:48.743--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:48.743--ServerSession(1003755748)--Connection(669365112)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.743--ServerSession(1003755748)--Connection(669365112)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.743--ServerSession(1003755748)--Connection(1143135560)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:48.744--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.744--ServerSession(1003755748)--Connection(669365112)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.744--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.744--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:53:48.744--ServerSession(1003755748)--Connection(1379757019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.744--ServerSession(1003755748)--Connection(1379757019)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.744--ServerSession(1003755748)--Connection(1481206935)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2024-04-30 17:53:48.745--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.745--ServerSession(1003755748)--Connection(1379757019)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.745--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.745--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:48.745--ServerSession(1003755748)--Connection(947043383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.745--ServerSession(1003755748)--Connection(947043383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.746--ServerSession(1003755748)--Connection(27818833)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2024-04-30 17:53:48.746--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.747--ServerSession(1003755748)--Connection(947043383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.747--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:48.747--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:48.747--ServerSession(1003755748)--Connection(21277524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.747--ServerSession(1003755748)--Connection(21277524)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.747--ServerSession(1003755748)--Connection(754592847)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2024-04-30 17:53:48.748--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.748--ServerSession(1003755748)--Connection(21277524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.748--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:48.748--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:48.748--ServerSession(1003755748)--Connection(1223399478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.748--ServerSession(1003755748)--Connection(1223399478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.749--ServerSession(1003755748)--Connection(1817281652)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:48.749--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.75--ServerSession(1003755748)--Connection(1223399478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.75--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:48.75--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:48.75--ServerSession(1003755748)--Connection(705062537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.75--ServerSession(1003755748)--Connection(705062537)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.75--ServerSession(1003755748)--Connection(1043882455)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2024-04-30 17:53:48.751--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.751--ServerSession(1003755748)--Connection(705062537)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.751--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:48.751--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:48.751--ServerSession(1003755748)--Connection(1828871453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.751--ServerSession(1003755748)--Connection(1828871453)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.751--ServerSession(1003755748)--Connection(1948863514)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2024-04-30 17:53:48.752--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.752--ServerSession(1003755748)--Connection(1828871453)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.789--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:48.79--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:53:48.79--ServerSession(1003755748)--Connection(105194717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.79--ServerSession(1003755748)--Connection(105194717)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.79--ServerSession(1003755748)--Connection(2043702205)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2024-04-30 17:53:48.791--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.792--ServerSession(1003755748)--Connection(105194717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.792--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.792--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:53:48.792--ServerSession(1003755748)--Connection(1538593345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.792--ServerSession(1003755748)--Connection(1538593345)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.792--ServerSession(1003755748)--Connection(1954133542)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2024-04-30 17:53:48.793--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.793--ServerSession(1003755748)--Connection(1538593345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.793--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.793--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:48.793--ServerSession(1003755748)--Connection(1960554990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.793--ServerSession(1003755748)--Connection(1960554990)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.793--ServerSession(1003755748)--Connection(118456878)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2024-04-30 17:53:48.794--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.794--ServerSession(1003755748)--Connection(1960554990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.794--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:48.795--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:53:48.795--ServerSession(1003755748)--Connection(1170173753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.795--ServerSession(1003755748)--Connection(1170173753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.795--ServerSession(1003755748)--Connection(1816326817)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2024-04-30 17:53:48.796--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.796--ServerSession(1003755748)--Connection(1170173753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.796--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.796--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:48.796--ServerSession(1003755748)--Connection(1609742538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.796--ServerSession(1003755748)--Connection(1609742538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.796--ServerSession(1003755748)--Connection(1636487850)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2024-04-30 17:53:48.797--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.798--ServerSession(1003755748)--Connection(1609742538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.798--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:48.798--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:48.798--ServerSession(1003755748)--Connection(892466122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.798--ServerSession(1003755748)--Connection(892466122)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.798--ServerSession(1003755748)--Connection(2144282958)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2024-04-30 17:53:48.799--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.799--ServerSession(1003755748)--Connection(892466122)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.799--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:48.799--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:48.799--ServerSession(1003755748)--Connection(1710422448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.799--ServerSession(1003755748)--Connection(1710422448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.799--ServerSession(1003755748)--Connection(1609038183)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:48.8--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.8--ServerSession(1003755748)--Connection(1710422448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.8--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:48.8--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:48.8--ServerSession(1003755748)--Connection(749362556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.8--ServerSession(1003755748)--Connection(749362556)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.801--ServerSession(1003755748)--Connection(1583816224)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2024-04-30 17:53:48.801--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.802--ServerSession(1003755748)--Connection(749362556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:48.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:48.802--ServerSession(1003755748)--Connection(1187225933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.802--ServerSession(1003755748)--Connection(1187225933)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.802--ServerSession(1003755748)--Connection(956061012)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:48.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.803--ServerSession(1003755748)--Connection(1187225933)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.803--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:48.803--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:48.803--ServerSession(1003755748)--Connection(1057263702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.803--ServerSession(1003755748)--Connection(1057263702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.803--ServerSession(1003755748)--Connection(1687586610)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:48.804--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.804--ServerSession(1003755748)--Connection(1057263702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.804--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:48.804--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:48.804--ServerSession(1003755748)--Connection(117248709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.804--ServerSession(1003755748)--Connection(117248709)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.804--ServerSession(1003755748)--Connection(501261420)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2024-04-30 17:53:48.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.805--ServerSession(1003755748)--Connection(117248709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:48.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.805--ServerSession(1003755748)--Connection(573242471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.805--ServerSession(1003755748)--Connection(573242471)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.806--ServerSession(1003755748)--Connection(1278196189)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:48.806--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.807--ServerSession(1003755748)--Connection(573242471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.807--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.807--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:48.807--ServerSession(1003755748)--Connection(1638001196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.807--ServerSession(1003755748)--Connection(1638001196)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.807--ServerSession(1003755748)--Connection(345893819)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:48.807--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.808--ServerSession(1003755748)--Connection(1638001196)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.808--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.808--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.808--ServerSession(1003755748)--Connection(1417126346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.808--ServerSession(1003755748)--Connection(1417126346)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.808--ServerSession(1003755748)--Connection(988402146)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2024-04-30 17:53:48.809--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.809--ServerSession(1003755748)--Connection(1417126346)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.809--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.809--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:48.809--ServerSession(1003755748)--Connection(245220560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.809--ServerSession(1003755748)--Connection(245220560)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.809--ServerSession(1003755748)--Connection(1728924984)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2024-04-30 17:53:48.81--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.81--ServerSession(1003755748)--Connection(245220560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.81--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:48.81--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:53:48.811--ServerSession(1003755748)--Connection(1135870515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.811--ServerSession(1003755748)--Connection(1135870515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.811--ServerSession(1003755748)--Connection(602928593)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2024-04-30 17:53:48.811--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.812--ServerSession(1003755748)--Connection(1135870515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:53:48.812--ServerSession(1003755748)--Connection(1120043781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.812--ServerSession(1003755748)--Connection(1120043781)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.812--ServerSession(1003755748)--Connection(562345204)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2024-04-30 17:53:48.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.813--ServerSession(1003755748)--Connection(1120043781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:48.813--ServerSession(1003755748)--Connection(1665209618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.813--ServerSession(1003755748)--Connection(1665209618)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.813--ServerSession(1003755748)--Connection(902654164)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2024-04-30 17:53:48.814--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.814--ServerSession(1003755748)--Connection(1665209618)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.814--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:48.814--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:48.814--ServerSession(1003755748)--Connection(2189588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.814--ServerSession(1003755748)--Connection(2189588)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.814--ServerSession(1003755748)--Connection(1805845895)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2024-04-30 17:53:48.815--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.815--ServerSession(1003755748)--Connection(2189588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.815--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:48.815--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:48.815--ServerSession(1003755748)--Connection(1446238973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.815--ServerSession(1003755748)--Connection(1446238973)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.816--ServerSession(1003755748)--Connection(1565614310)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2024-04-30 17:53:48.816--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.816--ServerSession(1003755748)--Connection(1446238973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.816--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:48.816--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:53:48.817--ServerSession(1003755748)--Connection(688113407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.817--ServerSession(1003755748)--Connection(688113407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.817--ServerSession(1003755748)--Connection(1638864144)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2024-04-30 17:53:48.817--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.818--ServerSession(1003755748)--Connection(688113407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.818--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.818--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:53:48.818--ServerSession(1003755748)--Connection(2005762793)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.818--ServerSession(1003755748)--Connection(2005762793)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.818--ServerSession(1003755748)--Connection(1083086553)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2024-04-30 17:53:48.818--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.819--ServerSession(1003755748)--Connection(2005762793)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.819--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.819--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:53:48.819--ServerSession(1003755748)--Connection(378327915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.819--ServerSession(1003755748)--Connection(378327915)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.819--ServerSession(1003755748)--Connection(227381657)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2024-04-30 17:53:48.82--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.82--ServerSession(1003755748)--Connection(378327915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.82--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.82--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:48.82--ServerSession(1003755748)--Connection(1613424566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.82--ServerSession(1003755748)--Connection(1613424566)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.82--ServerSession(1003755748)--Connection(281896787)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2024-04-30 17:53:48.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.821--ServerSession(1003755748)--Connection(1613424566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:48.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:48.821--ServerSession(1003755748)--Connection(1202653598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.821--ServerSession(1003755748)--Connection(1202653598)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.821--ServerSession(1003755748)--Connection(1880052106)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2024-04-30 17:53:48.822--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.822--ServerSession(1003755748)--Connection(1202653598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.822--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:48.822--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:48.822--ServerSession(1003755748)--Connection(333085360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.822--ServerSession(1003755748)--Connection(333085360)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.823--ServerSession(1003755748)--Connection(747004588)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2024-04-30 17:53:48.823--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.824--ServerSession(1003755748)--Connection(333085360)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.824--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:48.824--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:53:48.824--ServerSession(1003755748)--Connection(925152318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.824--ServerSession(1003755748)--Connection(925152318)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.824--ServerSession(1003755748)--Connection(2011912080)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:53:48.824--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.825--ServerSession(1003755748)--Connection(925152318)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.825--ServerSession(1003755748)--Connection(832322085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.825--ServerSession(1003755748)--Connection(832322085)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.825--ServerSession(1003755748)--Connection(596376940)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2024-04-30 17:53:48.826--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.826--ServerSession(1003755748)--Connection(832322085)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.826--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.826--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:53:48.826--ServerSession(1003755748)--Connection(1485179287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.826--ServerSession(1003755748)--Connection(1485179287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.826--ServerSession(1003755748)--Connection(136011184)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:53:48.827--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.827--ServerSession(1003755748)--Connection(1485179287)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.827--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.827--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:48.827--ServerSession(1003755748)--Connection(1899609393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.827--ServerSession(1003755748)--Connection(1899609393)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.827--ServerSession(1003755748)--Connection(429639728)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:48.828--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.828--ServerSession(1003755748)--Connection(1899609393)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.828--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.828--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:48.828--ServerSession(1003755748)--Connection(41633258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.828--ServerSession(1003755748)--Connection(41633258)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.829--ServerSession(1003755748)--Connection(1041735841)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:48.829--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.829--ServerSession(1003755748)--Connection(41633258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:48.83--ServerSession(1003755748)--Connection(1300399812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.83--ServerSession(1003755748)--Connection(1300399812)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.83--ServerSession(1003755748)--Connection(353296011)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:48.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.831--ServerSession(1003755748)--Connection(1300399812)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:48.831--ServerSession(1003755748)--Connection(1041611526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.831--ServerSession(1003755748)--Connection(1041611526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.831--ServerSession(1003755748)--Connection(1735962278)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:48.832--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.832--ServerSession(1003755748)--Connection(1041611526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.832--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.832--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.832--ServerSession(1003755748)--Connection(1763872389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.832--ServerSession(1003755748)--Connection(1763872389)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.832--ServerSession(1003755748)--Connection(2054997292)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:48.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.833--ServerSession(1003755748)--Connection(1763872389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:48.833--ServerSession(1003755748)--Connection(1380593659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.833--ServerSession(1003755748)--Connection(1380593659)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.834--ServerSession(1003755748)--Connection(794940817)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:48.834--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.835--ServerSession(1003755748)--Connection(1380593659)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.835--ServerSession(1003755748)--Connection(1903406683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.835--ServerSession(1003755748)--Connection(1903406683)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.835--ServerSession(1003755748)--Connection(1917149817)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:48.836--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.836--ServerSession(1003755748)--Connection(1903406683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.836--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.836--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:48.836--ServerSession(1003755748)--Connection(569661948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.836--ServerSession(1003755748)--Connection(569661948)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.836--ServerSession(1003755748)--Connection(1293495023)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:48.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.837--ServerSession(1003755748)--Connection(569661948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:48.838--ServerSession(1003755748)--Connection(138708980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.838--ServerSession(1003755748)--Connection(138708980)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.838--ServerSession(1003755748)--Connection(201069753)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:48.838--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.839--ServerSession(1003755748)--Connection(138708980)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.839--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.839--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:48.839--ServerSession(1003755748)--Connection(771642661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.839--ServerSession(1003755748)--Connection(771642661)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.839--ServerSession(1003755748)--Connection(19467337)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:48.839--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.84--ServerSession(1003755748)--Connection(771642661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.84--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.84--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:48.84--ServerSession(1003755748)--Connection(1440332016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.84--ServerSession(1003755748)--Connection(1440332016)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.84--ServerSession(1003755748)--Connection(173115411)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:48.841--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.841--ServerSession(1003755748)--Connection(1440332016)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.841--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.841--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:48.841--ServerSession(1003755748)--Connection(1966480630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.841--ServerSession(1003755748)--Connection(1966480630)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.841--ServerSession(1003755748)--Connection(1831875736)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:48.842--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.842--ServerSession(1003755748)--Connection(1966480630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.842--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.842--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:48.842--ServerSession(1003755748)--Connection(874111547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.842--ServerSession(1003755748)--Connection(874111547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.842--ServerSession(1003755748)--Connection(1896712674)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:48.843--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.843--ServerSession(1003755748)--Connection(874111547)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.843--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.843--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.843--ServerSession(1003755748)--Connection(1338065644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.843--ServerSession(1003755748)--Connection(1338065644)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.843--ServerSession(1003755748)--Connection(884111637)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:48.844--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.844--ServerSession(1003755748)--Connection(1338065644)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.844--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.844--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:48.844--ServerSession(1003755748)--Connection(462911221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.844--ServerSession(1003755748)--Connection(462911221)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.845--ServerSession(1003755748)--Connection(1577353545)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2024-04-30 17:53:48.845--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.845--ServerSession(1003755748)--Connection(462911221)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.845--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:48.845--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:48.846--ServerSession(1003755748)--Connection(1029148906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.846--ServerSession(1003755748)--Connection(1029148906)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.846--ServerSession(1003755748)--Connection(500660587)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2024-04-30 17:53:48.846--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.847--ServerSession(1003755748)--Connection(1029148906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.847--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:48.847--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.847--ServerSession(1003755748)--Connection(1463823265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.847--ServerSession(1003755748)--Connection(1463823265)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.847--ServerSession(1003755748)--Connection(1452355939)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2024-04-30 17:53:48.847--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.848--ServerSession(1003755748)--Connection(1463823265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.848--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.848--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.848--ServerSession(1003755748)--Connection(169370778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.848--ServerSession(1003755748)--Connection(169370778)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.848--ServerSession(1003755748)--Connection(1548962651)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2024-04-30 17:53:48.849--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.849--ServerSession(1003755748)--Connection(169370778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.849--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.849--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:48.849--ServerSession(1003755748)--Connection(723689932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.849--ServerSession(1003755748)--Connection(723689932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.849--ServerSession(1003755748)--Connection(1649884294)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2024-04-30 17:53:48.85--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.85--ServerSession(1003755748)--Connection(723689932)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.85--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:48.85--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.85--ServerSession(1003755748)--Connection(337813415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.85--ServerSession(1003755748)--Connection(337813415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.85--ServerSession(1003755748)--Connection(716206126)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2024-04-30 17:53:48.851--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.851--ServerSession(1003755748)--Connection(337813415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.851--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.851--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:53:48.851--ServerSession(1003755748)--Connection(284268103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.851--ServerSession(1003755748)--Connection(284268103)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.851--ServerSession(1003755748)--Connection(271514713)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2024-04-30 17:53:48.852--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.852--ServerSession(1003755748)--Connection(284268103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.852--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.852--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:53:48.852--ServerSession(1003755748)--Connection(244190700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.852--ServerSession(1003755748)--Connection(244190700)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.852--ServerSession(1003755748)--Connection(315748820)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2024-04-30 17:53:48.853--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.853--ServerSession(1003755748)--Connection(244190700)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.853--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.895--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:48.895--ServerSession(1003755748)--Connection(2050529121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.895--ServerSession(1003755748)--Connection(2050529121)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.895--ServerSession(1003755748)--Connection(69670055)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2024-04-30 17:53:48.896--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.896--ServerSession(1003755748)--Connection(2050529121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.896--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:48.896--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:48.896--ServerSession(1003755748)--Connection(1021656938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.896--ServerSession(1003755748)--Connection(1021656938)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.897--ServerSession(1003755748)--Connection(47719432)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2024-04-30 17:53:48.897--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.898--ServerSession(1003755748)--Connection(1021656938)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.898--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:48.898--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:53:48.898--ServerSession(1003755748)--Connection(258447256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.898--ServerSession(1003755748)--Connection(258447256)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.898--ServerSession(1003755748)--Connection(443348849)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2024-04-30 17:53:48.898--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.899--ServerSession(1003755748)--Connection(258447256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.899--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.899--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.899--ServerSession(1003755748)--Connection(1408043496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.899--ServerSession(1003755748)--Connection(1408043496)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.899--ServerSession(1003755748)--Connection(1619369818)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:48.9--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.9--ServerSession(1003755748)--Connection(1408043496)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.9--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:48.9--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:48.9--ServerSession(1003755748)--Connection(2144912729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.9--ServerSession(1003755748)--Connection(2144912729)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.9--ServerSession(1003755748)--Connection(1153511683)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2024-04-30 17:53:48.901--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.901--ServerSession(1003755748)--Connection(2144912729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.901--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:48.901--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.901--ServerSession(1003755748)--Connection(1818453711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.901--ServerSession(1003755748)--Connection(1818453711)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.901--ServerSession(1003755748)--Connection(1437107223)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2024-04-30 17:53:48.902--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.902--ServerSession(1003755748)--Connection(1818453711)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.902--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.902--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:48.902--ServerSession(1003755748)--Connection(9054826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.902--ServerSession(1003755748)--Connection(9054826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.902--ServerSession(1003755748)--Connection(1999135146)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:48.903--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.903--ServerSession(1003755748)--Connection(9054826)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.903--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:48.903--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:48.903--ServerSession(1003755748)--Connection(429269396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.903--ServerSession(1003755748)--Connection(429269396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.904--ServerSession(1003755748)--Connection(1209962934)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2024-04-30 17:53:48.904--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.904--ServerSession(1003755748)--Connection(429269396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.904--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:48.905--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:48.905--ServerSession(1003755748)--Connection(336400944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.905--ServerSession(1003755748)--Connection(336400944)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.905--ServerSession(1003755748)--Connection(1019157412)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2024-04-30 17:53:48.905--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.906--ServerSession(1003755748)--Connection(336400944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.906--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:48.906--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:48.906--ServerSession(1003755748)--Connection(8268900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.906--ServerSession(1003755748)--Connection(8268900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.906--ServerSession(1003755748)--Connection(2082353865)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:48.906--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.907--ServerSession(1003755748)--Connection(8268900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.907--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:48.907--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:48.907--ServerSession(1003755748)--Connection(1037572328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.907--ServerSession(1003755748)--Connection(1037572328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.907--ServerSession(1003755748)--Connection(1286868539)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:48.908--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.908--ServerSession(1003755748)--Connection(1037572328)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.908--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:48.908--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:48.908--ServerSession(1003755748)--Connection(978599729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.908--ServerSession(1003755748)--Connection(978599729)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.908--ServerSession(1003755748)--Connection(1203142603)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:48.909--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.909--ServerSession(1003755748)--Connection(978599729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.909--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.909--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:48.909--ServerSession(1003755748)--Connection(1707634104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.909--ServerSession(1003755748)--Connection(1707634104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.909--ServerSession(1003755748)--Connection(2130606983)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:48.91--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.91--ServerSession(1003755748)--Connection(1707634104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.91--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:48.91--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:48.91--ServerSession(1003755748)--Connection(1512822728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.91--ServerSession(1003755748)--Connection(1512822728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.91--ServerSession(1003755748)--Connection(2091439256)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:48.911--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.911--ServerSession(1003755748)--Connection(1512822728)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.911--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.911--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:53:48.911--ServerSession(1003755748)--Connection(1803714790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.911--ServerSession(1003755748)--Connection(1803714790)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.911--ServerSession(1003755748)--Connection(1863557065)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2024-04-30 17:53:48.912--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.912--ServerSession(1003755748)--Connection(1803714790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.912--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.912--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:48.912--ServerSession(1003755748)--Connection(423109432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.912--ServerSession(1003755748)--Connection(423109432)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.912--ServerSession(1003755748)--Connection(1715602761)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2024-04-30 17:53:48.913--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.913--ServerSession(1003755748)--Connection(423109432)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.913--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:48.913--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:48.913--ServerSession(1003755748)--Connection(1825923873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.913--ServerSession(1003755748)--Connection(1825923873)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.914--ServerSession(1003755748)--Connection(883735648)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2024-04-30 17:53:48.914--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.914--ServerSession(1003755748)--Connection(1825923873)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.914--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:48.915--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:48.915--ServerSession(1003755748)--Connection(906370291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.915--ServerSession(1003755748)--Connection(906370291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.915--ServerSession(1003755748)--Connection(1905114489)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:48.915--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.916--ServerSession(1003755748)--Connection(906370291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.916--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:48.916--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:48.916--ServerSession(1003755748)--Connection(1988664928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.916--ServerSession(1003755748)--Connection(1988664928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.916--ServerSession(1003755748)--Connection(1886381510)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2024-04-30 17:53:48.916--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.917--ServerSession(1003755748)--Connection(1988664928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.917--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:48.917--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:48.917--ServerSession(1003755748)--Connection(1446511153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.917--ServerSession(1003755748)--Connection(1446511153)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.917--ServerSession(1003755748)--Connection(1693580552)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2024-04-30 17:53:48.917--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.918--ServerSession(1003755748)--Connection(1446511153)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.918--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:48.918--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:53:48.918--ServerSession(1003755748)--Connection(674233333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.918--ServerSession(1003755748)--Connection(674233333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.918--ServerSession(1003755748)--Connection(1041255755)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2024-04-30 17:53:48.919--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.919--ServerSession(1003755748)--Connection(674233333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.919--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.919--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:53:48.919--ServerSession(1003755748)--Connection(1172417096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.919--ServerSession(1003755748)--Connection(1172417096)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.919--ServerSession(1003755748)--Connection(314966354)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2024-04-30 17:53:48.92--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.92--ServerSession(1003755748)--Connection(1172417096)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.92--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.92--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:48.92--ServerSession(1003755748)--Connection(1825662118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.92--ServerSession(1003755748)--Connection(1825662118)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.92--ServerSession(1003755748)--Connection(606740638)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2024-04-30 17:53:48.921--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.921--ServerSession(1003755748)--Connection(1825662118)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.921--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:48.921--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:53:48.921--ServerSession(1003755748)--Connection(730584984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.921--ServerSession(1003755748)--Connection(730584984)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.921--ServerSession(1003755748)--Connection(1276666395)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2024-04-30 17:53:48.922--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.922--ServerSession(1003755748)--Connection(730584984)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.922--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.922--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:48.922--ServerSession(1003755748)--Connection(485237151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.922--ServerSession(1003755748)--Connection(485237151)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.923--ServerSession(1003755748)--Connection(1764622989)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2024-04-30 17:53:48.923--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.924--ServerSession(1003755748)--Connection(485237151)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.924--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:48.924--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:48.924--ServerSession(1003755748)--Connection(1138845999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.924--ServerSession(1003755748)--Connection(1138845999)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.924--ServerSession(1003755748)--Connection(1048332309)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2024-04-30 17:53:48.925--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.925--ServerSession(1003755748)--Connection(1138845999)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.925--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:48.925--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:48.925--ServerSession(1003755748)--Connection(204844842)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.925--ServerSession(1003755748)--Connection(204844842)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.925--ServerSession(1003755748)--Connection(1146423186)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:48.926--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.926--ServerSession(1003755748)--Connection(204844842)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.926--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:48.926--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:48.926--ServerSession(1003755748)--Connection(1196200241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.926--ServerSession(1003755748)--Connection(1196200241)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.926--ServerSession(1003755748)--Connection(1713453581)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2024-04-30 17:53:48.927--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.927--ServerSession(1003755748)--Connection(1196200241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.927--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:48.927--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:48.927--ServerSession(1003755748)--Connection(1018742990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.927--ServerSession(1003755748)--Connection(1018742990)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.927--ServerSession(1003755748)--Connection(534643569)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:48.928--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.928--ServerSession(1003755748)--Connection(1018742990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.928--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:48.929--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:48.929--ServerSession(1003755748)--Connection(1552836537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.929--ServerSession(1003755748)--Connection(1552836537)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.929--ServerSession(1003755748)--Connection(638204510)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:48.929--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.93--ServerSession(1003755748)--Connection(1552836537)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.93--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:48.93--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:48.93--ServerSession(1003755748)--Connection(1007402143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.93--ServerSession(1003755748)--Connection(1007402143)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.93--ServerSession(1003755748)--Connection(320321288)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2024-04-30 17:53:48.931--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.931--ServerSession(1003755748)--Connection(1007402143)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.931--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:48.931--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.931--ServerSession(1003755748)--Connection(777113684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.931--ServerSession(1003755748)--Connection(777113684)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.932--ServerSession(1003755748)--Connection(1331654213)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:48.932--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.932--ServerSession(1003755748)--Connection(777113684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.932--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.933--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:48.933--ServerSession(1003755748)--Connection(1081635795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.933--ServerSession(1003755748)--Connection(1081635795)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.933--ServerSession(1003755748)--Connection(1619773688)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:48.933--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.934--ServerSession(1003755748)--Connection(1081635795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.934--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.934--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.934--ServerSession(1003755748)--Connection(1151772302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.934--ServerSession(1003755748)--Connection(1151772302)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.934--ServerSession(1003755748)--Connection(1195615010)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2024-04-30 17:53:48.934--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.935--ServerSession(1003755748)--Connection(1151772302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.935--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:48.935--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:48.935--ServerSession(1003755748)--Connection(941453849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.935--ServerSession(1003755748)--Connection(941453849)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.935--ServerSession(1003755748)--Connection(1241395522)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2024-04-30 17:53:48.936--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.936--ServerSession(1003755748)--Connection(941453849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.936--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:48.936--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:53:48.936--ServerSession(1003755748)--Connection(1640244246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.936--ServerSession(1003755748)--Connection(1640244246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.936--ServerSession(1003755748)--Connection(848961421)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2024-04-30 17:53:48.937--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.937--ServerSession(1003755748)--Connection(1640244246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.937--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.937--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:53:48.937--ServerSession(1003755748)--Connection(1875025322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.937--ServerSession(1003755748)--Connection(1875025322)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.937--ServerSession(1003755748)--Connection(795275472)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2024-04-30 17:53:48.938--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.938--ServerSession(1003755748)--Connection(1875025322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.938--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.938--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:48.938--ServerSession(1003755748)--Connection(1969875555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.938--ServerSession(1003755748)--Connection(1969875555)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.938--ServerSession(1003755748)--Connection(247269033)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2024-04-30 17:53:48.939--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.939--ServerSession(1003755748)--Connection(1969875555)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.939--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:48.939--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:48.939--ServerSession(1003755748)--Connection(1289454852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.939--ServerSession(1003755748)--Connection(1289454852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.94--ServerSession(1003755748)--Connection(1994085390)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2024-04-30 17:53:48.94--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.94--ServerSession(1003755748)--Connection(1289454852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.941--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:48.941--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:48.941--ServerSession(1003755748)--Connection(720638621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.941--ServerSession(1003755748)--Connection(720638621)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.941--ServerSession(1003755748)--Connection(974606690)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2024-04-30 17:53:48.941--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.942--ServerSession(1003755748)--Connection(720638621)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.942--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:48.942--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:53:48.942--ServerSession(1003755748)--Connection(707281900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.942--ServerSession(1003755748)--Connection(707281900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.942--ServerSession(1003755748)--Connection(541248718)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2024-04-30 17:53:48.942--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.943--ServerSession(1003755748)--Connection(707281900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.943--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.943--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:53:48.943--ServerSession(1003755748)--Connection(918606013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.943--ServerSession(1003755748)--Connection(918606013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.943--ServerSession(1003755748)--Connection(1579139754)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2024-04-30 17:53:48.944--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.944--ServerSession(1003755748)--Connection(918606013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.944--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.944--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:53:48.944--ServerSession(1003755748)--Connection(942444738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.944--ServerSession(1003755748)--Connection(942444738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.944--ServerSession(1003755748)--Connection(140110402)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2024-04-30 17:53:48.945--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.945--ServerSession(1003755748)--Connection(942444738)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.945--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.945--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:48.945--ServerSession(1003755748)--Connection(720661245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.945--ServerSession(1003755748)--Connection(720661245)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.945--ServerSession(1003755748)--Connection(1979860449)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2024-04-30 17:53:48.946--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.946--ServerSession(1003755748)--Connection(720661245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.946--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:48.946--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:48.946--ServerSession(1003755748)--Connection(43368234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.946--ServerSession(1003755748)--Connection(43368234)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.947--ServerSession(1003755748)--Connection(197107207)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2024-04-30 17:53:48.947--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.947--ServerSession(1003755748)--Connection(43368234)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.947--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:48.948--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:48.948--ServerSession(1003755748)--Connection(724081353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.948--ServerSession(1003755748)--Connection(724081353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.948--ServerSession(1003755748)--Connection(82517097)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2024-04-30 17:53:48.948--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.949--ServerSession(1003755748)--Connection(724081353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.949--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:48.949--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:53:48.949--ServerSession(1003755748)--Connection(721648892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.949--ServerSession(1003755748)--Connection(721648892)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.949--ServerSession(1003755748)--Connection(1150436743)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:53:48.949--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.95--ServerSession(1003755748)--Connection(721648892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.95--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.95--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:53:48.95--ServerSession(1003755748)--Connection(1960031800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.95--ServerSession(1003755748)--Connection(1960031800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.95--ServerSession(1003755748)--Connection(1149747394)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2024-04-30 17:53:48.951--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.951--ServerSession(1003755748)--Connection(1960031800)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.951--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.951--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:53:48.951--ServerSession(1003755748)--Connection(973604748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.951--ServerSession(1003755748)--Connection(973604748)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.951--ServerSession(1003755748)--Connection(1401095299)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:53:48.952--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.952--ServerSession(1003755748)--Connection(973604748)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.952--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.952--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:48.952--ServerSession(1003755748)--Connection(1134601005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.952--ServerSession(1003755748)--Connection(1134601005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.952--ServerSession(1003755748)--Connection(963573938)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:48.953--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.953--ServerSession(1003755748)--Connection(1134601005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.953--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.953--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:48.953--ServerSession(1003755748)--Connection(435034854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.953--ServerSession(1003755748)--Connection(435034854)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.954--ServerSession(1003755748)--Connection(1594981181)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:48.954--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.954--ServerSession(1003755748)--Connection(435034854)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.954--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:48.954--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:48.955--ServerSession(1003755748)--Connection(1907808127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:48.955--ServerSession(1003755748)--Connection(1907808127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:48.955--ServerSession(1003755748)--Connection(409393797)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:48.955--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:48.956--ServerSession(1003755748)--Connection(1907808127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:48.956--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.0--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.0--ServerSession(1003755748)--Connection(2015521846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.0--ServerSession(1003755748)--Connection(2015521846)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.001--ServerSession(1003755748)--Connection(1063801186)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:49.002--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.002--ServerSession(1003755748)--Connection(2015521846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.002--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.002--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.002--ServerSession(1003755748)--Connection(159860059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.002--ServerSession(1003755748)--Connection(159860059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.003--ServerSession(1003755748)--Connection(1647303553)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.003--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.004--ServerSession(1003755748)--Connection(159860059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.004--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.004--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.004--ServerSession(1003755748)--Connection(784556863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.004--ServerSession(1003755748)--Connection(784556863)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.004--ServerSession(1003755748)--Connection(492656161)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:49.005--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.005--ServerSession(1003755748)--Connection(784556863)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.005--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.005--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.005--ServerSession(1003755748)--Connection(364389956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.005--ServerSession(1003755748)--Connection(364389956)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.005--ServerSession(1003755748)--Connection(542598487)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.006--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.006--ServerSession(1003755748)--Connection(364389956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.006--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.006--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.006--ServerSession(1003755748)--Connection(1170399398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.006--ServerSession(1003755748)--Connection(1170399398)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.006--ServerSession(1003755748)--Connection(295466076)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.007--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.007--ServerSession(1003755748)--Connection(1170399398)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.007--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.007--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.007--ServerSession(1003755748)--Connection(991875403)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.007--ServerSession(1003755748)--Connection(991875403)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.007--ServerSession(1003755748)--Connection(1762378078)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.008--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.008--ServerSession(1003755748)--Connection(991875403)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.008--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.008--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.008--ServerSession(1003755748)--Connection(1196836564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.008--ServerSession(1003755748)--Connection(1196836564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.009--ServerSession(1003755748)--Connection(168776700)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.009--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.009--ServerSession(1003755748)--Connection(1196836564)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.009--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.01--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.01--ServerSession(1003755748)--Connection(501991708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.01--ServerSession(1003755748)--Connection(501991708)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.01--ServerSession(1003755748)--Connection(1753107603)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:49.01--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.011--ServerSession(1003755748)--Connection(501991708)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.011--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.011--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.011--ServerSession(1003755748)--Connection(1858583776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.011--ServerSession(1003755748)--Connection(1858583776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.011--ServerSession(1003755748)--Connection(757541645)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.011--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.012--ServerSession(1003755748)--Connection(1858583776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.012--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.012--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.012--ServerSession(1003755748)--Connection(1547994163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.012--ServerSession(1003755748)--Connection(1547994163)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.012--ServerSession(1003755748)--Connection(263656423)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.013--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.013--ServerSession(1003755748)--Connection(1547994163)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.013--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.013--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.013--ServerSession(1003755748)--Connection(326376794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.013--ServerSession(1003755748)--Connection(326376794)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.013--ServerSession(1003755748)--Connection(1802073627)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.014--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.014--ServerSession(1003755748)--Connection(326376794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.014--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.014--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:49.014--ServerSession(1003755748)--Connection(639769517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.014--ServerSession(1003755748)--Connection(639769517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.014--ServerSession(1003755748)--Connection(361712894)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2024-04-30 17:53:49.015--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.015--ServerSession(1003755748)--Connection(639769517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.015--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:49.015--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:49.015--ServerSession(1003755748)--Connection(1521132614)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.015--ServerSession(1003755748)--Connection(1521132614)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.015--ServerSession(1003755748)--Connection(1818440653)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2024-04-30 17:53:49.016--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.016--ServerSession(1003755748)--Connection(1521132614)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.016--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:49.016--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.016--ServerSession(1003755748)--Connection(131709548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.016--ServerSession(1003755748)--Connection(131709548)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.016--ServerSession(1003755748)--Connection(148813381)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.017--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.017--ServerSession(1003755748)--Connection(131709548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.017--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.017--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.017--ServerSession(1003755748)--Connection(1564629011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.017--ServerSession(1003755748)--Connection(1564629011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.018--ServerSession(1003755748)--Connection(386040589)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.018--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.018--ServerSession(1003755748)--Connection(1564629011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.018--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.019--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:49.019--ServerSession(1003755748)--Connection(663119869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.019--ServerSession(1003755748)--Connection(663119869)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.019--ServerSession(1003755748)--Connection(1749758430)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2024-04-30 17:53:49.019--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.02--ServerSession(1003755748)--Connection(663119869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.02--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:49.02--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.02--ServerSession(1003755748)--Connection(438897070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.02--ServerSession(1003755748)--Connection(438897070)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.02--ServerSession(1003755748)--Connection(235154585)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2024-04-30 17:53:49.02--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.021--ServerSession(1003755748)--Connection(438897070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.021--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.021--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.021--ServerSession(1003755748)--Connection(1119277260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.021--ServerSession(1003755748)--Connection(1119277260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.021--ServerSession(1003755748)--Connection(268490061)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.021--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.022--ServerSession(1003755748)--Connection(1119277260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.022--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.022--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.022--ServerSession(1003755748)--Connection(21723014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.022--ServerSession(1003755748)--Connection(21723014)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.022--ServerSession(1003755748)--Connection(1963980755)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.023--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.023--ServerSession(1003755748)--Connection(21723014)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.023--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.023--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:49.023--ServerSession(1003755748)--Connection(639690519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.023--ServerSession(1003755748)--Connection(639690519)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.023--ServerSession(1003755748)--Connection(2089636626)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2024-04-30 17:53:49.024--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.024--ServerSession(1003755748)--Connection(639690519)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.024--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:49.024--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:49.024--ServerSession(1003755748)--Connection(168670597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.024--ServerSession(1003755748)--Connection(168670597)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.024--ServerSession(1003755748)--Connection(724886412)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2024-04-30 17:53:49.025--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.025--ServerSession(1003755748)--Connection(168670597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.025--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:49.025--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.025--ServerSession(1003755748)--Connection(2144496344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.025--ServerSession(1003755748)--Connection(2144496344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.025--ServerSession(1003755748)--Connection(412375354)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.026--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.026--ServerSession(1003755748)--Connection(2144496344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.026--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.026--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.026--ServerSession(1003755748)--Connection(276970866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.026--ServerSession(1003755748)--Connection(276970866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.027--ServerSession(1003755748)--Connection(2095710480)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.027--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.027--ServerSession(1003755748)--Connection(276970866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.027--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.027--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:49.027--ServerSession(1003755748)--Connection(1428664849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.027--ServerSession(1003755748)--Connection(1428664849)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.028--ServerSession(1003755748)--Connection(1422883946)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2024-04-30 17:53:49.028--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.028--ServerSession(1003755748)--Connection(1428664849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.028--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:49.028--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.029--ServerSession(1003755748)--Connection(1349872758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.029--ServerSession(1003755748)--Connection(1349872758)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.029--ServerSession(1003755748)--Connection(950729555)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.029--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.029--ServerSession(1003755748)--Connection(1349872758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.029--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.03--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.03--ServerSession(1003755748)--Connection(1744032146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.03--ServerSession(1003755748)--Connection(1744032146)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.03--ServerSession(1003755748)--Connection(480118726)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:49.03--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.03--ServerSession(1003755748)--Connection(1744032146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.031--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.031--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:49.031--ServerSession(1003755748)--Connection(722513129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.031--ServerSession(1003755748)--Connection(722513129)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.031--ServerSession(1003755748)--Connection(1377212248)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2024-04-30 17:53:49.031--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.032--ServerSession(1003755748)--Connection(722513129)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.032--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:49.032--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.032--ServerSession(1003755748)--Connection(1167792250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.032--ServerSession(1003755748)--Connection(1167792250)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.032--ServerSession(1003755748)--Connection(1799521220)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2024-04-30 17:53:49.032--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.033--ServerSession(1003755748)--Connection(1167792250)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.033--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.033--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.033--ServerSession(1003755748)--Connection(1668004795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.033--ServerSession(1003755748)--Connection(1668004795)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.033--ServerSession(1003755748)--Connection(2125346660)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:49.033--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.034--ServerSession(1003755748)--Connection(1668004795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.034--ServerSession(1003755748)--Connection(1332121385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.034--ServerSession(1003755748)--Connection(1332121385)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.034--ServerSession(1003755748)--Connection(1903051549)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:49.035--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.035--ServerSession(1003755748)--Connection(1332121385)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.035--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.035--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.035--ServerSession(1003755748)--Connection(296223788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.035--ServerSession(1003755748)--Connection(296223788)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.035--ServerSession(1003755748)--Connection(1783418615)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.036--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.036--ServerSession(1003755748)--Connection(296223788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.036--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.036--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.036--ServerSession(1003755748)--Connection(904612411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.036--ServerSession(1003755748)--Connection(904612411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.036--ServerSession(1003755748)--Connection(1689498062)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:49.037--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.037--ServerSession(1003755748)--Connection(904612411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.037--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.037--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.037--ServerSession(1003755748)--Connection(1240230559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.037--ServerSession(1003755748)--Connection(1240230559)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.037--ServerSession(1003755748)--Connection(649681675)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.038--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.038--ServerSession(1003755748)--Connection(1240230559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.038--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.038--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.038--ServerSession(1003755748)--Connection(271614685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.038--ServerSession(1003755748)--Connection(271614685)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.038--ServerSession(1003755748)--Connection(975354582)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.039--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.039--ServerSession(1003755748)--Connection(271614685)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.039--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.039--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:49.039--ServerSession(1003755748)--Connection(1694408103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.039--ServerSession(1003755748)--Connection(1694408103)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.039--ServerSession(1003755748)--Connection(1892470159)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2024-04-30 17:53:49.04--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.04--ServerSession(1003755748)--Connection(1694408103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.04--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:49.04--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:49.04--ServerSession(1003755748)--Connection(2011982397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.04--ServerSession(1003755748)--Connection(2011982397)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.04--ServerSession(1003755748)--Connection(1743770306)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2024-04-30 17:53:49.041--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.041--ServerSession(1003755748)--Connection(2011982397)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.041--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:49.041--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.041--ServerSession(1003755748)--Connection(398644489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.041--ServerSession(1003755748)--Connection(398644489)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.042--ServerSession(1003755748)--Connection(57407566)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:49.042--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.042--ServerSession(1003755748)--Connection(398644489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.042--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.043--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.043--ServerSession(1003755748)--Connection(632627844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.043--ServerSession(1003755748)--Connection(632627844)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.043--ServerSession(1003755748)--Connection(610189734)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2024-04-30 17:53:49.043--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.044--ServerSession(1003755748)--Connection(632627844)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.044--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.044--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:49.044--ServerSession(1003755748)--Connection(947462790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.044--ServerSession(1003755748)--Connection(947462790)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.044--ServerSession(1003755748)--Connection(886343183)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2024-04-30 17:53:49.044--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.045--ServerSession(1003755748)--Connection(947462790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.045--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:49.045--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.045--ServerSession(1003755748)--Connection(1107201631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.045--ServerSession(1003755748)--Connection(1107201631)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.045--ServerSession(1003755748)--Connection(811792884)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2024-04-30 17:53:49.045--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.046--ServerSession(1003755748)--Connection(1107201631)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.046--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.046--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:53:49.046--ServerSession(1003755748)--Connection(1864007931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.046--ServerSession(1003755748)--Connection(1864007931)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.046--ServerSession(1003755748)--Connection(1512273713)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2024-04-30 17:53:49.046--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.047--ServerSession(1003755748)--Connection(1864007931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.047--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.047--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:49.047--ServerSession(1003755748)--Connection(1778422985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.047--ServerSession(1003755748)--Connection(1778422985)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.047--ServerSession(1003755748)--Connection(1369885738)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2024-04-30 17:53:49.048--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.048--ServerSession(1003755748)--Connection(1778422985)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.048--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:49.048--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:53:49.048--ServerSession(1003755748)--Connection(555943503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.048--ServerSession(1003755748)--Connection(555943503)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.048--ServerSession(1003755748)--Connection(1332439166)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2024-04-30 17:53:49.049--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.049--ServerSession(1003755748)--Connection(555943503)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.049--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.049--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:49.049--ServerSession(1003755748)--Connection(1431699407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.049--ServerSession(1003755748)--Connection(1431699407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.049--ServerSession(1003755748)--Connection(1828559444)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2024-04-30 17:53:49.05--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.05--ServerSession(1003755748)--Connection(1431699407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.05--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:49.05--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:49.05--ServerSession(1003755748)--Connection(162144258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.05--ServerSession(1003755748)--Connection(162144258)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.05--ServerSession(1003755748)--Connection(1945836927)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2024-04-30 17:53:49.051--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.051--ServerSession(1003755748)--Connection(162144258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.051--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:49.051--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.051--ServerSession(1003755748)--Connection(39661414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.051--ServerSession(1003755748)--Connection(39661414)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.051--ServerSession(1003755748)--Connection(1513071903)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.052--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.052--ServerSession(1003755748)--Connection(39661414)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.052--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.052--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:49.052--ServerSession(1003755748)--Connection(580965610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.052--ServerSession(1003755748)--Connection(580965610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.052--ServerSession(1003755748)--Connection(1240328647)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2024-04-30 17:53:49.053--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.053--ServerSession(1003755748)--Connection(580965610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.053--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:49.053--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.053--ServerSession(1003755748)--Connection(1037346554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.053--ServerSession(1003755748)--Connection(1037346554)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.053--ServerSession(1003755748)--Connection(435626542)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:49.054--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.054--ServerSession(1003755748)--Connection(1037346554)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.054--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.054--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.054--ServerSession(1003755748)--Connection(1013528106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.054--ServerSession(1003755748)--Connection(1013528106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.054--ServerSession(1003755748)--Connection(605201451)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.055--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.055--ServerSession(1003755748)--Connection(1013528106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.055--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.055--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:49.055--ServerSession(1003755748)--Connection(689147194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.055--ServerSession(1003755748)--Connection(689147194)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.055--ServerSession(1003755748)--Connection(1555965524)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2024-04-30 17:53:49.056--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.056--ServerSession(1003755748)--Connection(689147194)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.056--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:49.056--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.056--ServerSession(1003755748)--Connection(1231696346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.056--ServerSession(1003755748)--Connection(1231696346)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.056--ServerSession(1003755748)--Connection(2082807696)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.057--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.057--ServerSession(1003755748)--Connection(1231696346)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.057--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.057--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.057--ServerSession(1003755748)--Connection(1537371824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.057--ServerSession(1003755748)--Connection(1537371824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.058--ServerSession(1003755748)--Connection(1130258687)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.058--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.058--ServerSession(1003755748)--Connection(1537371824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.058--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.106--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.107--ServerSession(1003755748)--Connection(1727026317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.107--ServerSession(1003755748)--Connection(1727026317)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.107--ServerSession(1003755748)--Connection(779051277)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.108--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.108--ServerSession(1003755748)--Connection(1727026317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.108--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.109--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:49.109--ServerSession(1003755748)--Connection(279963418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.109--ServerSession(1003755748)--Connection(279963418)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.109--ServerSession(1003755748)--Connection(1948224958)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2024-04-30 17:53:49.11--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.11--ServerSession(1003755748)--Connection(279963418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.11--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:49.11--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.11--ServerSession(1003755748)--Connection(170778406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.11--ServerSession(1003755748)--Connection(170778406)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.11--ServerSession(1003755748)--Connection(1708490318)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2024-04-30 17:53:49.111--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.111--ServerSession(1003755748)--Connection(170778406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.111--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.111--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:53:49.112--ServerSession(1003755748)--Connection(598049166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.112--ServerSession(1003755748)--Connection(598049166)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.112--ServerSession(1003755748)--Connection(1192603187)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2024-04-30 17:53:49.112--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.113--ServerSession(1003755748)--Connection(598049166)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.113--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.113--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.113--ServerSession(1003755748)--Connection(531373404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.113--ServerSession(1003755748)--Connection(531373404)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.113--ServerSession(1003755748)--Connection(277497558)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2024-04-30 17:53:49.114--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.114--ServerSession(1003755748)--Connection(531373404)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.114--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.114--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:49.114--ServerSession(1003755748)--Connection(392760852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.114--ServerSession(1003755748)--Connection(392760852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.115--ServerSession(1003755748)--Connection(1750120280)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2024-04-30 17:53:49.115--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.116--ServerSession(1003755748)--Connection(392760852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.116--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:49.116--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:49.116--ServerSession(1003755748)--Connection(1883652579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.116--ServerSession(1003755748)--Connection(1883652579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.116--ServerSession(1003755748)--Connection(788592721)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2024-04-30 17:53:49.116--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.117--ServerSession(1003755748)--Connection(1883652579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.117--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:49.117--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.117--ServerSession(1003755748)--Connection(527939020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.117--ServerSession(1003755748)--Connection(527939020)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.117--ServerSession(1003755748)--Connection(1568450200)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2024-04-30 17:53:49.118--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.118--ServerSession(1003755748)--Connection(527939020)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.118--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.118--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:53:49.119--ServerSession(1003755748)--Connection(208437930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.119--ServerSession(1003755748)--Connection(208437930)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.119--ServerSession(1003755748)--Connection(773300030)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2024-04-30 17:53:49.119--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.12--ServerSession(1003755748)--Connection(208437930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.12--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.12--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.12--ServerSession(1003755748)--Connection(1397516135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.12--ServerSession(1003755748)--Connection(1397516135)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.12--ServerSession(1003755748)--Connection(1004390006)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2024-04-30 17:53:49.121--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.122--ServerSession(1003755748)--Connection(1397516135)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.122--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.122--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:49.122--ServerSession(1003755748)--Connection(38647502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.122--ServerSession(1003755748)--Connection(38647502)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.122--ServerSession(1003755748)--Connection(839552703)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2024-04-30 17:53:49.123--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.123--ServerSession(1003755748)--Connection(38647502)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.123--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:49.123--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:49.123--ServerSession(1003755748)--Connection(1152487396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.123--ServerSession(1003755748)--Connection(1152487396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.123--ServerSession(1003755748)--Connection(732277370)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2024-04-30 17:53:49.124--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.124--ServerSession(1003755748)--Connection(1152487396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.124--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:49.125--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:49.125--ServerSession(1003755748)--Connection(585496942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.125--ServerSession(1003755748)--Connection(585496942)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.125--ServerSession(1003755748)--Connection(1784908921)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2024-04-30 17:53:49.125--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.126--ServerSession(1003755748)--Connection(585496942)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.126--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:49.126--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:53:49.126--ServerSession(1003755748)--Connection(1152488702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.126--ServerSession(1003755748)--Connection(1152488702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.126--ServerSession(1003755748)--Connection(1225927567)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:53:49.127--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.127--ServerSession(1003755748)--Connection(1152488702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.127--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.127--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.127--ServerSession(1003755748)--Connection(1273675500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.127--ServerSession(1003755748)--Connection(1273675500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.127--ServerSession(1003755748)--Connection(62182667)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.128--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.128--ServerSession(1003755748)--Connection(1273675500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.128--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.128--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:53:49.128--ServerSession(1003755748)--Connection(1198450099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.128--ServerSession(1003755748)--Connection(1198450099)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.128--ServerSession(1003755748)--Connection(1508720236)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:53:49.129--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.129--ServerSession(1003755748)--Connection(1198450099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.129--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.129--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.129--ServerSession(1003755748)--Connection(830381116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.129--ServerSession(1003755748)--Connection(830381116)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.13--ServerSession(1003755748)--Connection(26059997)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:49.13--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.13--ServerSession(1003755748)--Connection(830381116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.13--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.131--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.131--ServerSession(1003755748)--Connection(1753746465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.131--ServerSession(1003755748)--Connection(1753746465)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.131--ServerSession(1003755748)--Connection(768795248)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:49.131--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.132--ServerSession(1003755748)--Connection(1753746465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.132--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.132--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.132--ServerSession(1003755748)--Connection(1866340787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.132--ServerSession(1003755748)--Connection(1866340787)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.132--ServerSession(1003755748)--Connection(1207953777)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:49.133--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.133--ServerSession(1003755748)--Connection(1866340787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.133--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.133--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.133--ServerSession(1003755748)--Connection(351965871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.133--ServerSession(1003755748)--Connection(351965871)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.133--ServerSession(1003755748)--Connection(186049026)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:49.134--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.134--ServerSession(1003755748)--Connection(351965871)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.134--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.134--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.134--ServerSession(1003755748)--Connection(1825903149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.134--ServerSession(1003755748)--Connection(1825903149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.135--ServerSession(1003755748)--Connection(746228466)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.135--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.136--ServerSession(1003755748)--Connection(1825903149)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.136--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.136--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.136--ServerSession(1003755748)--Connection(1913386579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.136--ServerSession(1003755748)--Connection(1913386579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.136--ServerSession(1003755748)--Connection(906741317)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:49.136--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.137--ServerSession(1003755748)--Connection(1913386579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.137--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.137--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.137--ServerSession(1003755748)--Connection(1565647145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.137--ServerSession(1003755748)--Connection(1565647145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.137--ServerSession(1003755748)--Connection(1891974590)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.138--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.138--ServerSession(1003755748)--Connection(1565647145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.138--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.138--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.138--ServerSession(1003755748)--Connection(566760932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.138--ServerSession(1003755748)--Connection(566760932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.138--ServerSession(1003755748)--Connection(1933762653)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.139--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.139--ServerSession(1003755748)--Connection(566760932)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.139--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.139--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.139--ServerSession(1003755748)--Connection(356005505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.14--ServerSession(1003755748)--Connection(356005505)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.14--ServerSession(1003755748)--Connection(1950246647)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.14--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.141--ServerSession(1003755748)--Connection(356005505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.141--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.141--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.141--ServerSession(1003755748)--Connection(574746715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.141--ServerSession(1003755748)--Connection(574746715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.141--ServerSession(1003755748)--Connection(1981372076)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.142--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.142--ServerSession(1003755748)--Connection(574746715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.142--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.142--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.142--ServerSession(1003755748)--Connection(810353241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.142--ServerSession(1003755748)--Connection(810353241)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.142--ServerSession(1003755748)--Connection(488898339)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:49.143--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.143--ServerSession(1003755748)--Connection(810353241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.143--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.143--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.143--ServerSession(1003755748)--Connection(1821581506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.143--ServerSession(1003755748)--Connection(1821581506)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.143--ServerSession(1003755748)--Connection(873769155)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.144--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.144--ServerSession(1003755748)--Connection(1821581506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.144--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.144--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.144--ServerSession(1003755748)--Connection(217389263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.144--ServerSession(1003755748)--Connection(217389263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.145--ServerSession(1003755748)--Connection(2031467683)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.145--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.145--ServerSession(1003755748)--Connection(217389263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.145--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.145--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.145--ServerSession(1003755748)--Connection(987015126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.146--ServerSession(1003755748)--Connection(987015126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.146--ServerSession(1003755748)--Connection(507765539)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.146--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.147--ServerSession(1003755748)--Connection(987015126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.147--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.147--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:49.147--ServerSession(1003755748)--Connection(275002771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.147--ServerSession(1003755748)--Connection(275002771)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.147--ServerSession(1003755748)--Connection(261216862)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2024-04-30 17:53:49.148--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.148--ServerSession(1003755748)--Connection(275002771)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.148--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:49.148--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:49.148--ServerSession(1003755748)--Connection(2046652309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.148--ServerSession(1003755748)--Connection(2046652309)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.148--ServerSession(1003755748)--Connection(1216611732)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2024-04-30 17:53:49.149--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.149--ServerSession(1003755748)--Connection(2046652309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.149--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:49.149--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.149--ServerSession(1003755748)--Connection(344080246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.149--ServerSession(1003755748)--Connection(344080246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.15--ServerSession(1003755748)--Connection(110197684)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.15--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.15--ServerSession(1003755748)--Connection(344080246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.15--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.151--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.151--ServerSession(1003755748)--Connection(339933064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.151--ServerSession(1003755748)--Connection(339933064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.151--ServerSession(1003755748)--Connection(289281017)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.151--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.152--ServerSession(1003755748)--Connection(339933064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.152--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.152--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:49.152--ServerSession(1003755748)--Connection(2038020279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.152--ServerSession(1003755748)--Connection(2038020279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.152--ServerSession(1003755748)--Connection(2047147687)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2024-04-30 17:53:49.152--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.153--ServerSession(1003755748)--Connection(2038020279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.153--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:49.153--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.153--ServerSession(1003755748)--Connection(2070830098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.153--ServerSession(1003755748)--Connection(2070830098)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.153--ServerSession(1003755748)--Connection(1332150216)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2024-04-30 17:53:49.153--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.154--ServerSession(1003755748)--Connection(2070830098)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.154--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.154--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.154--ServerSession(1003755748)--Connection(770669178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.154--ServerSession(1003755748)--Connection(770669178)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.154--ServerSession(1003755748)--Connection(619199769)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.155--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.155--ServerSession(1003755748)--Connection(770669178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.155--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.155--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.155--ServerSession(1003755748)--Connection(411876574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.155--ServerSession(1003755748)--Connection(411876574)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.155--ServerSession(1003755748)--Connection(1323706655)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.156--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.156--ServerSession(1003755748)--Connection(411876574)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.156--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.156--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:49.156--ServerSession(1003755748)--Connection(937437482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.156--ServerSession(1003755748)--Connection(937437482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.156--ServerSession(1003755748)--Connection(1257703748)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2024-04-30 17:53:49.157--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.157--ServerSession(1003755748)--Connection(937437482)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.157--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:49.157--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:49.157--ServerSession(1003755748)--Connection(3768050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.157--ServerSession(1003755748)--Connection(3768050)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.157--ServerSession(1003755748)--Connection(916897446)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2024-04-30 17:53:49.158--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.158--ServerSession(1003755748)--Connection(3768050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.158--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:49.158--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.159--ServerSession(1003755748)--Connection(1110913929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.159--ServerSession(1003755748)--Connection(1110913929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.159--ServerSession(1003755748)--Connection(162667475)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.159--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.16--ServerSession(1003755748)--Connection(1110913929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.16--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.16--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.16--ServerSession(1003755748)--Connection(124132186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.16--ServerSession(1003755748)--Connection(124132186)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.16--ServerSession(1003755748)--Connection(2083969860)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.16--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.161--ServerSession(1003755748)--Connection(124132186)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.161--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.161--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:49.161--ServerSession(1003755748)--Connection(2030294088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.161--ServerSession(1003755748)--Connection(2030294088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.161--ServerSession(1003755748)--Connection(1309191417)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2024-04-30 17:53:49.162--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.162--ServerSession(1003755748)--Connection(2030294088)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.162--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:49.162--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.162--ServerSession(1003755748)--Connection(2026706491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.162--ServerSession(1003755748)--Connection(2026706491)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.162--ServerSession(1003755748)--Connection(520830206)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.163--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.163--ServerSession(1003755748)--Connection(2026706491)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.163--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.164--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.164--ServerSession(1003755748)--Connection(1705281026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.164--ServerSession(1003755748)--Connection(1705281026)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.164--ServerSession(1003755748)--Connection(1967667267)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:49.164--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.165--ServerSession(1003755748)--Connection(1705281026)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.165--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.165--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:49.165--ServerSession(1003755748)--Connection(1589968642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.165--ServerSession(1003755748)--Connection(1589968642)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.165--ServerSession(1003755748)--Connection(521270862)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2024-04-30 17:53:49.166--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.166--ServerSession(1003755748)--Connection(1589968642)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.166--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:49.166--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.166--ServerSession(1003755748)--Connection(140040372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.166--ServerSession(1003755748)--Connection(140040372)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.166--ServerSession(1003755748)--Connection(1897732690)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2024-04-30 17:53:49.167--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.167--ServerSession(1003755748)--Connection(140040372)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.167--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.167--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.167--ServerSession(1003755748)--Connection(808377204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.167--ServerSession(1003755748)--Connection(808377204)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.167--ServerSession(1003755748)--Connection(2130520253)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:49.168--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.169--ServerSession(1003755748)--Connection(808377204)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.169--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.169--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.169--ServerSession(1003755748)--Connection(1998103567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.169--ServerSession(1003755748)--Connection(1998103567)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.169--ServerSession(1003755748)--Connection(824915171)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:49.17--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.17--ServerSession(1003755748)--Connection(1998103567)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.17--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.17--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.17--ServerSession(1003755748)--Connection(445010547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.17--ServerSession(1003755748)--Connection(445010547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.17--ServerSession(1003755748)--Connection(680306160)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.171--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.171--ServerSession(1003755748)--Connection(445010547)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.171--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.172--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.172--ServerSession(1003755748)--Connection(1153256202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.172--ServerSession(1003755748)--Connection(1153256202)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.172--ServerSession(1003755748)--Connection(1811975204)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:49.172--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.173--ServerSession(1003755748)--Connection(1153256202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.173--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.212--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.212--ServerSession(1003755748)--Connection(554146322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.212--ServerSession(1003755748)--Connection(554146322)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.212--ServerSession(1003755748)--Connection(265052195)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.213--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.213--ServerSession(1003755748)--Connection(554146322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.213--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.213--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.214--ServerSession(1003755748)--Connection(910260820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.214--ServerSession(1003755748)--Connection(910260820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.214--ServerSession(1003755748)--Connection(730575236)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.214--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.215--ServerSession(1003755748)--Connection(910260820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.215--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.215--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:49.215--ServerSession(1003755748)--Connection(231182885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.215--ServerSession(1003755748)--Connection(231182885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.215--ServerSession(1003755748)--Connection(820627987)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2024-04-30 17:53:49.215--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.216--ServerSession(1003755748)--Connection(231182885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.216--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:49.216--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:49.216--ServerSession(1003755748)--Connection(1361609751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.216--ServerSession(1003755748)--Connection(1361609751)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.216--ServerSession(1003755748)--Connection(1624203949)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2024-04-30 17:53:49.216--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.217--ServerSession(1003755748)--Connection(1361609751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.217--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:49.217--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.217--ServerSession(1003755748)--Connection(449105069)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.217--ServerSession(1003755748)--Connection(449105069)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.217--ServerSession(1003755748)--Connection(265939934)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:49.217--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.218--ServerSession(1003755748)--Connection(449105069)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.218--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.218--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.218--ServerSession(1003755748)--Connection(1323676377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.218--ServerSession(1003755748)--Connection(1323676377)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.218--ServerSession(1003755748)--Connection(1928900108)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2024-04-30 17:53:49.218--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.219--ServerSession(1003755748)--Connection(1323676377)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.219--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.219--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:49.219--ServerSession(1003755748)--Connection(1730595945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.219--ServerSession(1003755748)--Connection(1730595945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.219--ServerSession(1003755748)--Connection(79092014)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2024-04-30 17:53:49.219--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.22--ServerSession(1003755748)--Connection(1730595945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.22--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:49.22--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.22--ServerSession(1003755748)--Connection(2023349777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.22--ServerSession(1003755748)--Connection(2023349777)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.22--ServerSession(1003755748)--Connection(688722159)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2024-04-30 17:53:49.221--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.221--ServerSession(1003755748)--Connection(2023349777)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.221--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.221--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:53:49.221--ServerSession(1003755748)--Connection(1682828548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.221--ServerSession(1003755748)--Connection(1682828548)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.221--ServerSession(1003755748)--Connection(1385352906)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2024-04-30 17:53:49.221--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.222--ServerSession(1003755748)--Connection(1682828548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.222--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.222--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:49.222--ServerSession(1003755748)--Connection(245298614)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.222--ServerSession(1003755748)--Connection(245298614)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.222--ServerSession(1003755748)--Connection(87035052)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2024-04-30 17:53:49.222--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.223--ServerSession(1003755748)--Connection(245298614)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.223--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:49.223--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:53:49.223--ServerSession(1003755748)--Connection(463690173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.223--ServerSession(1003755748)--Connection(463690173)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.223--ServerSession(1003755748)--Connection(1659452474)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2024-04-30 17:53:49.224--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.224--ServerSession(1003755748)--Connection(463690173)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.224--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.224--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:49.224--ServerSession(1003755748)--Connection(634991000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.224--ServerSession(1003755748)--Connection(634991000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.224--ServerSession(1003755748)--Connection(607578671)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2024-04-30 17:53:49.225--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.225--ServerSession(1003755748)--Connection(634991000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.225--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:49.225--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:49.225--ServerSession(1003755748)--Connection(550424075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.225--ServerSession(1003755748)--Connection(550424075)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.225--ServerSession(1003755748)--Connection(1282899579)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2024-04-30 17:53:49.226--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.226--ServerSession(1003755748)--Connection(550424075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.226--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:49.226--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.226--ServerSession(1003755748)--Connection(2028088629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.226--ServerSession(1003755748)--Connection(2028088629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.226--ServerSession(1003755748)--Connection(780802740)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.227--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.227--ServerSession(1003755748)--Connection(2028088629)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.227--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.227--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:49.227--ServerSession(1003755748)--Connection(447477005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.227--ServerSession(1003755748)--Connection(447477005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.227--ServerSession(1003755748)--Connection(1942612200)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2024-04-30 17:53:49.228--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.228--ServerSession(1003755748)--Connection(447477005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.228--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:49.228--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.228--ServerSession(1003755748)--Connection(502066023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.228--ServerSession(1003755748)--Connection(502066023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.228--ServerSession(1003755748)--Connection(1479177802)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:49.229--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.229--ServerSession(1003755748)--Connection(502066023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.229--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.229--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.229--ServerSession(1003755748)--Connection(690051320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.229--ServerSession(1003755748)--Connection(690051320)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.229--ServerSession(1003755748)--Connection(1407986024)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.23--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.23--ServerSession(1003755748)--Connection(690051320)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.23--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.23--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:49.23--ServerSession(1003755748)--Connection(2115597658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.23--ServerSession(1003755748)--Connection(2115597658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.23--ServerSession(1003755748)--Connection(1566311673)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2024-04-30 17:53:49.231--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.231--ServerSession(1003755748)--Connection(2115597658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.231--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:49.231--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.231--ServerSession(1003755748)--Connection(1266224518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.231--ServerSession(1003755748)--Connection(1266224518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.231--ServerSession(1003755748)--Connection(2122252822)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.232--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.232--ServerSession(1003755748)--Connection(1266224518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.232--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.232--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.232--ServerSession(1003755748)--Connection(1658534033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.232--ServerSession(1003755748)--Connection(1658534033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.232--ServerSession(1003755748)--Connection(1640832113)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.233--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.233--ServerSession(1003755748)--Connection(1658534033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.233--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.233--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.233--ServerSession(1003755748)--Connection(1766122814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.233--ServerSession(1003755748)--Connection(1766122814)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.233--ServerSession(1003755748)--Connection(1390430007)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.234--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.234--ServerSession(1003755748)--Connection(1766122814)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.234--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.234--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:49.234--ServerSession(1003755748)--Connection(441260727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.234--ServerSession(1003755748)--Connection(441260727)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.234--ServerSession(1003755748)--Connection(1416520149)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2024-04-30 17:53:49.235--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.235--ServerSession(1003755748)--Connection(441260727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.235--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:49.235--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.235--ServerSession(1003755748)--Connection(1618489605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.235--ServerSession(1003755748)--Connection(1618489605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.235--ServerSession(1003755748)--Connection(311559967)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2024-04-30 17:53:49.236--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.236--ServerSession(1003755748)--Connection(1618489605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.236--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.236--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:53:49.236--ServerSession(1003755748)--Connection(190868662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.236--ServerSession(1003755748)--Connection(190868662)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.236--ServerSession(1003755748)--Connection(707892422)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2024-04-30 17:53:49.237--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.237--ServerSession(1003755748)--Connection(190868662)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.237--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.237--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.237--ServerSession(1003755748)--Connection(808862230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.237--ServerSession(1003755748)--Connection(808862230)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.237--ServerSession(1003755748)--Connection(951819642)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2024-04-30 17:53:49.238--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.238--ServerSession(1003755748)--Connection(808862230)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.238--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.238--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:49.238--ServerSession(1003755748)--Connection(2027308154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.238--ServerSession(1003755748)--Connection(2027308154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.239--ServerSession(1003755748)--Connection(2054332292)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2024-04-30 17:53:49.239--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.239--ServerSession(1003755748)--Connection(2027308154)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.239--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:49.24--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:49.24--ServerSession(1003755748)--Connection(1431244283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.24--ServerSession(1003755748)--Connection(1431244283)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.24--ServerSession(1003755748)--Connection(527464124)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2024-04-30 17:53:49.24--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.241--ServerSession(1003755748)--Connection(1431244283)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.241--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:49.241--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.241--ServerSession(1003755748)--Connection(1536399059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.241--ServerSession(1003755748)--Connection(1536399059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.241--ServerSession(1003755748)--Connection(1981708431)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2024-04-30 17:53:49.241--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.242--ServerSession(1003755748)--Connection(1536399059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.242--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.242--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:53:49.242--ServerSession(1003755748)--Connection(419923787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.242--ServerSession(1003755748)--Connection(419923787)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.242--ServerSession(1003755748)--Connection(1583722422)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2024-04-30 17:53:49.242--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.243--ServerSession(1003755748)--Connection(419923787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.243--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.243--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.243--ServerSession(1003755748)--Connection(142941409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.243--ServerSession(1003755748)--Connection(142941409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.243--ServerSession(1003755748)--Connection(765329253)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2024-04-30 17:53:49.243--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.244--ServerSession(1003755748)--Connection(142941409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.244--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.244--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:49.244--ServerSession(1003755748)--Connection(1446243714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.244--ServerSession(1003755748)--Connection(1446243714)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.244--ServerSession(1003755748)--Connection(1987154353)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2024-04-30 17:53:49.244--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.245--ServerSession(1003755748)--Connection(1446243714)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.245--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:49.245--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:49.245--ServerSession(1003755748)--Connection(1562452013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.245--ServerSession(1003755748)--Connection(1562452013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.245--ServerSession(1003755748)--Connection(347572726)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2024-04-30 17:53:49.245--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.246--ServerSession(1003755748)--Connection(1562452013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.246--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:49.246--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:49.246--ServerSession(1003755748)--Connection(1930401429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.246--ServerSession(1003755748)--Connection(1930401429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.246--ServerSession(1003755748)--Connection(662433937)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2024-04-30 17:53:49.246--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.247--ServerSession(1003755748)--Connection(1930401429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.247--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:49.247--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:53:49.247--ServerSession(1003755748)--Connection(1778994610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.247--ServerSession(1003755748)--Connection(1778994610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.247--ServerSession(1003755748)--Connection(1706939736)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:53:49.247--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.248--ServerSession(1003755748)--Connection(1778994610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.248--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.248--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.248--ServerSession(1003755748)--Connection(1273689789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.248--ServerSession(1003755748)--Connection(1273689789)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.248--ServerSession(1003755748)--Connection(1798194863)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.249--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.249--ServerSession(1003755748)--Connection(1273689789)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.249--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.249--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:53:49.249--ServerSession(1003755748)--Connection(792195577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.249--ServerSession(1003755748)--Connection(792195577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.249--ServerSession(1003755748)--Connection(863286716)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:53:49.25--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.25--ServerSession(1003755748)--Connection(792195577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.25--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.25--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.25--ServerSession(1003755748)--Connection(1484397819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.25--ServerSession(1003755748)--Connection(1484397819)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.25--ServerSession(1003755748)--Connection(1213367860)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:49.25--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.251--ServerSession(1003755748)--Connection(1484397819)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.251--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.251--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.251--ServerSession(1003755748)--Connection(1078448857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.251--ServerSession(1003755748)--Connection(1078448857)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.251--ServerSession(1003755748)--Connection(1221759982)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:49.251--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.252--ServerSession(1003755748)--Connection(1078448857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.252--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.252--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.252--ServerSession(1003755748)--Connection(576222471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.252--ServerSession(1003755748)--Connection(576222471)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.252--ServerSession(1003755748)--Connection(1551350415)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:49.252--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.253--ServerSession(1003755748)--Connection(576222471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.253--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.253--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.253--ServerSession(1003755748)--Connection(2047799833)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.253--ServerSession(1003755748)--Connection(2047799833)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.253--ServerSession(1003755748)--Connection(455036946)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:49.253--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.254--ServerSession(1003755748)--Connection(2047799833)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.254--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.254--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.254--ServerSession(1003755748)--Connection(1249070084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.254--ServerSession(1003755748)--Connection(1249070084)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.254--ServerSession(1003755748)--Connection(1197535593)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.254--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.255--ServerSession(1003755748)--Connection(1249070084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.255--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.255--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.255--ServerSession(1003755748)--Connection(901852282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.255--ServerSession(1003755748)--Connection(901852282)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.255--ServerSession(1003755748)--Connection(1703040426)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:49.255--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.256--ServerSession(1003755748)--Connection(901852282)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.256--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.256--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.256--ServerSession(1003755748)--Connection(1985363238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.256--ServerSession(1003755748)--Connection(1985363238)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.256--ServerSession(1003755748)--Connection(1254649194)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.256--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.256--ServerSession(1003755748)--Connection(1985363238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Connection(1351247295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Connection(1351247295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Connection(401792389)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Connection(1351247295)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.257--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.258--ServerSession(1003755748)--Connection(553846997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.258--ServerSession(1003755748)--Connection(553846997)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.258--ServerSession(1003755748)--Connection(581383895)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.258--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Connection(553846997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Connection(2134195609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Connection(2134195609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Connection(1179244298)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Connection(2134195609)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.259--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Connection(953253248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Connection(953253248)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Connection(1860060918)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Connection(953253248)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Connection(556263022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.26--ServerSession(1003755748)--Connection(556263022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.261--ServerSession(1003755748)--Connection(304718519)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.261--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.261--ServerSession(1003755748)--Connection(556263022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.261--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.261--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.261--ServerSession(1003755748)--Connection(1372150180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.261--ServerSession(1003755748)--Connection(1372150180)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.262--ServerSession(1003755748)--Connection(1338229093)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.262--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.262--ServerSession(1003755748)--Connection(1372150180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.262--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.262--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.262--ServerSession(1003755748)--Connection(2070438137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.262--ServerSession(1003755748)--Connection(2070438137)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.262--ServerSession(1003755748)--Connection(1626800713)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.263--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.263--ServerSession(1003755748)--Connection(2070438137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.263--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.263--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:49.263--ServerSession(1003755748)--Connection(640161448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.263--ServerSession(1003755748)--Connection(640161448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.264--ServerSession(1003755748)--Connection(520082748)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2024-04-30 17:53:49.264--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.264--ServerSession(1003755748)--Connection(640161448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.264--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:49.264--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:49.264--ServerSession(1003755748)--Connection(110233108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.264--ServerSession(1003755748)--Connection(110233108)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.264--ServerSession(1003755748)--Connection(1617550648)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2024-04-30 17:53:49.265--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.265--ServerSession(1003755748)--Connection(110233108)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.265--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:49.317--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.317--ServerSession(1003755748)--Connection(1434932926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.317--ServerSession(1003755748)--Connection(1434932926)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.317--ServerSession(1003755748)--Connection(1127434428)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.318--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.318--ServerSession(1003755748)--Connection(1434932926)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.318--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.318--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.318--ServerSession(1003755748)--Connection(271502370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.318--ServerSession(1003755748)--Connection(271502370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.318--ServerSession(1003755748)--Connection(2146654783)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.319--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.319--ServerSession(1003755748)--Connection(271502370)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.319--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.319--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:49.319--ServerSession(1003755748)--Connection(623757508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.319--ServerSession(1003755748)--Connection(623757508)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.319--ServerSession(1003755748)--Connection(1124360095)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2024-04-30 17:53:49.32--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.32--ServerSession(1003755748)--Connection(623757508)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.32--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:49.32--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.32--ServerSession(1003755748)--Connection(1677976140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.32--ServerSession(1003755748)--Connection(1677976140)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.32--ServerSession(1003755748)--Connection(790851040)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2024-04-30 17:53:49.321--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.321--ServerSession(1003755748)--Connection(1677976140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.321--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.321--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.321--ServerSession(1003755748)--Connection(1987707214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.321--ServerSession(1003755748)--Connection(1987707214)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.321--ServerSession(1003755748)--Connection(219192399)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.322--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.322--ServerSession(1003755748)--Connection(1987707214)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.322--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.322--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.322--ServerSession(1003755748)--Connection(653553574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.322--ServerSession(1003755748)--Connection(653553574)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.322--ServerSession(1003755748)--Connection(2259527)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.323--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.323--ServerSession(1003755748)--Connection(653553574)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.323--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.323--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:49.323--ServerSession(1003755748)--Connection(1974356511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.323--ServerSession(1003755748)--Connection(1974356511)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.323--ServerSession(1003755748)--Connection(1881309779)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2024-04-30 17:53:49.324--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.324--ServerSession(1003755748)--Connection(1974356511)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.324--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:49.324--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:49.324--ServerSession(1003755748)--Connection(566042862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.324--ServerSession(1003755748)--Connection(566042862)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.324--ServerSession(1003755748)--Connection(650410100)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2024-04-30 17:53:49.325--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.325--ServerSession(1003755748)--Connection(566042862)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.325--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:49.325--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.325--ServerSession(1003755748)--Connection(675889995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.325--ServerSession(1003755748)--Connection(675889995)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.325--ServerSession(1003755748)--Connection(1622912252)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.326--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.326--ServerSession(1003755748)--Connection(675889995)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.326--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.326--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.326--ServerSession(1003755748)--Connection(626961003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.326--ServerSession(1003755748)--Connection(626961003)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.326--ServerSession(1003755748)--Connection(1198515856)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.327--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.327--ServerSession(1003755748)--Connection(626961003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.327--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.327--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:49.327--ServerSession(1003755748)--Connection(1424188812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.327--ServerSession(1003755748)--Connection(1424188812)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.327--ServerSession(1003755748)--Connection(71209097)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2024-04-30 17:53:49.328--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.328--ServerSession(1003755748)--Connection(1424188812)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.328--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:49.328--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.328--ServerSession(1003755748)--Connection(892093608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.328--ServerSession(1003755748)--Connection(892093608)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.328--ServerSession(1003755748)--Connection(2058127492)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.329--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.329--ServerSession(1003755748)--Connection(892093608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.329--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.329--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.329--ServerSession(1003755748)--Connection(1535454025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.329--ServerSession(1003755748)--Connection(1535454025)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.329--ServerSession(1003755748)--Connection(215690645)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:49.33--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.33--ServerSession(1003755748)--Connection(1535454025)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.33--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.33--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:49.33--ServerSession(1003755748)--Connection(794476802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.33--ServerSession(1003755748)--Connection(794476802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.33--ServerSession(1003755748)--Connection(1576499395)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2024-04-30 17:53:49.331--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.331--ServerSession(1003755748)--Connection(794476802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.331--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:49.331--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.331--ServerSession(1003755748)--Connection(1906335777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.331--ServerSession(1003755748)--Connection(1906335777)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.331--ServerSession(1003755748)--Connection(135003590)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2024-04-30 17:53:49.332--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.332--ServerSession(1003755748)--Connection(1906335777)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.332--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.332--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.332--ServerSession(1003755748)--Connection(1281361915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.332--ServerSession(1003755748)--Connection(1281361915)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.332--ServerSession(1003755748)--Connection(1043584830)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:49.333--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.333--ServerSession(1003755748)--Connection(1281361915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.333--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.333--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.333--ServerSession(1003755748)--Connection(1648217898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.333--ServerSession(1003755748)--Connection(1648217898)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.333--ServerSession(1003755748)--Connection(783172425)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:49.334--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.334--ServerSession(1003755748)--Connection(1648217898)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.334--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.334--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.334--ServerSession(1003755748)--Connection(1755634886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.334--ServerSession(1003755748)--Connection(1755634886)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.334--ServerSession(1003755748)--Connection(1684802151)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.335--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.335--ServerSession(1003755748)--Connection(1755634886)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.335--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.335--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.335--ServerSession(1003755748)--Connection(292890110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.335--ServerSession(1003755748)--Connection(292890110)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.335--ServerSession(1003755748)--Connection(1601800698)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:49.335--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.336--ServerSession(1003755748)--Connection(292890110)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.336--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.336--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.336--ServerSession(1003755748)--Connection(1184248953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.336--ServerSession(1003755748)--Connection(1184248953)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.336--ServerSession(1003755748)--Connection(2121573248)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.336--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.337--ServerSession(1003755748)--Connection(1184248953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.337--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.337--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:53:49.337--ServerSession(1003755748)--Connection(581364120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.337--ServerSession(1003755748)--Connection(581364120)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.337--ServerSession(1003755748)--Connection(1441014857)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2024-04-30 17:53:49.337--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Connection(581364120)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Connection(1845137754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Connection(1845137754)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Connection(2013613908)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Connection(1845137754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:49.338--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:49.339--ServerSession(1003755748)--Connection(1040172900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.339--ServerSession(1003755748)--Connection(1040172900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.339--ServerSession(1003755748)--Connection(79094208)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2024-04-30 17:53:49.339--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.339--ServerSession(1003755748)--Connection(1040172900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.339--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:49.339--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.339--ServerSession(1003755748)--Connection(1699511597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.34--ServerSession(1003755748)--Connection(1699511597)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.34--ServerSession(1003755748)--Connection(650859015)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:49.34--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.34--ServerSession(1003755748)--Connection(1699511597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.34--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.34--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.34--ServerSession(1003755748)--Connection(416878771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.34--ServerSession(1003755748)--Connection(416878771)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.341--ServerSession(1003755748)--Connection(511357840)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2024-04-30 17:53:49.341--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.341--ServerSession(1003755748)--Connection(416878771)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.341--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:49.341--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:49.341--ServerSession(1003755748)--Connection(2004305265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.341--ServerSession(1003755748)--Connection(2004305265)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.341--ServerSession(1003755748)--Connection(662409124)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2024-04-30 17:53:49.342--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.342--ServerSession(1003755748)--Connection(2004305265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.342--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:49.342--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.342--ServerSession(1003755748)--Connection(1644987969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.342--ServerSession(1003755748)--Connection(1644987969)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.342--ServerSession(1003755748)--Connection(790432700)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2024-04-30 17:53:49.343--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.343--ServerSession(1003755748)--Connection(1644987969)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.343--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.343--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:53:49.343--ServerSession(1003755748)--Connection(178192958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.343--ServerSession(1003755748)--Connection(178192958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.343--ServerSession(1003755748)--Connection(203924386)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2024-04-30 17:53:49.344--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.344--ServerSession(1003755748)--Connection(178192958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.344--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.344--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:49.344--ServerSession(1003755748)--Connection(439078230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.344--ServerSession(1003755748)--Connection(439078230)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.344--ServerSession(1003755748)--Connection(1758962399)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2024-04-30 17:53:49.345--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.345--ServerSession(1003755748)--Connection(439078230)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.345--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:49.345--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:53:49.345--ServerSession(1003755748)--Connection(318555935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.345--ServerSession(1003755748)--Connection(318555935)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.345--ServerSession(1003755748)--Connection(1450830187)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2024-04-30 17:53:49.346--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.346--ServerSession(1003755748)--Connection(318555935)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.346--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.346--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:49.346--ServerSession(1003755748)--Connection(1002406942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.346--ServerSession(1003755748)--Connection(1002406942)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.346--ServerSession(1003755748)--Connection(1326413897)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2024-04-30 17:53:49.347--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.347--ServerSession(1003755748)--Connection(1002406942)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.347--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:49.347--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:49.347--ServerSession(1003755748)--Connection(1054913783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.347--ServerSession(1003755748)--Connection(1054913783)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.347--ServerSession(1003755748)--Connection(2042120257)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2024-04-30 17:53:49.348--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.348--ServerSession(1003755748)--Connection(1054913783)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.348--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:49.348--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.348--ServerSession(1003755748)--Connection(1015539383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.348--ServerSession(1003755748)--Connection(1015539383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.348--ServerSession(1003755748)--Connection(125549276)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.349--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.349--ServerSession(1003755748)--Connection(1015539383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.349--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.349--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:49.349--ServerSession(1003755748)--Connection(2095793272)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.349--ServerSession(1003755748)--Connection(2095793272)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.349--ServerSession(1003755748)--Connection(2145040140)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2024-04-30 17:53:49.35--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.35--ServerSession(1003755748)--Connection(2095793272)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.35--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:49.35--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.35--ServerSession(1003755748)--Connection(1241182310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.35--ServerSession(1003755748)--Connection(1241182310)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.35--ServerSession(1003755748)--Connection(1872012709)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:49.351--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.351--ServerSession(1003755748)--Connection(1241182310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.351--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.351--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.351--ServerSession(1003755748)--Connection(172299409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.351--ServerSession(1003755748)--Connection(172299409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.351--ServerSession(1003755748)--Connection(337816703)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.352--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.352--ServerSession(1003755748)--Connection(172299409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.352--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.352--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:49.352--ServerSession(1003755748)--Connection(2076462312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.352--ServerSession(1003755748)--Connection(2076462312)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.352--ServerSession(1003755748)--Connection(1493642909)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2024-04-30 17:53:49.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.353--ServerSession(1003755748)--Connection(2076462312)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:49.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.353--ServerSession(1003755748)--Connection(177389135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.353--ServerSession(1003755748)--Connection(177389135)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.353--ServerSession(1003755748)--Connection(1407713529)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.354--ServerSession(1003755748)--Connection(177389135)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:49.354--ServerSession(1003755748)--Connection(1389984438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.354--ServerSession(1003755748)--Connection(1389984438)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.354--ServerSession(1003755748)--Connection(1302779492)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2024-04-30 17:53:49.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.355--ServerSession(1003755748)--Connection(1389984438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.355--ServerSession(1003755748)--Connection(816918962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.355--ServerSession(1003755748)--Connection(816918962)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.355--ServerSession(1003755748)--Connection(690287064)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.356--ServerSession(1003755748)--Connection(816918962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:49.356--ServerSession(1003755748)--Connection(1532915766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.356--ServerSession(1003755748)--Connection(1532915766)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.356--ServerSession(1003755748)--Connection(1658578510)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2024-04-30 17:53:49.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.357--ServerSession(1003755748)--Connection(1532915766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:49.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.357--ServerSession(1003755748)--Connection(1846307450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.357--ServerSession(1003755748)--Connection(1846307450)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.357--ServerSession(1003755748)--Connection(1182492749)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2024-04-30 17:53:49.358--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.358--ServerSession(1003755748)--Connection(1846307450)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.358--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.358--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:53:49.358--ServerSession(1003755748)--Connection(1825071442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.358--ServerSession(1003755748)--Connection(1825071442)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.358--ServerSession(1003755748)--Connection(1629133067)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2024-04-30 17:53:49.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.359--ServerSession(1003755748)--Connection(1825071442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.359--ServerSession(1003755748)--Connection(2145921383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.359--ServerSession(1003755748)--Connection(2145921383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.359--ServerSession(1003755748)--Connection(1350894905)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2024-04-30 17:53:49.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.36--ServerSession(1003755748)--Connection(2145921383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:49.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:49.36--ServerSession(1003755748)--Connection(1815501246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.36--ServerSession(1003755748)--Connection(1815501246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.36--ServerSession(1003755748)--Connection(1378612814)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2024-04-30 17:53:49.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.361--ServerSession(1003755748)--Connection(1815501246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:49.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:49.361--ServerSession(1003755748)--Connection(1594857799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.361--ServerSession(1003755748)--Connection(1594857799)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.361--ServerSession(1003755748)--Connection(27971761)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2024-04-30 17:53:49.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.362--ServerSession(1003755748)--Connection(1594857799)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:49.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.362--ServerSession(1003755748)--Connection(1526250321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.362--ServerSession(1003755748)--Connection(1526250321)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.362--ServerSession(1003755748)--Connection(2040452328)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2024-04-30 17:53:49.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.363--ServerSession(1003755748)--Connection(1526250321)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.363--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.363--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:53:49.363--ServerSession(1003755748)--Connection(1423491597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.363--ServerSession(1003755748)--Connection(1423491597)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.363--ServerSession(1003755748)--Connection(1264966132)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2024-04-30 17:53:49.363--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.364--ServerSession(1003755748)--Connection(1423491597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.364--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.364--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:53:49.364--ServerSession(1003755748)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.364--ServerSession(1003755748)--Connection(1607458416)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.364--ServerSession(1003755748)--Connection(1301653294)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2024-04-30 17:53:49.364--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.365--ServerSession(1003755748)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.365--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.365--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:49.365--ServerSession(1003755748)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.365--ServerSession(1003755748)--Connection(2008619427)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.365--ServerSession(1003755748)--Connection(1445225850)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2024-04-30 17:53:49.365--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Connection(1294058862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Connection(1294058862)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Connection(1919592808)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Connection(1294058862)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.366--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Connection(1898773347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Connection(1898773347)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Connection(853887645)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Connection(1898773347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Connection(303805531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.367--ServerSession(1003755748)--Connection(303805531)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.368--ServerSession(1003755748)--Connection(83534488)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:53:49.368--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.368--ServerSession(1003755748)--Connection(303805531)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.368--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.422--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:53:49.422--ServerSession(1003755748)--Connection(354154358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.422--ServerSession(1003755748)--Connection(354154358)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.423--ServerSession(1003755748)--Connection(1517105378)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2024-04-30 17:53:49.423--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.424--ServerSession(1003755748)--Connection(354154358)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.424--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.424--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:53:49.424--ServerSession(1003755748)--Connection(168398198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.424--ServerSession(1003755748)--Connection(168398198)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.424--ServerSession(1003755748)--Connection(1088649990)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:53:49.424--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.425--ServerSession(1003755748)--Connection(168398198)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.425--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.425--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:49.425--ServerSession(1003755748)--Connection(1842102517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.425--ServerSession(1003755748)--Connection(1842102517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.425--ServerSession(1003755748)--Connection(728236551)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:53:49.425--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.426--ServerSession(1003755748)--Connection(1842102517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.426--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.426--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:49.426--ServerSession(1003755748)--Connection(1457157255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.426--ServerSession(1003755748)--Connection(1457157255)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.426--ServerSession(1003755748)--Connection(1503546689)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:53:49.426--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Connection(1457157255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Connection(17792118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Connection(17792118)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Connection(74735260)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Connection(17792118)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.427--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Connection(1977493952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Connection(1977493952)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Connection(264767425)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Connection(1977493952)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Connection(1506648430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.428--ServerSession(1003755748)--Connection(1506648430)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.429--ServerSession(1003755748)--Connection(1574503358)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.429--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.429--ServerSession(1003755748)--Connection(1506648430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.429--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.429--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:49.429--ServerSession(1003755748)--Connection(1242969461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.429--ServerSession(1003755748)--Connection(1242969461)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.429--ServerSession(1003755748)--Connection(2120493960)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2024-04-30 17:53:49.43--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.43--ServerSession(1003755748)--Connection(1242969461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.43--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.43--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:49.43--ServerSession(1003755748)--Connection(2127481101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.43--ServerSession(1003755748)--Connection(2127481101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.43--ServerSession(1003755748)--Connection(92862012)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2024-04-30 17:53:49.431--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.431--ServerSession(1003755748)--Connection(2127481101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.431--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.431--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.431--ServerSession(1003755748)--Connection(427939937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.431--ServerSession(1003755748)--Connection(427939937)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.431--ServerSession(1003755748)--Connection(294649085)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.432--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.432--ServerSession(1003755748)--Connection(427939937)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.432--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.432--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.432--ServerSession(1003755748)--Connection(1947683363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.432--ServerSession(1003755748)--Connection(1947683363)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.432--ServerSession(1003755748)--Connection(1665324560)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.433--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.433--ServerSession(1003755748)--Connection(1947683363)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.433--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.433--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.433--ServerSession(1003755748)--Connection(2018164030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.433--ServerSession(1003755748)--Connection(2018164030)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.433--ServerSession(1003755748)--Connection(918730310)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.434--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.434--ServerSession(1003755748)--Connection(2018164030)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.434--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.434--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:49.434--ServerSession(1003755748)--Connection(1797112335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.434--ServerSession(1003755748)--Connection(1797112335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.434--ServerSession(1003755748)--Connection(1175662879)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2024-04-30 17:53:49.435--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.435--ServerSession(1003755748)--Connection(1797112335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.435--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.435--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:49.435--ServerSession(1003755748)--Connection(248050873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.435--ServerSession(1003755748)--Connection(248050873)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.435--ServerSession(1003755748)--Connection(197149397)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2024-04-30 17:53:49.435--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Connection(248050873)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Connection(937366737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Connection(937366737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Connection(2130400175)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Connection(937366737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.436--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.437--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:49.437--ServerSession(1003755748)--Connection(64989209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.437--ServerSession(1003755748)--Connection(64989209)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.437--ServerSession(1003755748)--Connection(1290358063)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2024-04-30 17:53:49.437--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:53:49.437--ServerSession(1003755748)--Connection(64989209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:53:49.437--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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]: 2024-04-30 17:53:49.438--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:49.438--ServerSession(1003755748)--Connection(1020897892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.438--ServerSession(1003755748)--Connection(1020897892)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.438--ServerSession(1003755748)--Connection(1119371910)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.441--ServerSession(1003755748)--Connection(1020897892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.441--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.441--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.441--ServerSession(1003755748)--Connection(1961667779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.441--ServerSession(1003755748)--Connection(1961667779)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.442--ServerSession(1003755748)--Connection(85435056)--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]: 2024-04-30 17:53:49.445--ServerSession(1003755748)--Connection(1961667779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.445--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.445--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.445--ServerSession(1003755748)--Connection(910691117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.445--ServerSession(1003755748)--Connection(910691117)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.445--ServerSession(1003755748)--Connection(668152723)--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]: 2024-04-30 17:53:49.448--ServerSession(1003755748)--Connection(910691117)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.448--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.448--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.448--ServerSession(1003755748)--Connection(1105958076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.448--ServerSession(1003755748)--Connection(1105958076)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.448--ServerSession(1003755748)--Connection(931987151)--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]: 2024-04-30 17:53:49.451--ServerSession(1003755748)--Connection(1105958076)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.451--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.451--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.451--ServerSession(1003755748)--Connection(1585189917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.451--ServerSession(1003755748)--Connection(1585189917)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.451--ServerSession(1003755748)--Connection(1135555866)--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]: 2024-04-30 17:53:49.454--ServerSession(1003755748)--Connection(1585189917)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.454--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.454--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.454--ServerSession(1003755748)--Connection(1928983164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.454--ServerSession(1003755748)--Connection(1928983164)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.455--ServerSession(1003755748)--Connection(1276894402)--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]: 2024-04-30 17:53:49.458--ServerSession(1003755748)--Connection(1928983164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.458--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.458--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.458--ServerSession(1003755748)--Connection(1268237485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.458--ServerSession(1003755748)--Connection(1268237485)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.458--ServerSession(1003755748)--Connection(1983948209)--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]: 2024-04-30 17:53:49.461--ServerSession(1003755748)--Connection(1268237485)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.461--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.461--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.461--ServerSession(1003755748)--Connection(603183755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.461--ServerSession(1003755748)--Connection(603183755)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.461--ServerSession(1003755748)--Connection(1446301940)--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]: 2024-04-30 17:53:49.464--ServerSession(1003755748)--Connection(603183755)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.464--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.464--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.464--ServerSession(1003755748)--Connection(1028538462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.464--ServerSession(1003755748)--Connection(1028538462)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.465--ServerSession(1003755748)--Connection(5563134)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.467--ServerSession(1003755748)--Connection(1028538462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.467--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.467--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.467--ServerSession(1003755748)--Connection(18459190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.467--ServerSession(1003755748)--Connection(18459190)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.468--ServerSession(1003755748)--Connection(1310344955)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.47--ServerSession(1003755748)--Connection(18459190)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.47--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.47--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.47--ServerSession(1003755748)--Connection(548093498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.47--ServerSession(1003755748)--Connection(548093498)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.47--ServerSession(1003755748)--Connection(1823438851)--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]: 2024-04-30 17:53:49.473--ServerSession(1003755748)--Connection(548093498)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.473--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.473--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.473--ServerSession(1003755748)--Connection(1771040410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.473--ServerSession(1003755748)--Connection(1771040410)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.474--ServerSession(1003755748)--Connection(271341439)--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]: 2024-04-30 17:53:49.476--ServerSession(1003755748)--Connection(1771040410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.476--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.476--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.476--ServerSession(1003755748)--Connection(33238366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.476--ServerSession(1003755748)--Connection(33238366)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.476--ServerSession(1003755748)--Connection(387377349)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.479--ServerSession(1003755748)--Connection(33238366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.479--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.479--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.479--ServerSession(1003755748)--Connection(1079167170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.479--ServerSession(1003755748)--Connection(1079167170)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.479--ServerSession(1003755748)--Connection(404458571)--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]: 2024-04-30 17:53:49.484--ServerSession(1003755748)--Connection(1079167170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.484--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.484--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.484--ServerSession(1003755748)--Connection(1131710157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.484--ServerSession(1003755748)--Connection(1131710157)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.484--ServerSession(1003755748)--Connection(364266169)--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]: 2024-04-30 17:53:49.486--ServerSession(1003755748)--Connection(1131710157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.486--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.486--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.487--ServerSession(1003755748)--Connection(830083467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.487--ServerSession(1003755748)--Connection(830083467)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.487--ServerSession(1003755748)--Connection(1457499015)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.491--ServerSession(1003755748)--Connection(830083467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.491--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.491--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.491--ServerSession(1003755748)--Connection(2142411945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.491--ServerSession(1003755748)--Connection(2142411945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.492--ServerSession(1003755748)--Connection(505756829)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.495--ServerSession(1003755748)--Connection(2142411945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.495--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.495--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME))") [junit] [EL Finest]: 2024-04-30 17:53:49.495--ServerSession(1003755748)--Connection(414765427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.495--ServerSession(1003755748)--Connection(414765427)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.496--ServerSession(1003755748)--Connection(1938047257)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME)) [junit] [EL Finest]: 2024-04-30 17:53:49.499--ServerSession(1003755748)--Connection(414765427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.5--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.5--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.5--ServerSession(1003755748)--Connection(408543908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.5--ServerSession(1003755748)--Connection(408543908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.5--ServerSession(1003755748)--Connection(1177852821)--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]: 2024-04-30 17:53:49.503--ServerSession(1003755748)--Connection(408543908)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.503--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.503--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.503--ServerSession(1003755748)--Connection(1092382020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.503--ServerSession(1003755748)--Connection(1092382020)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.503--ServerSession(1003755748)--Connection(378006273)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.506--ServerSession(1003755748)--Connection(1092382020)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.506--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.506--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.506--ServerSession(1003755748)--Connection(797539755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.506--ServerSession(1003755748)--Connection(797539755)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.506--ServerSession(1003755748)--Connection(224219987)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.508--ServerSession(1003755748)--Connection(797539755)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.508--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.508--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.508--ServerSession(1003755748)--Connection(967343730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.508--ServerSession(1003755748)--Connection(967343730)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.509--ServerSession(1003755748)--Connection(1562912969)--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]: 2024-04-30 17:53:49.511--ServerSession(1003755748)--Connection(967343730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.511--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.511--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.511--ServerSession(1003755748)--Connection(1168956689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.511--ServerSession(1003755748)--Connection(1168956689)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.511--ServerSession(1003755748)--Connection(1057841208)--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]: 2024-04-30 17:53:49.514--ServerSession(1003755748)--Connection(1168956689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.514--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.514--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.514--ServerSession(1003755748)--Connection(1492358500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.515--ServerSession(1003755748)--Connection(1492358500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.515--ServerSession(1003755748)--Connection(2073333566)--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]: 2024-04-30 17:53:49.517--ServerSession(1003755748)--Connection(1492358500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.517--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.517--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.517--ServerSession(1003755748)--Connection(2007004340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.518--ServerSession(1003755748)--Connection(2007004340)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.518--ServerSession(1003755748)--Connection(859604881)--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]: 2024-04-30 17:53:49.52--ServerSession(1003755748)--Connection(2007004340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.52--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.52--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.52--ServerSession(1003755748)--Connection(585803886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.52--ServerSession(1003755748)--Connection(585803886)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.521--ServerSession(1003755748)--Connection(1444642131)--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]: 2024-04-30 17:53:49.533--ServerSession(1003755748)--Connection(1444642131)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:49.533--ServerSession(1003755748)--Connection(585803886)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.533--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.533--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.533--ServerSession(1003755748)--Connection(1991075605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.533--ServerSession(1003755748)--Connection(1991075605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.533--ServerSession(1003755748)--Connection(1449360639)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.537--ServerSession(1003755748)--Connection(1991075605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.537--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.537--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.537--ServerSession(1003755748)--Connection(310014578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.537--ServerSession(1003755748)--Connection(310014578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.537--ServerSession(1003755748)--Connection(267533031)--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]: 2024-04-30 17:53:49.54--ServerSession(1003755748)--Connection(310014578)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.54--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.54--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.54--ServerSession(1003755748)--Connection(729375394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.54--ServerSession(1003755748)--Connection(729375394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.54--ServerSession(1003755748)--Connection(1792109661)--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]: 2024-04-30 17:53:49.543--ServerSession(1003755748)--Connection(729375394)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.543--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.543--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.543--ServerSession(1003755748)--Connection(1871778598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.543--ServerSession(1003755748)--Connection(1871778598)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.543--ServerSession(1003755748)--Connection(253558788)--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]: 2024-04-30 17:53:49.546--ServerSession(1003755748)--Connection(1871778598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.546--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.546--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.546--ServerSession(1003755748)--Connection(1219797059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.546--ServerSession(1003755748)--Connection(1219797059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.546--ServerSession(1003755748)--Connection(794526288)--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]: 2024-04-30 17:53:49.549--ServerSession(1003755748)--Connection(1219797059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.549--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.549--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.549--ServerSession(1003755748)--Connection(1598561139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.549--ServerSession(1003755748)--Connection(1598561139)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.549--ServerSession(1003755748)--Connection(840109665)--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]: 2024-04-30 17:53:49.552--ServerSession(1003755748)--Connection(1598561139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.552--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.552--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.552--ServerSession(1003755748)--Connection(77163673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.552--ServerSession(1003755748)--Connection(77163673)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.552--ServerSession(1003755748)--Connection(462777594)--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]: 2024-04-30 17:53:49.555--ServerSession(1003755748)--Connection(77163673)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.555--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.555--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.555--ServerSession(1003755748)--Connection(979822206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.555--ServerSession(1003755748)--Connection(979822206)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.555--ServerSession(1003755748)--Connection(1976870927)--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]: 2024-04-30 17:53:49.559--ServerSession(1003755748)--Connection(1976870927)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:49.559--ServerSession(1003755748)--Connection(979822206)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.559--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.559--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.559--ServerSession(1003755748)--Connection(214929887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.559--ServerSession(1003755748)--Connection(214929887)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.559--ServerSession(1003755748)--Connection(18338606)--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]: 2024-04-30 17:53:49.562--ServerSession(1003755748)--Connection(214929887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.562--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.562--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.562--ServerSession(1003755748)--Connection(594586746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.562--ServerSession(1003755748)--Connection(594586746)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.562--ServerSession(1003755748)--Connection(1396801698)--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]: 2024-04-30 17:53:49.566--ServerSession(1003755748)--Connection(1396801698)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:49.566--ServerSession(1003755748)--Connection(1396801698)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:49.566--ServerSession(1003755748)--Connection(594586746)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.567--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.567--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:49.567--ServerSession(1003755748)--Connection(558913557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.567--ServerSession(1003755748)--Connection(558913557)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.567--ServerSession(1003755748)--Connection(132461369)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.569--ServerSession(1003755748)--Connection(558913557)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.569--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.569--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.569--ServerSession(1003755748)--Connection(836614448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.569--ServerSession(1003755748)--Connection(836614448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.57--ServerSession(1003755748)--Connection(317644782)--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]: 2024-04-30 17:53:49.572--ServerSession(1003755748)--Connection(836614448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.572--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.572--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.572--ServerSession(1003755748)--Connection(324158286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.572--ServerSession(1003755748)--Connection(324158286)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.573--ServerSession(1003755748)--Connection(1335520301)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.575--ServerSession(1003755748)--Connection(324158286)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.575--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.575--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.575--ServerSession(1003755748)--Connection(1977508673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.575--ServerSession(1003755748)--Connection(1977508673)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.575--ServerSession(1003755748)--Connection(1947666055)--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]: 2024-04-30 17:53:49.578--ServerSession(1003755748)--Connection(1977508673)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.578--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.578--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.579--ServerSession(1003755748)--Connection(1033304734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.579--ServerSession(1003755748)--Connection(1033304734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.579--ServerSession(1003755748)--Connection(995381766)--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]: 2024-04-30 17:53:49.584--ServerSession(1003755748)--Connection(1033304734)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.584--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.584--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.584--ServerSession(1003755748)--Connection(404588697)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.584--ServerSession(1003755748)--Connection(404588697)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.584--ServerSession(1003755748)--Connection(315998990)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.586--ServerSession(1003755748)--Connection(404588697)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.587--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.587--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.587--ServerSession(1003755748)--Connection(643328884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.587--ServerSession(1003755748)--Connection(643328884)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.587--ServerSession(1003755748)--Connection(1391818342)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.591--ServerSession(1003755748)--Connection(643328884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.591--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.591--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.591--ServerSession(1003755748)--Connection(645777794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.591--ServerSession(1003755748)--Connection(645777794)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.591--ServerSession(1003755748)--Connection(1134237170)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.594--ServerSession(1003755748)--Connection(645777794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.594--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.594--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.594--ServerSession(1003755748)--Connection(1962586186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.594--ServerSession(1003755748)--Connection(1962586186)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.594--ServerSession(1003755748)--Connection(1015236238)--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]: 2024-04-30 17:53:49.597--ServerSession(1003755748)--Connection(1962586186)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.597--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.597--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.597--ServerSession(1003755748)--Connection(1031780408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.597--ServerSession(1003755748)--Connection(1031780408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.597--ServerSession(1003755748)--Connection(472262461)--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]: 2024-04-30 17:53:49.6--ServerSession(1003755748)--Connection(1031780408)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.6--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.6--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:49.6--ServerSession(1003755748)--Connection(2052601222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.6--ServerSession(1003755748)--Connection(2052601222)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.6--ServerSession(1003755748)--Connection(975629453)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.602--ServerSession(1003755748)--Connection(2052601222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.602--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.602--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:49.602--ServerSession(1003755748)--Connection(269257589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.602--ServerSession(1003755748)--Connection(269257589)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.603--ServerSession(1003755748)--Connection(734230775)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.605--ServerSession(1003755748)--Connection(269257589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.605--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.605--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.605--ServerSession(1003755748)--Connection(284660111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.605--ServerSession(1003755748)--Connection(284660111)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.605--ServerSession(1003755748)--Connection(1691678663)--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]: 2024-04-30 17:53:49.611--ServerSession(1003755748)--Connection(1691678663)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:49.611--ServerSession(1003755748)--Connection(1691678663)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:49.611--ServerSession(1003755748)--Connection(284660111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.611--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.612--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.612--ServerSession(1003755748)--Connection(401862395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.612--ServerSession(1003755748)--Connection(401862395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.612--ServerSession(1003755748)--Connection(1000631907)--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]: 2024-04-30 17:53:49.618--ServerSession(1003755748)--Connection(1000631907)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:49.618--ServerSession(1003755748)--Connection(1000631907)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:49.618--ServerSession(1003755748)--Connection(401862395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.618--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.618--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.618--ServerSession(1003755748)--Connection(767764251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.618--ServerSession(1003755748)--Connection(767764251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.618--ServerSession(1003755748)--Connection(625971310)--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]: 2024-04-30 17:53:49.622--ServerSession(1003755748)--Connection(767764251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.622--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.622--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.622--ServerSession(1003755748)--Connection(737897289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.622--ServerSession(1003755748)--Connection(737897289)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.622--ServerSession(1003755748)--Connection(523528914)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.625--ServerSession(1003755748)--Connection(737897289)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.625--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.625--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.625--ServerSession(1003755748)--Connection(2058569241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.625--ServerSession(1003755748)--Connection(2058569241)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.625--ServerSession(1003755748)--Connection(182639397)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.628--ServerSession(1003755748)--Connection(2058569241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.628--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.628--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.628--ServerSession(1003755748)--Connection(2063355321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.628--ServerSession(1003755748)--Connection(2063355321)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.628--ServerSession(1003755748)--Connection(438263665)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:49.631--ServerSession(1003755748)--Connection(2063355321)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.631--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.631--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.631--ServerSession(1003755748)--Connection(1380085944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.631--ServerSession(1003755748)--Connection(1380085944)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.631--ServerSession(1003755748)--Connection(1254850252)--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]: 2024-04-30 17:53:49.634--ServerSession(1003755748)--Connection(1380085944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.634--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.634--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.634--ServerSession(1003755748)--Connection(1746074170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.634--ServerSession(1003755748)--Connection(1746074170)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.634--ServerSession(1003755748)--Connection(689213488)--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]: 2024-04-30 17:53:49.637--ServerSession(1003755748)--Connection(1746074170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.637--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.637--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.637--ServerSession(1003755748)--Connection(1753645864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.637--ServerSession(1003755748)--Connection(1753645864)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.638--ServerSession(1003755748)--Connection(389703464)--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]: 2024-04-30 17:53:49.64--ServerSession(1003755748)--Connection(1753645864)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.641--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.641--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.641--ServerSession(1003755748)--Connection(1733381085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.641--ServerSession(1003755748)--Connection(1733381085)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.641--ServerSession(1003755748)--Connection(999427036)--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]: 2024-04-30 17:53:49.644--ServerSession(1003755748)--Connection(1733381085)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.644--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.644--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.644--ServerSession(1003755748)--Connection(1929218620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.644--ServerSession(1003755748)--Connection(1929218620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.644--ServerSession(1003755748)--Connection(530528285)--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]: 2024-04-30 17:53:49.647--ServerSession(1003755748)--Connection(1929218620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.647--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.647--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.647--ServerSession(1003755748)--Connection(1648278215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.647--ServerSession(1003755748)--Connection(1648278215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.647--ServerSession(1003755748)--Connection(2089578710)--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]: 2024-04-30 17:53:49.65--ServerSession(1003755748)--Connection(1648278215)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.65--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.65--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.65--ServerSession(1003755748)--Connection(1860118977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.65--ServerSession(1003755748)--Connection(1860118977)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.651--ServerSession(1003755748)--Connection(2040548959)--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]: 2024-04-30 17:53:49.653--ServerSession(1003755748)--Connection(1860118977)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.654--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.654--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.654--ServerSession(1003755748)--Connection(1395725953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.654--ServerSession(1003755748)--Connection(1395725953)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.654--ServerSession(1003755748)--Connection(1144499207)--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]: 2024-04-30 17:53:49.657--ServerSession(1003755748)--Connection(1395725953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.657--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.657--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.657--ServerSession(1003755748)--Connection(1966787205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.657--ServerSession(1003755748)--Connection(1966787205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.657--ServerSession(1003755748)--Connection(778330045)--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]: 2024-04-30 17:53:49.66--ServerSession(1003755748)--Connection(1966787205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.66--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.66--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.661--ServerSession(1003755748)--Connection(505323251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.661--ServerSession(1003755748)--Connection(505323251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.661--ServerSession(1003755748)--Connection(1037242711)--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]: 2024-04-30 17:53:49.664--ServerSession(1003755748)--Connection(505323251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.664--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.664--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.664--ServerSession(1003755748)--Connection(843100836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.664--ServerSession(1003755748)--Connection(843100836)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.664--ServerSession(1003755748)--Connection(1480805145)--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]: 2024-04-30 17:53:49.667--ServerSession(1003755748)--Connection(843100836)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.667--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.667--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.667--ServerSession(1003755748)--Connection(2109615807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.667--ServerSession(1003755748)--Connection(2109615807)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.667--ServerSession(1003755748)--Connection(1255958078)--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]: 2024-04-30 17:53:49.67--ServerSession(1003755748)--Connection(2109615807)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.67--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.67--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.67--ServerSession(1003755748)--Connection(146638536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.67--ServerSession(1003755748)--Connection(146638536)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.67--ServerSession(1003755748)--Connection(83532470)--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]: 2024-04-30 17:53:49.673--ServerSession(1003755748)--Connection(146638536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.673--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.673--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.673--ServerSession(1003755748)--Connection(170082758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.673--ServerSession(1003755748)--Connection(170082758)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.673--ServerSession(1003755748)--Connection(1850477964)--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]: 2024-04-30 17:53:49.676--ServerSession(1003755748)--Connection(170082758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.676--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.676--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.676--ServerSession(1003755748)--Connection(1692092775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.676--ServerSession(1003755748)--Connection(1692092775)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.677--ServerSession(1003755748)--Connection(1961232715)--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]: 2024-04-30 17:53:49.68--ServerSession(1003755748)--Connection(1692092775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.68--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.68--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.68--ServerSession(1003755748)--Connection(1559434619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.68--ServerSession(1003755748)--Connection(1559434619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.68--ServerSession(1003755748)--Connection(1650327539)--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]: 2024-04-30 17:53:49.683--ServerSession(1003755748)--Connection(1559434619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.683--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.683--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.683--ServerSession(1003755748)--Connection(513042872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.683--ServerSession(1003755748)--Connection(513042872)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.683--ServerSession(1003755748)--Connection(1510535132)--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]: 2024-04-30 17:53:49.686--ServerSession(1003755748)--Connection(513042872)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.686--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:49.686--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.686--ServerSession(1003755748)--Connection(1500079441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.686--ServerSession(1003755748)--Connection(1500079441)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.686--ServerSession(1003755748)--Connection(1686965869)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2024-04-30 17:53:49.693--ServerSession(1003755748)--Connection(1500079441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.693--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.693--ServerSession(1003755748)--Connection(388444787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.693--ServerSession(1003755748)--Connection(388444787)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.693--ServerSession(1003755748)--Connection(100048427)--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]: 2024-04-30 17:53:49.703--ServerSession(1003755748)--Connection(388444787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.703--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.703--ServerSession(1003755748)--Connection(1139915666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.703--ServerSession(1003755748)--Connection(1139915666)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.703--ServerSession(1003755748)--Connection(1835777333)--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]: 2024-04-30 17:53:49.711--ServerSession(1003755748)--Connection(1139915666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.711--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.711--ServerSession(1003755748)--Connection(1967434886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.711--ServerSession(1003755748)--Connection(1967434886)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.711--ServerSession(1003755748)--Connection(992457879)--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]: 2024-04-30 17:53:49.722--ServerSession(1003755748)--Connection(1967434886)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.722--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.722--ServerSession(1003755748)--Connection(1014278669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.722--ServerSession(1003755748)--Connection(1014278669)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.722--ServerSession(1003755748)--Connection(1820594585)--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]: 2024-04-30 17:53:49.73--ServerSession(1003755748)--Connection(1014278669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.73--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.73--ServerSession(1003755748)--Connection(1217434045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.73--ServerSession(1003755748)--Connection(1217434045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.731--ServerSession(1003755748)--Connection(1361931872)--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]: 2024-04-30 17:53:49.739--ServerSession(1003755748)--Connection(1217434045)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.739--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.739--ServerSession(1003755748)--Connection(2064787513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.739--ServerSession(1003755748)--Connection(2064787513)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.739--ServerSession(1003755748)--Connection(927159199)--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]: 2024-04-30 17:53:49.75--ServerSession(1003755748)--Connection(2064787513)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.75--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.75--ServerSession(1003755748)--Connection(1572255813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.75--ServerSession(1003755748)--Connection(1572255813)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.75--ServerSession(1003755748)--Connection(932118570)--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]: 2024-04-30 17:53:49.759--ServerSession(1003755748)--Connection(1572255813)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.759--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.759--ServerSession(1003755748)--Connection(751259764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.759--ServerSession(1003755748)--Connection(751259764)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.759--ServerSession(1003755748)--Connection(1146859833)--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]: 2024-04-30 17:53:49.773--ServerSession(1003755748)--Connection(751259764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.773--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.773--ServerSession(1003755748)--Connection(2055276126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.773--ServerSession(1003755748)--Connection(2055276126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.774--ServerSession(1003755748)--Connection(1825811850)--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]: 2024-04-30 17:53:49.789--ServerSession(1003755748)--Connection(2055276126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.789--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.789--ServerSession(1003755748)--Connection(761533964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.789--ServerSession(1003755748)--Connection(761533964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.79--ServerSession(1003755748)--Connection(1596278280)--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]: 2024-04-30 17:53:49.806--ServerSession(1003755748)--Connection(761533964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.807--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.807--ServerSession(1003755748)--Connection(454841229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.807--ServerSession(1003755748)--Connection(454841229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.807--ServerSession(1003755748)--Connection(373682836)--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]: 2024-04-30 17:53:49.824--ServerSession(1003755748)--Connection(454841229)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.825--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.825--ServerSession(1003755748)--Connection(365211514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.825--ServerSession(1003755748)--Connection(365211514)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.825--ServerSession(1003755748)--Connection(1824327284)--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]: 2024-04-30 17:53:49.844--ServerSession(1003755748)--Connection(365211514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.844--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.844--ServerSession(1003755748)--Connection(430329518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.844--ServerSession(1003755748)--Connection(430329518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.844--ServerSession(1003755748)--Connection(698977695)--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]: 2024-04-30 17:53:49.865--ServerSession(1003755748)--Connection(430329518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.865--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:53:49.865--ServerSession(1003755748)--Connection(1414431049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.865--ServerSession(1003755748)--Connection(1414431049)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.866--ServerSession(1003755748)--Connection(2142660176)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:53:49.875--ServerSession(1003755748)--Connection(1414431049)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.876--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.876--ServerSession(1003755748)--Connection(713464342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.876--ServerSession(1003755748)--Connection(713464342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.876--ServerSession(1003755748)--Connection(182584006)--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]: 2024-04-30 17:53:49.883--ServerSession(1003755748)--Connection(713464342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.883--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.884--ServerSession(1003755748)--Connection(1792711692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.884--ServerSession(1003755748)--Connection(1792711692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.884--ServerSession(1003755748)--Connection(1947397483)--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]: 2024-04-30 17:53:49.891--ServerSession(1003755748)--Connection(1792711692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.891--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.891--ServerSession(1003755748)--Connection(2068450031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.892--ServerSession(1003755748)--Connection(2068450031)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.892--ServerSession(1003755748)--Connection(1171178358)--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]: 2024-04-30 17:53:49.9--ServerSession(1003755748)--Connection(2068450031)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.9--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.9--ServerSession(1003755748)--Connection(697240075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.9--ServerSession(1003755748)--Connection(697240075)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.9--ServerSession(1003755748)--Connection(45703335)--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]: 2024-04-30 17:53:49.909--ServerSession(1003755748)--Connection(697240075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.909--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.909--ServerSession(1003755748)--Connection(934617920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.909--ServerSession(1003755748)--Connection(934617920)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.909--ServerSession(1003755748)--Connection(1715189999)--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]: 2024-04-30 17:53:49.918--ServerSession(1003755748)--Connection(934617920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.918--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.918--ServerSession(1003755748)--Connection(1625932709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.918--ServerSession(1003755748)--Connection(1625932709)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.919--ServerSession(1003755748)--Connection(2119713755)--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]: 2024-04-30 17:53:49.927--ServerSession(1003755748)--Connection(1625932709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.927--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.927--ServerSession(1003755748)--Connection(411748515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.927--ServerSession(1003755748)--Connection(411748515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.927--ServerSession(1003755748)--Connection(911267068)--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]: 2024-04-30 17:53:49.939--ServerSession(1003755748)--Connection(411748515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.939--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.939--ServerSession(1003755748)--Connection(873105556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.939--ServerSession(1003755748)--Connection(873105556)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.939--ServerSession(1003755748)--Connection(2055967078)--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]: 2024-04-30 17:53:49.95--ServerSession(1003755748)--Connection(873105556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.951--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.951--ServerSession(1003755748)--Connection(281487983)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.951--ServerSession(1003755748)--Connection(281487983)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.951--ServerSession(1003755748)--Connection(1894338251)--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]: 2024-04-30 17:53:49.959--ServerSession(1003755748)--Connection(281487983)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.959--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.959--ServerSession(1003755748)--Connection(2118413714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.96--ServerSession(1003755748)--Connection(2118413714)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.96--ServerSession(1003755748)--Connection(1475982439)--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]: 2024-04-30 17:53:49.968--ServerSession(1003755748)--Connection(2118413714)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.968--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.968--ServerSession(1003755748)--Connection(1152554134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.968--ServerSession(1003755748)--Connection(1152554134)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.968--ServerSession(1003755748)--Connection(424106351)--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]: 2024-04-30 17:53:49.979--ServerSession(1003755748)--Connection(1152554134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.979--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.979--ServerSession(1003755748)--Connection(258860422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.979--ServerSession(1003755748)--Connection(258860422)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.979--ServerSession(1003755748)--Connection(1596708569)--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]: 2024-04-30 17:53:49.988--ServerSession(1003755748)--Connection(258860422)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.988--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.988--ServerSession(1003755748)--Connection(1138356642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.988--ServerSession(1003755748)--Connection(1138356642)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.988--ServerSession(1003755748)--Connection(603483530)--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]: 2024-04-30 17:53:49.997--ServerSession(1003755748)--Connection(1138356642)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.997--ServerSession(1003755748)--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]: 2024-04-30 17:53:49.997--ServerSession(1003755748)--Connection(2101086700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:49.997--ServerSession(1003755748)--Connection(2101086700)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:49.998--ServerSession(1003755748)--Connection(1910813448)--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]: 2024-04-30 17:53:50.006--ServerSession(1003755748)--Connection(2101086700)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.006--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.006--ServerSession(1003755748)--Connection(346049017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.006--ServerSession(1003755748)--Connection(346049017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.006--ServerSession(1003755748)--Connection(156127720)--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]: 2024-04-30 17:53:50.014--ServerSession(1003755748)--Connection(346049017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.014--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.014--ServerSession(1003755748)--Connection(1287875609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.014--ServerSession(1003755748)--Connection(1287875609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.014--ServerSession(1003755748)--Connection(1513757689)--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]: 2024-04-30 17:53:50.024--ServerSession(1003755748)--Connection(1287875609)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.024--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.024--ServerSession(1003755748)--Connection(1257526338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.024--ServerSession(1003755748)--Connection(1257526338)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.024--ServerSession(1003755748)--Connection(494951073)--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]: 2024-04-30 17:53:50.042--ServerSession(1003755748)--Connection(1257526338)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.042--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.042--ServerSession(1003755748)--Connection(818546553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.042--ServerSession(1003755748)--Connection(818546553)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.042--ServerSession(1003755748)--Connection(1483998054)--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]: 2024-04-30 17:53:50.054--ServerSession(1003755748)--Connection(818546553)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.054--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.054--ServerSession(1003755748)--Connection(734275312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.054--ServerSession(1003755748)--Connection(734275312)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.054--ServerSession(1003755748)--Connection(1272257854)--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]: 2024-04-30 17:53:50.063--ServerSession(1003755748)--Connection(734275312)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.063--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.063--ServerSession(1003755748)--Connection(79121205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.063--ServerSession(1003755748)--Connection(79121205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.063--ServerSession(1003755748)--Connection(240000757)--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]: 2024-04-30 17:53:50.073--ServerSession(1003755748)--Connection(79121205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.073--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.073--ServerSession(1003755748)--Connection(1286771084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.073--ServerSession(1003755748)--Connection(1286771084)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.073--ServerSession(1003755748)--Connection(1927452108)--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]: 2024-04-30 17:53:50.082--ServerSession(1003755748)--Connection(1286771084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.082--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.082--ServerSession(1003755748)--Connection(1872774414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.082--ServerSession(1003755748)--Connection(1872774414)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.082--ServerSession(1003755748)--Connection(927369095)--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]: 2024-04-30 17:53:50.092--ServerSession(1003755748)--Connection(1872774414)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.092--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.092--ServerSession(1003755748)--Connection(1901018532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.092--ServerSession(1003755748)--Connection(1901018532)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.092--ServerSession(1003755748)--Connection(480943798)--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]: 2024-04-30 17:53:50.101--ServerSession(1003755748)--Connection(1901018532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.101--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:53:50.102--ServerSession(1003755748)--Connection(801996095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.102--ServerSession(1003755748)--Connection(801996095)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.102--ServerSession(1003755748)--Connection(669501311)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:53:50.111--ServerSession(1003755748)--Connection(801996095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.111--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.111--ServerSession(1003755748)--Connection(1793469566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.111--ServerSession(1003755748)--Connection(1793469566)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.111--ServerSession(1003755748)--Connection(780570776)--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]: 2024-04-30 17:53:50.119--ServerSession(1003755748)--Connection(1793469566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.119--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.119--ServerSession(1003755748)--Connection(1565096593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.119--ServerSession(1003755748)--Connection(1565096593)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.119--ServerSession(1003755748)--Connection(102185114)--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]: 2024-04-30 17:53:50.129--ServerSession(1003755748)--Connection(1565096593)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.129--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.129--ServerSession(1003755748)--Connection(810593327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.129--ServerSession(1003755748)--Connection(810593327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.129--ServerSession(1003755748)--Connection(643552582)--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]: 2024-04-30 17:53:50.139--ServerSession(1003755748)--Connection(810593327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.139--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.139--ServerSession(1003755748)--Connection(2114701475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.139--ServerSession(1003755748)--Connection(2114701475)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.139--ServerSession(1003755748)--Connection(1259283097)--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]: 2024-04-30 17:53:50.148--ServerSession(1003755748)--Connection(2114701475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.148--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.148--ServerSession(1003755748)--Connection(356539350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.149--ServerSession(1003755748)--Connection(356539350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.149--ServerSession(1003755748)--Connection(892262157)--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]: 2024-04-30 17:53:50.157--ServerSession(1003755748)--Connection(356539350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.157--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.157--ServerSession(1003755748)--Connection(91831175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.157--ServerSession(1003755748)--Connection(91831175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.157--ServerSession(1003755748)--Connection(309349909)--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]: 2024-04-30 17:53:50.167--ServerSession(1003755748)--Connection(91831175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.167--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.167--ServerSession(1003755748)--Connection(1863980798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.167--ServerSession(1003755748)--Connection(1863980798)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.167--ServerSession(1003755748)--Connection(594783641)--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]: 2024-04-30 17:53:50.176--ServerSession(1003755748)--Connection(1863980798)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.176--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.176--ServerSession(1003755748)--Connection(1234435772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.176--ServerSession(1003755748)--Connection(1234435772)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.176--ServerSession(1003755748)--Connection(1979825302)--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]: 2024-04-30 17:53:50.185--ServerSession(1003755748)--Connection(1234435772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.185--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.186--ServerSession(1003755748)--Connection(1637000661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.186--ServerSession(1003755748)--Connection(1637000661)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.186--ServerSession(1003755748)--Connection(925024581)--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]: 2024-04-30 17:53:50.194--ServerSession(1003755748)--Connection(1637000661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.194--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.195--ServerSession(1003755748)--Connection(43473566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.195--ServerSession(1003755748)--Connection(43473566)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.195--ServerSession(1003755748)--Connection(1986001684)--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]: 2024-04-30 17:53:50.204--ServerSession(1003755748)--Connection(43473566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.204--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.204--ServerSession(1003755748)--Connection(2050360660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.204--ServerSession(1003755748)--Connection(2050360660)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.204--ServerSession(1003755748)--Connection(1112400678)--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]: 2024-04-30 17:53:50.212--ServerSession(1003755748)--Connection(2050360660)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.212--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.212--ServerSession(1003755748)--Connection(768669591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.212--ServerSession(1003755748)--Connection(768669591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.212--ServerSession(1003755748)--Connection(1728465884)--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]: 2024-04-30 17:53:50.221--ServerSession(1003755748)--Connection(768669591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.221--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.221--ServerSession(1003755748)--Connection(408388753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.222--ServerSession(1003755748)--Connection(408388753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.222--ServerSession(1003755748)--Connection(848409667)--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]: 2024-04-30 17:53:50.229--ServerSession(1003755748)--Connection(408388753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.23--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.23--ServerSession(1003755748)--Connection(1406221524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.23--ServerSession(1003755748)--Connection(1406221524)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.23--ServerSession(1003755748)--Connection(2005293363)--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]: 2024-04-30 17:53:50.239--ServerSession(1003755748)--Connection(1406221524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.239--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.239--ServerSession(1003755748)--Connection(1293465402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.239--ServerSession(1003755748)--Connection(1293465402)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.239--ServerSession(1003755748)--Connection(393549265)--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]: 2024-04-30 17:53:50.247--ServerSession(1003755748)--Connection(1293465402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.247--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.247--ServerSession(1003755748)--Connection(1277882374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.247--ServerSession(1003755748)--Connection(1277882374)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.247--ServerSession(1003755748)--Connection(1141059550)--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]: 2024-04-30 17:53:50.256--ServerSession(1003755748)--Connection(1277882374)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.256--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.256--ServerSession(1003755748)--Connection(1433976386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.256--ServerSession(1003755748)--Connection(1433976386)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.256--ServerSession(1003755748)--Connection(1313459755)--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]: 2024-04-30 17:53:50.264--ServerSession(1003755748)--Connection(1433976386)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.264--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.264--ServerSession(1003755748)--Connection(1405548909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.264--ServerSession(1003755748)--Connection(1405548909)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.264--ServerSession(1003755748)--Connection(1130153977)--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]: 2024-04-30 17:53:50.273--ServerSession(1003755748)--Connection(1405548909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.273--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.273--ServerSession(1003755748)--Connection(461001437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.273--ServerSession(1003755748)--Connection(461001437)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.273--ServerSession(1003755748)--Connection(2140396878)--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]: 2024-04-30 17:53:50.281--ServerSession(1003755748)--Connection(461001437)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.281--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.281--ServerSession(1003755748)--Connection(987255094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.281--ServerSession(1003755748)--Connection(987255094)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.281--ServerSession(1003755748)--Connection(1937575946)--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]: 2024-04-30 17:53:50.291--ServerSession(1003755748)--Connection(987255094)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.291--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.291--ServerSession(1003755748)--Connection(1697976702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.291--ServerSession(1003755748)--Connection(1697976702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.291--ServerSession(1003755748)--Connection(488422671)--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]: 2024-04-30 17:53:50.301--ServerSession(1003755748)--Connection(1697976702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.302--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.302--ServerSession(1003755748)--Connection(989321301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.302--ServerSession(1003755748)--Connection(989321301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.302--ServerSession(1003755748)--Connection(1996787860)--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]: 2024-04-30 17:53:50.312--ServerSession(1003755748)--Connection(989321301)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.312--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.312--ServerSession(1003755748)--Connection(1505486986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.312--ServerSession(1003755748)--Connection(1505486986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.312--ServerSession(1003755748)--Connection(1569371800)--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]: 2024-04-30 17:53:50.321--ServerSession(1003755748)--Connection(1505486986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.321--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.321--ServerSession(1003755748)--Connection(1147545255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.321--ServerSession(1003755748)--Connection(1147545255)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.321--ServerSession(1003755748)--Connection(1117747481)--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]: 2024-04-30 17:53:50.33--ServerSession(1003755748)--Connection(1147545255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.337--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.337--ServerSession(1003755748)--Connection(1403780103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.337--ServerSession(1003755748)--Connection(1403780103)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.337--ServerSession(1003755748)--Connection(747378368)--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]: 2024-04-30 17:53:50.34--ServerSession(1003755748)--Connection(1403780103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.34--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:50.34--ServerSession(1003755748)--Connection(1204030294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.34--ServerSession(1003755748)--Connection(1204030294)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.34--ServerSession(1003755748)--Connection(1258527853)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:50.341--ServerSession(1003755748)--Connection(1204030294)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.341--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:50.341--ServerSession(1003755748)--Connection(1350395050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.341--ServerSession(1003755748)--Connection(1350395050)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.341--ServerSession(1003755748)--Connection(923032392)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:50.342--ServerSession(1003755748)--Connection(1350395050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.342--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:50.342--ServerSession(1003755748)--Connection(1252138909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.342--ServerSession(1003755748)--Connection(1252138909)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.342--ServerSession(1003755748)--Connection(1908505175)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:50.343--ServerSession(1003755748)--Connection(1252138909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.347--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.347--ServerSession(1003755748)--Connection(1141783782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.347--ServerSession(1003755748)--Connection(1141783782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.347--ServerSession(1003755748)--Connection(1047000562)--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]: 2024-04-30 17:53:50.351--ServerSession(1003755748)--Connection(1141783782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.351--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:50.351--ServerSession(1003755748)--Connection(1160247050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.351--ServerSession(1003755748)--Connection(1160247050)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.351--ServerSession(1003755748)--Connection(1887115844)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:53:50.352--ServerSession(1003755748)--Connection(1160247050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Connection(1464031233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Connection(1464031233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Connection(765880900)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Connection(1464031233)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Connection(1639958975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Connection(1639958975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.353--ServerSession(1003755748)--Connection(745604825)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:50.354--ServerSession(1003755748)--Connection(1639958975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.358--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.358--ServerSession(1003755748)--Connection(395257482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.358--ServerSession(1003755748)--Connection(395257482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.358--ServerSession(1003755748)--Connection(871153004)--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]: 2024-04-30 17:53:50.362--ServerSession(1003755748)--Connection(395257482)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:50.362--ServerSession(1003755748)--Connection(1127174687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.362--ServerSession(1003755748)--Connection(1127174687)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.362--ServerSession(1003755748)--Connection(763008902)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Connection(1127174687)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Connection(913148823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Connection(913148823)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Connection(267098351)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Connection(913148823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Connection(1461322233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Connection(1461322233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.363--ServerSession(1003755748)--Connection(225511870)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:50.364--ServerSession(1003755748)--Connection(1461322233)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.368--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:53:50.368--ServerSession(1003755748)--Connection(224473864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.368--ServerSession(1003755748)--Connection(224473864)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.369--ServerSession(1003755748)--Connection(627519623)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:53:50.369--ServerSession(1003755748)--Connection(224473864)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.369--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:53:50.369--ServerSession(1003755748)--Connection(881513107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.369--ServerSession(1003755748)--Connection(881513107)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.369--ServerSession(1003755748)--Connection(821513849)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:53:50.37--ServerSession(1003755748)--Connection(881513107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.37--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2024-04-30 17:53:50.37--ServerSession(1003755748)--Connection(1756143301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.37--ServerSession(1003755748)--Connection(1756143301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.37--ServerSession(1003755748)--Connection(173070089)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2024-04-30 17:53:50.37--ServerSession(1003755748)--Connection(1756143301)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.374--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.374--ServerSession(1003755748)--Connection(1710641643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.374--ServerSession(1003755748)--Connection(1710641643)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.374--ServerSession(1003755748)--Connection(1771190979)--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]: 2024-04-30 17:53:50.377--ServerSession(1003755748)--Connection(1710641643)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.377--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:53:50.377--ServerSession(1003755748)--Connection(1943408246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.377--ServerSession(1003755748)--Connection(1943408246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.378--ServerSession(1003755748)--Connection(620261614)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:53:50.378--ServerSession(1003755748)--Connection(1943408246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.378--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:53:50.378--ServerSession(1003755748)--Connection(1014555985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.378--ServerSession(1003755748)--Connection(1014555985)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.379--ServerSession(1003755748)--Connection(2132736278)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:53:50.379--ServerSession(1003755748)--Connection(1014555985)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.379--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2024-04-30 17:53:50.379--ServerSession(1003755748)--Connection(1688918025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.379--ServerSession(1003755748)--Connection(1688918025)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.379--ServerSession(1003755748)--Connection(520354720)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2024-04-30 17:53:50.38--ServerSession(1003755748)--Connection(1688918025)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.383--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.383--ServerSession(1003755748)--Connection(157783888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.383--ServerSession(1003755748)--Connection(157783888)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.383--ServerSession(1003755748)--Connection(163160871)--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]: 2024-04-30 17:53:50.39--ServerSession(1003755748)--Connection(157783888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.39--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:50.39--ServerSession(1003755748)--Connection(898283008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.39--ServerSession(1003755748)--Connection(898283008)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.39--ServerSession(1003755748)--Connection(14838518)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:50.391--ServerSession(1003755748)--Connection(898283008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.391--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:50.391--ServerSession(1003755748)--Connection(932312334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.391--ServerSession(1003755748)--Connection(932312334)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.391--ServerSession(1003755748)--Connection(1464565578)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:50.392--ServerSession(1003755748)--Connection(932312334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.392--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:50.392--ServerSession(1003755748)--Connection(840400805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.392--ServerSession(1003755748)--Connection(840400805)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.392--ServerSession(1003755748)--Connection(177657196)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:50.392--ServerSession(1003755748)--Connection(840400805)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:50.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.397--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.397--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--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]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:50.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:50.404--ServerSession(1003755748)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:50.414--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 406265225 [junit] [EL Finer]: 2024-04-30 17:53:50.419--ClientSession(406265225)--Thread(Thread[main,5,main])--acquire unit of work: 598284487 [junit] [EL Finest]: 2024-04-30 17:53:50.419--UnitOfWork(598284487)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.422--UnitOfWork(598284487)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.422--UnitOfWork(598284487)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.422--UnitOfWork(598284487)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.425--UnitOfWork(598284487)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@42aae04d) [junit] [EL Finest]: 2024-04-30 17:53:50.426--ServerSession(1003755748)--Connection(2107841088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.426--ClientSession(406265225)--Connection(2107841088)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.426--ClientSession(406265225)--Connection(2107841088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.427--UnitOfWork(598284487)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@7a45d714) [junit] [EL Finest]: 2024-04-30 17:53:50.427--UnitOfWork(598284487)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@575e572f) [junit] [EL Finer]: 2024-04-30 17:53:50.427--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.427--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--INSERT INTO TMP_TRAILER (LOAD1, HIGH, LOW) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.427--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])-- bind => [13, 3, 1] [junit] [EL Fine]: 2024-04-30 17:53:50.427--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])-- bind => [12, 2, 1] [junit] [EL Fine]: 2024-04-30 17:53:50.427--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])-- bind => [23, 3, 2] [junit] [EL Finer]: 2024-04-30 17:53:50.427--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:50.434--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.434--ServerSession(1003755748)--Connection(2107841088)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.435--UnitOfWork(598284487)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.435--UnitOfWork(598284487)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.436--UnitOfWork(598284487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.436--ClientSession(406265225)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.436--UnitOfWork(598284487)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.436--ClientSession(406265225)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.438--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1372124716 [junit] [EL Finer]: 2024-04-30 17:53:50.438--ClientSession(1372124716)--Thread(Thread[main,5,main])--acquire unit of work: 1101231294 [junit] [EL Finest]: 2024-04-30 17:53:50.438--UnitOfWork(1101231294)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Trailer sql="SELECT LOAD1, HIGH, LOW FROM TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:50.438--ServerSession(1003755748)--Connection(1157624710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.438--ServerSession(1003755748)--Connection(1157624710)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.439--ServerSession(1003755748)--Connection(533140425)--Thread(Thread[main,5,main])--SELECT LOAD1, HIGH, LOW FROM TMP_TRAILER [junit] [EL Finest]: 2024-04-30 17:53:50.439--ServerSession(1003755748)--Connection(1157624710)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.442--UnitOfWork(1101231294)--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]: 2024-04-30 17:53:50.442--ServerSession(1003755748)--Connection(253613492)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.442--ServerSession(1003755748)--Connection(253613492)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.443--ServerSession(1003755748)--Connection(121113063)--Thread(Thread[main,5,main])--SELECT LOAD1, HIGH, LOW FROM TMP_TRAILER WHERE ((LOW = ?) AND (HIGH = ?)) [junit] bind => [1, 2] [junit] [EL Finest]: 2024-04-30 17:53:50.443--ServerSession(1003755748)--Connection(253613492)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.127 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess [junit] [EL Finer]: 2024-04-30 17:53:50.569--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1974918491 [junit] [EL Finer]: 2024-04-30 17:53:50.569--ClientSession(1974918491)--Thread(Thread[main,5,main])--acquire unit of work: 188647125 [junit] [EL Finest]: 2024-04-30 17:53:50.57--UnitOfWork(188647125)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.57--UnitOfWork(188647125)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.571--UnitOfWork(188647125)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@72b43104) [junit] [EL Finest]: 2024-04-30 17:53:50.571--ServerSession(1003755748)--Connection(1628848368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.571--ClientSession(1974918491)--Connection(1628848368)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.571--ClientSession(1974918491)--Connection(1628848368)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.572--ClientSession(1974918491)--Connection(1742885458)--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]: 2024-04-30 17:53:50.574--ClientSession(1974918491)--Connection(1742885458)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.574--ServerSession(1003755748)--Connection(1628848368)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.575--UnitOfWork(188647125)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.575--UnitOfWork(188647125)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.575--UnitOfWork(188647125)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.575--ClientSession(1974918491)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.575--UnitOfWork(188647125)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.575--ClientSession(1974918491)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.575--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2012910465 [junit] [EL Finer]: 2024-04-30 17:53:50.575--ClientSession(2012910465)--Thread(Thread[main,5,main])--acquire unit of work: 1993812827 [junit] [EL Finest]: 2024-04-30 17:53:50.576--UnitOfWork(1993812827)--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]: 2024-04-30 17:53:50.576--ServerSession(1003755748)--Connection(775093282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.576--ServerSession(1003755748)--Connection(775093282)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.576--ServerSession(1003755748)--Connection(1062295206)--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]: 2024-04-30 17:53:50.577--ServerSession(1003755748)--Connection(775093282)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.577--UnitOfWork(1993812827)--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]: 2024-04-30 17:53:50.578--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.578--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.578--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=EmbeddingFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:53:50.579--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@7d17ee50) [junit] [EL Finest]: 2024-04-30 17:53:50.579--ServerSession(1003755748)--Connection(1729045606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.579--ClientSession(2012910465)--Connection(1729045606)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.579--ClientSession(2012910465)--Connection(1729045606)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.58--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@7d17ee50) [junit] [EL Fine]: 2024-04-30 17:53:50.581--ClientSession(2012910465)--Connection(201245433)--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]: 2024-04-30 17:53:50.581--ClientSession(2012910465)--Connection(201245433)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finer]: 2024-04-30 17:53:50.582--ClientSession(2012910465)--Connection(201245433)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.582--ServerSession(1003755748)--Connection(1729045606)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.582--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.582--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.582--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.583--ClientSession(2012910465)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.583--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.583--ClientSession(2012910465)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.583--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 513241240 [junit] [EL Finer]: 2024-04-30 17:53:50.583--ClientSession(513241240)--Thread(Thread[main,5,main])--acquire unit of work: 1661178041 [junit] [EL Finest]: 2024-04-30 17:53:50.583--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.583--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.583--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@7d17ee50) [junit] [EL Finest]: 2024-04-30 17:53:50.583--ServerSession(1003755748)--Connection(1821228886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.583--ClientSession(513241240)--Connection(1821228886)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.583--ClientSession(513241240)--Connection(1821228886)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.584--ClientSession(513241240)--Connection(1228603887)--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]: 2024-04-30 17:53:50.6--ClientSession(513241240)--Connection(1228603887)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.6--ServerSession(1003755748)--Connection(1821228886)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.601--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.601--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.601--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.601--ClientSession(513241240)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.601--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.601--ClientSession(513241240)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.601--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 842588842 [junit] [EL Finer]: 2024-04-30 17:53:50.601--ClientSession(842588842)--Thread(Thread[main,5,main])--acquire unit of work: 746436902 [junit] [EL Finest]: 2024-04-30 17:53:50.601--UnitOfWork(746436902)--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]: 2024-04-30 17:53:50.601--ServerSession(1003755748)--Connection(628599133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.601--ServerSession(1003755748)--Connection(628599133)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.602--ServerSession(1003755748)--Connection(375951774)--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]: 2024-04-30 17:53:50.603--ServerSession(1003755748)--Connection(628599133)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.603--UnitOfWork(746436902)--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]: 2024-04-30 17:53:50.603--UnitOfWork(746436902)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.603--UnitOfWork(746436902)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.603--UnitOfWork(746436902)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.603--UnitOfWork(746436902)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.603--ClientSession(842588842)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.603--UnitOfWork(746436902)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.603--ClientSession(842588842)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.603--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1719727892 [junit] [EL Finer]: 2024-04-30 17:53:50.603--ClientSession(1719727892)--Thread(Thread[main,5,main])--acquire unit of work: 1404150776 [junit] [EL Finest]: 2024-04-30 17:53:50.603--UnitOfWork(1404150776)--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]: 2024-04-30 17:53:50.604--ServerSession(1003755748)--Connection(2107105388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.604--ServerSession(1003755748)--Connection(2107105388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.604--ServerSession(1003755748)--Connection(1519611492)--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]: 2024-04-30 17:53:50.604--ServerSession(1003755748)--Connection(2107105388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.605--UnitOfWork(1404150776)--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]: 2024-04-30 17:53:50.605--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.605--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@65bad087) [junit] [EL Finest]: 2024-04-30 17:53:50.605--ServerSession(1003755748)--Connection(1051890381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.605--ClientSession(1719727892)--Connection(1051890381)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.605--ClientSession(1719727892)--Connection(1051890381)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.606--ClientSession(1719727892)--Connection(2144962543)--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]: 2024-04-30 17:53:50.606--ClientSession(1719727892)--Connection(2144962543)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.606--ServerSession(1003755748)--Connection(1051890381)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.606--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.607--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.607--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.607--ClientSession(1719727892)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.607--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.607--ClientSession(1719727892)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.607--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 99195804 [junit] [EL Finer]: 2024-04-30 17:53:50.607--ClientSession(99195804)--Thread(Thread[main,5,main])--acquire unit of work: 803685654 [junit] [EL Finest]: 2024-04-30 17:53:50.607--UnitOfWork(803685654)--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]: 2024-04-30 17:53:50.607--ServerSession(1003755748)--Connection(473061882)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.607--ServerSession(1003755748)--Connection(473061882)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.607--ServerSession(1003755748)--Connection(561772958)--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]: 2024-04-30 17:53:50.608--ServerSession(1003755748)--Connection(473061882)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.608--UnitOfWork(803685654)--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]: 2024-04-30 17:53:50.608--UnitOfWork(803685654)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.608--UnitOfWork(803685654)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@7ddd84b5) [junit] [EL Finest]: 2024-04-30 17:53:50.608--ServerSession(1003755748)--Connection(1229365242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.608--ClientSession(99195804)--Connection(1229365242)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.608--ClientSession(99195804)--Connection(1229365242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.609--ClientSession(99195804)--Connection(1301763240)--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]: 2024-04-30 17:53:50.609--ClientSession(99195804)--Connection(1301763240)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.61--ServerSession(1003755748)--Connection(1229365242)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.61--UnitOfWork(803685654)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.61--UnitOfWork(803685654)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.61--UnitOfWork(803685654)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.61--ClientSession(99195804)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.61--UnitOfWork(803685654)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.61--ClientSession(99195804)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.61--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1387556178 [junit] [EL Finer]: 2024-04-30 17:53:50.61--ClientSession(1387556178)--Thread(Thread[main,5,main])--acquire unit of work: 1931977799 [junit] [EL Finest]: 2024-04-30 17:53:50.61--UnitOfWork(1931977799)--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]: 2024-04-30 17:53:50.611--ServerSession(1003755748)--Connection(108012266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.611--ServerSession(1003755748)--Connection(108012266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.611--ServerSession(1003755748)--Connection(693434027)--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]: 2024-04-30 17:53:50.611--ServerSession(1003755748)--Connection(108012266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.611--UnitOfWork(1931977799)--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]: 2024-04-30 17:53:50.612--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.612--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@163042ea) [junit] [EL Finest]: 2024-04-30 17:53:50.612--ServerSession(1003755748)--Connection(225507106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.612--ClientSession(1387556178)--Connection(225507106)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.612--ClientSession(1387556178)--Connection(225507106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.612--ClientSession(1387556178)--Connection(505343709)--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]: 2024-04-30 17:53:50.613--ClientSession(1387556178)--Connection(505343709)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.613--ServerSession(1003755748)--Connection(225507106)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.613--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.613--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.613--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.613--ClientSession(1387556178)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.614--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.614--ClientSession(1387556178)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.614--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2127123542 [junit] [EL Finer]: 2024-04-30 17:53:50.614--ClientSession(2127123542)--Thread(Thread[main,5,main])--acquire unit of work: 1955226954 [junit] [EL Finest]: 2024-04-30 17:53:50.614--UnitOfWork(1955226954)--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]: 2024-04-30 17:53:50.614--ServerSession(1003755748)--Connection(495650048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.614--ServerSession(1003755748)--Connection(495650048)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.614--ServerSession(1003755748)--Connection(1985235978)--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]: 2024-04-30 17:53:50.614--ServerSession(1003755748)--Connection(495650048)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.615--UnitOfWork(1955226954)--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]: 2024-04-30 17:53:50.615--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.615--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@650c405c) [junit] [EL Finest]: 2024-04-30 17:53:50.615--ServerSession(1003755748)--Connection(984235065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.615--ClientSession(2127123542)--Connection(984235065)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.616--ClientSession(2127123542)--Connection(984235065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.616--ClientSession(2127123542)--Connection(1705634364)--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]: 2024-04-30 17:53:50.616--ClientSession(2127123542)--Connection(1705634364)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.617--ServerSession(1003755748)--Connection(984235065)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.617--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.617--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.617--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.617--ClientSession(2127123542)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.617--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.617--ClientSession(2127123542)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.617--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1183912264 [junit] [EL Finer]: 2024-04-30 17:53:50.617--ClientSession(1183912264)--Thread(Thread[main,5,main])--acquire unit of work: 766621271 [junit] [EL Finest]: 2024-04-30 17:53:50.617--UnitOfWork(766621271)--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]: 2024-04-30 17:53:50.617--ServerSession(1003755748)--Connection(132338135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.617--ServerSession(1003755748)--Connection(132338135)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.617--ServerSession(1003755748)--Connection(1137013089)--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]: 2024-04-30 17:53:50.618--ServerSession(1003755748)--Connection(132338135)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:50.631--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1424043852 [junit] [EL Finer]: 2024-04-30 17:53:50.631--ClientSession(1424043852)--Thread(Thread[main,5,main])--acquire unit of work: 1620643420 [junit] [EL Finest]: 2024-04-30 17:53:50.631--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.631--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.631--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@4d84049a) [junit] [EL Finest]: 2024-04-30 17:53:50.631--ServerSession(1003755748)--Connection(1282100951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.631--ClientSession(1424043852)--Connection(1282100951)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.631--ClientSession(1424043852)--Connection(1282100951)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.632--ClientSession(1424043852)--Connection(556151572)--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]: 2024-04-30 17:53:50.632--ClientSession(1424043852)--Connection(556151572)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.633--ServerSession(1003755748)--Connection(1282100951)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.633--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.633--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.633--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.633--ClientSession(1424043852)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.633--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.633--ClientSession(1424043852)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.633--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1251133097 [junit] [EL Finer]: 2024-04-30 17:53:50.633--ClientSession(1251133097)--Thread(Thread[main,5,main])--acquire unit of work: 1553544410 [junit] [EL Finest]: 2024-04-30 17:53:50.633--UnitOfWork(1553544410)--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]: 2024-04-30 17:53:50.633--ServerSession(1003755748)--Connection(1287062222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.633--ServerSession(1003755748)--Connection(1287062222)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.633--ServerSession(1003755748)--Connection(943501193)--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]: 2024-04-30 17:53:50.634--ServerSession(1003755748)--Connection(1287062222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess [junit] [EL Finer]: 2024-04-30 17:53:50.664--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 773535564 [junit] [EL Finer]: 2024-04-30 17:53:50.664--ClientSession(773535564)--Thread(Thread[main,5,main])--acquire unit of work: 1070523353 [junit] [EL Finest]: 2024-04-30 17:53:50.664--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.664--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.665--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@9c93d16) [junit] [EL Finest]: 2024-04-30 17:53:50.665--ServerSession(1003755748)--Connection(22179697)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.665--ClientSession(773535564)--Connection(22179697)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.665--ClientSession(773535564)--Connection(22179697)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.665--ClientSession(773535564)--Connection(1238013097)--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]: 2024-04-30 17:53:50.666--ClientSession(773535564)--Connection(1238013097)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.666--ServerSession(1003755748)--Connection(22179697)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.666--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.666--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.667--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.667--ClientSession(773535564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.667--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.667--ClientSession(773535564)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.667--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1530977859 [junit] [EL Finer]: 2024-04-30 17:53:50.667--ClientSession(1530977859)--Thread(Thread[main,5,main])--acquire unit of work: 1241189309 [junit] [EL Finest]: 2024-04-30 17:53:50.667--UnitOfWork(1241189309)--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]: 2024-04-30 17:53:50.667--ServerSession(1003755748)--Connection(35419258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.667--ServerSession(1003755748)--Connection(35419258)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.667--ServerSession(1003755748)--Connection(2010426450)--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]: 2024-04-30 17:53:50.668--ServerSession(1003755748)--Connection(35419258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.668--UnitOfWork(1241189309)--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]: 2024-04-30 17:53:50.668--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.668--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.669--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=EmbeddingPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:53:50.669--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@161dd92a) [junit] [EL Finest]: 2024-04-30 17:53:50.669--ServerSession(1003755748)--Connection(1758060579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.669--ClientSession(1530977859)--Connection(1758060579)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.669--ClientSession(1530977859)--Connection(1758060579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.67--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@161dd92a) [junit] [EL Fine]: 2024-04-30 17:53:50.67--ClientSession(1530977859)--Connection(593185976)--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]: 2024-04-30 17:53:50.671--ClientSession(1530977859)--Connection(593185976)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finer]: 2024-04-30 17:53:50.671--ClientSession(1530977859)--Connection(593185976)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.671--ServerSession(1003755748)--Connection(1758060579)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.671--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.671--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.672--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.672--ClientSession(1530977859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.672--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.672--ClientSession(1530977859)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.672--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 800990938 [junit] [EL Finer]: 2024-04-30 17:53:50.672--ClientSession(800990938)--Thread(Thread[main,5,main])--acquire unit of work: 1322341191 [junit] [EL Finest]: 2024-04-30 17:53:50.672--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.672--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.672--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@161dd92a) [junit] [EL Finest]: 2024-04-30 17:53:50.673--ServerSession(1003755748)--Connection(179455108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.673--ClientSession(800990938)--Connection(179455108)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.673--ClientSession(800990938)--Connection(179455108)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.673--ClientSession(800990938)--Connection(1424243710)--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]: 2024-04-30 17:53:50.674--ClientSession(800990938)--Connection(1424243710)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.674--ServerSession(1003755748)--Connection(179455108)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.674--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.674--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.674--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.674--ClientSession(800990938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.674--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.674--ClientSession(800990938)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.674--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1681423383 [junit] [EL Finer]: 2024-04-30 17:53:50.674--ClientSession(1681423383)--Thread(Thread[main,5,main])--acquire unit of work: 2083951216 [junit] [EL Finest]: 2024-04-30 17:53:50.674--UnitOfWork(2083951216)--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]: 2024-04-30 17:53:50.675--ServerSession(1003755748)--Connection(167275971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.675--ServerSession(1003755748)--Connection(167275971)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.675--ServerSession(1003755748)--Connection(1104243907)--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]: 2024-04-30 17:53:50.675--ServerSession(1003755748)--Connection(167275971)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.675--UnitOfWork(2083951216)--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]: 2024-04-30 17:53:50.676--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.676--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.676--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.676--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.676--ClientSession(1681423383)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.676--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.676--ClientSession(1681423383)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.676--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 200760156 [junit] [EL Finer]: 2024-04-30 17:53:50.676--ClientSession(200760156)--Thread(Thread[main,5,main])--acquire unit of work: 383403884 [junit] [EL Finest]: 2024-04-30 17:53:50.676--UnitOfWork(383403884)--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]: 2024-04-30 17:53:50.676--ServerSession(1003755748)--Connection(802628402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.676--ServerSession(1003755748)--Connection(802628402)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.676--ServerSession(1003755748)--Connection(1374785073)--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]: 2024-04-30 17:53:50.677--ServerSession(1003755748)--Connection(802628402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.677--UnitOfWork(383403884)--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]: 2024-04-30 17:53:50.677--UnitOfWork(383403884)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.677--UnitOfWork(383403884)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@24c8d8be) [junit] [EL Finest]: 2024-04-30 17:53:50.677--ServerSession(1003755748)--Connection(89144801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.677--ClientSession(200760156)--Connection(89144801)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.677--ClientSession(200760156)--Connection(89144801)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.678--ClientSession(200760156)--Connection(1209462308)--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]: 2024-04-30 17:53:50.679--ClientSession(200760156)--Connection(1209462308)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.679--ServerSession(1003755748)--Connection(89144801)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.679--UnitOfWork(383403884)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.679--UnitOfWork(383403884)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.679--UnitOfWork(383403884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.679--ClientSession(200760156)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.679--UnitOfWork(383403884)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.679--ClientSession(200760156)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.68--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1935751909 [junit] [EL Finer]: 2024-04-30 17:53:50.68--ClientSession(1935751909)--Thread(Thread[main,5,main])--acquire unit of work: 1511259379 [junit] [EL Finest]: 2024-04-30 17:53:50.68--UnitOfWork(1511259379)--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]: 2024-04-30 17:53:50.68--ServerSession(1003755748)--Connection(621502043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.68--ServerSession(1003755748)--Connection(621502043)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.68--ServerSession(1003755748)--Connection(1324526451)--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]: 2024-04-30 17:53:50.68--ServerSession(1003755748)--Connection(621502043)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.68--UnitOfWork(1511259379)--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]: 2024-04-30 17:53:50.681--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.681--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@718f805a) [junit] [EL Finest]: 2024-04-30 17:53:50.681--ServerSession(1003755748)--Connection(473163048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.681--ClientSession(1935751909)--Connection(473163048)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.681--ClientSession(1935751909)--Connection(473163048)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.681--ClientSession(1935751909)--Connection(1576416089)--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]: 2024-04-30 17:53:50.682--ClientSession(1935751909)--Connection(1576416089)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.682--ServerSession(1003755748)--Connection(473163048)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.682--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.682--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.683--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.683--ClientSession(1935751909)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.683--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.683--ClientSession(1935751909)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.683--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 874548138 [junit] [EL Finer]: 2024-04-30 17:53:50.683--ClientSession(874548138)--Thread(Thread[main,5,main])--acquire unit of work: 1899433964 [junit] [EL Finest]: 2024-04-30 17:53:50.683--UnitOfWork(1899433964)--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]: 2024-04-30 17:53:50.683--ServerSession(1003755748)--Connection(1728554175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.683--ServerSession(1003755748)--Connection(1728554175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.683--ServerSession(1003755748)--Connection(1070057268)--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]: 2024-04-30 17:53:50.684--ServerSession(1003755748)--Connection(1728554175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.684--UnitOfWork(1899433964)--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]: 2024-04-30 17:53:50.684--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.684--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@460b50df) [junit] [EL Finest]: 2024-04-30 17:53:50.684--ServerSession(1003755748)--Connection(1576936424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.684--ClientSession(874548138)--Connection(1576936424)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.684--ClientSession(874548138)--Connection(1576936424)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.685--ClientSession(874548138)--Connection(1480569460)--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]: 2024-04-30 17:53:50.685--ClientSession(874548138)--Connection(1480569460)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.686--ServerSession(1003755748)--Connection(1576936424)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.686--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.686--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.686--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.687--ClientSession(874548138)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.687--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.687--ClientSession(874548138)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.687--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 826945968 [junit] [EL Finer]: 2024-04-30 17:53:50.687--ClientSession(826945968)--Thread(Thread[main,5,main])--acquire unit of work: 659763564 [junit] [EL Finest]: 2024-04-30 17:53:50.687--UnitOfWork(659763564)--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]: 2024-04-30 17:53:50.687--ServerSession(1003755748)--Connection(1508750581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.687--ServerSession(1003755748)--Connection(1508750581)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.687--ServerSession(1003755748)--Connection(663925782)--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]: 2024-04-30 17:53:50.687--ServerSession(1003755748)--Connection(1508750581)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.688--UnitOfWork(659763564)--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]: 2024-04-30 17:53:50.688--UnitOfWork(659763564)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.688--UnitOfWork(659763564)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@79d3473e) [junit] [EL Finest]: 2024-04-30 17:53:50.688--ServerSession(1003755748)--Connection(1182888954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.688--ClientSession(826945968)--Connection(1182888954)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.688--ClientSession(826945968)--Connection(1182888954)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.689--ClientSession(826945968)--Connection(1651923692)--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]: 2024-04-30 17:53:50.689--ClientSession(826945968)--Connection(1651923692)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.689--ServerSession(1003755748)--Connection(1182888954)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.69--UnitOfWork(659763564)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.69--UnitOfWork(659763564)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.69--UnitOfWork(659763564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.69--ClientSession(826945968)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.69--UnitOfWork(659763564)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.69--ClientSession(826945968)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.69--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 752060661 [junit] [EL Finer]: 2024-04-30 17:53:50.691--ClientSession(752060661)--Thread(Thread[main,5,main])--acquire unit of work: 1178605914 [junit] [EL Finest]: 2024-04-30 17:53:50.691--UnitOfWork(1178605914)--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]: 2024-04-30 17:53:50.691--ServerSession(1003755748)--Connection(1893169190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.691--ServerSession(1003755748)--Connection(1893169190)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.691--ServerSession(1003755748)--Connection(2133998394)--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]: 2024-04-30 17:53:50.691--ServerSession(1003755748)--Connection(1893169190)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:50.704--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1475331837 [junit] [EL Finer]: 2024-04-30 17:53:50.704--ClientSession(1475331837)--Thread(Thread[main,5,main])--acquire unit of work: 138010466 [junit] [EL Finest]: 2024-04-30 17:53:50.704--UnitOfWork(138010466)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.704--UnitOfWork(138010466)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.704--UnitOfWork(138010466)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@76e90da5) [junit] [EL Finest]: 2024-04-30 17:53:50.704--ServerSession(1003755748)--Connection(558624761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.704--ClientSession(1475331837)--Connection(558624761)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.704--ClientSession(1475331837)--Connection(558624761)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.705--ClientSession(1475331837)--Connection(535910992)--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]: 2024-04-30 17:53:50.705--ClientSession(1475331837)--Connection(535910992)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.706--ServerSession(1003755748)--Connection(558624761)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.706--UnitOfWork(138010466)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.706--UnitOfWork(138010466)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.706--UnitOfWork(138010466)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.706--ClientSession(1475331837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.706--UnitOfWork(138010466)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.706--ClientSession(1475331837)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.706--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 970890202 [junit] [EL Finer]: 2024-04-30 17:53:50.706--ClientSession(970890202)--Thread(Thread[main,5,main])--acquire unit of work: 1192529727 [junit] [EL Finest]: 2024-04-30 17:53:50.706--UnitOfWork(1192529727)--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]: 2024-04-30 17:53:50.706--ServerSession(1003755748)--Connection(1377988183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.706--ServerSession(1003755748)--Connection(1377988183)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.707--ServerSession(1003755748)--Connection(302007694)--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]: 2024-04-30 17:53:50.707--ServerSession(1003755748)--Connection(1377988183)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache [junit] [EL Finer]: 2024-04-30 17:53:50.736--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1199742317 [junit] [EL Finer]: 2024-04-30 17:53:50.737--ClientSession(1199742317)--Thread(Thread[main,5,main])--acquire unit of work: 795308615 [junit] [EL Finest]: 2024-04-30 17:53:50.737--UnitOfWork(795308615)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.737--UnitOfWork(795308615)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.737--UnitOfWork(795308615)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:50.737--ServerSession(1003755748)--Connection(690035101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.737--ClientSession(1199742317)--Connection(690035101)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.737--ClientSession(1199742317)--Connection(690035101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.738--ClientSession(1199742317)--Connection(1027646388)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, aaa, 1] [junit] [EL Finer]: 2024-04-30 17:53:50.739--ClientSession(1199742317)--Connection(1027646388)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.739--ServerSession(1003755748)--Connection(690035101)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.74--UnitOfWork(795308615)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.74--UnitOfWork(795308615)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.74--UnitOfWork(795308615)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.74--ClientSession(1199742317)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.74--UnitOfWork(795308615)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.74--ClientSession(1199742317)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.74--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1911008699 [junit] [EL Finer]: 2024-04-30 17:53:50.74--ClientSession(1911008699)--Thread(Thread[main,5,main])--acquire unit of work: 839457812 [junit] [EL Finest]: 2024-04-30 17:53:50.74--UnitOfWork(839457812)--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]: 2024-04-30 17:53:50.741--UnitOfWork(839457812)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:50.742--UnitOfWork(839457812)--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]: 2024-04-30 17:53:50.742--UnitOfWork(839457812)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.742--UnitOfWork(839457812)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.742--UnitOfWork(839457812)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.742--UnitOfWork(839457812)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.742--ClientSession(1911008699)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.742--UnitOfWork(839457812)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.742--ClientSession(1911008699)--Thread(Thread[main,5,main])--client released [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.022 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush [junit] [EL Finer]: 2024-04-30 17:53:50.766--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 358849801 [junit] [EL Finer]: 2024-04-30 17:53:50.767--ClientSession(358849801)--Thread(Thread[main,5,main])--acquire unit of work: 1337626348 [junit] [EL Finest]: 2024-04-30 17:53:50.767--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.768--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.768--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f) [junit] [EL Finest]: 2024-04-30 17:53:50.768--ServerSession(1003755748)--Connection(1835794313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.768--ClientSession(358849801)--Connection(1835794313)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.768--ClientSession(358849801)--Connection(1835794313)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.769--ClientSession(358849801)--Connection(1411119464)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [31, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.769--ClientSession(358849801)--Connection(1411119464)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.769--ServerSession(1003755748)--Connection(1835794313)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.77--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.77--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.771--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.771--ClientSession(358849801)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.771--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.771--ClientSession(358849801)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.771--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 21611419 [junit] [EL Finer]: 2024-04-30 17:53:50.771--ClientSession(21611419)--Thread(Thread[main,5,main])--acquire unit of work: 254642444 [junit] [EL Finest]: 2024-04-30 17:53:50.771--UnitOfWork(254642444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.771--UnitOfWork(254642444)--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]: 2024-04-30 17:53:50.772--ServerSession(1003755748)--Connection(816760435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.772--ServerSession(1003755748)--Connection(816760435)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.772--ServerSession(1003755748)--Connection(1419428140)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2024-04-30 17:53:50.773--ServerSession(1003755748)--Connection(816760435)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.774--UnitOfWork(254642444)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.774--UnitOfWork(254642444)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:50.775--ServerSession(1003755748)--Connection(1864122136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.775--ServerSession(1003755748)--Connection(1864122136)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.775--ServerSession(1003755748)--Connection(1280512370)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [31] [junit] [EL Finest]: 2024-04-30 17:53:50.775--ServerSession(1003755748)--Connection(1864122136)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:50.776--UnitOfWork(254642444)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:50.776--UnitOfWork(254642444)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:50.776--UnitOfWork(254642444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20) [junit] [EL Finest]: 2024-04-30 17:53:50.777--ServerSession(1003755748)--Connection(1213733435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.777--ClientSession(21611419)--Connection(1213733435)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.777--ClientSession(21611419)--Connection(1213733435)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.777--ClientSession(21611419)--Connection(1394526584)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [32, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.778--UnitOfWork(254642444)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:50.778--UnitOfWork(254642444)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.778--UnitOfWork(254642444)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.778--ClientSession(21611419)--Connection(1394526584)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.778--ServerSession(1003755748)--Connection(1213733435)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.778--UnitOfWork(254642444)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.778--UnitOfWork(254642444)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.779--UnitOfWork(254642444)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.779--ClientSession(21611419)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.779--UnitOfWork(254642444)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.779--ClientSession(21611419)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.791--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 230266757 [junit] [EL Finer]: 2024-04-30 17:53:50.791--ClientSession(230266757)--Thread(Thread[main,5,main])--acquire unit of work: 1886478937 [junit] [EL Finest]: 2024-04-30 17:53:50.792--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.792--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.792--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.792--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@29) [junit] [EL Finest]: 2024-04-30 17:53:50.792--ServerSession(1003755748)--Connection(1813496056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.792--ClientSession(230266757)--Connection(1813496056)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.792--ClientSession(230266757)--Connection(1813496056)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.793--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2a) [junit] [EL Finer]: 2024-04-30 17:53:50.793--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.793--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.793--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])-- bind => [41, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.793--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])-- bind => [42, 41, null] [junit] [EL Finer]: 2024-04-30 17:53:50.793--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:50.794--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.794--ServerSession(1003755748)--Connection(1813496056)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.794--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.794--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.794--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.794--ClientSession(230266757)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.794--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.794--ClientSession(230266757)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.795--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 504510379 [junit] [EL Finer]: 2024-04-30 17:53:50.795--ClientSession(504510379)--Thread(Thread[main,5,main])--acquire unit of work: 1308491389 [junit] [EL Finest]: 2024-04-30 17:53:50.795--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.795--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.795--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.796--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2b) [junit] [EL Finest]: 2024-04-30 17:53:50.796--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2c) [junit] [EL Finest]: 2024-04-30 17:53:50.796--ServerSession(1003755748)--Connection(1912769093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.796--ClientSession(504510379)--Connection(1912769093)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.796--ClientSession(504510379)--Connection(1912769093)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finer]: 2024-04-30 17:53:50.796--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.796--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.796--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])-- bind => [44, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.796--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])-- bind => [43, 44, null] [junit] [EL Finer]: 2024-04-30 17:53:50.796--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:50.797--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.797--ServerSession(1003755748)--Connection(1912769093)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.798--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.798--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.798--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.798--ClientSession(504510379)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.798--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.798--ClientSession(504510379)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.811--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1096433514 [junit] [EL Finer]: 2024-04-30 17:53:50.811--ClientSession(1096433514)--Thread(Thread[main,5,main])--acquire unit of work: 173321452 [junit] [EL Finest]: 2024-04-30 17:53:50.811--UnitOfWork(173321452)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.811--UnitOfWork(173321452)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.811--UnitOfWork(173321452)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15) [junit] [EL Finest]: 2024-04-30 17:53:50.811--ServerSession(1003755748)--Connection(590414408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.811--ClientSession(1096433514)--Connection(590414408)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.811--ClientSession(1096433514)--Connection(590414408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.812--ClientSession(1096433514)--Connection(204339470)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [21, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.812--ClientSession(1096433514)--Connection(204339470)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.812--ServerSession(1003755748)--Connection(590414408)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.813--UnitOfWork(173321452)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.813--UnitOfWork(173321452)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.813--UnitOfWork(173321452)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.813--ClientSession(1096433514)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.813--UnitOfWork(173321452)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.813--ClientSession(1096433514)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1947681232 [junit] [EL Finer]: 2024-04-30 17:53:50.813--ClientSession(1947681232)--Thread(Thread[main,5,main])--acquire unit of work: 1604271704 [junit] [EL Finest]: 2024-04-30 17:53:50.813--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.813--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.813--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.813--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15) [junit] [EL Finest]: 2024-04-30 17:53:50.813--ServerSession(1003755748)--Connection(142449153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.813--ClientSession(1947681232)--Connection(142449153)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.813--ClientSession(1947681232)--Connection(142449153)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.814--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@16) [junit] [EL Finer]: 2024-04-30 17:53:50.814--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.814--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.814--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])-- bind => [21, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.814--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])-- bind => [22, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.814--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:50.815--ClientSession(1947681232)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:50.816--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:50.816--ServerSession(1003755748)--Connection(142449153)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:50.816--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush.testSimpleCascadeToDetached1(TestCascadeFlush.java:122) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 40 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 44 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:50.817--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.817--ClientSession(1947681232)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.829--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1369533151 [junit] [EL Finer]: 2024-04-30 17:53:50.83--ClientSession(1369533151)--Thread(Thread[main,5,main])--acquire unit of work: 59103257 [junit] [EL Finest]: 2024-04-30 17:53:50.83--UnitOfWork(59103257)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.83--UnitOfWork(59103257)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:50.83--UnitOfWork(59103257)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.83--UnitOfWork(59103257)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finest]: 2024-04-30 17:53:50.83--ServerSession(1003755748)--Connection(315885065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.83--ClientSession(1369533151)--Connection(315885065)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.83--ClientSession(1369533151)--Connection(315885065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.831--UnitOfWork(59103257)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2) [junit] [EL Finer]: 2024-04-30 17:53:50.831--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.831--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.831--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])-- bind => [1, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.831--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])-- bind => [2, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.831--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:50.832--UnitOfWork(59103257)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:50.832--UnitOfWork(59103257)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.832--UnitOfWork(59103257)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.832--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.832--ServerSession(1003755748)--Connection(315885065)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.832--UnitOfWork(59103257)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.832--UnitOfWork(59103257)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.833--UnitOfWork(59103257)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.833--ClientSession(1369533151)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.833--UnitOfWork(59103257)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.833--ClientSession(1369533151)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.845--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1673518027 [junit] [EL Finer]: 2024-04-30 17:53:50.845--ClientSession(1673518027)--Thread(Thread[main,5,main])--acquire unit of work: 2062594042 [junit] [EL Finest]: 2024-04-30 17:53:50.845--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.845--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.845--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.845--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@33) [junit] [EL Finest]: 2024-04-30 17:53:50.845--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@32) [junit] [EL Finest]: 2024-04-30 17:53:50.845--ServerSession(1003755748)--Connection(494842224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.845--ClientSession(1673518027)--Connection(494842224)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.845--ClientSession(1673518027)--Connection(494842224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finer]: 2024-04-30 17:53:50.846--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.846--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.846--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])-- bind => [50, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.846--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])-- bind => [51, 50, null] [junit] [EL Finer]: 2024-04-30 17:53:50.846--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:50.847--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.847--ServerSession(1003755748)--Connection(494842224)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.847--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.847--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.847--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.847--ClientSession(1673518027)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.847--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.847--ClientSession(1673518027)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.848--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 587887602 [junit] [EL Finer]: 2024-04-30 17:53:50.848--ClientSession(587887602)--Thread(Thread[main,5,main])--acquire unit of work: 1268233170 [junit] [EL Finest]: 2024-04-30 17:53:50.848--UnitOfWork(1268233170)--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]: 2024-04-30 17:53:50.848--ServerSession(1003755748)--Connection(943502798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.848--ServerSession(1003755748)--Connection(943502798)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.848--ServerSession(1003755748)--Connection(2039344872)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2024-04-30 17:53:50.848--ServerSession(1003755748)--Connection(943502798)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:50.849--UnitOfWork(1268233170)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.849--UnitOfWork(1268233170)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.849--UnitOfWork(1268233170)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.86--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 999999316 [junit] [EL Finer]: 2024-04-30 17:53:50.861--ClientSession(999999316)--Thread(Thread[main,5,main])--acquire unit of work: 1577067350 [junit] [EL Finest]: 2024-04-30 17:53:50.861--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.861--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.861--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.861--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.861--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@18) [junit] [EL Finest]: 2024-04-30 17:53:50.861--ServerSession(1003755748)--Connection(631349266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.861--ClientSession(999999316)--Connection(631349266)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.861--ClientSession(999999316)--Connection(631349266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.862--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17) [junit] [EL Finest]: 2024-04-30 17:53:50.862--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17) [junit] [EL Finer]: 2024-04-30 17:53:50.862--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.862--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.862--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])-- bind => [24, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.862--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])-- bind => [23, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.862--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])-- bind => [23, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.862--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:50.863--ClientSession(999999316)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:50.863--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:50.864--ServerSession(1003755748)--Connection(631349266)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:50.864--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush.testSimpleCascadeToDetached2a(TestCascadeFlush.java:155) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 40 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 44 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:50.864--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.864--ClientSession(999999316)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.876--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1737135382 [junit] [EL Finer]: 2024-04-30 17:53:50.876--ClientSession(1737135382)--Thread(Thread[main,5,main])--acquire unit of work: 1543105131 [junit] [EL Finest]: 2024-04-30 17:53:50.876--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.876--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.876--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19) [junit] [EL Finest]: 2024-04-30 17:53:50.876--ServerSession(1003755748)--Connection(1847865717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.876--ClientSession(1737135382)--Connection(1847865717)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.876--ClientSession(1737135382)--Connection(1847865717)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.877--ClientSession(1737135382)--Connection(2048537704)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [25, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.877--ClientSession(1737135382)--Connection(2048537704)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.877--ServerSession(1003755748)--Connection(1847865717)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.878--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.878--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.878--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.878--ClientSession(1737135382)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.878--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.878--ClientSession(1737135382)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.878--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1233933149 [junit] [EL Finer]: 2024-04-30 17:53:50.878--ClientSession(1233933149)--Thread(Thread[main,5,main])--acquire unit of work: 384735911 [junit] [EL Finest]: 2024-04-30 17:53:50.878--UnitOfWork(384735911)--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]: 2024-04-30 17:53:50.878--ServerSession(1003755748)--Connection(1312966018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.878--ServerSession(1003755748)--Connection(1312966018)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.879--ServerSession(1003755748)--Connection(1490735178)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2024-04-30 17:53:50.879--ServerSession(1003755748)--Connection(1312966018)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.879--UnitOfWork(384735911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.879--UnitOfWork(384735911)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.879--UnitOfWork(384735911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.88--UnitOfWork(384735911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19) [junit] [EL Finest]: 2024-04-30 17:53:50.88--ServerSession(1003755748)--Connection(1433627902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.88--ClientSession(1233933149)--Connection(1433627902)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.88--ClientSession(1233933149)--Connection(1433627902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.88--UnitOfWork(384735911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1a) [junit] [EL Finer]: 2024-04-30 17:53:50.88--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.88--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.88--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])-- bind => [25, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.88--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])-- bind => [26, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.88--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:50.881--ClientSession(1233933149)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:50.881--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:50.881--ServerSession(1003755748)--Connection(1433627902)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:50.881--UnitOfWork(384735911)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush.testSimpleCascadeToDetached2b(TestCascadeFlush.java:190) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 40 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 44 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:50.882--UnitOfWork(384735911)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.882--ClientSession(1233933149)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.893--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 713538100 [junit] [EL Finer]: 2024-04-30 17:53:50.894--ClientSession(713538100)--Thread(Thread[main,5,main])--acquire unit of work: 886341817 [junit] [EL Finest]: 2024-04-30 17:53:50.894--UnitOfWork(886341817)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.894--UnitOfWork(886341817)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.894--UnitOfWork(886341817)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finest]: 2024-04-30 17:53:50.894--ServerSession(1003755748)--Connection(1899351562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.894--ClientSession(713538100)--Connection(1899351562)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.894--ClientSession(713538100)--Connection(1899351562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.894--ClientSession(713538100)--Connection(1635011037)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [27, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.895--ClientSession(713538100)--Connection(1635011037)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.895--ServerSession(1003755748)--Connection(1899351562)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.895--UnitOfWork(886341817)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.895--UnitOfWork(886341817)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.895--UnitOfWork(886341817)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.895--ClientSession(713538100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.895--UnitOfWork(886341817)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.895--ClientSession(713538100)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.895--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1122960426 [junit] [EL Finer]: 2024-04-30 17:53:50.896--ClientSession(1122960426)--Thread(Thread[main,5,main])--acquire unit of work: 502646755 [junit] [EL Finest]: 2024-04-30 17:53:50.896--UnitOfWork(502646755)--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]: 2024-04-30 17:53:50.896--ServerSession(1003755748)--Connection(1577864993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.896--ServerSession(1003755748)--Connection(1577864993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.896--ServerSession(1003755748)--Connection(739812330)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:53:50.896--ServerSession(1003755748)--Connection(1577864993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.896--UnitOfWork(502646755)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.896--UnitOfWork(502646755)--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]: 2024-04-30 17:53:50.897--ServerSession(1003755748)--Connection(433851698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.897--ServerSession(1003755748)--Connection(433851698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.897--ServerSession(1003755748)--Connection(1890777616)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:53:50.897--ServerSession(1003755748)--Connection(433851698)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.897--UnitOfWork(502646755)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.898--UnitOfWork(502646755)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.898--UnitOfWork(502646755)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:50.898--UnitOfWork(502646755)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.898--UnitOfWork(502646755)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finest]: 2024-04-30 17:53:50.898--ServerSession(1003755748)--Connection(38023477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.898--ClientSession(1122960426)--Connection(38023477)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.898--ClientSession(1122960426)--Connection(38023477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.899--UnitOfWork(502646755)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1c) [junit] [EL Finest]: 2024-04-30 17:53:50.899--UnitOfWork(502646755)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finer]: 2024-04-30 17:53:50.899--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.899--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.899--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])-- bind => [27, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.899--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])-- bind => [28, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.899--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:50.9--ClientSession(1122960426)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:53:50.9--UnitOfWork(502646755)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.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:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.appendCall(ParameterizedSQLBatchWritingMechanism.java:85) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:612) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:243) [junit] at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:121) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:220) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:121) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:344) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:293) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1522) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1609) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:280) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush.testSimpleCascadeToDetached2c(TestCascadeFlush.java:226) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 58 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 62 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:50.901--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:50.901--ServerSession(1003755748)--Connection(38023477)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.901--UnitOfWork(502646755)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.901--ClientSession(1122960426)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.913--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 935667786 [junit] [EL Finer]: 2024-04-30 17:53:50.913--ClientSession(935667786)--Thread(Thread[main,5,main])--acquire unit of work: 1535472351 [junit] [EL Finest]: 2024-04-30 17:53:50.913--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.913--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.913--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:50.913--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.913--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@b) [junit] [EL Finest]: 2024-04-30 17:53:50.914--ServerSession(1003755748)--Connection(1683063408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.914--ClientSession(935667786)--Connection(1683063408)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.914--ClientSession(935667786)--Connection(1683063408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.914--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c) [junit] [EL Finest]: 2024-04-30 17:53:50.914--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d) [junit] [EL Finer]: 2024-04-30 17:53:50.914--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.914--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.914--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])-- bind => [11, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.914--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])-- bind => [12, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.914--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])-- bind => [13, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.914--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:50.915--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:50.915--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.915--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.916--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.916--ServerSession(1003755748)--Connection(1683063408)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.916--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.916--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.916--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.916--ClientSession(935667786)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.916--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.916--ClientSession(935667786)--Thread(Thread[main,5,main])--client released [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge [junit] [EL Finer]: 2024-04-30 17:53:50.938--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1871048194 [junit] [EL Finer]: 2024-04-30 17:53:50.938--ClientSession(1871048194)--Thread(Thread[main,5,main])--acquire unit of work: 1738345448 [junit] [EL Finest]: 2024-04-30 17:53:50.938--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.938--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.938--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.939--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@47044f7d) [junit] [EL Finest]: 2024-04-30 17:53:50.939--ServerSession(1003755748)--Connection(1582928128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.939--ClientSession(1871048194)--Connection(1582928128)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.939--ClientSession(1871048194)--Connection(1582928128)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.939--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f5) [junit] [EL Fine]: 2024-04-30 17:53:50.939--ClientSession(1871048194)--Connection(994267665)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [502, managed parent] [junit] [EL Fine]: 2024-04-30 17:53:50.94--ClientSession(1871048194)--Connection(994267665)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [501, null, 502] [junit] [EL Finer]: 2024-04-30 17:53:50.94--ClientSession(1871048194)--Connection(994267665)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.94--ServerSession(1003755748)--Connection(1582928128)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.941--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.941--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.941--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.941--ClientSession(1871048194)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.941--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.941--ClientSession(1871048194)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.941--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1248079435 [junit] [EL Finer]: 2024-04-30 17:53:50.941--ClientSession(1248079435)--Thread(Thread[main,5,main])--acquire unit of work: 1796615884 [junit] [EL Finest]: 2024-04-30 17:53:50.941--UnitOfWork(1796615884)--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]: 2024-04-30 17:53:50.941--ServerSession(1003755748)--Connection(994084545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.941--ServerSession(1003755748)--Connection(994084545)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.941--ServerSession(1003755748)--Connection(1487543666)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [501] [junit] [EL Finest]: 2024-04-30 17:53:50.942--ServerSession(1003755748)--Connection(994084545)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.942--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:50.942--ServerSession(1003755748)--Connection(321192242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.942--ServerSession(1003755748)--Connection(321192242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.943--ServerSession(1003755748)--Connection(1087916281)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [502] [junit] [EL Finest]: 2024-04-30 17:53:50.943--ServerSession(1003755748)--Connection(321192242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.943--UnitOfWork(1796615884)--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]: 2024-04-30 17:53:50.943--ServerSession(1003755748)--Connection(521311335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.944--ServerSession(1003755748)--Connection(521311335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.944--ServerSession(1003755748)--Connection(1684854630)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [502] [junit] [EL Finest]: 2024-04-30 17:53:50.944--ServerSession(1003755748)--Connection(521311335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.944--UnitOfWork(1796615884)--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]: 2024-04-30 17:53:50.944--UnitOfWork(1796615884)--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]: 2024-04-30 17:53:50.944--ServerSession(1003755748)--Connection(642087302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.944--ServerSession(1003755748)--Connection(642087302)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.945--ServerSession(1003755748)--Connection(771715205)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [503] [junit] [EL Finest]: 2024-04-30 17:53:50.945--ServerSession(1003755748)--Connection(642087302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.945--UnitOfWork(1796615884)--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]: 2024-04-30 17:53:50.945--ServerSession(1003755748)--Connection(1343838143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.945--ServerSession(1003755748)--Connection(1343838143)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.945--ServerSession(1003755748)--Connection(1562221939)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [504] [junit] [EL Finest]: 2024-04-30 17:53:50.945--ServerSession(1003755748)--Connection(1343838143)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.946--UnitOfWork(1796615884)--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]: 2024-04-30 17:53:50.946--UnitOfWork(1796615884)--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]: 2024-04-30 17:53:50.946--ServerSession(1003755748)--Connection(1984577117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.946--ServerSession(1003755748)--Connection(1984577117)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.946--ServerSession(1003755748)--Connection(1819552644)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [501] [junit] [EL Finest]: 2024-04-30 17:53:50.946--ServerSession(1003755748)--Connection(1984577117)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.946--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f5 [junit] [EL Finest]: 2024-04-30 17:53:50.947--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:50.947--ServerSession(1003755748)--Connection(1958375413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.947--ServerSession(1003755748)--Connection(1958375413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.947--ServerSession(1003755748)--Connection(962548461)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [503] [junit] [EL Finest]: 2024-04-30 17:53:50.947--ServerSession(1003755748)--Connection(1958375413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.947--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:50.948--ServerSession(1003755748)--Connection(1014135205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.948--ServerSession(1003755748)--Connection(1014135205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.948--ServerSession(1003755748)--Connection(736874772)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [504] [junit] [EL Finest]: 2024-04-30 17:53:50.948--ServerSession(1003755748)--Connection(1014135205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:50.948--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.949--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@374c40ba) [junit] [EL Finest]: 2024-04-30 17:53:50.949--ServerSession(1003755748)--Connection(1246807878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.949--ClientSession(1248079435)--Connection(1246807878)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.949--ClientSession(1248079435)--Connection(1246807878)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.949--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f5) [junit] [EL Finest]: 2024-04-30 17:53:50.949--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f7) [junit] [EL Fine]: 2024-04-30 17:53:50.949--ClientSession(1248079435)--Connection(923366543)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [504, new child] [junit] [EL Fine]: 2024-04-30 17:53:50.95--ClientSession(1248079435)--Connection(923366543)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [503, null, 504] [junit] [EL Finer]: 2024-04-30 17:53:50.95--ClientSession(1248079435)--Connection(923366543)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.95--ServerSession(1003755748)--Connection(1246807878)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.951--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.951--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.951--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.951--ClientSession(1248079435)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.951--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.951--ClientSession(1248079435)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.951--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 584349634 [junit] [EL Finer]: 2024-04-30 17:53:50.951--ClientSession(584349634)--Thread(Thread[main,5,main])--acquire unit of work: 1585824283 [junit] [EL Finest]: 2024-04-30 17:53:50.951--UnitOfWork(1585824283)--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]: 2024-04-30 17:53:50.951--ServerSession(1003755748)--Connection(1105129521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.951--ServerSession(1003755748)--Connection(1105129521)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.951--ServerSession(1003755748)--Connection(954742840)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [501] [junit] [EL Finest]: 2024-04-30 17:53:50.952--ServerSession(1003755748)--Connection(1105129521)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.952--UnitOfWork(1585824283)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:50.952--ServerSession(1003755748)--Connection(2131723476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.952--ServerSession(1003755748)--Connection(2131723476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.952--ServerSession(1003755748)--Connection(115297013)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [502] [junit] [EL Finest]: 2024-04-30 17:53:50.952--ServerSession(1003755748)--Connection(2131723476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.952--UnitOfWork(1585824283)--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]: 2024-04-30 17:53:50.953--ServerSession(1003755748)--Connection(1494051958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.953--ServerSession(1003755748)--Connection(1494051958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.953--ServerSession(1003755748)--Connection(628694336)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [502] [junit] [EL Finest]: 2024-04-30 17:53:50.953--ServerSession(1003755748)--Connection(1494051958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.953--UnitOfWork(1585824283)--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]: 2024-04-30 17:53:50.953--UnitOfWork(1585824283)--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]: 2024-04-30 17:53:50.953--ServerSession(1003755748)--Connection(622625093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.953--ServerSession(1003755748)--Connection(622625093)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.954--ServerSession(1003755748)--Connection(398468940)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [503] [junit] [EL Finest]: 2024-04-30 17:53:50.954--ServerSession(1003755748)--Connection(622625093)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.954--UnitOfWork(1585824283)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:50.954--ServerSession(1003755748)--Connection(458385820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.954--ServerSession(1003755748)--Connection(458385820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.954--ServerSession(1003755748)--Connection(230610941)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [504] [junit] [EL Finest]: 2024-04-30 17:53:50.955--ServerSession(1003755748)--Connection(458385820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.955--UnitOfWork(1585824283)--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]: 2024-04-30 17:53:50.955--ServerSession(1003755748)--Connection(2120154283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.955--ServerSession(1003755748)--Connection(2120154283)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.955--ServerSession(1003755748)--Connection(94690722)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [504] [junit] [EL Finest]: 2024-04-30 17:53:50.955--ServerSession(1003755748)--Connection(2120154283)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.956--UnitOfWork(1585824283)--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]: 2024-04-30 17:53:50.967--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 517787604 [junit] [EL Finer]: 2024-04-30 17:53:50.967--ClientSession(517787604)--Thread(Thread[main,5,main])--acquire unit of work: 147077478 [junit] [EL Finest]: 2024-04-30 17:53:50.967--UnitOfWork(147077478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.967--UnitOfWork(147077478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.967--UnitOfWork(147077478)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.968--UnitOfWork(147077478)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@11a3a45f) [junit] [EL Finest]: 2024-04-30 17:53:50.968--ServerSession(1003755748)--Connection(146842175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.968--ClientSession(517787604)--Connection(146842175)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.968--ClientSession(517787604)--Connection(146842175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.968--UnitOfWork(147077478)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@25b) [junit] [EL Fine]: 2024-04-30 17:53:50.968--ClientSession(517787604)--Connection(72187428)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [604, removed child] [junit] [EL Fine]: 2024-04-30 17:53:50.969--ClientSession(517787604)--Connection(72187428)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [603, null, 604] [junit] [EL Finer]: 2024-04-30 17:53:50.969--ClientSession(517787604)--Connection(72187428)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.969--ServerSession(1003755748)--Connection(146842175)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.969--UnitOfWork(147077478)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.969--UnitOfWork(147077478)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.969--UnitOfWork(147077478)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.97--ClientSession(517787604)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.97--UnitOfWork(147077478)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.97--ClientSession(517787604)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.97--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 284427775 [junit] [EL Finer]: 2024-04-30 17:53:50.97--ClientSession(284427775)--Thread(Thread[main,5,main])--acquire unit of work: 2133325211 [junit] [EL Finest]: 2024-04-30 17:53:50.97--UnitOfWork(2133325211)--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]: 2024-04-30 17:53:50.97--ServerSession(1003755748)--Connection(479769835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.97--ServerSession(1003755748)--Connection(479769835)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.97--ServerSession(1003755748)--Connection(1166021410)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [601] [junit] [EL Finest]: 2024-04-30 17:53:50.971--ServerSession(1003755748)--Connection(479769835)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.971--UnitOfWork(2133325211)--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]: 2024-04-30 17:53:50.971--ServerSession(1003755748)--Connection(891327883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.971--ServerSession(1003755748)--Connection(891327883)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.971--ServerSession(1003755748)--Connection(1824931880)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [602] [junit] [EL Finest]: 2024-04-30 17:53:50.971--ServerSession(1003755748)--Connection(891327883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.971--UnitOfWork(2133325211)--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]: 2024-04-30 17:53:50.971--ServerSession(1003755748)--Connection(95545487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.971--ServerSession(1003755748)--Connection(95545487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.971--ServerSession(1003755748)--Connection(873249151)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [603] [junit] [EL Finest]: 2024-04-30 17:53:50.972--ServerSession(1003755748)--Connection(95545487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.972--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:50.972--ServerSession(1003755748)--Connection(456653804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.972--ServerSession(1003755748)--Connection(456653804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.972--ServerSession(1003755748)--Connection(1243705012)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [604] [junit] [EL Finest]: 2024-04-30 17:53:50.972--ServerSession(1003755748)--Connection(456653804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.973--UnitOfWork(2133325211)--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]: 2024-04-30 17:53:50.973--ServerSession(1003755748)--Connection(802270602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.973--ServerSession(1003755748)--Connection(802270602)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.973--ServerSession(1003755748)--Connection(897541009)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [604] [junit] [EL Finest]: 2024-04-30 17:53:50.974--ServerSession(1003755748)--Connection(802270602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.974--UnitOfWork(2133325211)--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]: 2024-04-30 17:53:50.974--UnitOfWork(2133325211)--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]: 2024-04-30 17:53:50.974--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.974--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.974--UnitOfWork(2133325211)--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]: 2024-04-30 17:53:50.974--ServerSession(1003755748)--Connection(1479446866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.974--ServerSession(1003755748)--Connection(1479446866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.974--ServerSession(1003755748)--Connection(2050083360)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [603] [junit] [EL Finest]: 2024-04-30 17:53:50.974--ServerSession(1003755748)--Connection(1479446866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.975--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@259 [junit] [EL Finest]: 2024-04-30 17:53:50.975--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:50.975--ServerSession(1003755748)--Connection(233142783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.975--ServerSession(1003755748)--Connection(233142783)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.975--ServerSession(1003755748)--Connection(2037498537)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [601] [junit] [EL Finest]: 2024-04-30 17:53:50.975--ServerSession(1003755748)--Connection(233142783)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.975--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:50.976--ServerSession(1003755748)--Connection(40626598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.976--ServerSession(1003755748)--Connection(40626598)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.976--ServerSession(1003755748)--Connection(1297189990)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [602] [junit] [EL Finest]: 2024-04-30 17:53:50.976--ServerSession(1003755748)--Connection(40626598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:50.979--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.979--ClientSession(284427775)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.979--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 856880372 [junit] [EL Finer]: 2024-04-30 17:53:50.979--ClientSession(856880372)--Thread(Thread[main,5,main])--acquire unit of work: 190490203 [junit] [EL Finest]: 2024-04-30 17:53:50.979--UnitOfWork(190490203)--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]: 2024-04-30 17:53:50.979--ServerSession(1003755748)--Connection(1993191331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.979--ServerSession(1003755748)--Connection(1993191331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.979--ServerSession(1003755748)--Connection(1797763792)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [601] [junit] [EL Finest]: 2024-04-30 17:53:50.98--ServerSession(1003755748)--Connection(1993191331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.98--UnitOfWork(190490203)--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]: 2024-04-30 17:53:50.98--ServerSession(1003755748)--Connection(293618119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.98--ServerSession(1003755748)--Connection(293618119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.98--ServerSession(1003755748)--Connection(170611939)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [602] [junit] [EL Finest]: 2024-04-30 17:53:50.98--ServerSession(1003755748)--Connection(293618119)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.98--UnitOfWork(190490203)--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]: 2024-04-30 17:53:50.98--ServerSession(1003755748)--Connection(569894199)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.98--ServerSession(1003755748)--Connection(569894199)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.98--ServerSession(1003755748)--Connection(854202039)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [603] [junit] [EL Finest]: 2024-04-30 17:53:50.981--ServerSession(1003755748)--Connection(569894199)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.981--UnitOfWork(190490203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:50.981--ServerSession(1003755748)--Connection(1186127045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.981--ServerSession(1003755748)--Connection(1186127045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.981--ServerSession(1003755748)--Connection(604976394)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [604] [junit] [EL Finest]: 2024-04-30 17:53:50.981--ServerSession(1003755748)--Connection(1186127045)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.982--UnitOfWork(190490203)--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]: 2024-04-30 17:53:50.982--ServerSession(1003755748)--Connection(1794531113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.982--ServerSession(1003755748)--Connection(1794531113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.982--ServerSession(1003755748)--Connection(923570200)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [604] [junit] [EL Finest]: 2024-04-30 17:53:50.982--ServerSession(1003755748)--Connection(1794531113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.982--UnitOfWork(190490203)--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]: 2024-04-30 17:53:50.994--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 437583344 [junit] [EL Finer]: 2024-04-30 17:53:50.994--ClientSession(437583344)--Thread(Thread[main,5,main])--acquire unit of work: 676060909 [junit] [EL Finest]: 2024-04-30 17:53:50.994--UnitOfWork(676060909)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:50.994--UnitOfWork(676060909)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:50.994--UnitOfWork(676060909)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:50.994--UnitOfWork(676060909)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12e) [junit] [EL Finest]: 2024-04-30 17:53:50.994--ServerSession(1003755748)--Connection(1130250604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.994--ClientSession(437583344)--Connection(1130250604)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:50.994--ClientSession(437583344)--Connection(1130250604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:50.995--UnitOfWork(676060909)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finer]: 2024-04-30 17:53:50.995--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:50.995--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:50.995--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])-- bind => [302, null, null] [junit] [EL Fine]: 2024-04-30 17:53:50.995--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])-- bind => [301, null, null] [junit] [EL Finer]: 2024-04-30 17:53:50.995--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:50.996--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:50.996--ServerSession(1003755748)--Connection(1130250604)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:50.996--UnitOfWork(676060909)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:50.996--UnitOfWork(676060909)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.996--UnitOfWork(676060909)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.996--ClientSession(437583344)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:50.996--UnitOfWork(676060909)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:50.996--ClientSession(437583344)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:50.996--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1278790934 [junit] [EL Finer]: 2024-04-30 17:53:50.996--ClientSession(1278790934)--Thread(Thread[main,5,main])--acquire unit of work: 2111615196 [junit] [EL Finest]: 2024-04-30 17:53:50.996--UnitOfWork(2111615196)--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]: 2024-04-30 17:53:50.997--ServerSession(1003755748)--Connection(257684104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.997--ServerSession(1003755748)--Connection(257684104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.997--ServerSession(1003755748)--Connection(740120508)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [301] [junit] [EL Finest]: 2024-04-30 17:53:50.997--ServerSession(1003755748)--Connection(257684104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.997--UnitOfWork(2111615196)--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]: 2024-04-30 17:53:50.997--ServerSession(1003755748)--Connection(1855589354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.997--ServerSession(1003755748)--Connection(1855589354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.998--ServerSession(1003755748)--Connection(687608114)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [302] [junit] [EL Finest]: 2024-04-30 17:53:50.998--ServerSession(1003755748)--Connection(1855589354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.998--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d [junit] [EL Finest]: 2024-04-30 17:53:50.998--UnitOfWork(2111615196)--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]: 2024-04-30 17:53:50.998--ServerSession(1003755748)--Connection(507479765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.998--ServerSession(1003755748)--Connection(507479765)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.998--ServerSession(1003755748)--Connection(1443000737)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [301] [junit] [EL Finest]: 2024-04-30 17:53:50.999--ServerSession(1003755748)--Connection(507479765)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.999--UnitOfWork(2111615196)--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]: 2024-04-30 17:53:50.999--ServerSession(1003755748)--Connection(69115782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:50.999--ServerSession(1003755748)--Connection(69115782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:50.999--ServerSession(1003755748)--Connection(1727379710)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [302] [junit] [EL Finest]: 2024-04-30 17:53:50.999--ServerSession(1003755748)--Connection(69115782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:50.999--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.0--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finest]: 2024-04-30 17:53:51.0--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12e) [junit] [EL Finer]: 2024-04-30 17:53:51.0--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.0--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.0--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.0--ClientSession(1278790934)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.0--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.0--ClientSession(1278790934)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.011--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 109673034 [junit] [EL Finer]: 2024-04-30 17:53:51.011--ClientSession(109673034)--Thread(Thread[main,5,main])--acquire unit of work: 1770453310 [junit] [EL Finest]: 2024-04-30 17:53:51.012--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.012--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.012--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.012--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.012--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.012--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.012--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.012--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@39266403) [junit] [EL Finest]: 2024-04-30 17:53:51.012--ServerSession(1003755748)--Connection(1014698874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.012--ClientSession(109673034)--Connection(1014698874)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.012--ClientSession(109673034)--Connection(1014698874)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.013--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@4168f3d9) [junit] [EL Finest]: 2024-04-30 17:53:51.013--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@2aa14ae6) [junit] [EL Finest]: 2024-04-30 17:53:51.013--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cd) [junit] [EL Finer]: 2024-04-30 17:53:51.013--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.013--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.013--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])-- bind => [202, new parent] [junit] [EL Fine]: 2024-04-30 17:53:51.013--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])-- bind => [206, new grandchild] [junit] [EL Fine]: 2024-04-30 17:53:51.013--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])-- bind => [204, new child] [junit] [EL Finer]: 2024-04-30 17:53:51.013--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:51.014--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cb) [junit] [EL Finest]: 2024-04-30 17:53:51.014--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9) [junit] [EL Finer]: 2024-04-30 17:53:51.014--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.014--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.014--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])-- bind => [205, null, 206] [junit] [EL Fine]: 2024-04-30 17:53:51.014--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])-- bind => [203, null, 204] [junit] [EL Fine]: 2024-04-30 17:53:51.014--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])-- bind => [201, null, 202] [junit] [EL Finer]: 2024-04-30 17:53:51.015--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.015--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.016--ServerSession(1003755748)--Connection(1014698874)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.016--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.016--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.016--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.016--ClientSession(109673034)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.016--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.016--ClientSession(109673034)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.016--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1680139795 [junit] [EL Finer]: 2024-04-30 17:53:51.016--ClientSession(1680139795)--Thread(Thread[main,5,main])--acquire unit of work: 351249017 [junit] [EL Finest]: 2024-04-30 17:53:51.016--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.016--ServerSession(1003755748)--Connection(149526537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.016--ServerSession(1003755748)--Connection(149526537)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.016--ServerSession(1003755748)--Connection(241316255)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [201] [junit] [EL Finest]: 2024-04-30 17:53:51.017--ServerSession(1003755748)--Connection(149526537)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.017--UnitOfWork(351249017)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.017--ServerSession(1003755748)--Connection(1615669446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.017--ServerSession(1003755748)--Connection(1615669446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.017--ServerSession(1003755748)--Connection(2134639513)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [202] [junit] [EL Finest]: 2024-04-30 17:53:51.018--ServerSession(1003755748)--Connection(1615669446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.018--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.018--ServerSession(1003755748)--Connection(856937591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.018--ServerSession(1003755748)--Connection(856937591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.018--ServerSession(1003755748)--Connection(741095751)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [202] [junit] [EL Finest]: 2024-04-30 17:53:51.018--ServerSession(1003755748)--Connection(856937591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.018--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.019--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.019--ServerSession(1003755748)--Connection(2126545173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.019--ServerSession(1003755748)--Connection(2126545173)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.019--ServerSession(1003755748)--Connection(1407009494)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [203] [junit] [EL Finest]: 2024-04-30 17:53:51.019--ServerSession(1003755748)--Connection(2126545173)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.019--UnitOfWork(351249017)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.019--ServerSession(1003755748)--Connection(1045250282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.019--ServerSession(1003755748)--Connection(1045250282)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.019--ServerSession(1003755748)--Connection(121597447)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [204] [junit] [EL Finest]: 2024-04-30 17:53:51.02--ServerSession(1003755748)--Connection(1045250282)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.02--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.02--ServerSession(1003755748)--Connection(1099925775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.02--ServerSession(1003755748)--Connection(1099925775)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.02--ServerSession(1003755748)--Connection(1027377263)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [204] [junit] [EL Finest]: 2024-04-30 17:53:51.02--ServerSession(1003755748)--Connection(1099925775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.021--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.021--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.021--ServerSession(1003755748)--Connection(1717967062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.021--ServerSession(1003755748)--Connection(1717967062)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.021--ServerSession(1003755748)--Connection(1528574692)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [205] [junit] [EL Finest]: 2024-04-30 17:53:51.021--ServerSession(1003755748)--Connection(1717967062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.021--UnitOfWork(351249017)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.021--ServerSession(1003755748)--Connection(516570791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.021--ServerSession(1003755748)--Connection(516570791)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.021--ServerSession(1003755748)--Connection(620471432)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [206] [junit] [EL Finest]: 2024-04-30 17:53:51.022--ServerSession(1003755748)--Connection(516570791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.022--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.022--ServerSession(1003755748)--Connection(356347252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.022--ServerSession(1003755748)--Connection(356347252)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.022--ServerSession(1003755748)--Connection(1822115007)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [206] [junit] [EL Finest]: 2024-04-30 17:53:51.022--ServerSession(1003755748)--Connection(356347252)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.023--UnitOfWork(351249017)--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]: 2024-04-30 17:53:51.023--ServerSession(1003755748)--Connection(421135185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.023--ServerSession(1003755748)--Connection(421135185)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.023--ServerSession(1003755748)--Connection(1731365835)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [203] [junit] [EL Finest]: 2024-04-30 17:53:51.023--ServerSession(1003755748)--Connection(421135185)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.024--UnitOfWork(351249017)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9 [junit] [EL Finer]: 2024-04-30 17:53:51.024--UnitOfWork(351249017)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.024--ClientSession(1680139795)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.024--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 605472344 [junit] [EL Finer]: 2024-04-30 17:53:51.024--ClientSession(605472344)--Thread(Thread[main,5,main])--acquire unit of work: 1834961152 [junit] [EL Finest]: 2024-04-30 17:53:51.024--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.024--ServerSession(1003755748)--Connection(507575219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.024--ServerSession(1003755748)--Connection(507575219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.024--ServerSession(1003755748)--Connection(458624688)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [201] [junit] [EL Finest]: 2024-04-30 17:53:51.025--ServerSession(1003755748)--Connection(507575219)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.025--UnitOfWork(1834961152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.025--ServerSession(1003755748)--Connection(132423149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.025--ServerSession(1003755748)--Connection(132423149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.025--ServerSession(1003755748)--Connection(745287727)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [202] [junit] [EL Finest]: 2024-04-30 17:53:51.025--ServerSession(1003755748)--Connection(132423149)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.025--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.025--ServerSession(1003755748)--Connection(439010439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.025--ServerSession(1003755748)--Connection(439010439)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.026--ServerSession(1003755748)--Connection(1460298405)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [202] [junit] [EL Finest]: 2024-04-30 17:53:51.026--ServerSession(1003755748)--Connection(439010439)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.026--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.026--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.026--ServerSession(1003755748)--Connection(518349613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.026--ServerSession(1003755748)--Connection(518349613)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.026--ServerSession(1003755748)--Connection(1386713738)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [203] [junit] [EL Finest]: 2024-04-30 17:53:51.027--ServerSession(1003755748)--Connection(518349613)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.027--UnitOfWork(1834961152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.027--ServerSession(1003755748)--Connection(1200601052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.027--ServerSession(1003755748)--Connection(1200601052)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.027--ServerSession(1003755748)--Connection(701652581)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [204] [junit] [EL Finest]: 2024-04-30 17:53:51.027--ServerSession(1003755748)--Connection(1200601052)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.027--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.027--ServerSession(1003755748)--Connection(1666144466)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.027--ServerSession(1003755748)--Connection(1666144466)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.028--ServerSession(1003755748)--Connection(1481970600)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [204] [junit] [EL Finest]: 2024-04-30 17:53:51.028--ServerSession(1003755748)--Connection(1666144466)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.028--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.028--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.028--ServerSession(1003755748)--Connection(51325109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.028--ServerSession(1003755748)--Connection(51325109)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.028--ServerSession(1003755748)--Connection(438270414)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [205] [junit] [EL Finest]: 2024-04-30 17:53:51.029--ServerSession(1003755748)--Connection(51325109)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.029--UnitOfWork(1834961152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.029--ServerSession(1003755748)--Connection(672869885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.029--ServerSession(1003755748)--Connection(672869885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.029--ServerSession(1003755748)--Connection(1227612217)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [206] [junit] [EL Finest]: 2024-04-30 17:53:51.029--ServerSession(1003755748)--Connection(672869885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.029--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.029--ServerSession(1003755748)--Connection(1612539426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.029--ServerSession(1003755748)--Connection(1612539426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.029--ServerSession(1003755748)--Connection(1981900848)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [206] [junit] [EL Finest]: 2024-04-30 17:53:51.03--ServerSession(1003755748)--Connection(1612539426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.03--UnitOfWork(1834961152)--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]: 2024-04-30 17:53:51.042--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 958209587 [junit] [EL Finer]: 2024-04-30 17:53:51.042--ClientSession(958209587)--Thread(Thread[main,5,main])--acquire unit of work: 1727096642 [junit] [EL Finest]: 2024-04-30 17:53:51.042--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.042--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.042--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@191) [junit] [EL Finest]: 2024-04-30 17:53:51.042--ServerSession(1003755748)--Connection(1835638995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.042--ClientSession(958209587)--Connection(1835638995)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.042--ClientSession(958209587)--Connection(1835638995)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.042--ClientSession(958209587)--Connection(5181771)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [401, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.043--ClientSession(958209587)--Connection(5181771)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.043--ServerSession(1003755748)--Connection(1835638995)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.043--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.043--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.043--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.043--ClientSession(958209587)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.043--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.043--ClientSession(958209587)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.043--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1071522313 [junit] [EL Finer]: 2024-04-30 17:53:51.044--ClientSession(1071522313)--Thread(Thread[main,5,main])--acquire unit of work: 529621529 [junit] [EL Finest]: 2024-04-30 17:53:51.044--UnitOfWork(529621529)--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]: 2024-04-30 17:53:51.044--ServerSession(1003755748)--Connection(1739390441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.044--ServerSession(1003755748)--Connection(1739390441)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.044--ServerSession(1003755748)--Connection(990413155)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [401] [junit] [EL Finest]: 2024-04-30 17:53:51.044--ServerSession(1003755748)--Connection(1739390441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.044--UnitOfWork(529621529)--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]: 2024-04-30 17:53:51.044--UnitOfWork(529621529)--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]: 2024-04-30 17:53:51.044--ServerSession(1003755748)--Connection(1633615132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.044--ServerSession(1003755748)--Connection(1633615132)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.045--ServerSession(1003755748)--Connection(505572301)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [401] [junit] [EL Finest]: 2024-04-30 17:53:51.045--ServerSession(1003755748)--Connection(1633615132)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.045--UnitOfWork(529621529)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@191 [junit] [EL Finer]: 2024-04-30 17:53:51.045--UnitOfWork(529621529)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.045--UnitOfWork(529621529)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@191) [junit] [EL Finer]: 2024-04-30 17:53:51.046--UnitOfWork(529621529)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.046--UnitOfWork(529621529)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.046--UnitOfWork(529621529)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.046--ClientSession(1071522313)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.046--UnitOfWork(529621529)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.046--ClientSession(1071522313)--Thread(Thread[main,5,main])--client released [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.122 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist [junit] [EL Finer]: 2024-04-30 17:53:51.065--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1641418296 [junit] [EL Finer]: 2024-04-30 17:53:51.065--ClientSession(1641418296)--Thread(Thread[main,5,main])--acquire unit of work: 1855297340 [junit] [EL Finest]: 2024-04-30 17:53:51.065--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.065--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.065--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.065--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20) [junit] [EL Finest]: 2024-04-30 17:53:51.066--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f) [junit] [EL Finest]: 2024-04-30 17:53:51.066--ServerSession(1003755748)--Connection(1162595263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.066--ClientSession(1641418296)--Connection(1162595263)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.066--ClientSession(1641418296)--Connection(1162595263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finer]: 2024-04-30 17:53:51.066--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.066--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.066--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])-- bind => [31, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.066--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])-- bind => [32, 31, null] [junit] [EL Finer]: 2024-04-30 17:53:51.066--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.067--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.067--ServerSession(1003755748)--Connection(1162595263)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.067--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.067--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.068--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.068--ClientSession(1641418296)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.068--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.068--ClientSession(1641418296)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.069--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2124688514 [junit] [EL Finer]: 2024-04-30 17:53:51.069--ClientSession(2124688514)--Thread(Thread[main,5,main])--acquire unit of work: 957559364 [junit] [EL Finest]: 2024-04-30 17:53:51.069--UnitOfWork(957559364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.069--UnitOfWork(957559364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.069--UnitOfWork(957559364)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.07--UnitOfWork(957559364)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f) [junit] [EL Finest]: 2024-04-30 17:53:51.07--ServerSession(1003755748)--Connection(17222024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.07--ClientSession(2124688514)--Connection(17222024)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.07--ClientSession(2124688514)--Connection(17222024)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.07--UnitOfWork(957559364)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20) [junit] [EL Finer]: 2024-04-30 17:53:51.07--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.07--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.07--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])-- bind => [31, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.07--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])-- bind => [32, 31, null] [junit] [EL Finer]: 2024-04-30 17:53:51.07--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.071--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.071--ServerSession(1003755748)--Connection(17222024)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.071--UnitOfWork(957559364)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.071--UnitOfWork(957559364)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.071--UnitOfWork(957559364)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.071--ClientSession(2124688514)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.071--UnitOfWork(957559364)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.071--ClientSession(2124688514)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.084--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 291279979 [junit] [EL Finer]: 2024-04-30 17:53:51.084--ClientSession(291279979)--Thread(Thread[main,5,main])--acquire unit of work: 2043313130 [junit] [EL Finest]: 2024-04-30 17:53:51.084--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.084--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.084--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15) [junit] [EL Finest]: 2024-04-30 17:53:51.085--ServerSession(1003755748)--Connection(1044639817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.085--ClientSession(291279979)--Connection(1044639817)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.085--ClientSession(291279979)--Connection(1044639817)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.085--ClientSession(291279979)--Connection(343722304)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [21, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.085--ClientSession(291279979)--Connection(343722304)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.086--ServerSession(1003755748)--Connection(1044639817)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.086--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.086--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.086--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.086--ClientSession(291279979)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.086--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.086--ClientSession(291279979)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.086--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1891799894 [junit] [EL Finer]: 2024-04-30 17:53:51.086--ClientSession(1891799894)--Thread(Thread[main,5,main])--acquire unit of work: 1361241279 [junit] [EL Finest]: 2024-04-30 17:53:51.086--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.086--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.086--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.086--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@16) [junit] [EL Finest]: 2024-04-30 17:53:51.086--ServerSession(1003755748)--Connection(670503317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.086--ClientSession(1891799894)--Connection(670503317)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.087--ClientSession(1891799894)--Connection(670503317)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.087--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15) [junit] [EL Finer]: 2024-04-30 17:53:51.087--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.087--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.087--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])-- bind => [22, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.087--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])-- bind => [21, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.087--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:51.088--ClientSession(1891799894)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:51.088--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:51.088--ServerSession(1003755748)--Connection(670503317)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:51.088--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist.testSimpleCascadeDetached(TestCascadePersist.java:126) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 40 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 44 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:51.089--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.089--ClientSession(1891799894)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.09--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1795568752 [junit] [EL Finer]: 2024-04-30 17:53:51.09--ClientSession(1795568752)--Thread(Thread[main,5,main])--acquire unit of work: 577592048 [junit] [EL Finest]: 2024-04-30 17:53:51.09--UnitOfWork(577592048)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.09--UnitOfWork(577592048)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.09--UnitOfWork(577592048)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.09--UnitOfWork(577592048)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.09--UnitOfWork(577592048)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17) [junit] [EL Finest]: 2024-04-30 17:53:51.09--ServerSession(1003755748)--Connection(501301044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.09--ClientSession(1795568752)--Connection(501301044)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.09--ClientSession(1795568752)--Connection(501301044)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.091--UnitOfWork(577592048)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@18) [junit] [EL Finest]: 2024-04-30 17:53:51.091--UnitOfWork(577592048)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17) [junit] [EL Finer]: 2024-04-30 17:53:51.091--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.091--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.091--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])-- bind => [23, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.091--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])-- bind => [24, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.091--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])-- bind => [23, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.091--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:51.092--ClientSession(1795568752)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:51.092--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:51.092--ServerSession(1003755748)--Connection(501301044)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:51.092--UnitOfWork(577592048)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist.testSimpleCascadeDetached(TestCascadePersist.java:162) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 40 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 44 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:51.093--UnitOfWork(577592048)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.093--ClientSession(1795568752)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.093--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2101891021 [junit] [EL Finer]: 2024-04-30 17:53:51.093--ClientSession(2101891021)--Thread(Thread[main,5,main])--acquire unit of work: 2022586114 [junit] [EL Finest]: 2024-04-30 17:53:51.093--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.093--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.093--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19) [junit] [EL Finest]: 2024-04-30 17:53:51.093--ServerSession(1003755748)--Connection(2014406233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.093--ClientSession(2101891021)--Connection(2014406233)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.093--ClientSession(2101891021)--Connection(2014406233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.094--ClientSession(2101891021)--Connection(1898870910)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [25, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.094--ClientSession(2101891021)--Connection(1898870910)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.094--ServerSession(1003755748)--Connection(2014406233)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.094--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.094--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.094--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.094--ClientSession(2101891021)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.094--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.095--ClientSession(2101891021)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.095--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1468809177 [junit] [EL Finer]: 2024-04-30 17:53:51.095--ClientSession(1468809177)--Thread(Thread[main,5,main])--acquire unit of work: 610056415 [junit] [EL Finest]: 2024-04-30 17:53:51.095--UnitOfWork(610056415)--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]: 2024-04-30 17:53:51.095--ServerSession(1003755748)--Connection(649316770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.095--ServerSession(1003755748)--Connection(649316770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.095--ServerSession(1003755748)--Connection(605787935)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2024-04-30 17:53:51.095--ServerSession(1003755748)--Connection(649316770)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.095--UnitOfWork(610056415)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.096--UnitOfWork(610056415)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.096--UnitOfWork(610056415)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.096--UnitOfWork(610056415)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1a) [junit] [EL Finest]: 2024-04-30 17:53:51.096--ServerSession(1003755748)--Connection(720242436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.096--ClientSession(1468809177)--Connection(720242436)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.096--ClientSession(1468809177)--Connection(720242436)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.096--UnitOfWork(610056415)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19) [junit] [EL Finer]: 2024-04-30 17:53:51.096--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.096--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.096--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])-- bind => [26, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.096--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])-- bind => [25, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.096--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:51.097--ClientSession(1468809177)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:51.097--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:51.097--ServerSession(1003755748)--Connection(720242436)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:51.098--UnitOfWork(610056415)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist.testSimpleCascadeDetached(TestCascadePersist.java:201) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 40 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 44 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:51.098--UnitOfWork(610056415)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.098--ClientSession(1468809177)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.098--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 154487101 [junit] [EL Finer]: 2024-04-30 17:53:51.098--ClientSession(154487101)--Thread(Thread[main,5,main])--acquire unit of work: 162752456 [junit] [EL Finest]: 2024-04-30 17:53:51.098--UnitOfWork(162752456)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.098--UnitOfWork(162752456)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.098--UnitOfWork(162752456)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finest]: 2024-04-30 17:53:51.098--ServerSession(1003755748)--Connection(515398215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.099--ClientSession(154487101)--Connection(515398215)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.099--ClientSession(154487101)--Connection(515398215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.099--ClientSession(154487101)--Connection(212329343)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [27, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.099--ClientSession(154487101)--Connection(212329343)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.099--ServerSession(1003755748)--Connection(515398215)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.1--UnitOfWork(162752456)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.1--UnitOfWork(162752456)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.1--UnitOfWork(162752456)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.1--ClientSession(154487101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.1--UnitOfWork(162752456)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.1--ClientSession(154487101)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.1--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 142561311 [junit] [EL Finer]: 2024-04-30 17:53:51.1--ClientSession(142561311)--Thread(Thread[main,5,main])--acquire unit of work: 1414093109 [junit] [EL Finest]: 2024-04-30 17:53:51.1--UnitOfWork(1414093109)--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]: 2024-04-30 17:53:51.1--ServerSession(1003755748)--Connection(1741092056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.1--ServerSession(1003755748)--Connection(1741092056)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.1--ServerSession(1003755748)--Connection(980326486)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:53:51.1--ServerSession(1003755748)--Connection(1741092056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.101--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.101--UnitOfWork(1414093109)--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]: 2024-04-30 17:53:51.101--ServerSession(1003755748)--Connection(114159191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.101--ServerSession(1003755748)--Connection(114159191)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.101--ServerSession(1003755748)--Connection(1211071216)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:53:51.101--ServerSession(1003755748)--Connection(114159191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.101--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.101--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.101--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.102--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.102--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1c) [junit] [EL Finest]: 2024-04-30 17:53:51.102--ServerSession(1003755748)--Connection(1077109993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.102--ClientSession(142561311)--Connection(1077109993)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.102--ClientSession(142561311)--Connection(1077109993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.102--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finest]: 2024-04-30 17:53:51.102--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finer]: 2024-04-30 17:53:51.102--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.102--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.102--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])-- bind => [28, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.102--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])-- bind => [27, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.102--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:51.103--ClientSession(142561311)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:53:51.103--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.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:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.appendCall(ParameterizedSQLBatchWritingMechanism.java:85) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:612) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:243) [junit] at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:121) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:220) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:121) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:344) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:293) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1522) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1609) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:280) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist.testSimpleCascadeDetached(TestCascadePersist.java:239) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 58 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 62 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:51.104--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:51.104--ServerSession(1003755748)--Connection(1077109993)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.104--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.104--ClientSession(142561311)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.116--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 41595398 [junit] [EL Finer]: 2024-04-30 17:53:51.116--ClientSession(41595398)--Thread(Thread[main,5,main])--acquire unit of work: 860148067 [junit] [EL Finest]: 2024-04-30 17:53:51.116--UnitOfWork(860148067)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.116--UnitOfWork(860148067)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.116--UnitOfWork(860148067)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@b) [junit] [EL Finest]: 2024-04-30 17:53:51.116--ServerSession(1003755748)--Connection(2132961406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.116--ClientSession(41595398)--Connection(2132961406)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.116--ClientSession(41595398)--Connection(2132961406)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.117--ClientSession(41595398)--Connection(1794666800)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [11, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.117--ClientSession(41595398)--Connection(1794666800)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.117--ServerSession(1003755748)--Connection(2132961406)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.118--UnitOfWork(860148067)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.118--UnitOfWork(860148067)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.118--UnitOfWork(860148067)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.118--ClientSession(41595398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.118--UnitOfWork(860148067)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.118--ClientSession(41595398)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.118--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1925489578 [junit] [EL Finer]: 2024-04-30 17:53:51.118--ClientSession(1925489578)--Thread(Thread[main,5,main])--acquire unit of work: 508122132 [junit] [EL Finest]: 2024-04-30 17:53:51.118--UnitOfWork(508122132)--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]: 2024-04-30 17:53:51.118--ServerSession(1003755748)--Connection(923911964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.118--ServerSession(1003755748)--Connection(923911964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.118--ServerSession(1003755748)--Connection(870563118)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:53:51.119--ServerSession(1003755748)--Connection(923911964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.119--UnitOfWork(508122132)--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]: 2024-04-30 17:53:51.119--ServerSession(1003755748)--Connection(155224151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.119--ServerSession(1003755748)--Connection(155224151)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.119--ServerSession(1003755748)--Connection(669273756)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:53:51.119--ServerSession(1003755748)--Connection(155224151)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.119--UnitOfWork(508122132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.12--UnitOfWork(508122132)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.12--UnitOfWork(508122132)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@b) [junit] [EL Finest]: 2024-04-30 17:53:51.12--UnitOfWork(508122132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c) [junit] [EL Finest]: 2024-04-30 17:53:51.12--ServerSession(1003755748)--Connection(1940407755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.12--ClientSession(1925489578)--Connection(1940407755)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.12--ClientSession(1925489578)--Connection(1940407755)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.12--ClientSession(1925489578)--Connection(413763859)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [12, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.121--ClientSession(1925489578)--Connection(413763859)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.121--ServerSession(1003755748)--Connection(1940407755)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.121--UnitOfWork(508122132)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.121--UnitOfWork(508122132)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.121--UnitOfWork(508122132)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.121--ClientSession(1925489578)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.121--UnitOfWork(508122132)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.121--ClientSession(1925489578)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.133--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 39476366 [junit] [EL Finer]: 2024-04-30 17:53:51.133--ClientSession(39476366)--Thread(Thread[main,5,main])--acquire unit of work: 106350019 [junit] [EL Finest]: 2024-04-30 17:53:51.133--UnitOfWork(106350019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.133--UnitOfWork(106350019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.133--UnitOfWork(106350019)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.133--UnitOfWork(106350019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2) [junit] [EL Finest]: 2024-04-30 17:53:51.161--ServerSession(1003755748)--Connection(1395259059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.161--ClientSession(39476366)--Connection(1395259059)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.161--ClientSession(39476366)--Connection(1395259059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.161--UnitOfWork(106350019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finer]: 2024-04-30 17:53:51.162--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.162--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.162--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])-- bind => [2, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.162--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])-- bind => [1, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.162--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.163--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.163--ServerSession(1003755748)--Connection(1395259059)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.163--UnitOfWork(106350019)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.163--UnitOfWork(106350019)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.163--UnitOfWork(106350019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.163--ClientSession(39476366)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.163--UnitOfWork(106350019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.163--ClientSession(39476366)--Thread(Thread[main,5,main])--client released [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 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.001 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove [junit] [EL Finer]: 2024-04-30 17:53:51.191--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 251915919 [junit] [EL Finer]: 2024-04-30 17:53:51.191--ClientSession(251915919)--Thread(Thread[main,5,main])--acquire unit of work: 1088247084 [junit] [EL Finest]: 2024-04-30 17:53:51.191--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.191--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.191--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.192--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@ca) [junit] [EL Finest]: 2024-04-30 17:53:51.192--ServerSession(1003755748)--Connection(1633584044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.192--ClientSession(251915919)--Connection(1633584044)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.192--ClientSession(251915919)--Connection(1633584044)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.192--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9) [junit] [EL Finer]: 2024-04-30 17:53:51.192--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.192--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.192--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])-- bind => [202, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.192--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])-- bind => [201, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.192--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.193--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.194--ServerSession(1003755748)--Connection(1633584044)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.194--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.194--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.194--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.194--ClientSession(251915919)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.194--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.194--ClientSession(251915919)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.194--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 476631259 [junit] [EL Finer]: 2024-04-30 17:53:51.194--ClientSession(476631259)--Thread(Thread[main,5,main])--acquire unit of work: 163476249 [junit] [EL Finest]: 2024-04-30 17:53:51.194--UnitOfWork(163476249)--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]: 2024-04-30 17:53:51.194--ServerSession(1003755748)--Connection(152708419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.194--ServerSession(1003755748)--Connection(152708419)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.194--ServerSession(1003755748)--Connection(1114834984)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [202] [junit] [EL Finest]: 2024-04-30 17:53:51.195--ServerSession(1003755748)--Connection(152708419)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.195--UnitOfWork(163476249)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.195--UnitOfWork(163476249)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.195--ServerSession(1003755748)--Connection(1620771868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.195--ServerSession(1003755748)--Connection(1620771868)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.196--ServerSession(1003755748)--Connection(1196307684)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [201] [junit] [EL Finest]: 2024-04-30 17:53:51.196--ServerSession(1003755748)--Connection(1620771868)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:51.196--UnitOfWork(163476249)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.196--ClientSession(476631259)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.197--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1374359172 [junit] [EL Finer]: 2024-04-30 17:53:51.197--ClientSession(1374359172)--Thread(Thread[main,5,main])--acquire unit of work: 1289906124 [junit] [EL Finest]: 2024-04-30 17:53:51.197--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.197--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.197--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.197--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@6ee37ca7) [junit] [EL Finest]: 2024-04-30 17:53:51.197--ServerSession(1003755748)--Connection(1218017691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.197--ClientSession(1374359172)--Connection(1218017691)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.197--ClientSession(1374359172)--Connection(1218017691)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.198--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cb) [junit] [EL Fine]: 2024-04-30 17:53:51.198--ClientSession(1374359172)--Connection(1038754411)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [204, a simple node] [junit] [EL Fine]: 2024-04-30 17:53:51.198--ClientSession(1374359172)--Connection(1038754411)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [203, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.198--ClientSession(1374359172)--Connection(1038754411)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.199--ServerSession(1003755748)--Connection(1218017691)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.199--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.199--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.199--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.199--ClientSession(1374359172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.199--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.199--ClientSession(1374359172)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.199--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2143753518 [junit] [EL Finer]: 2024-04-30 17:53:51.199--ClientSession(2143753518)--Thread(Thread[main,5,main])--acquire unit of work: 332564935 [junit] [EL Finest]: 2024-04-30 17:53:51.199--UnitOfWork(332564935)--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]: 2024-04-30 17:53:51.199--ServerSession(1003755748)--Connection(1728372612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.199--ServerSession(1003755748)--Connection(1728372612)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.199--ServerSession(1003755748)--Connection(336750636)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [204] [junit] [EL Finest]: 2024-04-30 17:53:51.2--ServerSession(1003755748)--Connection(1728372612)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.2--UnitOfWork(332564935)--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]: 2024-04-30 17:53:51.2--ServerSession(1003755748)--Connection(362367755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.2--ServerSession(1003755748)--Connection(362367755)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.2--ServerSession(1003755748)--Connection(315429532)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [204] [junit] [EL Finest]: 2024-04-30 17:53:51.2--ServerSession(1003755748)--Connection(362367755)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.2--UnitOfWork(332564935)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.2--UnitOfWork(332564935)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.201--ServerSession(1003755748)--Connection(330224683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.201--ServerSession(1003755748)--Connection(330224683)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.201--ServerSession(1003755748)--Connection(1770876208)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [203] [junit] [EL Finest]: 2024-04-30 17:53:51.201--ServerSession(1003755748)--Connection(330224683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:51.201--UnitOfWork(332564935)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.201--ClientSession(2143753518)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.202--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1401633928 [junit] [EL Finer]: 2024-04-30 17:53:51.202--ClientSession(1401633928)--Thread(Thread[main,5,main])--acquire unit of work: 431618307 [junit] [EL Finest]: 2024-04-30 17:53:51.202--UnitOfWork(431618307)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.202--UnitOfWork(431618307)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.202--UnitOfWork(431618307)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@ce) [junit] [EL Finest]: 2024-04-30 17:53:51.202--ServerSession(1003755748)--Connection(581865567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.202--ClientSession(1401633928)--Connection(581865567)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.202--ClientSession(1401633928)--Connection(581865567)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.203--ClientSession(1401633928)--Connection(1955136744)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [206, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.203--ClientSession(1401633928)--Connection(1955136744)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.203--ServerSession(1003755748)--Connection(581865567)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.203--UnitOfWork(431618307)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.203--UnitOfWork(431618307)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.204--UnitOfWork(431618307)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.204--ClientSession(1401633928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.204--UnitOfWork(431618307)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.204--ClientSession(1401633928)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.204--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 993023654 [junit] [EL Finer]: 2024-04-30 17:53:51.204--ClientSession(993023654)--Thread(Thread[main,5,main])--acquire unit of work: 1833567735 [junit] [EL Finest]: 2024-04-30 17:53:51.204--UnitOfWork(1833567735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.204--UnitOfWork(1833567735)--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]: 2024-04-30 17:53:51.204--ServerSession(1003755748)--Connection(1262969395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.204--ServerSession(1003755748)--Connection(1262969395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.204--ServerSession(1003755748)--Connection(1929091227)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [206] [junit] [EL Finest]: 2024-04-30 17:53:51.204--ServerSession(1003755748)--Connection(1262969395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.205--UnitOfWork(1833567735)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.205--UnitOfWork(1833567735)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2024-04-30 17:53:51.205--UnitOfWork(1833567735)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.205--ClientSession(993023654)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.206--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1483228092 [junit] [EL Finer]: 2024-04-30 17:53:51.206--ClientSession(1483228092)--Thread(Thread[main,5,main])--acquire unit of work: 387137936 [junit] [EL Finest]: 2024-04-30 17:53:51.206--UnitOfWork(387137936)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.206--UnitOfWork(387137936)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.206--UnitOfWork(387137936)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@7d8b66d9) [junit] [EL Finest]: 2024-04-30 17:53:51.206--ServerSession(1003755748)--Connection(1341548823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.206--ClientSession(1483228092)--Connection(1341548823)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.206--ClientSession(1483228092)--Connection(1341548823)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.206--ClientSession(1483228092)--Connection(1113898680)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [208, some text] [junit] [EL Finer]: 2024-04-30 17:53:51.207--ClientSession(1483228092)--Connection(1113898680)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.207--ServerSession(1003755748)--Connection(1341548823)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.207--UnitOfWork(387137936)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.207--UnitOfWork(387137936)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.207--UnitOfWork(387137936)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.207--ClientSession(1483228092)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.207--UnitOfWork(387137936)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.207--ClientSession(1483228092)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.207--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2094260442 [junit] [EL Finer]: 2024-04-30 17:53:51.207--ClientSession(2094260442)--Thread(Thread[main,5,main])--acquire unit of work: 9539718 [junit] [EL Finest]: 2024-04-30 17:53:51.207--UnitOfWork(9539718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.207--UnitOfWork(9539718)--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]: 2024-04-30 17:53:51.207--ServerSession(1003755748)--Connection(2125274496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.207--ServerSession(1003755748)--Connection(2125274496)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.208--ServerSession(1003755748)--Connection(488372159)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [208] [junit] [EL Finest]: 2024-04-30 17:53:51.208--ServerSession(1003755748)--Connection(2125274496)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.208--UnitOfWork(9539718)--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]: 2024-04-30 17:53:51.208--ServerSession(1003755748)--Connection(1528099970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.208--ServerSession(1003755748)--Connection(1528099970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.208--ServerSession(1003755748)--Connection(426792528)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [208] [junit] [EL Finest]: 2024-04-30 17:53:51.209--ServerSession(1003755748)--Connection(1528099970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.209--UnitOfWork(9539718)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.209--UnitOfWork(9539718)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2024-04-30 17:53:51.209--UnitOfWork(9539718)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.209--ClientSession(2094260442)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.209--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1974284481 [junit] [EL Finer]: 2024-04-30 17:53:51.209--ClientSession(1974284481)--Thread(Thread[main,5,main])--acquire unit of work: 266906347 [junit] [EL Finest]: 2024-04-30 17:53:51.209--UnitOfWork(266906347)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.21--UnitOfWork(266906347)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.21--UnitOfWork(266906347)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.21--UnitOfWork(266906347)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d1) [junit] [EL Finest]: 2024-04-30 17:53:51.21--ServerSession(1003755748)--Connection(1430710100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.21--ClientSession(1974284481)--Connection(1430710100)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.21--ClientSession(1974284481)--Connection(1430710100)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.21--UnitOfWork(266906347)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d2) [junit] [EL Finer]: 2024-04-30 17:53:51.21--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.21--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.21--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])-- bind => [209, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.21--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])-- bind => [210, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.21--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.211--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.211--ServerSession(1003755748)--Connection(1430710100)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.211--UnitOfWork(266906347)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.211--UnitOfWork(266906347)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.211--UnitOfWork(266906347)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.212--ClientSession(1974284481)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.212--UnitOfWork(266906347)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.212--ClientSession(1974284481)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.212--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1785570426 [junit] [EL Finer]: 2024-04-30 17:53:51.212--ClientSession(1785570426)--Thread(Thread[main,5,main])--acquire unit of work: 150180388 [junit] [EL Finest]: 2024-04-30 17:53:51.212--UnitOfWork(150180388)--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]: 2024-04-30 17:53:51.212--ServerSession(1003755748)--Connection(133579455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.212--ServerSession(1003755748)--Connection(133579455)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.212--ServerSession(1003755748)--Connection(1138992016)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [209] [junit] [EL Finest]: 2024-04-30 17:53:51.212--ServerSession(1003755748)--Connection(133579455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.212--UnitOfWork(150180388)--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]: 2024-04-30 17:53:51.212--ServerSession(1003755748)--Connection(1695161087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.213--ServerSession(1003755748)--Connection(1695161087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.213--ServerSession(1003755748)--Connection(1001114349)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [210] [junit] [EL Finest]: 2024-04-30 17:53:51.213--ServerSession(1003755748)--Connection(1695161087)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.213--UnitOfWork(150180388)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.213--UnitOfWork(150180388)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2024-04-30 17:53:51.213--UnitOfWork(150180388)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.213--ClientSession(1785570426)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.214--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1978471002 [junit] [EL Finer]: 2024-04-30 17:53:51.214--ClientSession(1978471002)--Thread(Thread[main,5,main])--acquire unit of work: 1698322791 [junit] [EL Finest]: 2024-04-30 17:53:51.214--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.214--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.214--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.214--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@766b6d02) [junit] [EL Finest]: 2024-04-30 17:53:51.214--ServerSession(1003755748)--Connection(731573979)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.214--ClientSession(1978471002)--Connection(731573979)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.214--ClientSession(1978471002)--Connection(731573979)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.215--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d3) [junit] [EL Fine]: 2024-04-30 17:53:51.215--ClientSession(1978471002)--Connection(104105431)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [212, some text] [junit] [EL Fine]: 2024-04-30 17:53:51.215--ClientSession(1978471002)--Connection(104105431)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [211, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.215--ClientSession(1978471002)--Connection(104105431)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.215--ServerSession(1003755748)--Connection(731573979)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.216--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.216--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.216--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.216--ClientSession(1978471002)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.216--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.216--ClientSession(1978471002)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.216--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2030748640 [junit] [EL Finer]: 2024-04-30 17:53:51.216--ClientSession(2030748640)--Thread(Thread[main,5,main])--acquire unit of work: 1538456363 [junit] [EL Finest]: 2024-04-30 17:53:51.216--UnitOfWork(1538456363)--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]: 2024-04-30 17:53:51.216--ServerSession(1003755748)--Connection(753816421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.216--ServerSession(1003755748)--Connection(753816421)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.216--ServerSession(1003755748)--Connection(2037147839)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [211] [junit] [EL Finest]: 2024-04-30 17:53:51.216--ServerSession(1003755748)--Connection(753816421)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.217--UnitOfWork(1538456363)--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]: 2024-04-30 17:53:51.217--ServerSession(1003755748)--Connection(1155169971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.217--ServerSession(1003755748)--Connection(1155169971)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.217--ServerSession(1003755748)--Connection(1583992583)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [212] [junit] [EL Finest]: 2024-04-30 17:53:51.217--ServerSession(1003755748)--Connection(1155169971)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.217--UnitOfWork(1538456363)--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]: 2024-04-30 17:53:51.217--ServerSession(1003755748)--Connection(999749808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.217--ServerSession(1003755748)--Connection(999749808)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.217--ServerSession(1003755748)--Connection(722929970)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [212] [junit] [EL Finest]: 2024-04-30 17:53:51.218--ServerSession(1003755748)--Connection(999749808)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.218--UnitOfWork(1538456363)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.218--UnitOfWork(1538456363)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2024-04-30 17:53:51.218--UnitOfWork(1538456363)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.218--ClientSession(2030748640)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.219--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1142350221 [junit] [EL Finer]: 2024-04-30 17:53:51.219--ClientSession(1142350221)--Thread(Thread[main,5,main])--acquire unit of work: 98550436 [junit] [EL Finest]: 2024-04-30 17:53:51.219--UnitOfWork(98550436)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.219--UnitOfWork(98550436)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.219--UnitOfWork(98550436)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.219--UnitOfWork(98550436)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d6) [junit] [EL Finest]: 2024-04-30 17:53:51.219--ServerSession(1003755748)--Connection(1134384220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.219--ClientSession(1142350221)--Connection(1134384220)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.219--ClientSession(1142350221)--Connection(1134384220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.219--UnitOfWork(98550436)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d5) [junit] [EL Finer]: 2024-04-30 17:53:51.219--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.219--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.219--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])-- bind => [214, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.22--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])-- bind => [213, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.22--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.22--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.22--ServerSession(1003755748)--Connection(1134384220)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.22--UnitOfWork(98550436)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.221--UnitOfWork(98550436)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.221--UnitOfWork(98550436)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.221--ClientSession(1142350221)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.221--UnitOfWork(98550436)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.221--ClientSession(1142350221)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.221--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 674659751 [junit] [EL Finer]: 2024-04-30 17:53:51.221--ClientSession(674659751)--Thread(Thread[main,5,main])--acquire unit of work: 27325257 [junit] [EL Finest]: 2024-04-30 17:53:51.221--UnitOfWork(27325257)--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]: 2024-04-30 17:53:51.221--ServerSession(1003755748)--Connection(1012975233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.221--ServerSession(1003755748)--Connection(1012975233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.221--ServerSession(1003755748)--Connection(456826612)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [213] [junit] [EL Finest]: 2024-04-30 17:53:51.221--ServerSession(1003755748)--Connection(1012975233)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.221--UnitOfWork(27325257)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.222--UnitOfWork(27325257)--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]: 2024-04-30 17:53:51.222--ServerSession(1003755748)--Connection(1009260571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.222--ServerSession(1003755748)--Connection(1009260571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.222--ServerSession(1003755748)--Connection(1940581460)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [213] [junit] [EL Finest]: 2024-04-30 17:53:51.222--ServerSession(1003755748)--Connection(1009260571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.222--UnitOfWork(27325257)--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]: 2024-04-30 17:53:51.222--ServerSession(1003755748)--Connection(293285062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.222--ServerSession(1003755748)--Connection(293285062)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.222--ServerSession(1003755748)--Connection(1844381234)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [214] [junit] [EL Finest]: 2024-04-30 17:53:51.223--ServerSession(1003755748)--Connection(293285062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.223--UnitOfWork(27325257)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.223--UnitOfWork(27325257)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2024-04-30 17:53:51.223--UnitOfWork(27325257)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.223--ClientSession(674659751)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.224--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 14093978 [junit] [EL Finer]: 2024-04-30 17:53:51.224--ClientSession(14093978)--Thread(Thread[main,5,main])--acquire unit of work: 1587020590 [junit] [EL Finest]: 2024-04-30 17:53:51.224--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.224--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.224--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.224--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@591be8aa) [junit] [EL Finest]: 2024-04-30 17:53:51.224--ServerSession(1003755748)--Connection(2011857007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.224--ClientSession(14093978)--Connection(2011857007)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.224--ClientSession(14093978)--Connection(2011857007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.224--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d7) [junit] [EL Fine]: 2024-04-30 17:53:51.225--ClientSession(14093978)--Connection(1907517568)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [216, some text] [junit] [EL Fine]: 2024-04-30 17:53:51.225--ClientSession(14093978)--Connection(1907517568)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [215, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.225--ClientSession(14093978)--Connection(1907517568)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.225--ServerSession(1003755748)--Connection(2011857007)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.226--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.226--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.226--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.226--ClientSession(14093978)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.226--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.226--ClientSession(14093978)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.226--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 863313225 [junit] [EL Finer]: 2024-04-30 17:53:51.226--ClientSession(863313225)--Thread(Thread[main,5,main])--acquire unit of work: 1365349839 [junit] [EL Finest]: 2024-04-30 17:53:51.226--UnitOfWork(1365349839)--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]: 2024-04-30 17:53:51.226--ServerSession(1003755748)--Connection(1324029152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.226--ServerSession(1003755748)--Connection(1324029152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.226--ServerSession(1003755748)--Connection(650777250)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [215] [junit] [EL Finest]: 2024-04-30 17:53:51.226--ServerSession(1003755748)--Connection(1324029152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.227--UnitOfWork(1365349839)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.227--UnitOfWork(1365349839)--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]: 2024-04-30 17:53:51.227--ServerSession(1003755748)--Connection(1980153091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.227--ServerSession(1003755748)--Connection(1980153091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.227--ServerSession(1003755748)--Connection(11529827)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [215] [junit] [EL Finest]: 2024-04-30 17:53:51.227--ServerSession(1003755748)--Connection(1980153091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.227--UnitOfWork(1365349839)--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]: 2024-04-30 17:53:51.227--ServerSession(1003755748)--Connection(1281205497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.227--ServerSession(1003755748)--Connection(1281205497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.227--ServerSession(1003755748)--Connection(267445972)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [216] [junit] [EL Finest]: 2024-04-30 17:53:51.228--ServerSession(1003755748)--Connection(1281205497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.228--UnitOfWork(1365349839)--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]: 2024-04-30 17:53:51.228--ServerSession(1003755748)--Connection(1400677006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.228--ServerSession(1003755748)--Connection(1400677006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.228--ServerSession(1003755748)--Connection(1530013811)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [216] [junit] [EL Finest]: 2024-04-30 17:53:51.228--ServerSession(1003755748)--Connection(1400677006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.228--UnitOfWork(1365349839)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.228--UnitOfWork(1365349839)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2024-04-30 17:53:51.228--UnitOfWork(1365349839)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.229--ClientSession(863313225)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.24--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1703837357 [junit] [EL Finer]: 2024-04-30 17:53:51.241--ClientSession(1703837357)--Thread(Thread[main,5,main])--acquire unit of work: 217930962 [junit] [EL Finest]: 2024-04-30 17:53:51.241--UnitOfWork(217930962)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.241--UnitOfWork(217930962)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.241--UnitOfWork(217930962)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@65) [junit] [EL Finest]: 2024-04-30 17:53:51.241--ServerSession(1003755748)--Connection(2065314021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.241--ClientSession(1703837357)--Connection(2065314021)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.241--ClientSession(1703837357)--Connection(2065314021)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.241--ClientSession(1703837357)--Connection(501741720)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [101, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.242--ClientSession(1703837357)--Connection(501741720)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.242--ServerSession(1003755748)--Connection(2065314021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.242--UnitOfWork(217930962)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.242--UnitOfWork(217930962)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.242--UnitOfWork(217930962)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.242--ClientSession(1703837357)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.242--UnitOfWork(217930962)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.242--ClientSession(1703837357)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.242--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1675326525 [junit] [EL Finer]: 2024-04-30 17:53:51.242--ClientSession(1675326525)--Thread(Thread[main,5,main])--acquire unit of work: 1231875515 [junit] [EL Finest]: 2024-04-30 17:53:51.242--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.243--UnitOfWork(1231875515)--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]: 2024-04-30 17:53:51.243--ServerSession(1003755748)--Connection(962058379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.243--ServerSession(1003755748)--Connection(962058379)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.243--ServerSession(1003755748)--Connection(18163968)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [101] [junit] [EL Finest]: 2024-04-30 17:53:51.243--ServerSession(1003755748)--Connection(962058379)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.243--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.243--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@66 [junit] [EL Finest]: 2024-04-30 17:53:51.244--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.244--UnitOfWork(1231875515)--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]: 2024-04-30 17:53:51.244--ServerSession(1003755748)--Connection(36266279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.244--ServerSession(1003755748)--Connection(36266279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.244--ServerSession(1003755748)--Connection(1558397083)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [101] [junit] [EL Finest]: 2024-04-30 17:53:51.245--ServerSession(1003755748)--Connection(36266279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:51.245--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.245--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.245--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@65) [junit] [EL Finest]: 2024-04-30 17:53:51.245--ServerSession(1003755748)--Connection(801783477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.245--ClientSession(1675326525)--Connection(801783477)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.245--ClientSession(1675326525)--Connection(801783477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.245--ClientSession(1675326525)--Connection(1777030223)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [101] [junit] [EL Finer]: 2024-04-30 17:53:51.246--ClientSession(1675326525)--Connection(1777030223)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.246--ServerSession(1003755748)--Connection(801783477)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.246--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.246--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.246--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.246--ClientSession(1675326525)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.246--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.246--ClientSession(1675326525)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.247--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1292769946 [junit] [EL Finer]: 2024-04-30 17:53:51.247--ClientSession(1292769946)--Thread(Thread[main,5,main])--acquire unit of work: 622955085 [junit] [EL Finest]: 2024-04-30 17:53:51.247--UnitOfWork(622955085)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.247--UnitOfWork(622955085)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.247--UnitOfWork(622955085)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@bf2aa32) [junit] [EL Finest]: 2024-04-30 17:53:51.247--ServerSession(1003755748)--Connection(1799199800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.247--ClientSession(1292769946)--Connection(1799199800)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.247--ClientSession(1292769946)--Connection(1799199800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.247--ClientSession(1292769946)--Connection(1114050800)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [103, a simple node] [junit] [EL Finer]: 2024-04-30 17:53:51.248--ClientSession(1292769946)--Connection(1114050800)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.248--ServerSession(1003755748)--Connection(1799199800)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.248--UnitOfWork(622955085)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.248--UnitOfWork(622955085)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.248--UnitOfWork(622955085)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.248--ClientSession(1292769946)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.248--UnitOfWork(622955085)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.248--ClientSession(1292769946)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.248--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1580727170 [junit] [EL Finer]: 2024-04-30 17:53:51.248--ClientSession(1580727170)--Thread(Thread[main,5,main])--acquire unit of work: 1508667424 [junit] [EL Finest]: 2024-04-30 17:53:51.249--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.249--UnitOfWork(1508667424)--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]: 2024-04-30 17:53:51.249--ServerSession(1003755748)--Connection(732559750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.249--ServerSession(1003755748)--Connection(732559750)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.249--ServerSession(1003755748)--Connection(1252261018)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [103] [junit] [EL Finest]: 2024-04-30 17:53:51.249--ServerSession(1003755748)--Connection(732559750)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.249--UnitOfWork(1508667424)--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]: 2024-04-30 17:53:51.249--ServerSession(1003755748)--Connection(122361912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.249--ServerSession(1003755748)--Connection(122361912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.25--ServerSession(1003755748)--Connection(1389978471)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [103] [junit] [EL Finest]: 2024-04-30 17:53:51.25--ServerSession(1003755748)--Connection(122361912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.25--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.25--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@68 [junit] [EL Finest]: 2024-04-30 17:53:51.25--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.25--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.25--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.25--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@634aa81e) [junit] [EL Finest]: 2024-04-30 17:53:51.251--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@634aa81e) [junit] [EL Finest]: 2024-04-30 17:53:51.251--ServerSession(1003755748)--Connection(561200318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.251--ClientSession(1580727170)--Connection(561200318)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.251--ClientSession(1580727170)--Connection(561200318)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.251--ClientSession(1580727170)--Connection(2009915092)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [103] [junit] [EL Finer]: 2024-04-30 17:53:51.251--ClientSession(1580727170)--Connection(2009915092)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.252--ServerSession(1003755748)--Connection(561200318)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.252--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.252--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.252--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.252--ClientSession(1580727170)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.252--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.252--ClientSession(1580727170)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.252--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 138087695 [junit] [EL Finer]: 2024-04-30 17:53:51.252--ClientSession(138087695)--Thread(Thread[main,5,main])--acquire unit of work: 733419479 [junit] [EL Finest]: 2024-04-30 17:53:51.253--UnitOfWork(733419479)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.253--UnitOfWork(733419479)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.253--UnitOfWork(733419479)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.253--UnitOfWork(733419479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@69) [junit] [EL Finest]: 2024-04-30 17:53:51.253--ServerSession(1003755748)--Connection(683639513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.253--ClientSession(138087695)--Connection(683639513)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.268--ClientSession(138087695)--Connection(683639513)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.268--UnitOfWork(733419479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6a) [junit] [EL Finer]: 2024-04-30 17:53:51.268--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.268--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.268--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])-- bind => [105, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.268--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])-- bind => [106, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.268--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.269--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.269--ServerSession(1003755748)--Connection(683639513)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.269--UnitOfWork(733419479)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.27--UnitOfWork(733419479)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.27--UnitOfWork(733419479)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.27--ClientSession(138087695)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.27--UnitOfWork(733419479)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.27--ClientSession(138087695)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.27--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 34737133 [junit] [EL Finer]: 2024-04-30 17:53:51.27--ClientSession(34737133)--Thread(Thread[main,5,main])--acquire unit of work: 1450174524 [junit] [EL Finest]: 2024-04-30 17:53:51.27--UnitOfWork(1450174524)--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]: 2024-04-30 17:53:51.27--ServerSession(1003755748)--Connection(1950069658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.27--ServerSession(1003755748)--Connection(1950069658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.27--ServerSession(1003755748)--Connection(769896530)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2024-04-30 17:53:51.271--ServerSession(1003755748)--Connection(1950069658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.271--UnitOfWork(1450174524)--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]: 2024-04-30 17:53:51.271--ServerSession(1003755748)--Connection(1060469917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.271--ServerSession(1003755748)--Connection(1060469917)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.271--ServerSession(1003755748)--Connection(266611209)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [106] [junit] [EL Finest]: 2024-04-30 17:53:51.271--ServerSession(1003755748)--Connection(1060469917)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.272--UnitOfWork(1450174524)--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]: 2024-04-30 17:53:51.272--ServerSession(1003755748)--Connection(188241890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.272--ServerSession(1003755748)--Connection(188241890)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.272--ServerSession(1003755748)--Connection(631410926)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [105] [junit] [EL Finest]: 2024-04-30 17:53:51.272--ServerSession(1003755748)--Connection(188241890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.272--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.272--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.272--UnitOfWork(1450174524)--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]: 2024-04-30 17:53:51.272--ServerSession(1003755748)--Connection(1079152956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.272--ServerSession(1003755748)--Connection(1079152956)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.272--ServerSession(1003755748)--Connection(161237395)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [106] [junit] [EL Finest]: 2024-04-30 17:53:51.273--ServerSession(1003755748)--Connection(1079152956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:51.273--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.273--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.273--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.273--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@69) [junit] [EL Finest]: 2024-04-30 17:53:51.273--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@69) [junit] [EL Finest]: 2024-04-30 17:53:51.273--ServerSession(1003755748)--Connection(910572297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.273--ClientSession(34737133)--Connection(910572297)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.273--ClientSession(34737133)--Connection(910572297)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.274--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6a) [junit] [EL Finer]: 2024-04-30 17:53:51.274--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.274--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] [EL Fine]: 2024-04-30 17:53:51.274--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])-- bind => [105] [junit] [EL Fine]: 2024-04-30 17:53:51.274--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])-- bind => [106] [junit] [EL Finer]: 2024-04-30 17:53:51.274--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.275--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.275--ServerSession(1003755748)--Connection(910572297)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.275--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.275--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.275--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.275--ClientSession(34737133)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.275--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.275--ClientSession(34737133)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.276--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1467742939 [junit] [EL Finer]: 2024-04-30 17:53:51.276--ClientSession(1467742939)--Thread(Thread[main,5,main])--acquire unit of work: 632168320 [junit] [EL Finest]: 2024-04-30 17:53:51.276--UnitOfWork(632168320)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.276--UnitOfWork(632168320)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.276--UnitOfWork(632168320)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.276--UnitOfWork(632168320)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@6df791a4) [junit] [EL Finest]: 2024-04-30 17:53:51.277--ServerSession(1003755748)--Connection(1922881634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.277--ClientSession(1467742939)--Connection(1922881634)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.277--ClientSession(1467742939)--Connection(1922881634)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.277--UnitOfWork(632168320)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6b) [junit] [EL Fine]: 2024-04-30 17:53:51.277--ClientSession(1467742939)--Connection(599203108)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [108, a simple node] [junit] [EL Fine]: 2024-04-30 17:53:51.277--ClientSession(1467742939)--Connection(599203108)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [107, null, 108] [junit] [EL Finer]: 2024-04-30 17:53:51.278--ClientSession(1467742939)--Connection(599203108)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.278--ServerSession(1003755748)--Connection(1922881634)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.278--UnitOfWork(632168320)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.278--UnitOfWork(632168320)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.278--UnitOfWork(632168320)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.278--ClientSession(1467742939)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.278--UnitOfWork(632168320)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.278--ClientSession(1467742939)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.278--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1486748271 [junit] [EL Finer]: 2024-04-30 17:53:51.278--ClientSession(1486748271)--Thread(Thread[main,5,main])--acquire unit of work: 1129874021 [junit] [EL Finest]: 2024-04-30 17:53:51.278--UnitOfWork(1129874021)--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]: 2024-04-30 17:53:51.278--ServerSession(1003755748)--Connection(1871079355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.278--ServerSession(1003755748)--Connection(1871079355)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.279--ServerSession(1003755748)--Connection(269287960)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:51.279--ServerSession(1003755748)--Connection(1871079355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.279--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.279--ServerSession(1003755748)--Connection(2086611398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.279--ServerSession(1003755748)--Connection(2086611398)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.279--ServerSession(1003755748)--Connection(79362455)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [108] [junit] [EL Finest]: 2024-04-30 17:53:51.28--ServerSession(1003755748)--Connection(2086611398)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.28--UnitOfWork(1129874021)--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]: 2024-04-30 17:53:51.28--ServerSession(1003755748)--Connection(1638622497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.28--ServerSession(1003755748)--Connection(1638622497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.28--ServerSession(1003755748)--Connection(848187074)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [108] [junit] [EL Finest]: 2024-04-30 17:53:51.28--ServerSession(1003755748)--Connection(1638622497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.28--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.281--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.281--UnitOfWork(1129874021)--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]: 2024-04-30 17:53:51.281--ServerSession(1003755748)--Connection(1761382759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.281--ServerSession(1003755748)--Connection(1761382759)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.281--ServerSession(1003755748)--Connection(1388602164)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:51.281--ServerSession(1003755748)--Connection(1761382759)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:51.281--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.281--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.281--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.281--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6b) [junit] [EL Finest]: 2024-04-30 17:53:51.282--ServerSession(1003755748)--Connection(547468206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.282--ClientSession(1486748271)--Connection(547468206)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.282--ClientSession(1486748271)--Connection(547468206)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.282--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@643f6179) [junit] [EL Fine]: 2024-04-30 17:53:51.282--ClientSession(1486748271)--Connection(1414953733)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [107] [junit] [EL Fine]: 2024-04-30 17:53:51.282--ClientSession(1486748271)--Connection(1414953733)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [108] [junit] [EL Finer]: 2024-04-30 17:53:51.283--ClientSession(1486748271)--Connection(1414953733)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.283--ServerSession(1003755748)--Connection(547468206)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.283--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.283--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.283--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.283--ClientSession(1486748271)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.283--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.283--ClientSession(1486748271)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.295--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 635340952 [junit] [EL Finer]: 2024-04-30 17:53:51.295--ClientSession(635340952)--Thread(Thread[main,5,main])--acquire unit of work: 201036751 [junit] [EL Finest]: 2024-04-30 17:53:51.295--UnitOfWork(201036751)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.295--UnitOfWork(201036751)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.295--UnitOfWork(201036751)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.295--UnitOfWork(201036751)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12e) [junit] [EL Finest]: 2024-04-30 17:53:51.295--ServerSession(1003755748)--Connection(1239935217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.295--ClientSession(635340952)--Connection(1239935217)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.295--ClientSession(635340952)--Connection(1239935217)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.296--UnitOfWork(201036751)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finer]: 2024-04-30 17:53:51.296--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:51.296--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:51.296--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])-- bind => [302, null, null] [junit] [EL Fine]: 2024-04-30 17:53:51.296--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])-- bind => [301, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.296--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:51.297--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.297--ServerSession(1003755748)--Connection(1239935217)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.297--UnitOfWork(201036751)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.297--UnitOfWork(201036751)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.297--UnitOfWork(201036751)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.297--ClientSession(635340952)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.297--UnitOfWork(201036751)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.297--ClientSession(635340952)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.297--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1687227181 [junit] [EL Finer]: 2024-04-30 17:53:51.298--ClientSession(1687227181)--Thread(Thread[main,5,main])--acquire unit of work: 306693934 [junit] [EL Finest]: 2024-04-30 17:53:51.298--UnitOfWork(306693934)--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]: 2024-04-30 17:53:51.298--ServerSession(1003755748)--Connection(1877964230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.298--ServerSession(1003755748)--Connection(1877964230)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.298--ServerSession(1003755748)--Connection(1600249858)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [301] [junit] [EL Finest]: 2024-04-30 17:53:51.298--ServerSession(1003755748)--Connection(1877964230)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.298--UnitOfWork(306693934)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.298--UnitOfWork(306693934)--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]: 2024-04-30 17:53:51.299--ServerSession(1003755748)--Connection(188909616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.299--ServerSession(1003755748)--Connection(188909616)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.299--ServerSession(1003755748)--Connection(1534265514)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [301] [junit] [EL Finest]: 2024-04-30 17:53:51.299--ServerSession(1003755748)--Connection(188909616)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.299--UnitOfWork(306693934)--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]: 2024-04-30 17:53:51.299--ServerSession(1003755748)--Connection(1634001207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.299--ServerSession(1003755748)--Connection(1634001207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.299--ServerSession(1003755748)--Connection(2130241059)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [302] [junit] [EL Finest]: 2024-04-30 17:53:51.3--ServerSession(1003755748)--Connection(1634001207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.3--UnitOfWork(306693934)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.3--UnitOfWork(306693934)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.3--UnitOfWork(306693934)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.3--UnitOfWork(306693934)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finest]: 2024-04-30 17:53:51.3--UnitOfWork(306693934)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finest]: 2024-04-30 17:53:51.3--ServerSession(1003755748)--Connection(26428217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.3--ClientSession(1687227181)--Connection(26428217)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.3--ClientSession(1687227181)--Connection(26428217)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.301--ClientSession(1687227181)--Connection(1257319011)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [301] [junit] [EL Finer]: 2024-04-30 17:53:51.301--ClientSession(1687227181)--Connection(1257319011)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.301--ServerSession(1003755748)--Connection(26428217)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.301--UnitOfWork(306693934)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.301--UnitOfWork(306693934)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.301--UnitOfWork(306693934)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.301--ClientSession(1687227181)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.301--UnitOfWork(306693934)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.301--ClientSession(1687227181)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.302--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 706631622 [junit] [EL Finer]: 2024-04-30 17:53:51.302--ClientSession(706631622)--Thread(Thread[main,5,main])--acquire unit of work: 1758917774 [junit] [EL Finest]: 2024-04-30 17:53:51.302--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.302--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.302--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.302--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@7babed9e) [junit] [EL Finest]: 2024-04-30 17:53:51.302--ServerSession(1003755748)--Connection(582479659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.303--ClientSession(706631622)--Connection(582479659)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.303--ClientSession(706631622)--Connection(582479659)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.303--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f) [junit] [EL Fine]: 2024-04-30 17:53:51.303--ClientSession(706631622)--Connection(114565630)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [304, description] [junit] [EL Fine]: 2024-04-30 17:53:51.303--ClientSession(706631622)--Connection(114565630)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [303, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.304--ClientSession(706631622)--Connection(114565630)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.304--ServerSession(1003755748)--Connection(582479659)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.304--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.304--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.304--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.304--ClientSession(706631622)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.304--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.304--ClientSession(706631622)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.304--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 722044259 [junit] [EL Finer]: 2024-04-30 17:53:51.304--ClientSession(722044259)--Thread(Thread[main,5,main])--acquire unit of work: 209029677 [junit] [EL Finest]: 2024-04-30 17:53:51.304--UnitOfWork(209029677)--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]: 2024-04-30 17:53:51.304--ServerSession(1003755748)--Connection(218857805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.304--ServerSession(1003755748)--Connection(218857805)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.304--ServerSession(1003755748)--Connection(1826705682)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [303] [junit] [EL Finest]: 2024-04-30 17:53:51.305--ServerSession(1003755748)--Connection(218857805)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.305--UnitOfWork(209029677)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.305--UnitOfWork(209029677)--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]: 2024-04-30 17:53:51.305--ServerSession(1003755748)--Connection(2062604571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.305--ServerSession(1003755748)--Connection(2062604571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.305--ServerSession(1003755748)--Connection(478113430)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [303] [junit] [EL Finest]: 2024-04-30 17:53:51.305--ServerSession(1003755748)--Connection(2062604571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.306--UnitOfWork(209029677)--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]: 2024-04-30 17:53:51.306--ServerSession(1003755748)--Connection(448843184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.306--ServerSession(1003755748)--Connection(448843184)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.306--ServerSession(1003755748)--Connection(1719990258)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [304] [junit] [EL Finest]: 2024-04-30 17:53:51.306--ServerSession(1003755748)--Connection(448843184)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.306--UnitOfWork(209029677)--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]: 2024-04-30 17:53:51.306--ServerSession(1003755748)--Connection(1290584410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.306--ServerSession(1003755748)--Connection(1290584410)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.306--ServerSession(1003755748)--Connection(227972178)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [304] [junit] [EL Finest]: 2024-04-30 17:53:51.307--ServerSession(1003755748)--Connection(1290584410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.307--UnitOfWork(209029677)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.307--UnitOfWork(209029677)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.307--UnitOfWork(209029677)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.307--UnitOfWork(209029677)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f) [junit] [EL Finest]: 2024-04-30 17:53:51.307--ServerSession(1003755748)--Connection(1739940094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.307--ClientSession(722044259)--Connection(1739940094)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.307--ClientSession(722044259)--Connection(1739940094)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:51.308--UnitOfWork(209029677)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f) [junit] [EL Fine]: 2024-04-30 17:53:51.308--ClientSession(722044259)--Connection(1172170412)--Thread(Thread[main,5,main])--UPDATE TMP_CASC_NODE SET DESCRIPTION = ? WHERE (ID = ?) [junit] bind => [304, 303] [junit] [EL Fine]: 2024-04-30 17:53:51.308--ClientSession(722044259)--Connection(1172170412)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [303] [junit] [EL Finer]: 2024-04-30 17:53:51.308--ClientSession(722044259)--Connection(1172170412)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.309--ServerSession(1003755748)--Connection(1739940094)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.309--UnitOfWork(209029677)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.309--UnitOfWork(209029677)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.309--UnitOfWork(209029677)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.309--ClientSession(722044259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.309--UnitOfWork(209029677)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.309--ClientSession(722044259)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.323--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1783296129 [junit] [EL Finer]: 2024-04-30 17:53:51.323--ClientSession(1783296129)--Thread(Thread[main,5,main])--acquire unit of work: 917847816 [junit] [EL Finest]: 2024-04-30 17:53:51.323--UnitOfWork(917847816)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.323--UnitOfWork(917847816)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.324--UnitOfWork(917847816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finest]: 2024-04-30 17:53:51.324--ServerSession(1003755748)--Connection(1693658782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.324--ClientSession(1783296129)--Connection(1693658782)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.324--ClientSession(1783296129)--Connection(1693658782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.324--ClientSession(1783296129)--Connection(2065764471)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [1, null, null] [junit] [EL Finer]: 2024-04-30 17:53:51.325--ClientSession(1783296129)--Connection(2065764471)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.325--ServerSession(1003755748)--Connection(1693658782)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.325--UnitOfWork(917847816)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.325--UnitOfWork(917847816)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.325--UnitOfWork(917847816)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.325--ClientSession(1783296129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.325--UnitOfWork(917847816)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.325--ClientSession(1783296129)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.326--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1655750533 [junit] [EL Finer]: 2024-04-30 17:53:51.326--ClientSession(1655750533)--Thread(Thread[main,5,main])--acquire unit of work: 533392019 [junit] [EL Finest]: 2024-04-30 17:53:51.326--UnitOfWork(533392019)--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]: 2024-04-30 17:53:51.326--ServerSession(1003755748)--Connection(1822159797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.326--ServerSession(1003755748)--Connection(1822159797)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.326--ServerSession(1003755748)--Connection(1862784020)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:51.327--ServerSession(1003755748)--Connection(1822159797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.327--UnitOfWork(533392019)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.327--UnitOfWork(533392019)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.327--ServerSession(1003755748)--Connection(1248488041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.327--ServerSession(1003755748)--Connection(1248488041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.327--ServerSession(1003755748)--Connection(1568611929)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:53:51.328--ServerSession(1003755748)--Connection(1248488041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.328--UnitOfWork(533392019)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.328--UnitOfWork(533392019)--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]: 2024-04-30 17:53:51.328--ServerSession(1003755748)--Connection(981865495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.328--ServerSession(1003755748)--Connection(981865495)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.328--ServerSession(1003755748)--Connection(589699084)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:51.328--ServerSession(1003755748)--Connection(981865495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:51.329--UnitOfWork(533392019)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.329--UnitOfWork(533392019)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.329--UnitOfWork(533392019)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finest]: 2024-04-30 17:53:51.329--ServerSession(1003755748)--Connection(380390717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.329--ClientSession(1655750533)--Connection(380390717)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.329--ClientSession(1655750533)--Connection(380390717)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.329--ClientSession(1655750533)--Connection(89772444)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finer]: 2024-04-30 17:53:51.33--ClientSession(1655750533)--Connection(89772444)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.33--ServerSession(1003755748)--Connection(380390717)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.33--UnitOfWork(533392019)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.335--UnitOfWork(533392019)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.336--UnitOfWork(533392019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.336--ClientSession(1655750533)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.336--UnitOfWork(533392019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.336--ClientSession(1655750533)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.336--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1409933277 [junit] [EL Finer]: 2024-04-30 17:53:51.336--ClientSession(1409933277)--Thread(Thread[main,5,main])--acquire unit of work: 1174000532 [junit] [EL Finest]: 2024-04-30 17:53:51.336--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.337--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.337--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@1c2d63f0) [junit] [EL Finest]: 2024-04-30 17:53:51.337--ServerSession(1003755748)--Connection(548752638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.337--ClientSession(1409933277)--Connection(548752638)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.337--ClientSession(1409933277)--Connection(548752638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.337--ClientSession(1409933277)--Connection(735796751)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [3, a simple node] [junit] [EL Finer]: 2024-04-30 17:53:51.337--ClientSession(1409933277)--Connection(735796751)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.338--ServerSession(1003755748)--Connection(548752638)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.338--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.338--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.338--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.338--ClientSession(1409933277)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.338--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.338--ClientSession(1409933277)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.338--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 576909528 [junit] [EL Finer]: 2024-04-30 17:53:51.338--ClientSession(576909528)--Thread(Thread[main,5,main])--acquire unit of work: 674925270 [junit] [EL Finest]: 2024-04-30 17:53:51.338--UnitOfWork(674925270)--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]: 2024-04-30 17:53:51.338--ServerSession(1003755748)--Connection(1507885816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.338--ServerSession(1003755748)--Connection(1507885816)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.338--ServerSession(1003755748)--Connection(1904600593)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:53:51.339--ServerSession(1003755748)--Connection(1507885816)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.339--UnitOfWork(674925270)--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]: 2024-04-30 17:53:51.339--ServerSession(1003755748)--Connection(1701756941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.339--ServerSession(1003755748)--Connection(1701756941)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.339--ServerSession(1003755748)--Connection(998574047)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:53:51.339--ServerSession(1003755748)--Connection(1701756941)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.339--UnitOfWork(674925270)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.339--UnitOfWork(674925270)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:51.34--ServerSession(1003755748)--Connection(1171097095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.34--ServerSession(1003755748)--Connection(1171097095)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.34--ServerSession(1003755748)--Connection(165886570)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:53:51.34--ServerSession(1003755748)--Connection(1171097095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.34--UnitOfWork(674925270)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.34--UnitOfWork(674925270)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.34--UnitOfWork(674925270)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:51.34--UnitOfWork(674925270)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@384472bf) [junit] [EL Finest]: 2024-04-30 17:53:51.34--UnitOfWork(674925270)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@384472bf) [junit] [EL Finest]: 2024-04-30 17:53:51.341--ServerSession(1003755748)--Connection(1298650532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.341--ClientSession(576909528)--Connection(1298650532)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.341--ClientSession(576909528)--Connection(1298650532)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.341--ClientSession(576909528)--Connection(171672975)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finer]: 2024-04-30 17:53:51.341--ClientSession(576909528)--Connection(171672975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.341--ServerSession(1003755748)--Connection(1298650532)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.342--UnitOfWork(674925270)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.342--UnitOfWork(674925270)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.342--UnitOfWork(674925270)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.342--ClientSession(576909528)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.342--UnitOfWork(674925270)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.342--ClientSession(576909528)--Thread(Thread[main,5,main])--client released [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.165 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear [junit] [EL Finer]: 2024-04-30 17:53:51.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1379436911 [junit] [EL Finer]: 2024-04-30 17:53:51.36--ClientSession(1379436911)--Thread(Thread[main,5,main])--acquire unit of work: 1957188885 [junit] [EL Finest]: 2024-04-30 17:53:51.36--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.36--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.36--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@457) [junit] [EL Finest]: 2024-04-30 17:53:51.36--ServerSession(1003755748)--Connection(659271212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.36--ClientSession(1379436911)--Connection(659271212)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.36--ClientSession(1379436911)--Connection(659271212)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.361--ClientSession(1379436911)--Connection(1860905408)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1111, one, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.361--ClientSession(1379436911)--Connection(1860905408)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.361--ServerSession(1003755748)--Connection(659271212)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.362--ClientSession(1379436911)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.362--ClientSession(1379436911)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1872258305 [junit] [EL Finer]: 2024-04-30 17:53:51.362--ClientSession(1872258305)--Thread(Thread[main,5,main])--acquire unit of work: 366513168 [junit] [EL Finest]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--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]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@457 [junit] [EL Finest]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.362--ClientSession(1872258305)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.362--ClientSession(1872258305)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.362--UnitOfWork(366513168)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.362--ClientSession(1872258305)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 700523674 [junit] [EL Finer]: 2024-04-30 17:53:51.362--ClientSession(700523674)--Thread(Thread[main,5,main])--acquire unit of work: 1542155234 [junit] [EL Finest]: 2024-04-30 17:53:51.363--UnitOfWork(1542155234)--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]: 2024-04-30 17:53:51.363--UnitOfWork(1542155234)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@457 [junit] [EL Finest]: 2024-04-30 17:53:51.363--UnitOfWork(1542155234)--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]: 2024-04-30 17:53:51.363--ServerSession(1003755748)--Connection(838015776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.363--ServerSession(1003755748)--Connection(838015776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.363--ServerSession(1003755748)--Connection(1281325903)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [2222] [junit] [EL Finest]: 2024-04-30 17:53:51.364--ServerSession(1003755748)--Connection(838015776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:51.374--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1513743700 [junit] [EL Finer]: 2024-04-30 17:53:51.374--ClientSession(1513743700)--Thread(Thread[main,5,main])--acquire unit of work: 859653366 [junit] [EL Finest]: 2024-04-30 17:53:51.374--UnitOfWork(859653366)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.374--UnitOfWork(859653366)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.375--UnitOfWork(859653366)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:51.375--ServerSession(1003755748)--Connection(382055690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.375--ClientSession(1513743700)--Connection(382055690)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.375--ClientSession(1513743700)--Connection(382055690)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.375--ClientSession(1513743700)--Connection(1334204880)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, one, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.375--ClientSession(1513743700)--Connection(1334204880)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.376--ServerSession(1003755748)--Connection(382055690)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.376--UnitOfWork(859653366)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.376--UnitOfWork(859653366)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.376--UnitOfWork(859653366)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.376--ClientSession(1513743700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.376--UnitOfWork(859653366)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.376--ClientSession(1513743700)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.377--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1080743637 [junit] [EL Finer]: 2024-04-30 17:53:51.377--ClientSession(1080743637)--Thread(Thread[main,5,main])--acquire unit of work: 712753515 [junit] [EL Finest]: 2024-04-30 17:53:51.377--UnitOfWork(712753515)--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]: 2024-04-30 17:53:51.377--UnitOfWork(712753515)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:53:51.377--UnitOfWork(712753515)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.377--UnitOfWork(712753515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.377--ClientSession(1080743637)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.377--UnitOfWork(712753515)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.377--ClientSession(1080743637)--Thread(Thread[main,5,main])--client released [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClose [junit] [EL Finer]: 2024-04-30 17:53:51.428--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 746247411 [junit] [EL Finer]: 2024-04-30 17:53:51.429--ClientSession(746247411)--Thread(Thread[main,5,main])--acquire unit of work: 110687402 [junit] [EL Finest]: 2024-04-30 17:53:51.429--UnitOfWork(110687402)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.429--UnitOfWork(110687402)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.429--UnitOfWork(110687402)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:51.429--ServerSession(1003755748)--Connection(111832087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.429--ClientSession(746247411)--Connection(111832087)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.429--ClientSession(746247411)--Connection(111832087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.429--ClientSession(746247411)--Connection(1196877260)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, Muggles, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.43--ClientSession(746247411)--Connection(1196877260)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.43--ServerSession(1003755748)--Connection(111832087)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.431--UnitOfWork(110687402)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.431--UnitOfWork(110687402)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.431--UnitOfWork(110687402)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.431--ClientSession(746247411)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.431--UnitOfWork(110687402)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.431--ClientSession(746247411)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.431--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1985468683 [junit] [EL Finer]: 2024-04-30 17:53:51.431--ClientSession(1985468683)--Thread(Thread[main,5,main])--acquire unit of work: 1057778492 [junit] [EL Finest]: 2024-04-30 17:53:51.431--UnitOfWork(1057778492)--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]: 2024-04-30 17:53:51.431--UnitOfWork(1057778492)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:53:51.432--UnitOfWork(1057778492)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.432--UnitOfWork(1057778492)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.432--ClientSession(1985468683)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.456--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2112246941 [junit] [EL Finer]: 2024-04-30 17:53:51.456--ClientSession(2112246941)--Thread(Thread[main,5,main])--acquire unit of work: 304172847 [junit] [EL Finest]: 2024-04-30 17:53:51.456--UnitOfWork(304172847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.456--UnitOfWork(304172847)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.456--UnitOfWork(304172847)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:51.457--ServerSession(1003755748)--Connection(533951552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.457--ClientSession(2112246941)--Connection(533951552)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.457--ClientSession(2112246941)--Connection(533951552)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.457--ClientSession(2112246941)--Connection(127076514)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, QA, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.457--ClientSession(2112246941)--Connection(127076514)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.458--ServerSession(1003755748)--Connection(533951552)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.458--UnitOfWork(304172847)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.458--UnitOfWork(304172847)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.458--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 892230274 [junit] [EL Finer]: 2024-04-30 17:53:51.458--ClientSession(892230274)--Thread(Thread[main,5,main])--acquire unit of work: 828070163 [junit] [EL Finest]: 2024-04-30 17:53:51.458--UnitOfWork(828070163)--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]: 2024-04-30 17:53:51.458--UnitOfWork(828070163)--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.243 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains [junit] [EL Finer]: 2024-04-30 17:53:51.655--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 408419948 [junit] [EL Finer]: 2024-04-30 17:53:51.655--ClientSession(408419948)--Thread(Thread[main,5,main])--acquire unit of work: 1150774024 [junit] [EL Finest]: 2024-04-30 17:53:51.656--UnitOfWork(1150774024)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.656--UnitOfWork(1150774024)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.656--ClientSession(408419948)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.656--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 545851930 [junit] [EL Finer]: 2024-04-30 17:53:51.656--ClientSession(545851930)--Thread(Thread[main,5,main])--acquire unit of work: 118105337 [junit] [EL Finest]: 2024-04-30 17:53:51.656--UnitOfWork(118105337)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.656--UnitOfWork(118105337)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.656--UnitOfWork(118105337)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:51.656--ServerSession(1003755748)--Connection(638590716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.656--ClientSession(545851930)--Connection(638590716)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.656--ClientSession(545851930)--Connection(638590716)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.657--ClientSession(545851930)--Connection(1310788094)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.657--ClientSession(545851930)--Connection(1310788094)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.658--ServerSession(1003755748)--Connection(638590716)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.658--UnitOfWork(118105337)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.658--UnitOfWork(118105337)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.658--UnitOfWork(118105337)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.658--ClientSession(545851930)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.658--UnitOfWork(118105337)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.658--ClientSession(545851930)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.658--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 919593223 [junit] [EL Finer]: 2024-04-30 17:53:51.658--ClientSession(919593223)--Thread(Thread[main,5,main])--acquire unit of work: 269414108 [junit] [EL Finest]: 2024-04-30 17:53:51.658--UnitOfWork(269414108)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.658--UnitOfWork(269414108)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.658--UnitOfWork(269414108)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2024-04-30 17:53:51.658--ServerSession(1003755748)--Connection(908749477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.658--ClientSession(919593223)--Connection(908749477)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.658--ClientSession(919593223)--Connection(908749477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.659--ClientSession(919593223)--Connection(1404550913)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [32, ORIGINAL, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.659--ClientSession(919593223)--Connection(1404550913)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.659--ServerSession(1003755748)--Connection(908749477)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.659--UnitOfWork(269414108)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.659--UnitOfWork(269414108)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.659--UnitOfWork(269414108)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.659--ClientSession(919593223)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.659--UnitOfWork(269414108)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.659--ClientSession(919593223)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.659--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1785631369 [junit] [EL Finer]: 2024-04-30 17:53:51.66--ClientSession(1785631369)--Thread(Thread[main,5,main])--acquire unit of work: 267694627 [junit] [EL Finest]: 2024-04-30 17:53:51.66--UnitOfWork(267694627)--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]: 2024-04-30 17:53:51.66--UnitOfWork(267694627)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finest]: 2024-04-30 17:53:51.66--UnitOfWork(267694627)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.66--UnitOfWork(267694627)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.66--UnitOfWork(267694627)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:51.66--UnitOfWork(267694627)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2024-04-30 17:53:51.66--ServerSession(1003755748)--Connection(1391735333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.66--ClientSession(1785631369)--Connection(1391735333)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.66--ClientSession(1785631369)--Connection(1391735333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.661--ClientSession(1785631369)--Connection(1439821925)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [32, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.661--ClientSession(1785631369)--Connection(1439821925)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.661--ServerSession(1003755748)--Connection(1391735333)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.661--UnitOfWork(267694627)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.661--UnitOfWork(267694627)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.662--UnitOfWork(267694627)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.662--ClientSession(1785631369)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.662--UnitOfWork(267694627)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.662--ClientSession(1785631369)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.683--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 269016862 [junit] [EL Finer]: 2024-04-30 17:53:51.683--ClientSession(269016862)--Thread(Thread[main,5,main])--acquire unit of work: 2128686424 [junit] [EL Finest]: 2024-04-30 17:53:51.683--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.683--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.684--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:51.684--ServerSession(1003755748)--Connection(1125514779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.684--ClientSession(269016862)--Connection(1125514779)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.684--ClientSession(269016862)--Connection(1125514779)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.684--ClientSession(269016862)--Connection(887722188)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, MANAGED, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.685--ClientSession(269016862)--Connection(887722188)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.685--ServerSession(1003755748)--Connection(1125514779)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.685--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.685--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.685--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.685--ClientSession(269016862)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.685--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.685--ClientSession(269016862)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.685--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 569974522 [junit] [EL Finer]: 2024-04-30 17:53:51.685--ClientSession(569974522)--Thread(Thread[main,5,main])--acquire unit of work: 1307630072 [junit] [EL Finest]: 2024-04-30 17:53:51.685--UnitOfWork(1307630072)--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]: 2024-04-30 17:53:51.685--UnitOfWork(1307630072)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2024-04-30 17:53:51.686--UnitOfWork(1307630072)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.686--ClientSession(569974522)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.686--UnitOfWork(1307630072)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.686--ClientSession(569974522)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.686--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1333508319 [junit] [EL Finer]: 2024-04-30 17:53:51.686--ClientSession(1333508319)--Thread(Thread[main,5,main])--acquire unit of work: 647786756 [junit] [EL Finest]: 2024-04-30 17:53:51.686--UnitOfWork(647786756)--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]: 2024-04-30 17:53:51.686--UnitOfWork(647786756)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2024-04-30 17:53:51.686--UnitOfWork(647786756)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.686--ClientSession(1333508319)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.686--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1652280702 [junit] [EL Finer]: 2024-04-30 17:53:51.686--ClientSession(1652280702)--Thread(Thread[main,5,main])--acquire unit of work: 1884568750 [junit] [EL Finest]: 2024-04-30 17:53:51.686--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.686--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.686--ClientSession(1652280702)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.696--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1998042272 [junit] [EL Finer]: 2024-04-30 17:53:51.697--ClientSession(1998042272)--Thread(Thread[main,5,main])--acquire unit of work: 1773371228 [junit] [EL Finest]: 2024-04-30 17:53:51.697--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.697--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:51.697--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2024-04-30 17:53:51.697--ServerSession(1003755748)--Connection(2118829464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.697--ClientSession(1998042272)--Connection(2118829464)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:51.697--ClientSession(1998042272)--Connection(2118829464)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.697--ClientSession(1998042272)--Connection(217123986)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, REMOVED, 1] [junit] [EL Finer]: 2024-04-30 17:53:51.698--ClientSession(1998042272)--Connection(217123986)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:51.698--ServerSession(1003755748)--Connection(2118829464)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:51.698--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:51.698--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.698--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.698--ClientSession(1998042272)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:51.698--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.698--ClientSession(1998042272)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:51.698--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 760125918 [junit] [EL Finer]: 2024-04-30 17:53:51.698--ClientSession(760125918)--Thread(Thread[main,5,main])--acquire unit of work: 92340202 [junit] [EL Finest]: 2024-04-30 17:53:51.698--UnitOfWork(92340202)--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]: 2024-04-30 17:53:51.698--UnitOfWork(92340202)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2024-04-30 17:53:51.698--UnitOfWork(92340202)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:51.699--UnitOfWork(92340202)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:51.699--ClientSession(760125918)--Thread(Thread[main,5,main])--client released [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory [junit] [EL Finest]: 2024-04-30 17:53:51.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:51.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:51.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:51.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:51.718--ServerSession(1003755748)--Connection(604602011)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:51.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:51.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:51.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:53:51.718--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@92e2c93 [junit] [EL Finer]: 2024-04-30 17:53:51.722--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:51.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:51.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:51.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:51.722--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:51.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:51.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:51.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:51.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:51.722--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:51.723--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:51.737--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.737--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.738--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.738--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.738--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.738--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.738--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.738--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.738--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.738--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.739--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.739--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.739--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.739--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.739--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.74--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.74--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.74--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.74--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.74--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.741--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.741--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.741--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.742--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.742--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.742--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.742--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.742--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.743--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.743--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.744--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.744--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.744--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.745--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.746--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.746--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.746--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.746--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.746--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.746--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.746--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.747--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.748--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.749--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.75--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.751--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.752--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:51.755--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.756--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:51.756--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:51.756--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:51.756--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.756--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.756--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:51.756--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.756--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.757--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.758--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.76--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.761--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.761--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.761--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.761--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.782--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.782--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.782--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:51.782--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:51.782--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.782--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.782--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.783--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.784--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:51.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.786--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:51.786--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.786--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.786--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.786--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.787--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.789--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.79--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.79--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.79--ServerSession(1242584406)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:51.79--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.79--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.79--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.79--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.791--ServerSession(1242584406)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:51.791--ServerSession(1242584406)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:51.791--ServerSession(1242584406)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:51.792--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.792--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.793--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.794--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.795--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.797--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.797--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.797--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.797--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.797--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:51.797--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:51.797--ServerSession(1242584406)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:51.801--ServerSession(1242584406)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:51.801--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:51.802--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:51.802--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:51.802--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:51.802--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:51.802--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2024-04-30 17:53:51.802--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:51.802--ServerSession(1242584406)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:51.802--ServerSession(1242584406)--Connection(292536990)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Connection(437255067)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Connection(1740687627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Connection(1740687627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Connection(139762783)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Connection(1358150250)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:51.803--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:51.805--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.806--ServerSession(1242584406)--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 Fine]: 2024-04-30 17:53:51.822--ServerSession(1242584406)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:51.822--ServerSession(1242584406)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:51.822--ServerSession(1242584406)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:51.822--ServerSession(1242584406)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:51.822--ServerSession(1242584406)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:51.822--ServerSession(1242584406)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:51.822--ServerSession(1242584406)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:51.826--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2024-04-30 17:53:51.826--ServerSession(1242584406)--Connection(374205056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.826--ServerSession(1242584406)--Connection(374205056)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.827--ServerSession(1242584406)--Connection(1133655596)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Finest]: 2024-04-30 17:53:51.832--ServerSession(1242584406)--Connection(374205056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.833--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.833--ServerSession(1242584406)--Connection(137983327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.833--ServerSession(1242584406)--Connection(137983327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.833--ServerSession(1242584406)--Connection(1910085426)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:51.837--ServerSession(1242584406)--Connection(137983327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.837--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2024-04-30 17:53:51.837--ServerSession(1242584406)--Connection(1117803827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.837--ServerSession(1242584406)--Connection(1117803827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.837--ServerSession(1242584406)--Connection(24138677)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Finest]: 2024-04-30 17:53:51.846--ServerSession(1242584406)--Connection(1117803827)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.846--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.846--ServerSession(1242584406)--Connection(1476533308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.846--ServerSession(1242584406)--Connection(1476533308)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.846--ServerSession(1242584406)--Connection(416007106)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:51.85--ServerSession(1242584406)--Connection(1476533308)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.85--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.85--ServerSession(1242584406)--Connection(1324878091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.85--ServerSession(1242584406)--Connection(1324878091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.85--ServerSession(1242584406)--Connection(114499348)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:51.855--ServerSession(1242584406)--Connection(1324878091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.855--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.855--ServerSession(1242584406)--Connection(1977941564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.855--ServerSession(1242584406)--Connection(1977941564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.855--ServerSession(1242584406)--Connection(2077884890)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Finest]: 2024-04-30 17:53:51.86--ServerSession(1242584406)--Connection(1977941564)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.86--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.86--ServerSession(1242584406)--Connection(622946713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.86--ServerSession(1242584406)--Connection(622946713)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.86--ServerSession(1242584406)--Connection(2011592223)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Finest]: 2024-04-30 17:53:51.864--ServerSession(1242584406)--Connection(622946713)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.865--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:51.865--ServerSession(1242584406)--Connection(1170183099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.865--ServerSession(1242584406)--Connection(1170183099)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.865--ServerSession(1242584406)--Connection(1803306804)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Finest]: 2024-04-30 17:53:51.882--ServerSession(1242584406)--Connection(1170183099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.882--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2024-04-30 17:53:51.882--ServerSession(1242584406)--Connection(940563698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.882--ServerSession(1242584406)--Connection(940563698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.883--ServerSession(1242584406)--Connection(18133507)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Finest]: 2024-04-30 17:53:51.898--ServerSession(1242584406)--Connection(940563698)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.898--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2024-04-30 17:53:51.899--ServerSession(1242584406)--Connection(1400585185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.899--ServerSession(1242584406)--Connection(1400585185)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.899--ServerSession(1242584406)--Connection(366314800)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:51.914--ServerSession(1242584406)--Connection(1400585185)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.914--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:51.914--ServerSession(1242584406)--Connection(2044878959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.914--ServerSession(1242584406)--Connection(2044878959)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.915--ServerSession(1242584406)--Connection(1934424193)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:51.93--ServerSession(1242584406)--Connection(2044878959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.93--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:51.93--ServerSession(1242584406)--Connection(1445567246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.93--ServerSession(1242584406)--Connection(1445567246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.93--ServerSession(1242584406)--Connection(1017280700)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:51.946--ServerSession(1242584406)--Connection(1445567246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.946--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2024-04-30 17:53:51.946--ServerSession(1242584406)--Connection(717951588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.946--ServerSession(1242584406)--Connection(717951588)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.946--ServerSession(1242584406)--Connection(815799768)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Finest]: 2024-04-30 17:53:51.961--ServerSession(1242584406)--Connection(717951588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.961--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2024-04-30 17:53:51.961--ServerSession(1242584406)--Connection(1203022979)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.961--ServerSession(1242584406)--Connection(1203022979)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.962--ServerSession(1242584406)--Connection(891215395)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Finest]: 2024-04-30 17:53:51.976--ServerSession(1242584406)--Connection(1203022979)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.976--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:51.976--ServerSession(1242584406)--Connection(1576509541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.976--ServerSession(1242584406)--Connection(1576509541)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.976--ServerSession(1242584406)--Connection(1061543916)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR [junit] [EL Finest]: 2024-04-30 17:53:51.984--ServerSession(1242584406)--Connection(1576509541)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.984--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.984--ServerSession(1242584406)--Connection(2069016970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.984--ServerSession(1242584406)--Connection(2069016970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.985--ServerSession(1242584406)--Connection(466010637)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Finest]: 2024-04-30 17:53:51.988--ServerSession(1242584406)--Connection(2069016970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.988--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.988--ServerSession(1242584406)--Connection(968383091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.988--ServerSession(1242584406)--Connection(968383091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.988--ServerSession(1242584406)--Connection(1468559919)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Finest]: 2024-04-30 17:53:51.992--ServerSession(1242584406)--Connection(968383091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.992--ServerSession(1242584406)--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]: 2024-04-30 17:53:51.992--ServerSession(1242584406)--Connection(509293541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.992--ServerSession(1242584406)--Connection(509293541)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.992--ServerSession(1242584406)--Connection(1699449247)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:51.998--ServerSession(1242584406)--Connection(509293541)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.998--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2024-04-30 17:53:51.998--ServerSession(1242584406)--Connection(334759054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:51.998--ServerSession(1242584406)--Connection(334759054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:51.998--ServerSession(1242584406)--Connection(1417140494)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Finest]: 2024-04-30 17:53:52.001--ServerSession(1242584406)--Connection(334759054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.001--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.001--ServerSession(1242584406)--Connection(679137498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.001--ServerSession(1242584406)--Connection(679137498)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.002--ServerSession(1242584406)--Connection(454652207)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Finest]: 2024-04-30 17:53:52.005--ServerSession(1242584406)--Connection(679137498)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.005--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2024-04-30 17:53:52.005--ServerSession(1242584406)--Connection(1359891833)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.005--ServerSession(1242584406)--Connection(1359891833)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.005--ServerSession(1242584406)--Connection(789359490)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Finest]: 2024-04-30 17:53:52.015--ServerSession(1242584406)--Connection(1359891833)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.015--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2024-04-30 17:53:52.015--ServerSession(1242584406)--Connection(1832255355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.015--ServerSession(1242584406)--Connection(1832255355)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.015--ServerSession(1242584406)--Connection(1324552737)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Finest]: 2024-04-30 17:53:52.02--ServerSession(1242584406)--Connection(1832255355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.02--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2024-04-30 17:53:52.02--ServerSession(1242584406)--Connection(444700929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.02--ServerSession(1242584406)--Connection(444700929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.02--ServerSession(1242584406)--Connection(1485660941)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Finest]: 2024-04-30 17:53:52.03--ServerSession(1242584406)--Connection(444700929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.03--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:52.03--ServerSession(1242584406)--Connection(1167929062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.03--ServerSession(1242584406)--Connection(1167929062)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.03--ServerSession(1242584406)--Connection(1396895429)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Finest]: 2024-04-30 17:53:52.037--ServerSession(1242584406)--Connection(1167929062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.037--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.037--ServerSession(1242584406)--Connection(639264440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.037--ServerSession(1242584406)--Connection(639264440)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.038--ServerSession(1242584406)--Connection(182224515)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.041--ServerSession(1242584406)--Connection(639264440)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.041--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2024-04-30 17:53:52.041--ServerSession(1242584406)--Connection(232681351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.041--ServerSession(1242584406)--Connection(232681351)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.041--ServerSession(1242584406)--Connection(2021979938)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.045--ServerSession(1242584406)--Connection(232681351)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.045--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.045--ServerSession(1242584406)--Connection(992850825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.045--ServerSession(1242584406)--Connection(992850825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.045--ServerSession(1242584406)--Connection(1173438780)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Finest]: 2024-04-30 17:53:52.052--ServerSession(1242584406)--Connection(992850825)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.052--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.052--ServerSession(1242584406)--Connection(409114060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.052--ServerSession(1242584406)--Connection(409114060)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.052--ServerSession(1242584406)--Connection(1317395634)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Finest]: 2024-04-30 17:53:52.055--ServerSession(1242584406)--Connection(409114060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.055--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2024-04-30 17:53:52.055--ServerSession(1242584406)--Connection(121486885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.055--ServerSession(1242584406)--Connection(121486885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.055--ServerSession(1242584406)--Connection(201168891)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Finest]: 2024-04-30 17:53:52.058--ServerSession(1242584406)--Connection(121486885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.058--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.058--ServerSession(1242584406)--Connection(2117932686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.058--ServerSession(1242584406)--Connection(2117932686)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.058--ServerSession(1242584406)--Connection(345723898)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.062--ServerSession(1242584406)--Connection(2117932686)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.062--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.062--ServerSession(1242584406)--Connection(1964410538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.062--ServerSession(1242584406)--Connection(1964410538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.062--ServerSession(1242584406)--Connection(1669953504)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.068--ServerSession(1242584406)--Connection(1964410538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.068--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.068--ServerSession(1242584406)--Connection(739935529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.068--ServerSession(1242584406)--Connection(739935529)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.068--ServerSession(1242584406)--Connection(1836606934)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.072--ServerSession(1242584406)--Connection(739935529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.072--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.072--ServerSession(1242584406)--Connection(2012231958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.072--ServerSession(1242584406)--Connection(2012231958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.072--ServerSession(1242584406)--Connection(263969036)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:52.077--ServerSession(1242584406)--Connection(2012231958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.077--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.077--ServerSession(1242584406)--Connection(1436434279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.077--ServerSession(1242584406)--Connection(1436434279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.077--ServerSession(1242584406)--Connection(600872011)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Finest]: 2024-04-30 17:53:52.082--ServerSession(1242584406)--Connection(1436434279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.082--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.082--ServerSession(1242584406)--Connection(1238713257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.082--ServerSession(1242584406)--Connection(1238713257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.082--ServerSession(1242584406)--Connection(1838426355)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Finest]: 2024-04-30 17:53:52.086--ServerSession(1242584406)--Connection(1238713257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.086--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.086--ServerSession(1242584406)--Connection(705126000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.086--ServerSession(1242584406)--Connection(705126000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.086--ServerSession(1242584406)--Connection(1227659410)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Finest]: 2024-04-30 17:53:52.09--ServerSession(1242584406)--Connection(705126000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.09--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.09--ServerSession(1242584406)--Connection(1131042367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.09--ServerSession(1242584406)--Connection(1131042367)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.09--ServerSession(1242584406)--Connection(1401844988)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:52.094--ServerSession(1242584406)--Connection(1131042367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.095--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.095--ServerSession(1242584406)--Connection(1685448568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.095--ServerSession(1242584406)--Connection(1685448568)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.095--ServerSession(1242584406)--Connection(1975492199)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:52.1--ServerSession(1242584406)--Connection(1685448568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.1--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:52.1--ServerSession(1242584406)--Connection(1999583807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.1--ServerSession(1242584406)--Connection(1999583807)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.1--ServerSession(1242584406)--Connection(1017793925)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR [junit] [EL Finest]: 2024-04-30 17:53:52.104--ServerSession(1242584406)--Connection(1999583807)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.104--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.104--ServerSession(1242584406)--Connection(1364230185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.104--ServerSession(1242584406)--Connection(1364230185)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.104--ServerSession(1242584406)--Connection(1595979518)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Finest]: 2024-04-30 17:53:52.108--ServerSession(1242584406)--Connection(1364230185)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.108--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.108--ServerSession(1242584406)--Connection(2032752946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.108--ServerSession(1242584406)--Connection(2032752946)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.108--ServerSession(1242584406)--Connection(749588470)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:52.112--ServerSession(1242584406)--Connection(2032752946)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.112--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.112--ServerSession(1242584406)--Connection(133047331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.112--ServerSession(1242584406)--Connection(133047331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.112--ServerSession(1242584406)--Connection(876420389)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:52.118--ServerSession(1242584406)--Connection(133047331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.118--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.118--ServerSession(1242584406)--Connection(15058406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.118--ServerSession(1242584406)--Connection(15058406)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.118--ServerSession(1242584406)--Connection(1994143461)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Finest]: 2024-04-30 17:53:52.121--ServerSession(1242584406)--Connection(15058406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.121--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.122--ServerSession(1242584406)--Connection(827539121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.122--ServerSession(1242584406)--Connection(827539121)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.122--ServerSession(1242584406)--Connection(532092808)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:52.126--ServerSession(1242584406)--Connection(827539121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.126--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.126--ServerSession(1242584406)--Connection(81445899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.126--ServerSession(1242584406)--Connection(81445899)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.126--ServerSession(1242584406)--Connection(743752855)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.129--ServerSession(1242584406)--Connection(81445899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.129--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.129--ServerSession(1242584406)--Connection(1491894897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.129--ServerSession(1242584406)--Connection(1491894897)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.13--ServerSession(1242584406)--Connection(172290043)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.134--ServerSession(1242584406)--Connection(1491894897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.134--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.135--ServerSession(1242584406)--Connection(1332177152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.135--ServerSession(1242584406)--Connection(1332177152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.135--ServerSession(1242584406)--Connection(1940166039)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.14--ServerSession(1242584406)--Connection(1332177152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.14--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.14--ServerSession(1242584406)--Connection(694784643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.14--ServerSession(1242584406)--Connection(694784643)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.14--ServerSession(1242584406)--Connection(1563607495)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:52.144--ServerSession(1242584406)--Connection(694784643)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.145--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.145--ServerSession(1242584406)--Connection(1085016662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.145--ServerSession(1242584406)--Connection(1085016662)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.145--ServerSession(1242584406)--Connection(632583498)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.148--ServerSession(1242584406)--Connection(1085016662)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.148--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.148--ServerSession(1242584406)--Connection(196414950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.148--ServerSession(1242584406)--Connection(196414950)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.148--ServerSession(1242584406)--Connection(728451196)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Finest]: 2024-04-30 17:53:52.153--ServerSession(1242584406)--Connection(196414950)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.153--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.153--ServerSession(1242584406)--Connection(1583686310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.153--ServerSession(1242584406)--Connection(1583686310)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.153--ServerSession(1242584406)--Connection(2099044017)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Finest]: 2024-04-30 17:53:52.157--ServerSession(1242584406)--Connection(1583686310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.157--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.157--ServerSession(1242584406)--Connection(976426678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.157--ServerSession(1242584406)--Connection(976426678)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.157--ServerSession(1242584406)--Connection(1303667524)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Finest]: 2024-04-30 17:53:52.161--ServerSession(1242584406)--Connection(976426678)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.161--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.161--ServerSession(1242584406)--Connection(1881892202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.161--ServerSession(1242584406)--Connection(1881892202)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.161--ServerSession(1242584406)--Connection(1385126783)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Finest]: 2024-04-30 17:53:52.164--ServerSession(1242584406)--Connection(1881892202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.164--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.164--ServerSession(1242584406)--Connection(1547811032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.164--ServerSession(1242584406)--Connection(1547811032)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.164--ServerSession(1242584406)--Connection(2011862543)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Finest]: 2024-04-30 17:53:52.169--ServerSession(1242584406)--Connection(1547811032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.169--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.169--ServerSession(1242584406)--Connection(519650817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.169--ServerSession(1242584406)--Connection(519650817)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.169--ServerSession(1242584406)--Connection(1336922750)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Finest]: 2024-04-30 17:53:52.172--ServerSession(1242584406)--Connection(519650817)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.172--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.172--ServerSession(1242584406)--Connection(13963969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.172--ServerSession(1242584406)--Connection(13963969)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.173--ServerSession(1242584406)--Connection(1468739052)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Finest]: 2024-04-30 17:53:52.176--ServerSession(1242584406)--Connection(13963969)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.176--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.177--ServerSession(1242584406)--Connection(972335044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.177--ServerSession(1242584406)--Connection(972335044)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.177--ServerSession(1242584406)--Connection(287303969)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Finest]: 2024-04-30 17:53:52.18--ServerSession(1242584406)--Connection(972335044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.18--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.18--ServerSession(1242584406)--Connection(1223572525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.18--ServerSession(1242584406)--Connection(1223572525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.18--ServerSession(1242584406)--Connection(1412986995)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Finest]: 2024-04-30 17:53:52.185--ServerSession(1242584406)--Connection(1223572525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.185--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.185--ServerSession(1242584406)--Connection(265644189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.185--ServerSession(1242584406)--Connection(265644189)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.185--ServerSession(1242584406)--Connection(920859166)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Finest]: 2024-04-30 17:53:52.188--ServerSession(1242584406)--Connection(265644189)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.189--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.189--ServerSession(1242584406)--Connection(496695089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.189--ServerSession(1242584406)--Connection(496695089)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.189--ServerSession(1242584406)--Connection(967828895)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Finest]: 2024-04-30 17:53:52.193--ServerSession(1242584406)--Connection(496695089)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.193--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.193--ServerSession(1242584406)--Connection(1323172702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.193--ServerSession(1242584406)--Connection(1323172702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.193--ServerSession(1242584406)--Connection(70735563)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Finest]: 2024-04-30 17:53:52.198--ServerSession(1242584406)--Connection(1323172702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.198--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.198--ServerSession(1242584406)--Connection(1318505220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.198--ServerSession(1242584406)--Connection(1318505220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.198--ServerSession(1242584406)--Connection(1894577531)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.203--ServerSession(1242584406)--Connection(1318505220)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.203--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.203--ServerSession(1242584406)--Connection(439576838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.203--ServerSession(1242584406)--Connection(439576838)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.203--ServerSession(1242584406)--Connection(1644515247)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Finest]: 2024-04-30 17:53:52.206--ServerSession(1242584406)--Connection(439576838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.206--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:52.206--ServerSession(1242584406)--Connection(553008604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.206--ServerSession(1242584406)--Connection(553008604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.206--ServerSession(1242584406)--Connection(554441629)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Finest]: 2024-04-30 17:53:52.208--ServerSession(1242584406)--Connection(553008604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.208--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:52.208--ServerSession(1242584406)--Connection(897098843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.208--ServerSession(1242584406)--Connection(897098843)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.208--ServerSession(1242584406)--Connection(619804661)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Finest]: 2024-04-30 17:53:52.21--ServerSession(1242584406)--Connection(897098843)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.21--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:53:52.21--ServerSession(1242584406)--Connection(1859555837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.21--ServerSession(1242584406)--Connection(1859555837)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.21--ServerSession(1242584406)--Connection(519879168)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Finest]: 2024-04-30 17:53:52.212--ServerSession(1242584406)--Connection(1859555837)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.212--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:53:52.212--ServerSession(1242584406)--Connection(1452943019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.212--ServerSession(1242584406)--Connection(1452943019)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.212--ServerSession(1242584406)--Connection(202968316)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Finest]: 2024-04-30 17:53:52.214--ServerSession(1242584406)--Connection(1452943019)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.214--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:52.214--ServerSession(1242584406)--Connection(801922889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.214--ServerSession(1242584406)--Connection(801922889)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.214--ServerSession(1242584406)--Connection(686066533)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:52.215--ServerSession(1242584406)--Connection(801922889)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.215--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:52.215--ServerSession(1242584406)--Connection(1867326100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.215--ServerSession(1242584406)--Connection(1867326100)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.216--ServerSession(1242584406)--Connection(573972003)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Finest]: 2024-04-30 17:53:52.218--ServerSession(1242584406)--Connection(1867326100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.218--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:53:52.218--ServerSession(1242584406)--Connection(849668686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.218--ServerSession(1242584406)--Connection(849668686)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.218--ServerSession(1242584406)--Connection(880490252)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Finest]: 2024-04-30 17:53:52.219--ServerSession(1242584406)--Connection(849668686)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.219--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:53:52.219--ServerSession(1242584406)--Connection(538462942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.219--ServerSession(1242584406)--Connection(538462942)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.22--ServerSession(1242584406)--Connection(905654793)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Finest]: 2024-04-30 17:53:52.222--ServerSession(1242584406)--Connection(538462942)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.222--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:52.222--ServerSession(1242584406)--Connection(154128529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.222--ServerSession(1242584406)--Connection(154128529)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.222--ServerSession(1242584406)--Connection(1795368400)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Finest]: 2024-04-30 17:53:52.224--ServerSession(1242584406)--Connection(154128529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.224--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:52.224--ServerSession(1242584406)--Connection(1923298070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.224--ServerSession(1242584406)--Connection(1923298070)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.224--ServerSession(1242584406)--Connection(92262027)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Finest]: 2024-04-30 17:53:52.226--ServerSession(1242584406)--Connection(1923298070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.226--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:53:52.226--ServerSession(1242584406)--Connection(1372365655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.226--ServerSession(1242584406)--Connection(1372365655)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.226--ServerSession(1242584406)--Connection(983306747)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Finest]: 2024-04-30 17:53:52.228--ServerSession(1242584406)--Connection(1372365655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.228--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:52.228--ServerSession(1242584406)--Connection(873156359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.228--ServerSession(1242584406)--Connection(873156359)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.228--ServerSession(1242584406)--Connection(15307978)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:52.23--ServerSession(1242584406)--Connection(873156359)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.23--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:52.23--ServerSession(1242584406)--Connection(2142521143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.23--ServerSession(1242584406)--Connection(2142521143)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.23--ServerSession(1242584406)--Connection(287923377)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Finest]: 2024-04-30 17:53:52.232--ServerSession(1242584406)--Connection(2142521143)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:52.232--ServerSession(1242584406)--Connection(86339516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.232--ServerSession(1242584406)--Connection(86339516)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.232--ServerSession(1242584406)--Connection(1492454864)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Finest]: 2024-04-30 17:53:52.235--ServerSession(1242584406)--Connection(86339516)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:52.235--ServerSession(1242584406)--Connection(149888344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.235--ServerSession(1242584406)--Connection(149888344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.235--ServerSession(1242584406)--Connection(639224694)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Finest]: 2024-04-30 17:53:52.237--ServerSession(1242584406)--Connection(149888344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:52.237--ServerSession(1242584406)--Connection(1165398731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.237--ServerSession(1242584406)--Connection(1165398731)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.237--ServerSession(1242584406)--Connection(889406176)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Finest]: 2024-04-30 17:53:52.239--ServerSession(1242584406)--Connection(1165398731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.239--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:52.239--ServerSession(1242584406)--Connection(500449929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.239--ServerSession(1242584406)--Connection(500449929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.239--ServerSession(1242584406)--Connection(1824877362)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Finest]: 2024-04-30 17:53:52.241--ServerSession(1242584406)--Connection(500449929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:52.241--ServerSession(1242584406)--Connection(1428942383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.241--ServerSession(1242584406)--Connection(1428942383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.241--ServerSession(1242584406)--Connection(1783905801)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Finest]: 2024-04-30 17:53:52.242--ServerSession(1242584406)--Connection(1428942383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:52.242--ServerSession(1242584406)--Connection(532930371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.242--ServerSession(1242584406)--Connection(532930371)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.243--ServerSession(1242584406)--Connection(353566722)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Finest]: 2024-04-30 17:53:52.245--ServerSession(1242584406)--Connection(532930371)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:52.245--ServerSession(1242584406)--Connection(151020702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.245--ServerSession(1242584406)--Connection(151020702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.245--ServerSession(1242584406)--Connection(146316090)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:52.247--ServerSession(1242584406)--Connection(151020702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.247--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:52.247--ServerSession(1242584406)--Connection(1038375788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.247--ServerSession(1242584406)--Connection(1038375788)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.247--ServerSession(1242584406)--Connection(936045786)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Finest]: 2024-04-30 17:53:52.248--ServerSession(1242584406)--Connection(1038375788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.248--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:52.248--ServerSession(1242584406)--Connection(1253691744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.248--ServerSession(1242584406)--Connection(1253691744)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.248--ServerSession(1242584406)--Connection(1436146784)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:52.25--ServerSession(1242584406)--Connection(1253691744)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.25--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:53:52.25--ServerSession(1242584406)--Connection(1895167389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.25--ServerSession(1242584406)--Connection(1895167389)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.25--ServerSession(1242584406)--Connection(1950554162)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Finest]: 2024-04-30 17:53:52.252--ServerSession(1242584406)--Connection(1895167389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.252--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:52.252--ServerSession(1242584406)--Connection(1884890921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.252--ServerSession(1242584406)--Connection(1884890921)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.252--ServerSession(1242584406)--Connection(803175842)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Finest]: 2024-04-30 17:53:52.253--ServerSession(1242584406)--Connection(1884890921)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.254--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:52.254--ServerSession(1242584406)--Connection(963205123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.254--ServerSession(1242584406)--Connection(963205123)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.254--ServerSession(1242584406)--Connection(3162216)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Finest]: 2024-04-30 17:53:52.255--ServerSession(1242584406)--Connection(963205123)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.255--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:52.255--ServerSession(1242584406)--Connection(481839538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.255--ServerSession(1242584406)--Connection(481839538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.255--ServerSession(1242584406)--Connection(1877123942)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Finest]: 2024-04-30 17:53:52.257--ServerSession(1242584406)--Connection(481839538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.257--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:52.257--ServerSession(1242584406)--Connection(161234158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.257--ServerSession(1242584406)--Connection(161234158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.257--ServerSession(1242584406)--Connection(1471615414)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Finest]: 2024-04-30 17:53:52.258--ServerSession(1242584406)--Connection(161234158)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.258--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:52.258--ServerSession(1242584406)--Connection(1551484396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.258--ServerSession(1242584406)--Connection(1551484396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.259--ServerSession(1242584406)--Connection(887814593)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Finest]: 2024-04-30 17:53:52.261--ServerSession(1242584406)--Connection(1551484396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.261--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:53:52.261--ServerSession(1242584406)--Connection(1434984256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.261--ServerSession(1242584406)--Connection(1434984256)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.261--ServerSession(1242584406)--Connection(1196222136)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Finest]: 2024-04-30 17:53:52.263--ServerSession(1242584406)--Connection(1434984256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.263--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:53:52.263--ServerSession(1242584406)--Connection(79044247)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.263--ServerSession(1242584406)--Connection(79044247)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.263--ServerSession(1242584406)--Connection(298939230)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Finest]: 2024-04-30 17:53:52.264--ServerSession(1242584406)--Connection(79044247)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.264--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:52.264--ServerSession(1242584406)--Connection(1285933977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.264--ServerSession(1242584406)--Connection(1285933977)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.264--ServerSession(1242584406)--Connection(2018719292)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Finest]: 2024-04-30 17:53:52.266--ServerSession(1242584406)--Connection(1285933977)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.266--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:53:52.266--ServerSession(1242584406)--Connection(302869695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.266--ServerSession(1242584406)--Connection(302869695)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.266--ServerSession(1242584406)--Connection(1880527972)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Finest]: 2024-04-30 17:53:52.268--ServerSession(1242584406)--Connection(302869695)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.268--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:52.268--ServerSession(1242584406)--Connection(1693260012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.268--ServerSession(1242584406)--Connection(1693260012)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.268--ServerSession(1242584406)--Connection(503117914)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Finest]: 2024-04-30 17:53:52.269--ServerSession(1242584406)--Connection(1693260012)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.269--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:52.269--ServerSession(1242584406)--Connection(1699794502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.269--ServerSession(1242584406)--Connection(1699794502)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.269--ServerSession(1242584406)--Connection(1777766520)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Finest]: 2024-04-30 17:53:52.271--ServerSession(1242584406)--Connection(1699794502)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.271--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:52.271--ServerSession(1242584406)--Connection(626562869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.271--ServerSession(1242584406)--Connection(626562869)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.271--ServerSession(1242584406)--Connection(1184452390)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:52.273--ServerSession(1242584406)--Connection(626562869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.273--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:52.273--ServerSession(1242584406)--Connection(484258212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.273--ServerSession(1242584406)--Connection(484258212)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.273--ServerSession(1242584406)--Connection(2111700021)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Finest]: 2024-04-30 17:53:52.275--ServerSession(1242584406)--Connection(484258212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.275--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:52.275--ServerSession(1242584406)--Connection(1627840438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.275--ServerSession(1242584406)--Connection(1627840438)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.275--ServerSession(1242584406)--Connection(337875491)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Finest]: 2024-04-30 17:53:52.276--ServerSession(1242584406)--Connection(1627840438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.276--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:52.276--ServerSession(1242584406)--Connection(2082499348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.276--ServerSession(1242584406)--Connection(2082499348)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.277--ServerSession(1242584406)--Connection(730656841)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:52.278--ServerSession(1242584406)--Connection(2082499348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.278--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:52.278--ServerSession(1242584406)--Connection(1251232505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.278--ServerSession(1242584406)--Connection(1251232505)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.279--ServerSession(1242584406)--Connection(898883700)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Finest]: 2024-04-30 17:53:52.28--ServerSession(1242584406)--Connection(1251232505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.28--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:52.28--ServerSession(1242584406)--Connection(1813922009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.28--ServerSession(1242584406)--Connection(1813922009)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.281--ServerSession(1242584406)--Connection(78973985)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Finest]: 2024-04-30 17:53:52.283--ServerSession(1242584406)--Connection(1813922009)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.283--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:52.283--ServerSession(1242584406)--Connection(1571615117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.283--ServerSession(1242584406)--Connection(1571615117)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.283--ServerSession(1242584406)--Connection(1126853225)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:52.284--ServerSession(1242584406)--Connection(1571615117)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.284--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:52.284--ServerSession(1242584406)--Connection(1072267396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.284--ServerSession(1242584406)--Connection(1072267396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.284--ServerSession(1242584406)--Connection(99827309)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Finest]: 2024-04-30 17:53:52.285--ServerSession(1242584406)--Connection(1072267396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.285--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:52.285--ServerSession(1242584406)--Connection(1873010424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.285--ServerSession(1242584406)--Connection(1873010424)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.285--ServerSession(1242584406)--Connection(473800232)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Finest]: 2024-04-30 17:53:52.287--ServerSession(1242584406)--Connection(1873010424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.287--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:53:52.287--ServerSession(1242584406)--Connection(1188120765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.287--ServerSession(1242584406)--Connection(1188120765)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.287--ServerSession(1242584406)--Connection(938744449)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Finest]: 2024-04-30 17:53:52.289--ServerSession(1242584406)--Connection(1188120765)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.289--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:53:52.289--ServerSession(1242584406)--Connection(1237024911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.289--ServerSession(1242584406)--Connection(1237024911)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.289--ServerSession(1242584406)--Connection(90418597)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Finest]: 2024-04-30 17:53:52.291--ServerSession(1242584406)--Connection(1237024911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.291--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:52.291--ServerSession(1242584406)--Connection(359659279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.291--ServerSession(1242584406)--Connection(359659279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.291--ServerSession(1242584406)--Connection(12952277)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Finest]: 2024-04-30 17:53:52.293--ServerSession(1242584406)--Connection(359659279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.293--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:52.293--ServerSession(1242584406)--Connection(776817954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.293--ServerSession(1242584406)--Connection(776817954)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.293--ServerSession(1242584406)--Connection(1148194923)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Finest]: 2024-04-30 17:53:52.294--ServerSession(1242584406)--Connection(776817954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.294--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:52.294--ServerSession(1242584406)--Connection(1746080167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.294--ServerSession(1242584406)--Connection(1746080167)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.294--ServerSession(1242584406)--Connection(745764314)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Finest]: 2024-04-30 17:53:52.296--ServerSession(1242584406)--Connection(1746080167)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.296--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:53:52.296--ServerSession(1242584406)--Connection(2002534484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.296--ServerSession(1242584406)--Connection(2002534484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.296--ServerSession(1242584406)--Connection(129165617)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:53:52.298--ServerSession(1242584406)--Connection(2002534484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.298--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:53:52.298--ServerSession(1242584406)--Connection(2122967975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.298--ServerSession(1242584406)--Connection(2122967975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.298--ServerSession(1242584406)--Connection(1807899330)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Finest]: 2024-04-30 17:53:52.301--ServerSession(1242584406)--Connection(2122967975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.301--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:53:52.301--ServerSession(1242584406)--Connection(252237430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.301--ServerSession(1242584406)--Connection(252237430)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.301--ServerSession(1242584406)--Connection(1055772899)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Finest]: 2024-04-30 17:53:52.303--ServerSession(1242584406)--Connection(252237430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.303--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:52.303--ServerSession(1242584406)--Connection(1928550961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.303--ServerSession(1242584406)--Connection(1928550961)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.303--ServerSession(1242584406)--Connection(989956479)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Finest]: 2024-04-30 17:53:52.305--ServerSession(1242584406)--Connection(1928550961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.305--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:52.305--ServerSession(1242584406)--Connection(683005404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.305--ServerSession(1242584406)--Connection(683005404)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.305--ServerSession(1242584406)--Connection(1082073129)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Finest]: 2024-04-30 17:53:52.306--ServerSession(1242584406)--Connection(683005404)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.306--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:52.306--ServerSession(1242584406)--Connection(1173015408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.306--ServerSession(1242584406)--Connection(1173015408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.306--ServerSession(1242584406)--Connection(1131932964)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Finest]: 2024-04-30 17:53:52.308--ServerSession(1242584406)--Connection(1173015408)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.308--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:53:52.308--ServerSession(1242584406)--Connection(499950630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.308--ServerSession(1242584406)--Connection(499950630)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.308--ServerSession(1242584406)--Connection(242113956)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Finest]: 2024-04-30 17:53:52.309--ServerSession(1242584406)--Connection(499950630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.309--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:53:52.309--ServerSession(1242584406)--Connection(257495665)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.309--ServerSession(1242584406)--Connection(257495665)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.309--ServerSession(1242584406)--Connection(2009885224)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Finest]: 2024-04-30 17:53:52.31--ServerSession(1242584406)--Connection(257495665)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.311--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:53:52.311--ServerSession(1242584406)--Connection(492135521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.311--ServerSession(1242584406)--Connection(492135521)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.311--ServerSession(1242584406)--Connection(1515730720)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Finest]: 2024-04-30 17:53:52.314--ServerSession(1242584406)--Connection(492135521)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.314--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:52.314--ServerSession(1242584406)--Connection(1504033633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.314--ServerSession(1242584406)--Connection(1504033633)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.314--ServerSession(1242584406)--Connection(1868933720)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Finest]: 2024-04-30 17:53:52.316--ServerSession(1242584406)--Connection(1504033633)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.316--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:52.316--ServerSession(1242584406)--Connection(920102538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.316--ServerSession(1242584406)--Connection(920102538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.316--ServerSession(1242584406)--Connection(1121811842)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Finest]: 2024-04-30 17:53:52.318--ServerSession(1242584406)--Connection(920102538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:52.318--ServerSession(1242584406)--Connection(263574324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.318--ServerSession(1242584406)--Connection(263574324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.318--ServerSession(1242584406)--Connection(73254846)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Finest]: 2024-04-30 17:53:52.319--ServerSession(1242584406)--Connection(263574324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.319--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:52.319--ServerSession(1242584406)--Connection(1827344889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.319--ServerSession(1242584406)--Connection(1827344889)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.319--ServerSession(1242584406)--Connection(1298547491)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Finest]: 2024-04-30 17:53:52.321--ServerSession(1242584406)--Connection(1827344889)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.321--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:52.321--ServerSession(1242584406)--Connection(645323114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.321--ServerSession(1242584406)--Connection(645323114)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.321--ServerSession(1242584406)--Connection(304504964)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:52.323--ServerSession(1242584406)--Connection(645323114)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.323--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:52.323--ServerSession(1242584406)--Connection(711320119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.323--ServerSession(1242584406)--Connection(711320119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.323--ServerSession(1242584406)--Connection(977847192)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Finest]: 2024-04-30 17:53:52.324--ServerSession(1242584406)--Connection(711320119)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.324--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:52.324--ServerSession(1242584406)--Connection(1141354562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.324--ServerSession(1242584406)--Connection(1141354562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.324--ServerSession(1242584406)--Connection(1106675375)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:52.326--ServerSession(1242584406)--Connection(1141354562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.326--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:52.326--ServerSession(1242584406)--Connection(2078518186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.326--ServerSession(1242584406)--Connection(2078518186)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.326--ServerSession(1242584406)--Connection(44007732)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:52.327--ServerSession(1242584406)--Connection(2078518186)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.327--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:52.327--ServerSession(1242584406)--Connection(1014250816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.327--ServerSession(1242584406)--Connection(1014250816)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.328--ServerSession(1242584406)--Connection(1521250207)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:52.329--ServerSession(1242584406)--Connection(1014250816)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.329--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:52.329--ServerSession(1242584406)--Connection(515244925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.329--ServerSession(1242584406)--Connection(515244925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.33--ServerSession(1242584406)--Connection(53851094)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:52.331--ServerSession(1242584406)--Connection(515244925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.331--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:52.331--ServerSession(1242584406)--Connection(948208151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.331--ServerSession(1242584406)--Connection(948208151)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.331--ServerSession(1242584406)--Connection(369611665)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Finest]: 2024-04-30 17:53:52.333--ServerSession(1242584406)--Connection(948208151)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.333--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:52.333--ServerSession(1242584406)--Connection(1696998152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.333--ServerSession(1242584406)--Connection(1696998152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.333--ServerSession(1242584406)--Connection(2033090945)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:52.334--ServerSession(1242584406)--Connection(1696998152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.334--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:52.334--ServerSession(1242584406)--Connection(2054738816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.334--ServerSession(1242584406)--Connection(2054738816)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.334--ServerSession(1242584406)--Connection(772968868)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:52.336--ServerSession(1242584406)--Connection(2054738816)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.336--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:52.336--ServerSession(1242584406)--Connection(417917785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.336--ServerSession(1242584406)--Connection(417917785)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.336--ServerSession(1242584406)--Connection(607178519)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Finest]: 2024-04-30 17:53:52.338--ServerSession(1242584406)--Connection(417917785)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.338--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:52.338--ServerSession(1242584406)--Connection(1419345767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.338--ServerSession(1242584406)--Connection(1419345767)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.338--ServerSession(1242584406)--Connection(200598670)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.36--ServerSession(1242584406)--Connection(1419345767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.36--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.36--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.36--ServerSession(1242584406)--Connection(412496882)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.36--ServerSession(1242584406)--Connection(412496882)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.36--ServerSession(1242584406)--Connection(124454336)--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]: 2024-04-30 17:53:52.365--ServerSession(1242584406)--Connection(412496882)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.365--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.365--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.365--ServerSession(1242584406)--Connection(1946338463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.365--ServerSession(1242584406)--Connection(1946338463)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.365--ServerSession(1242584406)--Connection(1562533966)--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]: 2024-04-30 17:53:52.368--ServerSession(1242584406)--Connection(1946338463)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.368--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.368--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.368--ServerSession(1242584406)--Connection(322391206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.368--ServerSession(1242584406)--Connection(322391206)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.369--ServerSession(1242584406)--Connection(1903379555)--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]: 2024-04-30 17:53:52.371--ServerSession(1242584406)--Connection(322391206)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.371--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.371--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.371--ServerSession(1242584406)--Connection(2092912524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.371--ServerSession(1242584406)--Connection(2092912524)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.371--ServerSession(1242584406)--Connection(1438936769)--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]: 2024-04-30 17:53:52.374--ServerSession(1242584406)--Connection(2092912524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.374--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.374--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.374--ServerSession(1242584406)--Connection(1793511544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.374--ServerSession(1242584406)--Connection(1793511544)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.374--ServerSession(1242584406)--Connection(1822634375)--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]: 2024-04-30 17:53:52.378--ServerSession(1242584406)--Connection(1793511544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.378--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.378--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.378--ServerSession(1242584406)--Connection(1595870950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.378--ServerSession(1242584406)--Connection(1595870950)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.378--ServerSession(1242584406)--Connection(52850797)--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]: 2024-04-30 17:53:52.381--ServerSession(1242584406)--Connection(1595870950)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.381--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.381--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.381--ServerSession(1242584406)--Connection(1409004212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.381--ServerSession(1242584406)--Connection(1409004212)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.381--ServerSession(1242584406)--Connection(1949625875)--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]: 2024-04-30 17:53:52.385--ServerSession(1242584406)--Connection(1409004212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.385--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.385--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.385--ServerSession(1242584406)--Connection(1358787485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.385--ServerSession(1242584406)--Connection(1358787485)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.385--ServerSession(1242584406)--Connection(1578964260)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.388--ServerSession(1242584406)--Connection(1358787485)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.388--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.388--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.388--ServerSession(1242584406)--Connection(1124773518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.388--ServerSession(1242584406)--Connection(1124773518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.388--ServerSession(1242584406)--Connection(2018528489)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.391--ServerSession(1242584406)--Connection(1124773518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.391--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.391--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.391--ServerSession(1242584406)--Connection(308316550)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.391--ServerSession(1242584406)--Connection(308316550)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.391--ServerSession(1242584406)--Connection(76032922)--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]: 2024-04-30 17:53:52.394--ServerSession(1242584406)--Connection(308316550)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.394--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.394--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.394--ServerSession(1242584406)--Connection(651726990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.394--ServerSession(1242584406)--Connection(651726990)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.394--ServerSession(1242584406)--Connection(820117866)--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]: 2024-04-30 17:53:52.4--ServerSession(1242584406)--Connection(651726990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.4--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.4--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.4--ServerSession(1242584406)--Connection(598183031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.4--ServerSession(1242584406)--Connection(598183031)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.4--ServerSession(1242584406)--Connection(1092170861)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.403--ServerSession(1242584406)--Connection(598183031)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.403--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.403--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.403--ServerSession(1242584406)--Connection(219130824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.403--ServerSession(1242584406)--Connection(219130824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.403--ServerSession(1242584406)--Connection(315902506)--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]: 2024-04-30 17:53:52.407--ServerSession(1242584406)--Connection(219130824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.407--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.407--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.407--ServerSession(1242584406)--Connection(2138104388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.407--ServerSession(1242584406)--Connection(2138104388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.407--ServerSession(1242584406)--Connection(265373577)--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]: 2024-04-30 17:53:52.41--ServerSession(1242584406)--Connection(2138104388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.41--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.41--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.41--ServerSession(1242584406)--Connection(274725976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.41--ServerSession(1242584406)--Connection(274725976)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.41--ServerSession(1242584406)--Connection(1749372629)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.413--ServerSession(1242584406)--Connection(274725976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.413--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.413--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.413--ServerSession(1242584406)--Connection(1956303740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.413--ServerSession(1242584406)--Connection(1956303740)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.413--ServerSession(1242584406)--Connection(457727115)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.415--ServerSession(1242584406)--Connection(1956303740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.416--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.416--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME))") [junit] [EL Finest]: 2024-04-30 17:53:52.416--ServerSession(1242584406)--Connection(1495162836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.416--ServerSession(1242584406)--Connection(1495162836)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.416--ServerSession(1242584406)--Connection(2076014264)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME)) [junit] [EL Finest]: 2024-04-30 17:53:52.419--ServerSession(1242584406)--Connection(1495162836)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.419--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.419--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.419--ServerSession(1242584406)--Connection(934426842)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.419--ServerSession(1242584406)--Connection(934426842)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.419--ServerSession(1242584406)--Connection(477700359)--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]: 2024-04-30 17:53:52.422--ServerSession(1242584406)--Connection(934426842)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.422--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.422--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.422--ServerSession(1242584406)--Connection(1749524107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.422--ServerSession(1242584406)--Connection(1749524107)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.422--ServerSession(1242584406)--Connection(1318395825)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.425--ServerSession(1242584406)--Connection(1749524107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.425--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.425--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.425--ServerSession(1242584406)--Connection(464831537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.425--ServerSession(1242584406)--Connection(464831537)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.425--ServerSession(1242584406)--Connection(1339273738)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.428--ServerSession(1242584406)--Connection(464831537)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.428--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.428--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.428--ServerSession(1242584406)--Connection(965674262)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.428--ServerSession(1242584406)--Connection(965674262)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.428--ServerSession(1242584406)--Connection(78109530)--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]: 2024-04-30 17:53:52.432--ServerSession(1242584406)--Connection(965674262)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.432--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.432--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.432--ServerSession(1242584406)--Connection(361656258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.432--ServerSession(1242584406)--Connection(361656258)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.432--ServerSession(1242584406)--Connection(1416134608)--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]: 2024-04-30 17:53:52.435--ServerSession(1242584406)--Connection(361656258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.435--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.435--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.436--ServerSession(1242584406)--Connection(187540389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.436--ServerSession(1242584406)--Connection(187540389)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.436--ServerSession(1242584406)--Connection(1840987517)--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]: 2024-04-30 17:53:52.439--ServerSession(1242584406)--Connection(187540389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.439--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.439--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.439--ServerSession(1242584406)--Connection(1813742285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.439--ServerSession(1242584406)--Connection(1813742285)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.439--ServerSession(1242584406)--Connection(181220448)--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]: 2024-04-30 17:53:52.442--ServerSession(1242584406)--Connection(1813742285)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.442--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.442--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.443--ServerSession(1242584406)--Connection(385131456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.443--ServerSession(1242584406)--Connection(385131456)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.443--ServerSession(1242584406)--Connection(642340409)--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]: 2024-04-30 17:53:52.447--ServerSession(1242584406)--Connection(642340409)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:52.447--ServerSession(1242584406)--Connection(385131456)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.447--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.447--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.447--ServerSession(1242584406)--Connection(916100517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.447--ServerSession(1242584406)--Connection(916100517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.447--ServerSession(1242584406)--Connection(88332821)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.45--ServerSession(1242584406)--Connection(916100517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.45--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.45--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.45--ServerSession(1242584406)--Connection(213063852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.45--ServerSession(1242584406)--Connection(213063852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.45--ServerSession(1242584406)--Connection(1852212002)--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]: 2024-04-30 17:53:52.453--ServerSession(1242584406)--Connection(213063852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.453--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.453--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.453--ServerSession(1242584406)--Connection(554515010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.453--ServerSession(1242584406)--Connection(554515010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.454--ServerSession(1242584406)--Connection(896475319)--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]: 2024-04-30 17:53:52.456--ServerSession(1242584406)--Connection(554515010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.457--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.457--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.457--ServerSession(1242584406)--Connection(1776186092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.457--ServerSession(1242584406)--Connection(1776186092)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.457--ServerSession(1242584406)--Connection(566860479)--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]: 2024-04-30 17:53:52.46--ServerSession(1242584406)--Connection(1776186092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.46--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.46--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.46--ServerSession(1242584406)--Connection(1414097965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.46--ServerSession(1242584406)--Connection(1414097965)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.46--ServerSession(1242584406)--Connection(1310342490)--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]: 2024-04-30 17:53:52.463--ServerSession(1242584406)--Connection(1414097965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.463--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.463--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.463--ServerSession(1242584406)--Connection(905404580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.463--ServerSession(1242584406)--Connection(905404580)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.463--ServerSession(1242584406)--Connection(717249075)--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]: 2024-04-30 17:53:52.466--ServerSession(1242584406)--Connection(905404580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.466--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.466--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.466--ServerSession(1242584406)--Connection(1290733383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.466--ServerSession(1242584406)--Connection(1290733383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.466--ServerSession(1242584406)--Connection(1108589630)--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]: 2024-04-30 17:53:52.469--ServerSession(1242584406)--Connection(1290733383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.469--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.469--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.469--ServerSession(1242584406)--Connection(635236790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.469--ServerSession(1242584406)--Connection(635236790)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.469--ServerSession(1242584406)--Connection(289214325)--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]: 2024-04-30 17:53:52.472--ServerSession(1242584406)--Connection(289214325)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:52.472--ServerSession(1242584406)--Connection(635236790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.472--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.472--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.473--ServerSession(1242584406)--Connection(2000630624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.473--ServerSession(1242584406)--Connection(2000630624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.473--ServerSession(1242584406)--Connection(892091760)--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]: 2024-04-30 17:53:52.476--ServerSession(1242584406)--Connection(2000630624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.476--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.476--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.476--ServerSession(1242584406)--Connection(131168518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.476--ServerSession(1242584406)--Connection(131168518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.476--ServerSession(1242584406)--Connection(159116975)--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]: 2024-04-30 17:53:52.481--ServerSession(1242584406)--Connection(159116975)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:52.481--ServerSession(1242584406)--Connection(159116975)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:52.481--ServerSession(1242584406)--Connection(131168518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.481--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.481--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:52.481--ServerSession(1242584406)--Connection(259604245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.481--ServerSession(1242584406)--Connection(259604245)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.481--ServerSession(1242584406)--Connection(65830581)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.484--ServerSession(1242584406)--Connection(259604245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.484--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.484--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.484--ServerSession(1242584406)--Connection(1282393063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.484--ServerSession(1242584406)--Connection(1282393063)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.485--ServerSession(1242584406)--Connection(178838760)--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]: 2024-04-30 17:53:52.487--ServerSession(1242584406)--Connection(1282393063)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.487--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.487--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.487--ServerSession(1242584406)--Connection(413168155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.487--ServerSession(1242584406)--Connection(413168155)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.488--ServerSession(1242584406)--Connection(719518227)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.49--ServerSession(1242584406)--Connection(413168155)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.49--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.49--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.49--ServerSession(1242584406)--Connection(71599579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.49--ServerSession(1242584406)--Connection(71599579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.491--ServerSession(1242584406)--Connection(527372258)--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]: 2024-04-30 17:53:52.493--ServerSession(1242584406)--Connection(71599579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.493--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.494--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.494--ServerSession(1242584406)--Connection(1301228797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.494--ServerSession(1242584406)--Connection(1301228797)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.494--ServerSession(1242584406)--Connection(1833239242)--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]: 2024-04-30 17:53:52.497--ServerSession(1242584406)--Connection(1301228797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.497--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.497--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.497--ServerSession(1242584406)--Connection(705801739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.497--ServerSession(1242584406)--Connection(705801739)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.497--ServerSession(1242584406)--Connection(508397424)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.5--ServerSession(1242584406)--Connection(705801739)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.5--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.5--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.5--ServerSession(1242584406)--Connection(1106755629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.5--ServerSession(1242584406)--Connection(1106755629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.5--ServerSession(1242584406)--Connection(1714507758)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.503--ServerSession(1242584406)--Connection(1106755629)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.503--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.503--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.504--ServerSession(1242584406)--Connection(322981749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.504--ServerSession(1242584406)--Connection(322981749)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.504--ServerSession(1242584406)--Connection(1825112984)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.507--ServerSession(1242584406)--Connection(322981749)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.507--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.507--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.507--ServerSession(1242584406)--Connection(1030849096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.507--ServerSession(1242584406)--Connection(1030849096)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.507--ServerSession(1242584406)--Connection(752572788)--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]: 2024-04-30 17:53:52.509--ServerSession(1242584406)--Connection(1030849096)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.51--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.51--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.51--ServerSession(1242584406)--Connection(1407492510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.51--ServerSession(1242584406)--Connection(1407492510)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.51--ServerSession(1242584406)--Connection(1647708776)--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]: 2024-04-30 17:53:52.513--ServerSession(1242584406)--Connection(1407492510)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.513--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.513--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:52.513--ServerSession(1242584406)--Connection(1316317287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.513--ServerSession(1242584406)--Connection(1316317287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.513--ServerSession(1242584406)--Connection(954976358)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.515--ServerSession(1242584406)--Connection(1316317287)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.515--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.515--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:52.515--ServerSession(1242584406)--Connection(2036508486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.515--ServerSession(1242584406)--Connection(2036508486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.515--ServerSession(1242584406)--Connection(473030237)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.518--ServerSession(1242584406)--Connection(2036508486)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.518--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.518--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.518--ServerSession(1242584406)--Connection(1999434859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.518--ServerSession(1242584406)--Connection(1999434859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.518--ServerSession(1242584406)--Connection(462959967)--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]: 2024-04-30 17:53:52.525--ServerSession(1242584406)--Connection(462959967)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:52.525--ServerSession(1242584406)--Connection(462959967)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:52.525--ServerSession(1242584406)--Connection(1999434859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.525--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.525--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.525--ServerSession(1242584406)--Connection(257614494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.525--ServerSession(1242584406)--Connection(257614494)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.526--ServerSession(1242584406)--Connection(533053618)--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]: 2024-04-30 17:53:52.532--ServerSession(1242584406)--Connection(533053618)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:52.532--ServerSession(1242584406)--Connection(533053618)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:52.532--ServerSession(1242584406)--Connection(257614494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.532--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.532--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.532--ServerSession(1242584406)--Connection(45681857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.532--ServerSession(1242584406)--Connection(45681857)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.532--ServerSession(1242584406)--Connection(1513046042)--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]: 2024-04-30 17:53:52.536--ServerSession(1242584406)--Connection(45681857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.536--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.536--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.536--ServerSession(1242584406)--Connection(1203331554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.536--ServerSession(1242584406)--Connection(1203331554)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.536--ServerSession(1242584406)--Connection(221033168)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.539--ServerSession(1242584406)--Connection(1203331554)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.539--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.539--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.539--ServerSession(1242584406)--Connection(817707477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.539--ServerSession(1242584406)--Connection(817707477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.539--ServerSession(1242584406)--Connection(1015539793)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.542--ServerSession(1242584406)--Connection(817707477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.542--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.542--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.542--ServerSession(1242584406)--Connection(1629805986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.542--ServerSession(1242584406)--Connection(1629805986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.542--ServerSession(1242584406)--Connection(940454850)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:52.545--ServerSession(1242584406)--Connection(1629805986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.545--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.545--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.545--ServerSession(1242584406)--Connection(1146848727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.545--ServerSession(1242584406)--Connection(1146848727)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.545--ServerSession(1242584406)--Connection(64330035)--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]: 2024-04-30 17:53:52.548--ServerSession(1242584406)--Connection(1146848727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.548--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.548--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.548--ServerSession(1242584406)--Connection(892626202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.548--ServerSession(1242584406)--Connection(892626202)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.548--ServerSession(1242584406)--Connection(760822614)--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]: 2024-04-30 17:53:52.551--ServerSession(1242584406)--Connection(892626202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.551--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.551--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.551--ServerSession(1242584406)--Connection(689471568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.551--ServerSession(1242584406)--Connection(689471568)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.551--ServerSession(1242584406)--Connection(1058155740)--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]: 2024-04-30 17:53:52.554--ServerSession(1242584406)--Connection(689471568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.554--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.554--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.554--ServerSession(1242584406)--Connection(148018969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.554--ServerSession(1242584406)--Connection(148018969)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.554--ServerSession(1242584406)--Connection(1696963667)--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]: 2024-04-30 17:53:52.557--ServerSession(1242584406)--Connection(148018969)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.557--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.557--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.557--ServerSession(1242584406)--Connection(971497536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.557--ServerSession(1242584406)--Connection(971497536)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.558--ServerSession(1242584406)--Connection(630313530)--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]: 2024-04-30 17:53:52.561--ServerSession(1242584406)--Connection(971497536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.561--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.561--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.561--ServerSession(1242584406)--Connection(1586868395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.561--ServerSession(1242584406)--Connection(1586868395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.561--ServerSession(1242584406)--Connection(1484177113)--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]: 2024-04-30 17:53:52.564--ServerSession(1242584406)--Connection(1586868395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.564--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.564--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.564--ServerSession(1242584406)--Connection(1744369062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.564--ServerSession(1242584406)--Connection(1744369062)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.564--ServerSession(1242584406)--Connection(337314074)--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]: 2024-04-30 17:53:52.568--ServerSession(1242584406)--Connection(1744369062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.568--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.569--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.569--ServerSession(1242584406)--Connection(1728726840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.569--ServerSession(1242584406)--Connection(1728726840)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.569--ServerSession(1242584406)--Connection(1207950266)--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]: 2024-04-30 17:53:52.572--ServerSession(1242584406)--Connection(1728726840)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.572--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.572--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.572--ServerSession(1242584406)--Connection(1160845977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.572--ServerSession(1242584406)--Connection(1160845977)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.572--ServerSession(1242584406)--Connection(1882695296)--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]: 2024-04-30 17:53:52.576--ServerSession(1242584406)--Connection(1160845977)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.576--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.576--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.576--ServerSession(1242584406)--Connection(1108039149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.576--ServerSession(1242584406)--Connection(1108039149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.576--ServerSession(1242584406)--Connection(253983463)--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]: 2024-04-30 17:53:52.58--ServerSession(1242584406)--Connection(1108039149)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.58--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.58--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.58--ServerSession(1242584406)--Connection(1877334646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.58--ServerSession(1242584406)--Connection(1877334646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.58--ServerSession(1242584406)--Connection(2010734170)--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]: 2024-04-30 17:53:52.583--ServerSession(1242584406)--Connection(1877334646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.583--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.583--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.583--ServerSession(1242584406)--Connection(1334378672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.583--ServerSession(1242584406)--Connection(1334378672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.584--ServerSession(1242584406)--Connection(243156317)--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]: 2024-04-30 17:53:52.587--ServerSession(1242584406)--Connection(1334378672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.587--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.587--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.587--ServerSession(1242584406)--Connection(525154553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.587--ServerSession(1242584406)--Connection(525154553)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.587--ServerSession(1242584406)--Connection(407254816)--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]: 2024-04-30 17:53:52.59--ServerSession(1242584406)--Connection(525154553)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.59--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.59--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.59--ServerSession(1242584406)--Connection(284746450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.59--ServerSession(1242584406)--Connection(284746450)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.59--ServerSession(1242584406)--Connection(1711573700)--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]: 2024-04-30 17:53:52.593--ServerSession(1242584406)--Connection(284746450)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.593--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.593--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.593--ServerSession(1242584406)--Connection(1564494396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.593--ServerSession(1242584406)--Connection(1564494396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.593--ServerSession(1242584406)--Connection(184147252)--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]: 2024-04-30 17:53:52.596--ServerSession(1242584406)--Connection(1564494396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.596--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.596--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.596--ServerSession(1242584406)--Connection(353786333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.596--ServerSession(1242584406)--Connection(353786333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.596--ServerSession(1242584406)--Connection(1247338729)--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]: 2024-04-30 17:53:52.599--ServerSession(1242584406)--Connection(353786333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.599--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.599--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.599--ServerSession(1242584406)--Connection(256167987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.599--ServerSession(1242584406)--Connection(256167987)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.599--ServerSession(1242584406)--Connection(675002551)--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]: 2024-04-30 17:53:52.601--ServerSession(1242584406)--Connection(256167987)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.601--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:52.602--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.602--ServerSession(1242584406)--Connection(1336420731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.602--ServerSession(1242584406)--Connection(1336420731)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.602--ServerSession(1242584406)--Connection(1715781109)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2024-04-30 17:53:52.607--ServerSession(1242584406)--Connection(1336420731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.608--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.608--ServerSession(1242584406)--Connection(2090770896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.608--ServerSession(1242584406)--Connection(2090770896)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.608--ServerSession(1242584406)--Connection(1928572105)--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]: 2024-04-30 17:53:52.617--ServerSession(1242584406)--Connection(2090770896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.617--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.617--ServerSession(1242584406)--Connection(1480668865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.617--ServerSession(1242584406)--Connection(1480668865)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.617--ServerSession(1242584406)--Connection(1373146168)--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]: 2024-04-30 17:53:52.624--ServerSession(1242584406)--Connection(1480668865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.624--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.625--ServerSession(1242584406)--Connection(1471364137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.625--ServerSession(1242584406)--Connection(1471364137)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.625--ServerSession(1242584406)--Connection(102100768)--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]: 2024-04-30 17:53:52.636--ServerSession(1242584406)--Connection(1471364137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.636--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.636--ServerSession(1242584406)--Connection(982226008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.636--ServerSession(1242584406)--Connection(982226008)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.636--ServerSession(1242584406)--Connection(1956095316)--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]: 2024-04-30 17:53:52.644--ServerSession(1242584406)--Connection(982226008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.644--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.644--ServerSession(1242584406)--Connection(107279519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.644--ServerSession(1242584406)--Connection(107279519)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.644--ServerSession(1242584406)--Connection(1621854559)--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]: 2024-04-30 17:53:52.652--ServerSession(1242584406)--Connection(107279519)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.652--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.652--ServerSession(1242584406)--Connection(1694587465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.652--ServerSession(1242584406)--Connection(1694587465)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.652--ServerSession(1242584406)--Connection(1155566202)--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]: 2024-04-30 17:53:52.662--ServerSession(1242584406)--Connection(1694587465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.662--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.662--ServerSession(1242584406)--Connection(685428529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.662--ServerSession(1242584406)--Connection(685428529)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.662--ServerSession(1242584406)--Connection(1206258545)--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]: 2024-04-30 17:53:52.67--ServerSession(1242584406)--Connection(685428529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.67--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.67--ServerSession(1242584406)--Connection(397284309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.67--ServerSession(1242584406)--Connection(397284309)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.67--ServerSession(1242584406)--Connection(1777591638)--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]: 2024-04-30 17:53:52.685--ServerSession(1242584406)--Connection(397284309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.685--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.685--ServerSession(1242584406)--Connection(911284082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.685--ServerSession(1242584406)--Connection(911284082)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.685--ServerSession(1242584406)--Connection(1367775958)--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]: 2024-04-30 17:53:52.701--ServerSession(1242584406)--Connection(911284082)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.701--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.701--ServerSession(1242584406)--Connection(2012480396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.701--ServerSession(1242584406)--Connection(2012480396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.701--ServerSession(1242584406)--Connection(1235247239)--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]: 2024-04-30 17:53:52.722--ServerSession(1242584406)--Connection(2012480396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.723--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.723--ServerSession(1242584406)--Connection(1135930380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.723--ServerSession(1242584406)--Connection(1135930380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.723--ServerSession(1242584406)--Connection(344682389)--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]: 2024-04-30 17:53:52.74--ServerSession(1242584406)--Connection(1135930380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.74--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.74--ServerSession(1242584406)--Connection(1517223475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.74--ServerSession(1242584406)--Connection(1517223475)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.74--ServerSession(1242584406)--Connection(1046396414)--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]: 2024-04-30 17:53:52.759--ServerSession(1242584406)--Connection(1517223475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.759--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.759--ServerSession(1242584406)--Connection(67053257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.759--ServerSession(1242584406)--Connection(67053257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.759--ServerSession(1242584406)--Connection(785240035)--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]: 2024-04-30 17:53:52.778--ServerSession(1242584406)--Connection(67053257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.778--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:53:52.778--ServerSession(1242584406)--Connection(541568490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.778--ServerSession(1242584406)--Connection(541568490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.778--ServerSession(1242584406)--Connection(1525943877)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:53:52.788--ServerSession(1242584406)--Connection(541568490)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.788--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.788--ServerSession(1242584406)--Connection(1180245656)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.788--ServerSession(1242584406)--Connection(1180245656)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.788--ServerSession(1242584406)--Connection(1533854532)--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]: 2024-04-30 17:53:52.795--ServerSession(1242584406)--Connection(1180245656)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.795--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.795--ServerSession(1242584406)--Connection(138306399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.795--ServerSession(1242584406)--Connection(138306399)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.795--ServerSession(1242584406)--Connection(102564126)--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]: 2024-04-30 17:53:52.805--ServerSession(1242584406)--Connection(138306399)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.805--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.805--ServerSession(1242584406)--Connection(421984610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.805--ServerSession(1242584406)--Connection(421984610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.805--ServerSession(1242584406)--Connection(1652114818)--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]: 2024-04-30 17:53:52.812--ServerSession(1242584406)--Connection(421984610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.812--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.812--ServerSession(1242584406)--Connection(66588044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.812--ServerSession(1242584406)--Connection(66588044)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.813--ServerSession(1242584406)--Connection(758843768)--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]: 2024-04-30 17:53:52.82--ServerSession(1242584406)--Connection(66588044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.82--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.82--ServerSession(1242584406)--Connection(481577519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.82--ServerSession(1242584406)--Connection(481577519)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.821--ServerSession(1242584406)--Connection(1608757336)--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]: 2024-04-30 17:53:52.831--ServerSession(1242584406)--Connection(481577519)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.831--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.831--ServerSession(1242584406)--Connection(527826205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.831--ServerSession(1242584406)--Connection(527826205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.831--ServerSession(1242584406)--Connection(556677614)--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]: 2024-04-30 17:53:52.839--ServerSession(1242584406)--Connection(527826205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.839--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.839--ServerSession(1242584406)--Connection(2036431933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.839--ServerSession(1242584406)--Connection(2036431933)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.839--ServerSession(1242584406)--Connection(1238166297)--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]: 2024-04-30 17:53:52.85--ServerSession(1242584406)--Connection(2036431933)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.85--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.85--ServerSession(1242584406)--Connection(320706431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.85--ServerSession(1242584406)--Connection(320706431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.85--ServerSession(1242584406)--Connection(1634697653)--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]: 2024-04-30 17:53:52.858--ServerSession(1242584406)--Connection(320706431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.858--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.858--ServerSession(1242584406)--Connection(1016064173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.858--ServerSession(1242584406)--Connection(1016064173)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.858--ServerSession(1242584406)--Connection(1138107948)--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]: 2024-04-30 17:53:52.866--ServerSession(1242584406)--Connection(1016064173)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.866--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.866--ServerSession(1242584406)--Connection(953107607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.866--ServerSession(1242584406)--Connection(953107607)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.866--ServerSession(1242584406)--Connection(2068191651)--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]: 2024-04-30 17:53:52.873--ServerSession(1242584406)--Connection(953107607)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.874--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.874--ServerSession(1242584406)--Connection(474027124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.874--ServerSession(1242584406)--Connection(474027124)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.874--ServerSession(1242584406)--Connection(1583878295)--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]: 2024-04-30 17:53:52.881--ServerSession(1242584406)--Connection(474027124)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.881--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.881--ServerSession(1242584406)--Connection(30589523)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.881--ServerSession(1242584406)--Connection(30589523)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.881--ServerSession(1242584406)--Connection(363103401)--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]: 2024-04-30 17:53:52.889--ServerSession(1242584406)--Connection(30589523)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.889--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.889--ServerSession(1242584406)--Connection(1512060385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.889--ServerSession(1242584406)--Connection(1512060385)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.889--ServerSession(1242584406)--Connection(1308079276)--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]: 2024-04-30 17:53:52.898--ServerSession(1242584406)--Connection(1512060385)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.898--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.898--ServerSession(1242584406)--Connection(1102932495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.898--ServerSession(1242584406)--Connection(1102932495)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.898--ServerSession(1242584406)--Connection(451530980)--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]: 2024-04-30 17:53:52.905--ServerSession(1242584406)--Connection(1102932495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.905--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.905--ServerSession(1242584406)--Connection(692864183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.905--ServerSession(1242584406)--Connection(692864183)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.906--ServerSession(1242584406)--Connection(51101315)--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]: 2024-04-30 17:53:52.913--ServerSession(1242584406)--Connection(692864183)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.913--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.913--ServerSession(1242584406)--Connection(1743032972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.913--ServerSession(1242584406)--Connection(1743032972)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.913--ServerSession(1242584406)--Connection(751180603)--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]: 2024-04-30 17:53:52.922--ServerSession(1242584406)--Connection(1743032972)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.922--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.922--ServerSession(1242584406)--Connection(739241900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.922--ServerSession(1242584406)--Connection(739241900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.923--ServerSession(1242584406)--Connection(1874622547)--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]: 2024-04-30 17:53:52.93--ServerSession(1242584406)--Connection(739241900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.93--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.93--ServerSession(1242584406)--Connection(992775130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.93--ServerSession(1242584406)--Connection(992775130)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.93--ServerSession(1242584406)--Connection(1754096028)--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]: 2024-04-30 17:53:52.94--ServerSession(1242584406)--Connection(992775130)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.94--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.94--ServerSession(1242584406)--Connection(1778700964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.94--ServerSession(1242584406)--Connection(1778700964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.94--ServerSession(1242584406)--Connection(900327013)--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]: 2024-04-30 17:53:52.949--ServerSession(1242584406)--Connection(1778700964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.949--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.949--ServerSession(1242584406)--Connection(769526324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.949--ServerSession(1242584406)--Connection(769526324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.949--ServerSession(1242584406)--Connection(1636003033)--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]: 2024-04-30 17:53:52.959--ServerSession(1242584406)--Connection(769526324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.959--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.959--ServerSession(1242584406)--Connection(1915196011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.959--ServerSession(1242584406)--Connection(1915196011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.959--ServerSession(1242584406)--Connection(796240305)--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]: 2024-04-30 17:53:52.967--ServerSession(1242584406)--Connection(1915196011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.967--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.967--ServerSession(1242584406)--Connection(1470726905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.967--ServerSession(1242584406)--Connection(1470726905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.967--ServerSession(1242584406)--Connection(433321645)--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]: 2024-04-30 17:53:52.978--ServerSession(1242584406)--Connection(1470726905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.978--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.978--ServerSession(1242584406)--Connection(434635189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.978--ServerSession(1242584406)--Connection(434635189)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.978--ServerSession(1242584406)--Connection(38659643)--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]: 2024-04-30 17:53:52.987--ServerSession(1242584406)--Connection(434635189)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.987--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:53:52.987--ServerSession(1242584406)--Connection(1357927175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.987--ServerSession(1242584406)--Connection(1357927175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.987--ServerSession(1242584406)--Connection(164365573)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:53:52.997--ServerSession(1242584406)--Connection(1357927175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.997--ServerSession(1242584406)--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]: 2024-04-30 17:53:52.997--ServerSession(1242584406)--Connection(149816309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:52.997--ServerSession(1242584406)--Connection(149816309)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:52.997--ServerSession(1242584406)--Connection(1523843460)--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]: 2024-04-30 17:53:53.004--ServerSession(1242584406)--Connection(149816309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.004--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.004--ServerSession(1242584406)--Connection(1027286826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.004--ServerSession(1242584406)--Connection(1027286826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.005--ServerSession(1242584406)--Connection(1169324755)--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]: 2024-04-30 17:53:53.014--ServerSession(1242584406)--Connection(1027286826)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.014--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.014--ServerSession(1242584406)--Connection(1110157751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.014--ServerSession(1242584406)--Connection(1110157751)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.014--ServerSession(1242584406)--Connection(651023535)--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]: 2024-04-30 17:53:53.024--ServerSession(1242584406)--Connection(1110157751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.024--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.024--ServerSession(1242584406)--Connection(1267338499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.024--ServerSession(1242584406)--Connection(1267338499)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.025--ServerSession(1242584406)--Connection(1425241044)--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]: 2024-04-30 17:53:53.034--ServerSession(1242584406)--Connection(1267338499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.034--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.034--ServerSession(1242584406)--Connection(378838522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.034--ServerSession(1242584406)--Connection(378838522)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.034--ServerSession(1242584406)--Connection(225273918)--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]: 2024-04-30 17:53:53.042--ServerSession(1242584406)--Connection(378838522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.042--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.042--ServerSession(1242584406)--Connection(1131905905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.042--ServerSession(1242584406)--Connection(1131905905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.042--ServerSession(1242584406)--Connection(1908321704)--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]: 2024-04-30 17:53:53.052--ServerSession(1242584406)--Connection(1131905905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.052--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.052--ServerSession(1242584406)--Connection(725291300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.052--ServerSession(1242584406)--Connection(725291300)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.052--ServerSession(1242584406)--Connection(1411932985)--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]: 2024-04-30 17:53:53.059--ServerSession(1242584406)--Connection(725291300)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.059--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.059--ServerSession(1242584406)--Connection(1736826640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.06--ServerSession(1242584406)--Connection(1736826640)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.06--ServerSession(1242584406)--Connection(340017397)--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]: 2024-04-30 17:53:53.068--ServerSession(1242584406)--Connection(1736826640)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.068--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.068--ServerSession(1242584406)--Connection(688392165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.068--ServerSession(1242584406)--Connection(688392165)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.068--ServerSession(1242584406)--Connection(1622945931)--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]: 2024-04-30 17:53:53.076--ServerSession(1242584406)--Connection(688392165)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.076--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.076--ServerSession(1242584406)--Connection(1140430871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.076--ServerSession(1242584406)--Connection(1140430871)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.076--ServerSession(1242584406)--Connection(707238050)--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]: 2024-04-30 17:53:53.085--ServerSession(1242584406)--Connection(1140430871)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.085--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.085--ServerSession(1242584406)--Connection(837923432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.085--ServerSession(1242584406)--Connection(837923432)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.085--ServerSession(1242584406)--Connection(1053273441)--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]: 2024-04-30 17:53:53.092--ServerSession(1242584406)--Connection(837923432)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.092--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.092--ServerSession(1242584406)--Connection(1972950645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.092--ServerSession(1242584406)--Connection(1972950645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.092--ServerSession(1242584406)--Connection(1229342812)--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]: 2024-04-30 17:53:53.104--ServerSession(1242584406)--Connection(1972950645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.104--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.104--ServerSession(1242584406)--Connection(2087202342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.104--ServerSession(1242584406)--Connection(2087202342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.104--ServerSession(1242584406)--Connection(1341158560)--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]: 2024-04-30 17:53:53.112--ServerSession(1242584406)--Connection(2087202342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.112--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.112--ServerSession(1242584406)--Connection(883110723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.112--ServerSession(1242584406)--Connection(883110723)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.112--ServerSession(1242584406)--Connection(159851247)--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]: 2024-04-30 17:53:53.121--ServerSession(1242584406)--Connection(883110723)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.121--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.121--ServerSession(1242584406)--Connection(265722243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.121--ServerSession(1242584406)--Connection(265722243)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.121--ServerSession(1242584406)--Connection(574790161)--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]: 2024-04-30 17:53:53.129--ServerSession(1242584406)--Connection(265722243)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.129--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.129--ServerSession(1242584406)--Connection(660144865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.129--ServerSession(1242584406)--Connection(660144865)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.129--ServerSession(1242584406)--Connection(477662472)--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]: 2024-04-30 17:53:53.138--ServerSession(1242584406)--Connection(660144865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.138--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.138--ServerSession(1242584406)--Connection(714734087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.138--ServerSession(1242584406)--Connection(714734087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.138--ServerSession(1242584406)--Connection(1169734591)--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]: 2024-04-30 17:53:53.146--ServerSession(1242584406)--Connection(714734087)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.146--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.146--ServerSession(1242584406)--Connection(1469217737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.146--ServerSession(1242584406)--Connection(1469217737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.146--ServerSession(1242584406)--Connection(842988286)--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]: 2024-04-30 17:53:53.155--ServerSession(1242584406)--Connection(1469217737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.155--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.155--ServerSession(1242584406)--Connection(750996693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.155--ServerSession(1242584406)--Connection(750996693)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.155--ServerSession(1242584406)--Connection(1749755575)--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]: 2024-04-30 17:53:53.163--ServerSession(1242584406)--Connection(750996693)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.163--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.163--ServerSession(1242584406)--Connection(1099081297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.163--ServerSession(1242584406)--Connection(1099081297)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.163--ServerSession(1242584406)--Connection(2006056784)--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]: 2024-04-30 17:53:53.171--ServerSession(1242584406)--Connection(1099081297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.171--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.171--ServerSession(1242584406)--Connection(1432888450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.171--ServerSession(1242584406)--Connection(1432888450)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.172--ServerSession(1242584406)--Connection(17608784)--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]: 2024-04-30 17:53:53.18--ServerSession(1242584406)--Connection(1432888450)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.18--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.18--ServerSession(1242584406)--Connection(1333502127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.18--ServerSession(1242584406)--Connection(1333502127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.18--ServerSession(1242584406)--Connection(1529070070)--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]: 2024-04-30 17:53:53.191--ServerSession(1242584406)--Connection(1333502127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.191--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.191--ServerSession(1242584406)--Connection(1005591041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.191--ServerSession(1242584406)--Connection(1005591041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.192--ServerSession(1242584406)--Connection(698133256)--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]: 2024-04-30 17:53:53.2--ServerSession(1242584406)--Connection(1005591041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.2--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.2--ServerSession(1242584406)--Connection(409957428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.2--ServerSession(1242584406)--Connection(409957428)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.2--ServerSession(1242584406)--Connection(594822442)--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]: 2024-04-30 17:53:53.209--ServerSession(1242584406)--Connection(409957428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Connection(1810419227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Connection(1810419227)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Connection(14926701)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Connection(1810419227)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Connection(967337409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Connection(967337409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.214--ServerSession(1242584406)--Connection(337509625)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:53.215--ServerSession(1242584406)--Connection(967337409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.215--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:53.215--ServerSession(1242584406)--Connection(1676585156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.215--ServerSession(1242584406)--Connection(1676585156)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.215--ServerSession(1242584406)--Connection(429018901)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:53.215--ServerSession(1242584406)--Connection(1676585156)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Connection(602694575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Connection(602694575)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Connection(671967776)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Connection(602694575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Connection(1898469011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Connection(1898469011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.219--ServerSession(1242584406)--Connection(832152066)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:53.22--ServerSession(1242584406)--Connection(1898469011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.22--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:53.22--ServerSession(1242584406)--Connection(500580931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.22--ServerSession(1242584406)--Connection(500580931)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.22--ServerSession(1242584406)--Connection(788075428)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:53.22--ServerSession(1242584406)--Connection(500580931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.223--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(993293369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(993293369)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(1563833544)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(993293369)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(93720343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(93720343)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(488322592)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(93720343)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(580212331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(580212331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.224--ServerSession(1242584406)--Connection(390994841)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:53.225--ServerSession(1242584406)--Connection(580212331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.228--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:53:53.228--ServerSession(1242584406)--Connection(347042785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.228--ServerSession(1242584406)--Connection(347042785)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.228--ServerSession(1242584406)--Connection(1943679038)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:53:53.228--ServerSession(1242584406)--Connection(347042785)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Connection(844185066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Connection(844185066)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Connection(1561227322)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Connection(844185066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Connection(1868914109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Connection(1868914109)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Connection(1415611350)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2024-04-30 17:53:53.229--ServerSession(1242584406)--Connection(1868914109)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(2142777203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(2142777203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(789998945)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(2142777203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(1255723887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(1255723887)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(1957019376)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(1255723887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(91286940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.233--ServerSession(1242584406)--Connection(91286940)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.234--ServerSession(1242584406)--Connection(155129334)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2024-04-30 17:53:53.234--ServerSession(1242584406)--Connection(91286940)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:53.237--ServerSession(1242584406)--Connection(534798335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.237--ServerSession(1242584406)--Connection(534798335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.237--ServerSession(1242584406)--Connection(1845590352)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(534798335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(1920554683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(1920554683)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(1878782124)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(1920554683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(595239111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(595239111)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(462349981)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:53.238--ServerSession(1242584406)--Connection(595239111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:53.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.24--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.24--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.244--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--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]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:53.245--ServerSession(1242584406)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:53.246--ServerSession(1242584406)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:53.246--ServerSession(1242584406)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:53.246--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:53.246--ServerSession(1242584406)--Connection(1740687627)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:53.246--ServerSession(1242584406)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:53.246--ServerSession(1242584406)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:53.246--ServerSession(1242584406)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.569 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext [junit] [EL Fine]: 2024-04-30 17:53:53.302--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@148fca83 [junit] [EL Finer]: 2024-04-30 17:53:53.305--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:53.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:53.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:53.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:53.305--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:53.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:53.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:53.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:53.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:53.305--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:53.306--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:53.317--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.318--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.318--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.318--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.318--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.318--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.318--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.319--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.319--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.319--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.319--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.319--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.319--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.319--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.319--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.32--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.32--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.32--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.32--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.32--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.321--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.321--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.321--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.322--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.322--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.322--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.322--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.322--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.322--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.322--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.324--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.324--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.324--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.324--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.324--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.324--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.324--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.325--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.326--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.327--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.328--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.329--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.33--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:53.331--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:53.332--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.333--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.335--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.336--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.337--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:53.338--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.34--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.341--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.341--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.341--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.341--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.341--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.341--ServerSession(1918393987)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.41--ServerSession(1918393987)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.411--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.412--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.412--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.412--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.412--ServerSession(1918393987)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:53.412--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.412--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.412--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.412--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.413--ServerSession(1918393987)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:53.413--ServerSession(1918393987)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:53.414--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.415--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:53.418--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:53.419--ServerSession(1918393987)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:53.422--ServerSession(1918393987)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:53.423--ServerSession(1918393987)--Connection(642086628)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Connection(1544793857)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Connection(1253733911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Connection(1253733911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Connection(1204145138)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Connection(1369116416)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:53.424--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:53.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:53.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:53.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:53.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:53.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:53.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:53.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:53.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:53.426--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.427--ServerSession(1918393987)--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 Fine]: 2024-04-30 17:53:53.442--ServerSession(1918393987)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:53.442--ServerSession(1918393987)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:53.442--ServerSession(1918393987)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:53.443--ServerSession(1918393987)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:53.443--ServerSession(1918393987)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:53.443--ServerSession(1918393987)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:53.443--ServerSession(1918393987)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:53.446--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2024-04-30 17:53:53.446--ServerSession(1918393987)--Connection(1493257982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.446--ServerSession(1918393987)--Connection(1493257982)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.446--ServerSession(1918393987)--Connection(1599677423)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Finest]: 2024-04-30 17:53:53.451--ServerSession(1918393987)--Connection(1493257982)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.451--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.451--ServerSession(1918393987)--Connection(791028852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.451--ServerSession(1918393987)--Connection(791028852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.451--ServerSession(1918393987)--Connection(2080635344)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:53.454--ServerSession(1918393987)--Connection(791028852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.454--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2024-04-30 17:53:53.454--ServerSession(1918393987)--Connection(387487256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.454--ServerSession(1918393987)--Connection(387487256)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.454--ServerSession(1918393987)--Connection(159581451)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.463--ServerSession(1918393987)--Connection(387487256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.463--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.463--ServerSession(1918393987)--Connection(525630200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.463--ServerSession(1918393987)--Connection(525630200)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.464--ServerSession(1918393987)--Connection(1286571868)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:53.467--ServerSession(1918393987)--Connection(525630200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.468--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.468--ServerSession(1918393987)--Connection(1522236047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.468--ServerSession(1918393987)--Connection(1522236047)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.468--ServerSession(1918393987)--Connection(1719949466)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:53.473--ServerSession(1918393987)--Connection(1522236047)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.474--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.474--ServerSession(1918393987)--Connection(537329066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.474--ServerSession(1918393987)--Connection(537329066)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.474--ServerSession(1918393987)--Connection(560497703)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Finest]: 2024-04-30 17:53:53.479--ServerSession(1918393987)--Connection(537329066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.479--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.479--ServerSession(1918393987)--Connection(1042643178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.479--ServerSession(1918393987)--Connection(1042643178)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.479--ServerSession(1918393987)--Connection(693709097)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Finest]: 2024-04-30 17:53:53.483--ServerSession(1918393987)--Connection(1042643178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.483--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:53.483--ServerSession(1918393987)--Connection(1272902791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.483--ServerSession(1918393987)--Connection(1272902791)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.483--ServerSession(1918393987)--Connection(1588148030)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Finest]: 2024-04-30 17:53:53.5--ServerSession(1918393987)--Connection(1272902791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.5--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2024-04-30 17:53:53.5--ServerSession(1918393987)--Connection(1543664352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.5--ServerSession(1918393987)--Connection(1543664352)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.5--ServerSession(1918393987)--Connection(1623510827)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Finest]: 2024-04-30 17:53:53.516--ServerSession(1918393987)--Connection(1543664352)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.517--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2024-04-30 17:53:53.517--ServerSession(1918393987)--Connection(50592708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.517--ServerSession(1918393987)--Connection(50592708)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.517--ServerSession(1918393987)--Connection(1289292854)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:53.533--ServerSession(1918393987)--Connection(50592708)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.533--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:53.533--ServerSession(1918393987)--Connection(1705512923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.533--ServerSession(1918393987)--Connection(1705512923)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.533--ServerSession(1918393987)--Connection(2045314417)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:53.549--ServerSession(1918393987)--Connection(1705512923)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.549--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:53.549--ServerSession(1918393987)--Connection(1712647370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.549--ServerSession(1918393987)--Connection(1712647370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.549--ServerSession(1918393987)--Connection(1139273988)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:53.566--ServerSession(1918393987)--Connection(1712647370)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.566--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2024-04-30 17:53:53.566--ServerSession(1918393987)--Connection(660743486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.566--ServerSession(1918393987)--Connection(660743486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.566--ServerSession(1918393987)--Connection(1716645796)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Finest]: 2024-04-30 17:53:53.581--ServerSession(1918393987)--Connection(660743486)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.581--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2024-04-30 17:53:53.581--ServerSession(1918393987)--Connection(1303734497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.581--ServerSession(1918393987)--Connection(1303734497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.581--ServerSession(1918393987)--Connection(2076770236)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Finest]: 2024-04-30 17:53:53.595--ServerSession(1918393987)--Connection(1303734497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.595--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:53.595--ServerSession(1918393987)--Connection(447392721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.595--ServerSession(1918393987)--Connection(447392721)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.595--ServerSession(1918393987)--Connection(2092841477)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR [junit] [EL Finest]: 2024-04-30 17:53:53.602--ServerSession(1918393987)--Connection(447392721)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.602--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.602--ServerSession(1918393987)--Connection(987620586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.602--ServerSession(1918393987)--Connection(987620586)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.602--ServerSession(1918393987)--Connection(1969632323)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Finest]: 2024-04-30 17:53:53.605--ServerSession(1918393987)--Connection(987620586)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.606--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.606--ServerSession(1918393987)--Connection(11731022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.606--ServerSession(1918393987)--Connection(11731022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.606--ServerSession(1918393987)--Connection(1436306950)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Finest]: 2024-04-30 17:53:53.609--ServerSession(1918393987)--Connection(11731022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.609--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.609--ServerSession(1918393987)--Connection(1132206727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.609--ServerSession(1918393987)--Connection(1132206727)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.609--ServerSession(1918393987)--Connection(1532347350)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:53.612--ServerSession(1918393987)--Connection(1132206727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.612--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2024-04-30 17:53:53.612--ServerSession(1918393987)--Connection(402702819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.613--ServerSession(1918393987)--Connection(402702819)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.613--ServerSession(1918393987)--Connection(998983750)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Finest]: 2024-04-30 17:53:53.616--ServerSession(1918393987)--Connection(402702819)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.616--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.616--ServerSession(1918393987)--Connection(1349733610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.616--ServerSession(1918393987)--Connection(1349733610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.616--ServerSession(1918393987)--Connection(1315078366)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Finest]: 2024-04-30 17:53:53.62--ServerSession(1918393987)--Connection(1349733610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.62--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2024-04-30 17:53:53.62--ServerSession(1918393987)--Connection(1244025760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.62--ServerSession(1918393987)--Connection(1244025760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.62--ServerSession(1918393987)--Connection(7881234)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Finest]: 2024-04-30 17:53:53.629--ServerSession(1918393987)--Connection(1244025760)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.629--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2024-04-30 17:53:53.629--ServerSession(1918393987)--Connection(615747215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.629--ServerSession(1918393987)--Connection(615747215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.629--ServerSession(1918393987)--Connection(1559261930)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Finest]: 2024-04-30 17:53:53.634--ServerSession(1918393987)--Connection(615747215)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.634--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2024-04-30 17:53:53.634--ServerSession(1918393987)--Connection(1984032002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.634--ServerSession(1918393987)--Connection(1984032002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.635--ServerSession(1918393987)--Connection(1321128627)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Finest]: 2024-04-30 17:53:53.643--ServerSession(1918393987)--Connection(1984032002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.643--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:53.643--ServerSession(1918393987)--Connection(1493772379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.643--ServerSession(1918393987)--Connection(1493772379)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.644--ServerSession(1918393987)--Connection(542766981)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Finest]: 2024-04-30 17:53:53.651--ServerSession(1918393987)--Connection(1493772379)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.651--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.651--ServerSession(1918393987)--Connection(1033669692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.651--ServerSession(1918393987)--Connection(1033669692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.651--ServerSession(1918393987)--Connection(768028708)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.654--ServerSession(1918393987)--Connection(1033669692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.654--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2024-04-30 17:53:53.654--ServerSession(1918393987)--Connection(240673986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.654--ServerSession(1918393987)--Connection(240673986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.654--ServerSession(1918393987)--Connection(1467806809)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.658--ServerSession(1918393987)--Connection(240673986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.658--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.658--ServerSession(1918393987)--Connection(1765223454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.658--ServerSession(1918393987)--Connection(1765223454)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.658--ServerSession(1918393987)--Connection(612641678)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Finest]: 2024-04-30 17:53:53.663--ServerSession(1918393987)--Connection(1765223454)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.663--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.663--ServerSession(1918393987)--Connection(574000604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.663--ServerSession(1918393987)--Connection(574000604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.663--ServerSession(1918393987)--Connection(1924203096)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Finest]: 2024-04-30 17:53:53.666--ServerSession(1918393987)--Connection(574000604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.666--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2024-04-30 17:53:53.666--ServerSession(1918393987)--Connection(900666712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.666--ServerSession(1918393987)--Connection(900666712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.666--ServerSession(1918393987)--Connection(593573468)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Finest]: 2024-04-30 17:53:53.669--ServerSession(1918393987)--Connection(900666712)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.669--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.669--ServerSession(1918393987)--Connection(1253641473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.669--ServerSession(1918393987)--Connection(1253641473)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.669--ServerSession(1918393987)--Connection(124900571)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.673--ServerSession(1918393987)--Connection(1253641473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.673--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.673--ServerSession(1918393987)--Connection(909570727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.673--ServerSession(1918393987)--Connection(909570727)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.673--ServerSession(1918393987)--Connection(879042661)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.678--ServerSession(1918393987)--Connection(909570727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.678--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.678--ServerSession(1918393987)--Connection(1456817679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.678--ServerSession(1918393987)--Connection(1456817679)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.678--ServerSession(1918393987)--Connection(1475814840)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.682--ServerSession(1918393987)--Connection(1456817679)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.682--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.682--ServerSession(1918393987)--Connection(683448137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.682--ServerSession(1918393987)--Connection(683448137)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.682--ServerSession(1918393987)--Connection(1420118383)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:53.689--ServerSession(1918393987)--Connection(683448137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.689--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.689--ServerSession(1918393987)--Connection(314374086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.689--ServerSession(1918393987)--Connection(314374086)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.689--ServerSession(1918393987)--Connection(1584806919)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Finest]: 2024-04-30 17:53:53.693--ServerSession(1918393987)--Connection(314374086)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.693--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.693--ServerSession(1918393987)--Connection(287560801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.693--ServerSession(1918393987)--Connection(287560801)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.694--ServerSession(1918393987)--Connection(1683227460)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Finest]: 2024-04-30 17:53:53.697--ServerSession(1918393987)--Connection(287560801)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.697--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.698--ServerSession(1918393987)--Connection(479788655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.698--ServerSession(1918393987)--Connection(479788655)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.698--ServerSession(1918393987)--Connection(328708417)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Finest]: 2024-04-30 17:53:53.702--ServerSession(1918393987)--Connection(479788655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.702--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.702--ServerSession(1918393987)--Connection(817459855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.702--ServerSession(1918393987)--Connection(817459855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.702--ServerSession(1918393987)--Connection(1804179825)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:53.707--ServerSession(1918393987)--Connection(817459855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.707--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.707--ServerSession(1918393987)--Connection(2095855989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.707--ServerSession(1918393987)--Connection(2095855989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.707--ServerSession(1918393987)--Connection(121246061)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:53.712--ServerSession(1918393987)--Connection(2095855989)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.712--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:53.712--ServerSession(1918393987)--Connection(888540137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.712--ServerSession(1918393987)--Connection(888540137)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.712--ServerSession(1918393987)--Connection(701279123)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR [junit] [EL Finest]: 2024-04-30 17:53:53.715--ServerSession(1918393987)--Connection(888540137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.715--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.715--ServerSession(1918393987)--Connection(616080275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.715--ServerSession(1918393987)--Connection(616080275)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.716--ServerSession(1918393987)--Connection(538271150)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Finest]: 2024-04-30 17:53:53.72--ServerSession(1918393987)--Connection(616080275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.72--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.72--ServerSession(1918393987)--Connection(1098645181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.72--ServerSession(1918393987)--Connection(1098645181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.72--ServerSession(1918393987)--Connection(549353786)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:53.724--ServerSession(1918393987)--Connection(1098645181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.724--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.724--ServerSession(1918393987)--Connection(158744161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.724--ServerSession(1918393987)--Connection(158744161)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.724--ServerSession(1918393987)--Connection(400996324)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:53.729--ServerSession(1918393987)--Connection(158744161)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.729--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.729--ServerSession(1918393987)--Connection(193208949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.729--ServerSession(1918393987)--Connection(193208949)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.729--ServerSession(1918393987)--Connection(859410514)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Finest]: 2024-04-30 17:53:53.732--ServerSession(1918393987)--Connection(193208949)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.732--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.732--ServerSession(1918393987)--Connection(1175156694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.732--ServerSession(1918393987)--Connection(1175156694)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.732--ServerSession(1918393987)--Connection(1823892200)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:53.736--ServerSession(1918393987)--Connection(1175156694)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.736--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.736--ServerSession(1918393987)--Connection(275885692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.736--ServerSession(1918393987)--Connection(275885692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.736--ServerSession(1918393987)--Connection(232382051)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.74--ServerSession(1918393987)--Connection(275885692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.74--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.74--ServerSession(1918393987)--Connection(1475453406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.74--ServerSession(1918393987)--Connection(1475453406)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.74--ServerSession(1918393987)--Connection(1248786194)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.746--ServerSession(1918393987)--Connection(1475453406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.746--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.746--ServerSession(1918393987)--Connection(1630046228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.746--ServerSession(1918393987)--Connection(1630046228)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.746--ServerSession(1918393987)--Connection(999107262)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.749--ServerSession(1918393987)--Connection(1630046228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.749--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.749--ServerSession(1918393987)--Connection(935808590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.749--ServerSession(1918393987)--Connection(935808590)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.749--ServerSession(1918393987)--Connection(311040138)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:53.753--ServerSession(1918393987)--Connection(935808590)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.753--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.753--ServerSession(1918393987)--Connection(1924259657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.753--ServerSession(1918393987)--Connection(1924259657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.753--ServerSession(1918393987)--Connection(2139703919)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.756--ServerSession(1918393987)--Connection(1924259657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.756--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.756--ServerSession(1918393987)--Connection(2105598387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.757--ServerSession(1918393987)--Connection(2105598387)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.757--ServerSession(1918393987)--Connection(28783325)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Finest]: 2024-04-30 17:53:53.761--ServerSession(1918393987)--Connection(2105598387)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.761--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.761--ServerSession(1918393987)--Connection(600858818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.761--ServerSession(1918393987)--Connection(600858818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.761--ServerSession(1918393987)--Connection(1495761010)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Finest]: 2024-04-30 17:53:53.764--ServerSession(1918393987)--Connection(600858818)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.764--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.764--ServerSession(1918393987)--Connection(331451322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.764--ServerSession(1918393987)--Connection(331451322)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.764--ServerSession(1918393987)--Connection(859258736)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Finest]: 2024-04-30 17:53:53.768--ServerSession(1918393987)--Connection(331451322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.769--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.769--ServerSession(1918393987)--Connection(1155023635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.769--ServerSession(1918393987)--Connection(1155023635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.769--ServerSession(1918393987)--Connection(1541119081)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Finest]: 2024-04-30 17:53:53.772--ServerSession(1918393987)--Connection(1155023635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.772--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.772--ServerSession(1918393987)--Connection(937840183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.772--ServerSession(1918393987)--Connection(937840183)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.772--ServerSession(1918393987)--Connection(824197891)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Finest]: 2024-04-30 17:53:53.776--ServerSession(1918393987)--Connection(937840183)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.776--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.776--ServerSession(1918393987)--Connection(135956632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.776--ServerSession(1918393987)--Connection(135956632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.776--ServerSession(1918393987)--Connection(218691674)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Finest]: 2024-04-30 17:53:53.78--ServerSession(1918393987)--Connection(135956632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.78--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.78--ServerSession(1918393987)--Connection(1964750720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.78--ServerSession(1918393987)--Connection(1964750720)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.78--ServerSession(1918393987)--Connection(689549299)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Finest]: 2024-04-30 17:53:53.784--ServerSession(1918393987)--Connection(1964750720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.784--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.784--ServerSession(1918393987)--Connection(1097699568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.784--ServerSession(1918393987)--Connection(1097699568)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.784--ServerSession(1918393987)--Connection(1768069354)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Finest]: 2024-04-30 17:53:53.787--ServerSession(1918393987)--Connection(1097699568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.787--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.787--ServerSession(1918393987)--Connection(613765444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.787--ServerSession(1918393987)--Connection(613765444)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.787--ServerSession(1918393987)--Connection(164802358)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Finest]: 2024-04-30 17:53:53.792--ServerSession(1918393987)--Connection(613765444)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.792--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.792--ServerSession(1918393987)--Connection(2135021945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.792--ServerSession(1918393987)--Connection(2135021945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.792--ServerSession(1918393987)--Connection(1909504164)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Finest]: 2024-04-30 17:53:53.795--ServerSession(1918393987)--Connection(2135021945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.795--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.795--ServerSession(1918393987)--Connection(1331052438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.795--ServerSession(1918393987)--Connection(1331052438)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.795--ServerSession(1918393987)--Connection(1051569428)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Finest]: 2024-04-30 17:53:53.799--ServerSession(1918393987)--Connection(1331052438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.799--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.799--ServerSession(1918393987)--Connection(535525049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.799--ServerSession(1918393987)--Connection(535525049)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.799--ServerSession(1918393987)--Connection(1639923805)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Finest]: 2024-04-30 17:53:53.803--ServerSession(1918393987)--Connection(535525049)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.803--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.803--ServerSession(1918393987)--Connection(435273220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.803--ServerSession(1918393987)--Connection(435273220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.803--ServerSession(1918393987)--Connection(1567317309)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.807--ServerSession(1918393987)--Connection(435273220)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.807--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.807--ServerSession(1918393987)--Connection(943279555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.807--ServerSession(1918393987)--Connection(943279555)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.807--ServerSession(1918393987)--Connection(749524318)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Finest]: 2024-04-30 17:53:53.81--ServerSession(1918393987)--Connection(943279555)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.81--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:53.81--ServerSession(1918393987)--Connection(122904360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.81--ServerSession(1918393987)--Connection(122904360)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.81--ServerSession(1918393987)--Connection(1979080020)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Finest]: 2024-04-30 17:53:53.812--ServerSession(1918393987)--Connection(122904360)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.812--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:53.812--ServerSession(1918393987)--Connection(1531812826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.812--ServerSession(1918393987)--Connection(1531812826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.812--ServerSession(1918393987)--Connection(1182410116)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Finest]: 2024-04-30 17:53:53.814--ServerSession(1918393987)--Connection(1531812826)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.814--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:53:53.814--ServerSession(1918393987)--Connection(1844648639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.814--ServerSession(1918393987)--Connection(1844648639)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.814--ServerSession(1918393987)--Connection(1515704208)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Finest]: 2024-04-30 17:53:53.815--ServerSession(1918393987)--Connection(1844648639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.815--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:53:53.815--ServerSession(1918393987)--Connection(1113560279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.815--ServerSession(1918393987)--Connection(1113560279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.816--ServerSession(1918393987)--Connection(931940545)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Finest]: 2024-04-30 17:53:53.817--ServerSession(1918393987)--Connection(1113560279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.817--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:53.817--ServerSession(1918393987)--Connection(706139027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.817--ServerSession(1918393987)--Connection(706139027)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.817--ServerSession(1918393987)--Connection(349242154)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:53.818--ServerSession(1918393987)--Connection(706139027)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.818--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:53.818--ServerSession(1918393987)--Connection(194037157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.818--ServerSession(1918393987)--Connection(194037157)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.818--ServerSession(1918393987)--Connection(394663183)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Finest]: 2024-04-30 17:53:53.82--ServerSession(1918393987)--Connection(194037157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.82--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:53:53.82--ServerSession(1918393987)--Connection(1055951310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.82--ServerSession(1918393987)--Connection(1055951310)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.82--ServerSession(1918393987)--Connection(859885144)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Finest]: 2024-04-30 17:53:53.821--ServerSession(1918393987)--Connection(1055951310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.821--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:53:53.821--ServerSession(1918393987)--Connection(199263201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.821--ServerSession(1918393987)--Connection(199263201)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.821--ServerSession(1918393987)--Connection(828691882)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Finest]: 2024-04-30 17:53:53.824--ServerSession(1918393987)--Connection(199263201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.824--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:53.824--ServerSession(1918393987)--Connection(1554540309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.824--ServerSession(1918393987)--Connection(1554540309)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.824--ServerSession(1918393987)--Connection(1406666986)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Finest]: 2024-04-30 17:53:53.826--ServerSession(1918393987)--Connection(1554540309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.826--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:53.826--ServerSession(1918393987)--Connection(1602237569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.826--ServerSession(1918393987)--Connection(1602237569)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.826--ServerSession(1918393987)--Connection(1083142315)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Finest]: 2024-04-30 17:53:53.827--ServerSession(1918393987)--Connection(1602237569)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.827--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:53:53.827--ServerSession(1918393987)--Connection(629598328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.827--ServerSession(1918393987)--Connection(629598328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.827--ServerSession(1918393987)--Connection(2071786613)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Finest]: 2024-04-30 17:53:53.829--ServerSession(1918393987)--Connection(629598328)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.829--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:53.829--ServerSession(1918393987)--Connection(251155815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.829--ServerSession(1918393987)--Connection(251155815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.829--ServerSession(1918393987)--Connection(472889832)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:53.83--ServerSession(1918393987)--Connection(251155815)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.83--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:53.83--ServerSession(1918393987)--Connection(776157633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.83--ServerSession(1918393987)--Connection(776157633)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.83--ServerSession(1918393987)--Connection(1658589699)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Finest]: 2024-04-30 17:53:53.832--ServerSession(1918393987)--Connection(776157633)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.832--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:53.832--ServerSession(1918393987)--Connection(1645885567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.832--ServerSession(1918393987)--Connection(1645885567)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.832--ServerSession(1918393987)--Connection(1428195532)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Finest]: 2024-04-30 17:53:53.834--ServerSession(1918393987)--Connection(1645885567)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.834--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:53.834--ServerSession(1918393987)--Connection(1013118618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.834--ServerSession(1918393987)--Connection(1013118618)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.834--ServerSession(1918393987)--Connection(252246185)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Finest]: 2024-04-30 17:53:53.835--ServerSession(1918393987)--Connection(1013118618)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.835--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:53.835--ServerSession(1918393987)--Connection(2144599302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.835--ServerSession(1918393987)--Connection(2144599302)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.835--ServerSession(1918393987)--Connection(1420694080)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Finest]: 2024-04-30 17:53:53.836--ServerSession(1918393987)--Connection(2144599302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.836--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:53.836--ServerSession(1918393987)--Connection(956986674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.836--ServerSession(1918393987)--Connection(956986674)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.837--ServerSession(1918393987)--Connection(1498514648)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Finest]: 2024-04-30 17:53:53.838--ServerSession(1918393987)--Connection(956986674)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.838--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:53.838--ServerSession(1918393987)--Connection(973844160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.838--ServerSession(1918393987)--Connection(973844160)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.839--ServerSession(1918393987)--Connection(1354952534)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Finest]: 2024-04-30 17:53:53.84--ServerSession(1918393987)--Connection(973844160)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.84--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:53.84--ServerSession(1918393987)--Connection(890512255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.84--ServerSession(1918393987)--Connection(890512255)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.84--ServerSession(1918393987)--Connection(1376708275)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Finest]: 2024-04-30 17:53:53.842--ServerSession(1918393987)--Connection(890512255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:53.842--ServerSession(1918393987)--Connection(379886033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.842--ServerSession(1918393987)--Connection(379886033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.842--ServerSession(1918393987)--Connection(46092193)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:53.844--ServerSession(1918393987)--Connection(379886033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.844--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:53.844--ServerSession(1918393987)--Connection(974320615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.844--ServerSession(1918393987)--Connection(974320615)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.844--ServerSession(1918393987)--Connection(139108197)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Finest]: 2024-04-30 17:53:53.845--ServerSession(1918393987)--Connection(974320615)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:53.845--ServerSession(1918393987)--Connection(1605347181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.845--ServerSession(1918393987)--Connection(1605347181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.845--ServerSession(1918393987)--Connection(1913649844)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:53.846--ServerSession(1918393987)--Connection(1605347181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:53:53.846--ServerSession(1918393987)--Connection(1589547066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.846--ServerSession(1918393987)--Connection(1589547066)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.846--ServerSession(1918393987)--Connection(2089341007)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Finest]: 2024-04-30 17:53:53.847--ServerSession(1918393987)--Connection(1589547066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:53.847--ServerSession(1918393987)--Connection(1217784054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.847--ServerSession(1918393987)--Connection(1217784054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.847--ServerSession(1918393987)--Connection(1652592286)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Finest]: 2024-04-30 17:53:53.849--ServerSession(1918393987)--Connection(1217784054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:53.849--ServerSession(1918393987)--Connection(1402852048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.849--ServerSession(1918393987)--Connection(1402852048)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.849--ServerSession(1918393987)--Connection(875053581)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Finest]: 2024-04-30 17:53:53.85--ServerSession(1918393987)--Connection(1402852048)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:53.85--ServerSession(1918393987)--Connection(189963646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.85--ServerSession(1918393987)--Connection(189963646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.85--ServerSession(1918393987)--Connection(912573846)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Finest]: 2024-04-30 17:53:53.852--ServerSession(1918393987)--Connection(189963646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.852--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:53.852--ServerSession(1918393987)--Connection(1156030110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.852--ServerSession(1918393987)--Connection(1156030110)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.852--ServerSession(1918393987)--Connection(1539392017)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Finest]: 2024-04-30 17:53:53.853--ServerSession(1918393987)--Connection(1156030110)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.853--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:53.853--ServerSession(1918393987)--Connection(1563321789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.853--ServerSession(1918393987)--Connection(1563321789)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.854--ServerSession(1918393987)--Connection(625284072)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Finest]: 2024-04-30 17:53:53.855--ServerSession(1918393987)--Connection(1563321789)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.855--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:53:53.855--ServerSession(1918393987)--Connection(1962449837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.855--ServerSession(1918393987)--Connection(1962449837)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.855--ServerSession(1918393987)--Connection(1523911426)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Finest]: 2024-04-30 17:53:53.856--ServerSession(1918393987)--Connection(1962449837)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.856--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:53:53.856--ServerSession(1918393987)--Connection(201291340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.856--ServerSession(1918393987)--Connection(201291340)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.856--ServerSession(1918393987)--Connection(1005232493)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Finest]: 2024-04-30 17:53:53.857--ServerSession(1918393987)--Connection(201291340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.857--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:53.857--ServerSession(1918393987)--Connection(169571657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.857--ServerSession(1918393987)--Connection(169571657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.857--ServerSession(1918393987)--Connection(2057715536)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Finest]: 2024-04-30 17:53:53.859--ServerSession(1918393987)--Connection(169571657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.859--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:53:53.859--ServerSession(1918393987)--Connection(1952249684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.859--ServerSession(1918393987)--Connection(1952249684)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.859--ServerSession(1918393987)--Connection(633103787)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Finest]: 2024-04-30 17:53:53.86--ServerSession(1918393987)--Connection(1952249684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.86--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:53.86--ServerSession(1918393987)--Connection(840661918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.86--ServerSession(1918393987)--Connection(840661918)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.86--ServerSession(1918393987)--Connection(569302238)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Finest]: 2024-04-30 17:53:53.861--ServerSession(1918393987)--Connection(840661918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.861--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:53.861--ServerSession(1918393987)--Connection(1438076523)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.861--ServerSession(1918393987)--Connection(1438076523)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.862--ServerSession(1918393987)--Connection(1008273608)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Finest]: 2024-04-30 17:53:53.863--ServerSession(1918393987)--Connection(1438076523)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.863--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:53.863--ServerSession(1918393987)--Connection(1206968440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.863--ServerSession(1918393987)--Connection(1206968440)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.863--ServerSession(1918393987)--Connection(685452027)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:53.865--ServerSession(1918393987)--Connection(1206968440)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.865--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:53.865--ServerSession(1918393987)--Connection(103898036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.865--ServerSession(1918393987)--Connection(103898036)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.865--ServerSession(1918393987)--Connection(1182959658)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Finest]: 2024-04-30 17:53:53.867--ServerSession(1918393987)--Connection(103898036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.867--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:53.867--ServerSession(1918393987)--Connection(1779524436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.867--ServerSession(1918393987)--Connection(1779524436)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.868--ServerSession(1918393987)--Connection(1718708569)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Finest]: 2024-04-30 17:53:53.869--ServerSession(1918393987)--Connection(1779524436)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.869--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:53.869--ServerSession(1918393987)--Connection(2090866284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.869--ServerSession(1918393987)--Connection(2090866284)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.869--ServerSession(1918393987)--Connection(499831151)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:53.87--ServerSession(1918393987)--Connection(2090866284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.87--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:53.87--ServerSession(1918393987)--Connection(1194857246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.871--ServerSession(1918393987)--Connection(1194857246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.871--ServerSession(1918393987)--Connection(995585763)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Finest]: 2024-04-30 17:53:53.872--ServerSession(1918393987)--Connection(1194857246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.872--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:53.872--ServerSession(1918393987)--Connection(1645406802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.872--ServerSession(1918393987)--Connection(1645406802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.872--ServerSession(1918393987)--Connection(1706407405)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Finest]: 2024-04-30 17:53:53.873--ServerSession(1918393987)--Connection(1645406802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.873--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:53.873--ServerSession(1918393987)--Connection(2036260314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.873--ServerSession(1918393987)--Connection(2036260314)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.874--ServerSession(1918393987)--Connection(208402649)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:53.875--ServerSession(1918393987)--Connection(2036260314)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.875--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:53.875--ServerSession(1918393987)--Connection(236507810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.875--ServerSession(1918393987)--Connection(236507810)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.875--ServerSession(1918393987)--Connection(27754166)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Finest]: 2024-04-30 17:53:53.876--ServerSession(1918393987)--Connection(236507810)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.876--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:53.876--ServerSession(1918393987)--Connection(1604238682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.876--ServerSession(1918393987)--Connection(1604238682)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.876--ServerSession(1918393987)--Connection(391903689)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Finest]: 2024-04-30 17:53:53.877--ServerSession(1918393987)--Connection(1604238682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.877--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:53:53.877--ServerSession(1918393987)--Connection(812423980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.877--ServerSession(1918393987)--Connection(812423980)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.877--ServerSession(1918393987)--Connection(447906838)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Finest]: 2024-04-30 17:53:53.879--ServerSession(1918393987)--Connection(812423980)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.879--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:53:53.879--ServerSession(1918393987)--Connection(1682999176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.879--ServerSession(1918393987)--Connection(1682999176)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.879--ServerSession(1918393987)--Connection(816956885)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Finest]: 2024-04-30 17:53:53.88--ServerSession(1918393987)--Connection(1682999176)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.88--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:53.88--ServerSession(1918393987)--Connection(292841327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.88--ServerSession(1918393987)--Connection(292841327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.88--ServerSession(1918393987)--Connection(1912131086)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Finest]: 2024-04-30 17:53:53.882--ServerSession(1918393987)--Connection(292841327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.882--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:53.882--ServerSession(1918393987)--Connection(445531390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.882--ServerSession(1918393987)--Connection(445531390)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.882--ServerSession(1918393987)--Connection(678631391)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Finest]: 2024-04-30 17:53:53.883--ServerSession(1918393987)--Connection(445531390)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.883--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:53.883--ServerSession(1918393987)--Connection(428310651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.883--ServerSession(1918393987)--Connection(428310651)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.883--ServerSession(1918393987)--Connection(1900453377)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Finest]: 2024-04-30 17:53:53.884--ServerSession(1918393987)--Connection(428310651)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.884--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:53:53.884--ServerSession(1918393987)--Connection(1059776883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.884--ServerSession(1918393987)--Connection(1059776883)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.885--ServerSession(1918393987)--Connection(445326005)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:53:53.887--ServerSession(1918393987)--Connection(1059776883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.887--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:53:53.887--ServerSession(1918393987)--Connection(1137662975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.887--ServerSession(1918393987)--Connection(1137662975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.887--ServerSession(1918393987)--Connection(726025092)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Finest]: 2024-04-30 17:53:53.889--ServerSession(1918393987)--Connection(1137662975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.889--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:53:53.889--ServerSession(1918393987)--Connection(2012689706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.889--ServerSession(1918393987)--Connection(2012689706)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.889--ServerSession(1918393987)--Connection(1323206792)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Finest]: 2024-04-30 17:53:53.891--ServerSession(1918393987)--Connection(2012689706)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.891--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:53.891--ServerSession(1918393987)--Connection(1705145694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.891--ServerSession(1918393987)--Connection(1705145694)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.891--ServerSession(1918393987)--Connection(724714149)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Finest]: 2024-04-30 17:53:53.892--ServerSession(1918393987)--Connection(1705145694)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.892--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:53.892--ServerSession(1918393987)--Connection(737199885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.892--ServerSession(1918393987)--Connection(737199885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.892--ServerSession(1918393987)--Connection(1569607592)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Finest]: 2024-04-30 17:53:53.893--ServerSession(1918393987)--Connection(737199885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.893--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:53.893--ServerSession(1918393987)--Connection(1697588954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.893--ServerSession(1918393987)--Connection(1697588954)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.893--ServerSession(1918393987)--Connection(1212833245)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Finest]: 2024-04-30 17:53:53.895--ServerSession(1918393987)--Connection(1697588954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.895--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:53:53.895--ServerSession(1918393987)--Connection(61653998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.895--ServerSession(1918393987)--Connection(61653998)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.895--ServerSession(1918393987)--Connection(522796215)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Finest]: 2024-04-30 17:53:53.896--ServerSession(1918393987)--Connection(61653998)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.896--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:53:53.896--ServerSession(1918393987)--Connection(1469107147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.896--ServerSession(1918393987)--Connection(1469107147)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.896--ServerSession(1918393987)--Connection(851890532)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Finest]: 2024-04-30 17:53:53.898--ServerSession(1918393987)--Connection(1469107147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.898--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:53:53.898--ServerSession(1918393987)--Connection(1476823872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.898--ServerSession(1918393987)--Connection(1476823872)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.898--ServerSession(1918393987)--Connection(161074456)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Finest]: 2024-04-30 17:53:53.899--ServerSession(1918393987)--Connection(1476823872)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.899--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:53.899--ServerSession(1918393987)--Connection(234107628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.899--ServerSession(1918393987)--Connection(234107628)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.899--ServerSession(1918393987)--Connection(1631904921)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Finest]: 2024-04-30 17:53:53.9--ServerSession(1918393987)--Connection(234107628)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.9--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:53.9--ServerSession(1918393987)--Connection(673797460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.9--ServerSession(1918393987)--Connection(673797460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.9--ServerSession(1918393987)--Connection(82211311)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Finest]: 2024-04-30 17:53:53.902--ServerSession(1918393987)--Connection(673797460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.902--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:53.902--ServerSession(1918393987)--Connection(1956763150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.902--ServerSession(1918393987)--Connection(1956763150)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.902--ServerSession(1918393987)--Connection(381730363)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Finest]: 2024-04-30 17:53:53.903--ServerSession(1918393987)--Connection(1956763150)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.903--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:53.903--ServerSession(1918393987)--Connection(1660124157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.903--ServerSession(1918393987)--Connection(1660124157)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.903--ServerSession(1918393987)--Connection(404279307)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Finest]: 2024-04-30 17:53:53.904--ServerSession(1918393987)--Connection(1660124157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.904--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:53.904--ServerSession(1918393987)--Connection(1553141699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.904--ServerSession(1918393987)--Connection(1553141699)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.904--ServerSession(1918393987)--Connection(633776959)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:53.905--ServerSession(1918393987)--Connection(1553141699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.905--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:53.905--ServerSession(1918393987)--Connection(608670733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.905--ServerSession(1918393987)--Connection(608670733)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.906--ServerSession(1918393987)--Connection(1626241617)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Finest]: 2024-04-30 17:53:53.907--ServerSession(1918393987)--Connection(608670733)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.907--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:53.907--ServerSession(1918393987)--Connection(241685431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.907--ServerSession(1918393987)--Connection(241685431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.907--ServerSession(1918393987)--Connection(370723210)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:53.909--ServerSession(1918393987)--Connection(241685431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.909--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:53.909--ServerSession(1918393987)--Connection(2021265366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.909--ServerSession(1918393987)--Connection(2021265366)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.909--ServerSession(1918393987)--Connection(1219531013)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:53.91--ServerSession(1918393987)--Connection(2021265366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.91--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:53.91--ServerSession(1918393987)--Connection(621874105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.91--ServerSession(1918393987)--Connection(621874105)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.91--ServerSession(1918393987)--Connection(230532210)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:53.911--ServerSession(1918393987)--Connection(621874105)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.911--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:53.911--ServerSession(1918393987)--Connection(2079290629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.911--ServerSession(1918393987)--Connection(2079290629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.911--ServerSession(1918393987)--Connection(1452209410)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:53.913--ServerSession(1918393987)--Connection(2079290629)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.913--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:53.913--ServerSession(1918393987)--Connection(1041417694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.913--ServerSession(1918393987)--Connection(1041417694)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.913--ServerSession(1918393987)--Connection(1045813316)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Finest]: 2024-04-30 17:53:53.914--ServerSession(1918393987)--Connection(1041417694)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.914--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:53.914--ServerSession(1918393987)--Connection(725270251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.914--ServerSession(1918393987)--Connection(725270251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.914--ServerSession(1918393987)--Connection(61780583)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:53.918--ServerSession(1918393987)--Connection(725270251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.918--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:53.918--ServerSession(1918393987)--Connection(479668966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.918--ServerSession(1918393987)--Connection(479668966)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.918--ServerSession(1918393987)--Connection(1654919801)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:53.919--ServerSession(1918393987)--Connection(479668966)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.919--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:53.919--ServerSession(1918393987)--Connection(1240908382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.919--ServerSession(1918393987)--Connection(1240908382)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.919--ServerSession(1918393987)--Connection(1813184924)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Finest]: 2024-04-30 17:53:53.923--ServerSession(1918393987)--Connection(1240908382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.923--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:53.923--ServerSession(1918393987)--Connection(1202613272)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.923--ServerSession(1918393987)--Connection(1202613272)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.923--ServerSession(1918393987)--Connection(943043201)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:53.926--ServerSession(1918393987)--Connection(1202613272)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.926--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.926--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.926--ServerSession(1918393987)--Connection(1428992213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.926--ServerSession(1918393987)--Connection(1428992213)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.926--ServerSession(1918393987)--Connection(1641466052)--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]: 2024-04-30 17:53:53.929--ServerSession(1918393987)--Connection(1428992213)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.929--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.929--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.929--ServerSession(1918393987)--Connection(1247632184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.929--ServerSession(1918393987)--Connection(1247632184)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.929--ServerSession(1918393987)--Connection(2051535038)--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]: 2024-04-30 17:53:53.931--ServerSession(1918393987)--Connection(1247632184)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.932--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.932--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.932--ServerSession(1918393987)--Connection(1333721416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.932--ServerSession(1918393987)--Connection(1333721416)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.932--ServerSession(1918393987)--Connection(1876619012)--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]: 2024-04-30 17:53:53.934--ServerSession(1918393987)--Connection(1333721416)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.934--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.934--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.934--ServerSession(1918393987)--Connection(63622279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.934--ServerSession(1918393987)--Connection(63622279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.934--ServerSession(1918393987)--Connection(1002881295)--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]: 2024-04-30 17:53:53.937--ServerSession(1918393987)--Connection(63622279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.937--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.937--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.937--ServerSession(1918393987)--Connection(1077988526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.937--ServerSession(1918393987)--Connection(1077988526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.937--ServerSession(1918393987)--Connection(364613333)--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]: 2024-04-30 17:53:53.94--ServerSession(1918393987)--Connection(1077988526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.94--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.941--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.941--ServerSession(1918393987)--Connection(2116006444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.941--ServerSession(1918393987)--Connection(2116006444)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.941--ServerSession(1918393987)--Connection(956052733)--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]: 2024-04-30 17:53:53.943--ServerSession(1918393987)--Connection(2116006444)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.943--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.943--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.943--ServerSession(1918393987)--Connection(771832737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.943--ServerSession(1918393987)--Connection(771832737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.943--ServerSession(1918393987)--Connection(764179103)--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]: 2024-04-30 17:53:53.946--ServerSession(1918393987)--Connection(771832737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.946--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.946--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.946--ServerSession(1918393987)--Connection(1124140751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.946--ServerSession(1918393987)--Connection(1124140751)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.946--ServerSession(1918393987)--Connection(1685778749)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:53.948--ServerSession(1918393987)--Connection(1124140751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.949--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.949--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.949--ServerSession(1918393987)--Connection(698477669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.949--ServerSession(1918393987)--Connection(698477669)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.949--ServerSession(1918393987)--Connection(1650307296)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:53:53.951--ServerSession(1918393987)--Connection(698477669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.951--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.951--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.951--ServerSession(1918393987)--Connection(403032668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.951--ServerSession(1918393987)--Connection(403032668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.951--ServerSession(1918393987)--Connection(1046597629)--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]: 2024-04-30 17:53:53.954--ServerSession(1918393987)--Connection(403032668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.954--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.954--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.954--ServerSession(1918393987)--Connection(178664422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.954--ServerSession(1918393987)--Connection(178664422)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.954--ServerSession(1918393987)--Connection(1019695044)--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]: 2024-04-30 17:53:53.957--ServerSession(1918393987)--Connection(178664422)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.957--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.957--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.957--ServerSession(1918393987)--Connection(408583632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.957--ServerSession(1918393987)--Connection(408583632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.957--ServerSession(1918393987)--Connection(592987198)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:53.96--ServerSession(1918393987)--Connection(408583632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.96--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.96--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.96--ServerSession(1918393987)--Connection(1657091717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.96--ServerSession(1918393987)--Connection(1657091717)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.96--ServerSession(1918393987)--Connection(700081136)--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]: 2024-04-30 17:53:53.963--ServerSession(1918393987)--Connection(1657091717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.963--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.964--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.964--ServerSession(1918393987)--Connection(1366000849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.964--ServerSession(1918393987)--Connection(1366000849)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.964--ServerSession(1918393987)--Connection(449966439)--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]: 2024-04-30 17:53:53.966--ServerSession(1918393987)--Connection(1366000849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.966--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.966--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.966--ServerSession(1918393987)--Connection(1026233265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.966--ServerSession(1918393987)--Connection(1026233265)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.966--ServerSession(1918393987)--Connection(820729289)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:53:53.969--ServerSession(1918393987)--Connection(1026233265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.969--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.969--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.969--ServerSession(1918393987)--Connection(815677236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.969--ServerSession(1918393987)--Connection(815677236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.969--ServerSession(1918393987)--Connection(1431110669)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:53.971--ServerSession(1918393987)--Connection(815677236)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.971--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.971--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME))") [junit] [EL Finest]: 2024-04-30 17:53:53.971--ServerSession(1918393987)--Connection(1011279606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.971--ServerSession(1918393987)--Connection(1011279606)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.972--ServerSession(1918393987)--Connection(2103450069)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME)) [junit] [EL Finest]: 2024-04-30 17:53:53.974--ServerSession(1918393987)--Connection(1011279606)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.975--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.975--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.975--ServerSession(1918393987)--Connection(1833703608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.975--ServerSession(1918393987)--Connection(1833703608)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.975--ServerSession(1918393987)--Connection(1714823857)--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]: 2024-04-30 17:53:53.977--ServerSession(1918393987)--Connection(1833703608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.977--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.978--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.978--ServerSession(1918393987)--Connection(1538125216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.978--ServerSession(1918393987)--Connection(1538125216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.978--ServerSession(1918393987)--Connection(1453959093)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2024-04-30 17:53:53.98--ServerSession(1918393987)--Connection(1538125216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.98--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.98--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.98--ServerSession(1918393987)--Connection(864186602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.98--ServerSession(1918393987)--Connection(864186602)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.98--ServerSession(1918393987)--Connection(133581783)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:53.983--ServerSession(1918393987)--Connection(864186602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.983--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.983--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.983--ServerSession(1918393987)--Connection(1953485211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.983--ServerSession(1918393987)--Connection(1953485211)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.983--ServerSession(1918393987)--Connection(1422584540)--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]: 2024-04-30 17:53:53.986--ServerSession(1918393987)--Connection(1953485211)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.986--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.986--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.986--ServerSession(1918393987)--Connection(871895680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.986--ServerSession(1918393987)--Connection(871895680)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.986--ServerSession(1918393987)--Connection(965869165)--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]: 2024-04-30 17:53:53.988--ServerSession(1918393987)--Connection(871895680)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.988--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.988--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.988--ServerSession(1918393987)--Connection(1717491482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.988--ServerSession(1918393987)--Connection(1717491482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.989--ServerSession(1918393987)--Connection(365016387)--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]: 2024-04-30 17:53:53.991--ServerSession(1918393987)--Connection(1717491482)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.991--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.991--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.991--ServerSession(1918393987)--Connection(1789821644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.991--ServerSession(1918393987)--Connection(1789821644)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.991--ServerSession(1918393987)--Connection(2052619908)--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]: 2024-04-30 17:53:53.994--ServerSession(1918393987)--Connection(1789821644)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.994--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.994--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.994--ServerSession(1918393987)--Connection(1798272295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.994--ServerSession(1918393987)--Connection(1798272295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.994--ServerSession(1918393987)--Connection(1963532908)--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]: 2024-04-30 17:53:53.997--ServerSession(1918393987)--Connection(1963532908)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:53.997--ServerSession(1918393987)--Connection(1798272295)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.997--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:53:53.997--ServerSession(1918393987)--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]: 2024-04-30 17:53:53.997--ServerSession(1918393987)--Connection(1932618250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:53.997--ServerSession(1918393987)--Connection(1932618250)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:53.997--ServerSession(1918393987)--Connection(1671933702)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.0--ServerSession(1918393987)--Connection(1932618250)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.0--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.0--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.0--ServerSession(1918393987)--Connection(1976007389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.0--ServerSession(1918393987)--Connection(1976007389)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.0--ServerSession(1918393987)--Connection(224280405)--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]: 2024-04-30 17:53:54.003--ServerSession(1918393987)--Connection(1976007389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.003--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.003--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.003--ServerSession(1918393987)--Connection(64271451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.003--ServerSession(1918393987)--Connection(64271451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.003--ServerSession(1918393987)--Connection(1292576622)--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]: 2024-04-30 17:53:54.007--ServerSession(1918393987)--Connection(64271451)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.007--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.007--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.007--ServerSession(1918393987)--Connection(433545478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.007--ServerSession(1918393987)--Connection(433545478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.007--ServerSession(1918393987)--Connection(1065842699)--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]: 2024-04-30 17:53:54.01--ServerSession(1918393987)--Connection(433545478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.01--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.01--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.01--ServerSession(1918393987)--Connection(36819918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.01--ServerSession(1918393987)--Connection(36819918)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.01--ServerSession(1918393987)--Connection(541875679)--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]: 2024-04-30 17:53:54.013--ServerSession(1918393987)--Connection(36819918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.013--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.013--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.013--ServerSession(1918393987)--Connection(391731126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.013--ServerSession(1918393987)--Connection(391731126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.013--ServerSession(1918393987)--Connection(460998960)--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]: 2024-04-30 17:53:54.016--ServerSession(1918393987)--Connection(391731126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.016--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.016--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.016--ServerSession(1918393987)--Connection(79685693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.016--ServerSession(1918393987)--Connection(79685693)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.016--ServerSession(1918393987)--Connection(1493625851)--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]: 2024-04-30 17:53:54.018--ServerSession(1918393987)--Connection(79685693)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.018--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.018--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.018--ServerSession(1918393987)--Connection(461643389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.018--ServerSession(1918393987)--Connection(461643389)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.019--ServerSession(1918393987)--Connection(1619129136)--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]: 2024-04-30 17:53:54.022--ServerSession(1918393987)--Connection(1619129136)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:54.022--ServerSession(1918393987)--Connection(461643389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.022--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.022--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.022--ServerSession(1918393987)--Connection(2129376022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.022--ServerSession(1918393987)--Connection(2129376022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.022--ServerSession(1918393987)--Connection(1160199488)--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]: 2024-04-30 17:53:54.025--ServerSession(1918393987)--Connection(2129376022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.025--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.025--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.025--ServerSession(1918393987)--Connection(284399568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.025--ServerSession(1918393987)--Connection(284399568)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.025--ServerSession(1918393987)--Connection(866379227)--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]: 2024-04-30 17:53:54.03--ServerSession(1918393987)--Connection(866379227)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:54.03--ServerSession(1918393987)--Connection(866379227)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:54.03--ServerSession(1918393987)--Connection(284399568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.03--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.03--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:54.03--ServerSession(1918393987)--Connection(1738496497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.03--ServerSession(1918393987)--Connection(1738496497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.03--ServerSession(1918393987)--Connection(1801330629)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.032--ServerSession(1918393987)--Connection(1738496497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.032--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.032--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.032--ServerSession(1918393987)--Connection(413935078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.032--ServerSession(1918393987)--Connection(413935078)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.033--ServerSession(1918393987)--Connection(98674643)--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]: 2024-04-30 17:53:54.035--ServerSession(1918393987)--Connection(413935078)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.035--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.036--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.036--ServerSession(1918393987)--Connection(613231852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.036--ServerSession(1918393987)--Connection(613231852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.036--ServerSession(1918393987)--Connection(1568128654)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.039--ServerSession(1918393987)--Connection(613231852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.039--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.039--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.039--ServerSession(1918393987)--Connection(447863101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.039--ServerSession(1918393987)--Connection(447863101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.039--ServerSession(1918393987)--Connection(1461091531)--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]: 2024-04-30 17:53:54.042--ServerSession(1918393987)--Connection(447863101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.042--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.042--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.042--ServerSession(1918393987)--Connection(1613502078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.042--ServerSession(1918393987)--Connection(1613502078)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.042--ServerSession(1918393987)--Connection(1958757239)--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]: 2024-04-30 17:53:54.045--ServerSession(1918393987)--Connection(1613502078)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.045--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.045--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.045--ServerSession(1918393987)--Connection(241456640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.045--ServerSession(1918393987)--Connection(241456640)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.045--ServerSession(1918393987)--Connection(242957908)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.048--ServerSession(1918393987)--Connection(241456640)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.048--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.048--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.048--ServerSession(1918393987)--Connection(1291752852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.048--ServerSession(1918393987)--Connection(1291752852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.048--ServerSession(1918393987)--Connection(1619402333)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.051--ServerSession(1918393987)--Connection(1291752852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.051--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.051--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.051--ServerSession(1918393987)--Connection(2134809292)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.051--ServerSession(1918393987)--Connection(2134809292)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.051--ServerSession(1918393987)--Connection(1205133962)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.054--ServerSession(1918393987)--Connection(2134809292)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.054--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.054--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.054--ServerSession(1918393987)--Connection(1626547103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.054--ServerSession(1918393987)--Connection(1626547103)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.054--ServerSession(1918393987)--Connection(1796226487)--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]: 2024-04-30 17:53:54.057--ServerSession(1918393987)--Connection(1626547103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.057--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.057--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.057--ServerSession(1918393987)--Connection(521328096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.057--ServerSession(1918393987)--Connection(521328096)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.057--ServerSession(1918393987)--Connection(1711600198)--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]: 2024-04-30 17:53:54.06--ServerSession(1918393987)--Connection(521328096)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.06--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.06--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:54.06--ServerSession(1918393987)--Connection(87923441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.06--ServerSession(1918393987)--Connection(87923441)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.061--ServerSession(1918393987)--Connection(210362979)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.064--ServerSession(1918393987)--Connection(87923441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.064--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.064--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:54.064--ServerSession(1918393987)--Connection(1567145551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.064--ServerSession(1918393987)--Connection(1567145551)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.064--ServerSession(1918393987)--Connection(887840001)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.067--ServerSession(1918393987)--Connection(1567145551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.067--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.067--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.067--ServerSession(1918393987)--Connection(1341085586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.067--ServerSession(1918393987)--Connection(1341085586)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.067--ServerSession(1918393987)--Connection(1475150566)--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]: 2024-04-30 17:53:54.075--ServerSession(1918393987)--Connection(1475150566)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:54.075--ServerSession(1918393987)--Connection(1475150566)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:54.075--ServerSession(1918393987)--Connection(1341085586)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.075--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.075--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.075--ServerSession(1918393987)--Connection(1594663017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.075--ServerSession(1918393987)--Connection(1594663017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.075--ServerSession(1918393987)--Connection(1785343965)--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]: 2024-04-30 17:53:54.082--ServerSession(1918393987)--Connection(1785343965)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:54.082--ServerSession(1918393987)--Connection(1785343965)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:54.082--ServerSession(1918393987)--Connection(1594663017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.082--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.082--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.082--ServerSession(1918393987)--Connection(1852224664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.082--ServerSession(1918393987)--Connection(1852224664)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.082--ServerSession(1918393987)--Connection(1423138517)--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]: 2024-04-30 17:53:54.086--ServerSession(1918393987)--Connection(1852224664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.086--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.086--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.086--ServerSession(1918393987)--Connection(1168882980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.086--ServerSession(1918393987)--Connection(1168882980)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.086--ServerSession(1918393987)--Connection(506594173)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.089--ServerSession(1918393987)--Connection(1168882980)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.089--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.089--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.09--ServerSession(1918393987)--Connection(1528045817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.09--ServerSession(1918393987)--Connection(1528045817)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.09--ServerSession(1918393987)--Connection(1129243682)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.092--ServerSession(1918393987)--Connection(1528045817)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.092--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.092--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.093--ServerSession(1918393987)--Connection(1404232171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.093--ServerSession(1918393987)--Connection(1404232171)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.093--ServerSession(1918393987)--Connection(702218380)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:54.095--ServerSession(1918393987)--Connection(1404232171)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.095--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.095--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.095--ServerSession(1918393987)--Connection(421217482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.095--ServerSession(1918393987)--Connection(421217482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.095--ServerSession(1918393987)--Connection(1575109563)--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]: 2024-04-30 17:53:54.098--ServerSession(1918393987)--Connection(421217482)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.098--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.098--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.098--ServerSession(1918393987)--Connection(891684741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.098--ServerSession(1918393987)--Connection(891684741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.098--ServerSession(1918393987)--Connection(1993877759)--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]: 2024-04-30 17:53:54.101--ServerSession(1918393987)--Connection(891684741)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.101--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.101--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.101--ServerSession(1918393987)--Connection(1926240621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.101--ServerSession(1918393987)--Connection(1926240621)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.101--ServerSession(1918393987)--Connection(2010067613)--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]: 2024-04-30 17:53:54.103--ServerSession(1918393987)--Connection(1926240621)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.103--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.103--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.103--ServerSession(1918393987)--Connection(996471089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.103--ServerSession(1918393987)--Connection(996471089)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.104--ServerSession(1918393987)--Connection(1225628737)--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]: 2024-04-30 17:53:54.106--ServerSession(1918393987)--Connection(996471089)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.106--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.106--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.106--ServerSession(1918393987)--Connection(1012812460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.106--ServerSession(1918393987)--Connection(1012812460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.106--ServerSession(1918393987)--Connection(548395375)--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]: 2024-04-30 17:53:54.115--ServerSession(1918393987)--Connection(1012812460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.115--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.115--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.115--ServerSession(1918393987)--Connection(35386120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.115--ServerSession(1918393987)--Connection(35386120)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.115--ServerSession(1918393987)--Connection(1289671373)--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]: 2024-04-30 17:53:54.118--ServerSession(1918393987)--Connection(35386120)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.118--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.118--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.118--ServerSession(1918393987)--Connection(983339701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.118--ServerSession(1918393987)--Connection(983339701)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.118--ServerSession(1918393987)--Connection(1740813661)--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]: 2024-04-30 17:53:54.12--ServerSession(1918393987)--Connection(983339701)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.12--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.121--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.121--ServerSession(1918393987)--Connection(1871846962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.121--ServerSession(1918393987)--Connection(1871846962)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.121--ServerSession(1918393987)--Connection(835006543)--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]: 2024-04-30 17:53:54.123--ServerSession(1918393987)--Connection(1871846962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.123--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.124--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.124--ServerSession(1918393987)--Connection(485375493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.124--ServerSession(1918393987)--Connection(485375493)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.124--ServerSession(1918393987)--Connection(1676857380)--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]: 2024-04-30 17:53:54.126--ServerSession(1918393987)--Connection(485375493)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.126--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.126--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.126--ServerSession(1918393987)--Connection(1079124964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.126--ServerSession(1918393987)--Connection(1079124964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.126--ServerSession(1918393987)--Connection(757150717)--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]: 2024-04-30 17:53:54.129--ServerSession(1918393987)--Connection(1079124964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.129--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.129--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.129--ServerSession(1918393987)--Connection(1300570879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.129--ServerSession(1918393987)--Connection(1300570879)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.129--ServerSession(1918393987)--Connection(479819176)--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]: 2024-04-30 17:53:54.132--ServerSession(1918393987)--Connection(1300570879)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.132--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.132--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.132--ServerSession(1918393987)--Connection(1567441485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.132--ServerSession(1918393987)--Connection(1567441485)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.132--ServerSession(1918393987)--Connection(958071237)--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]: 2024-04-30 17:53:54.135--ServerSession(1918393987)--Connection(1567441485)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.135--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.135--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.135--ServerSession(1918393987)--Connection(1321433666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.135--ServerSession(1918393987)--Connection(1321433666)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.135--ServerSession(1918393987)--Connection(2039166717)--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]: 2024-04-30 17:53:54.137--ServerSession(1918393987)--Connection(1321433666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.137--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.137--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.137--ServerSession(1918393987)--Connection(907152011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.138--ServerSession(1918393987)--Connection(907152011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.138--ServerSession(1918393987)--Connection(1674995553)--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]: 2024-04-30 17:53:54.14--ServerSession(1918393987)--Connection(907152011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.14--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.14--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.14--ServerSession(1918393987)--Connection(595382884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.14--ServerSession(1918393987)--Connection(595382884)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.14--ServerSession(1918393987)--Connection(85775058)--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]: 2024-04-30 17:53:54.143--ServerSession(1918393987)--Connection(595382884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.143--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.143--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.143--ServerSession(1918393987)--Connection(1119158442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.143--ServerSession(1918393987)--Connection(1119158442)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.143--ServerSession(1918393987)--Connection(119473514)--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]: 2024-04-30 17:53:54.146--ServerSession(1918393987)--Connection(1119158442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.146--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.146--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.146--ServerSession(1918393987)--Connection(998988608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.146--ServerSession(1918393987)--Connection(998988608)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.146--ServerSession(1918393987)--Connection(1364307147)--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]: 2024-04-30 17:53:54.148--ServerSession(1918393987)--Connection(998988608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.148--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:54.148--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.148--ServerSession(1918393987)--Connection(2086062353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.148--ServerSession(1918393987)--Connection(2086062353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.149--ServerSession(1918393987)--Connection(501668992)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2024-04-30 17:53:54.154--ServerSession(1918393987)--Connection(2086062353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.154--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.154--ServerSession(1918393987)--Connection(961648587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.154--ServerSession(1918393987)--Connection(961648587)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.155--ServerSession(1918393987)--Connection(1929760689)--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]: 2024-04-30 17:53:54.164--ServerSession(1918393987)--Connection(961648587)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.164--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.164--ServerSession(1918393987)--Connection(1902673295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.164--ServerSession(1918393987)--Connection(1902673295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.164--ServerSession(1918393987)--Connection(1144148902)--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]: 2024-04-30 17:53:54.171--ServerSession(1918393987)--Connection(1902673295)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.172--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.172--ServerSession(1918393987)--Connection(570408974)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.172--ServerSession(1918393987)--Connection(570408974)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.172--ServerSession(1918393987)--Connection(323573179)--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]: 2024-04-30 17:53:54.182--ServerSession(1918393987)--Connection(570408974)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.182--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.182--ServerSession(1918393987)--Connection(1730406067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.182--ServerSession(1918393987)--Connection(1730406067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.182--ServerSession(1918393987)--Connection(948155881)--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]: 2024-04-30 17:53:54.19--ServerSession(1918393987)--Connection(1730406067)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.19--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.19--ServerSession(1918393987)--Connection(538385628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.19--ServerSession(1918393987)--Connection(538385628)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.19--ServerSession(1918393987)--Connection(1492742163)--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]: 2024-04-30 17:53:54.198--ServerSession(1918393987)--Connection(538385628)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.198--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.198--ServerSession(1918393987)--Connection(1778902730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.198--ServerSession(1918393987)--Connection(1778902730)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.198--ServerSession(1918393987)--Connection(1919874730)--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]: 2024-04-30 17:53:54.208--ServerSession(1918393987)--Connection(1778902730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.209--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.209--ServerSession(1918393987)--Connection(425508702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.209--ServerSession(1918393987)--Connection(425508702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.209--ServerSession(1918393987)--Connection(1287138057)--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]: 2024-04-30 17:53:54.219--ServerSession(1918393987)--Connection(425508702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.219--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.219--ServerSession(1918393987)--Connection(191402795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.219--ServerSession(1918393987)--Connection(191402795)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.219--ServerSession(1918393987)--Connection(2008185687)--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]: 2024-04-30 17:53:54.234--ServerSession(1918393987)--Connection(191402795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.234--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.234--ServerSession(1918393987)--Connection(20888781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.234--ServerSession(1918393987)--Connection(20888781)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.234--ServerSession(1918393987)--Connection(1317049866)--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]: 2024-04-30 17:53:54.25--ServerSession(1918393987)--Connection(20888781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.25--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.25--ServerSession(1918393987)--Connection(794879594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.25--ServerSession(1918393987)--Connection(794879594)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.25--ServerSession(1918393987)--Connection(1540157343)--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]: 2024-04-30 17:53:54.267--ServerSession(1918393987)--Connection(794879594)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.267--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.267--ServerSession(1918393987)--Connection(1515420182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.267--ServerSession(1918393987)--Connection(1515420182)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.267--ServerSession(1918393987)--Connection(1915257984)--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]: 2024-04-30 17:53:54.286--ServerSession(1918393987)--Connection(1515420182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.286--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.286--ServerSession(1918393987)--Connection(1864548849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.286--ServerSession(1918393987)--Connection(1864548849)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.286--ServerSession(1918393987)--Connection(786470345)--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]: 2024-04-30 17:53:54.307--ServerSession(1918393987)--Connection(1864548849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.307--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.307--ServerSession(1918393987)--Connection(2012942338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.308--ServerSession(1918393987)--Connection(2012942338)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.308--ServerSession(1918393987)--Connection(237988421)--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]: 2024-04-30 17:53:54.327--ServerSession(1918393987)--Connection(2012942338)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.327--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:53:54.327--ServerSession(1918393987)--Connection(1813608092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.327--ServerSession(1918393987)--Connection(1813608092)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.328--ServerSession(1918393987)--Connection(1129119773)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:53:54.337--ServerSession(1918393987)--Connection(1813608092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.337--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.337--ServerSession(1918393987)--Connection(1303471735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.337--ServerSession(1918393987)--Connection(1303471735)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.338--ServerSession(1918393987)--Connection(1790657739)--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]: 2024-04-30 17:53:54.345--ServerSession(1918393987)--Connection(1303471735)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.345--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.345--ServerSession(1918393987)--Connection(1581036942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.345--ServerSession(1918393987)--Connection(1581036942)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.345--ServerSession(1918393987)--Connection(418964192)--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]: 2024-04-30 17:53:54.353--ServerSession(1918393987)--Connection(1581036942)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.353--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.353--ServerSession(1918393987)--Connection(113602559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.353--ServerSession(1918393987)--Connection(113602559)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.353--ServerSession(1918393987)--Connection(1039022700)--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]: 2024-04-30 17:53:54.361--ServerSession(1918393987)--Connection(113602559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.361--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.361--ServerSession(1918393987)--Connection(1628035200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.361--ServerSession(1918393987)--Connection(1628035200)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.361--ServerSession(1918393987)--Connection(1285487049)--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]: 2024-04-30 17:53:54.368--ServerSession(1918393987)--Connection(1628035200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.368--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.368--ServerSession(1918393987)--Connection(321185546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.368--ServerSession(1918393987)--Connection(321185546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.368--ServerSession(1918393987)--Connection(1019670582)--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]: 2024-04-30 17:53:54.376--ServerSession(1918393987)--Connection(321185546)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.376--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.377--ServerSession(1918393987)--Connection(2063934888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.377--ServerSession(1918393987)--Connection(2063934888)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.377--ServerSession(1918393987)--Connection(1328382325)--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]: 2024-04-30 17:53:54.384--ServerSession(1918393987)--Connection(2063934888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.384--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.384--ServerSession(1918393987)--Connection(722844186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.384--ServerSession(1918393987)--Connection(722844186)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.384--ServerSession(1918393987)--Connection(2037375669)--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]: 2024-04-30 17:53:54.394--ServerSession(1918393987)--Connection(722844186)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.394--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.395--ServerSession(1918393987)--Connection(305940688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.395--ServerSession(1918393987)--Connection(305940688)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.395--ServerSession(1918393987)--Connection(352318951)--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]: 2024-04-30 17:53:54.404--ServerSession(1918393987)--Connection(305940688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.404--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.404--ServerSession(1918393987)--Connection(527629265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.404--ServerSession(1918393987)--Connection(527629265)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.404--ServerSession(1918393987)--Connection(1870158375)--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]: 2024-04-30 17:53:54.412--ServerSession(1918393987)--Connection(527629265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.412--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.412--ServerSession(1918393987)--Connection(149985794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.412--ServerSession(1918393987)--Connection(149985794)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.412--ServerSession(1918393987)--Connection(5526718)--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]: 2024-04-30 17:53:54.434--ServerSession(1918393987)--Connection(149985794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.434--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.434--ServerSession(1918393987)--Connection(937346147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.434--ServerSession(1918393987)--Connection(937346147)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.434--ServerSession(1918393987)--Connection(1005742096)--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]: 2024-04-30 17:53:54.442--ServerSession(1918393987)--Connection(937346147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.442--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.442--ServerSession(1918393987)--Connection(816288166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.442--ServerSession(1918393987)--Connection(816288166)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.442--ServerSession(1918393987)--Connection(1906030093)--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]: 2024-04-30 17:53:54.449--ServerSession(1918393987)--Connection(816288166)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.449--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.449--ServerSession(1918393987)--Connection(1231261976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.449--ServerSession(1918393987)--Connection(1231261976)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.45--ServerSession(1918393987)--Connection(1162154803)--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]: 2024-04-30 17:53:54.458--ServerSession(1918393987)--Connection(1231261976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.458--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.458--ServerSession(1918393987)--Connection(1057175140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.458--ServerSession(1918393987)--Connection(1057175140)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.458--ServerSession(1918393987)--Connection(1790806989)--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]: 2024-04-30 17:53:54.465--ServerSession(1918393987)--Connection(1057175140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.465--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.465--ServerSession(1918393987)--Connection(2034388773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.465--ServerSession(1918393987)--Connection(2034388773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.466--ServerSession(1918393987)--Connection(1607788159)--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]: 2024-04-30 17:53:54.473--ServerSession(1918393987)--Connection(2034388773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.473--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.473--ServerSession(1918393987)--Connection(945140350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.473--ServerSession(1918393987)--Connection(945140350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.473--ServerSession(1918393987)--Connection(1392900406)--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]: 2024-04-30 17:53:54.482--ServerSession(1918393987)--Connection(945140350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.482--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.482--ServerSession(1918393987)--Connection(2106619466)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.482--ServerSession(1918393987)--Connection(2106619466)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.482--ServerSession(1918393987)--Connection(1749286340)--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]: 2024-04-30 17:53:54.489--ServerSession(1918393987)--Connection(2106619466)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.489--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.489--ServerSession(1918393987)--Connection(1866665640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.489--ServerSession(1918393987)--Connection(1866665640)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.489--ServerSession(1918393987)--Connection(295634732)--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]: 2024-04-30 17:53:54.498--ServerSession(1918393987)--Connection(1866665640)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.498--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.498--ServerSession(1918393987)--Connection(1771326096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.498--ServerSession(1918393987)--Connection(1771326096)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.498--ServerSession(1918393987)--Connection(517287748)--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]: 2024-04-30 17:53:54.505--ServerSession(1918393987)--Connection(1771326096)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.505--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.505--ServerSession(1918393987)--Connection(985324389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.506--ServerSession(1918393987)--Connection(985324389)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.506--ServerSession(1918393987)--Connection(1899091560)--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]: 2024-04-30 17:53:54.515--ServerSession(1918393987)--Connection(985324389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.515--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.515--ServerSession(1918393987)--Connection(1719521616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.515--ServerSession(1918393987)--Connection(1719521616)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.515--ServerSession(1918393987)--Connection(183521033)--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]: 2024-04-30 17:53:54.522--ServerSession(1918393987)--Connection(1719521616)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.522--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.523--ServerSession(1918393987)--Connection(2028567885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.523--ServerSession(1918393987)--Connection(2028567885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.523--ServerSession(1918393987)--Connection(1888932945)--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]: 2024-04-30 17:53:54.532--ServerSession(1918393987)--Connection(2028567885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.532--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.532--ServerSession(1918393987)--Connection(1741783268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.532--ServerSession(1918393987)--Connection(1741783268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.533--ServerSession(1918393987)--Connection(1424067142)--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]: 2024-04-30 17:53:54.541--ServerSession(1918393987)--Connection(1741783268)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:53:54.541--ServerSession(1918393987)--Connection(1491467237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.541--ServerSession(1918393987)--Connection(1491467237)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.541--ServerSession(1918393987)--Connection(861443773)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:53:54.552--ServerSession(1918393987)--Connection(1491467237)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.552--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.552--ServerSession(1918393987)--Connection(1718325723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.552--ServerSession(1918393987)--Connection(1718325723)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.553--ServerSession(1918393987)--Connection(296121376)--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]: 2024-04-30 17:53:54.56--ServerSession(1918393987)--Connection(1718325723)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.56--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.56--ServerSession(1918393987)--Connection(296831715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.56--ServerSession(1918393987)--Connection(296831715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.56--ServerSession(1918393987)--Connection(728687687)--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]: 2024-04-30 17:53:54.569--ServerSession(1918393987)--Connection(296831715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.569--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.569--ServerSession(1918393987)--Connection(140008669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.569--ServerSession(1918393987)--Connection(140008669)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.569--ServerSession(1918393987)--Connection(321255783)--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]: 2024-04-30 17:53:54.577--ServerSession(1918393987)--Connection(140008669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.577--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.577--ServerSession(1918393987)--Connection(448288866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.577--ServerSession(1918393987)--Connection(448288866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.578--ServerSession(1918393987)--Connection(1347174748)--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]: 2024-04-30 17:53:54.586--ServerSession(1918393987)--Connection(448288866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.586--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.586--ServerSession(1918393987)--Connection(135506771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.586--ServerSession(1918393987)--Connection(135506771)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.586--ServerSession(1918393987)--Connection(1345362299)--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]: 2024-04-30 17:53:54.593--ServerSession(1918393987)--Connection(135506771)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.593--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.593--ServerSession(1918393987)--Connection(2112011719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.593--ServerSession(1918393987)--Connection(2112011719)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.593--ServerSession(1918393987)--Connection(1748949019)--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]: 2024-04-30 17:53:54.602--ServerSession(1918393987)--Connection(2112011719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.602--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.602--ServerSession(1918393987)--Connection(2108714064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.602--ServerSession(1918393987)--Connection(2108714064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.602--ServerSession(1918393987)--Connection(357886628)--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]: 2024-04-30 17:53:54.61--ServerSession(1918393987)--Connection(2108714064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.61--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.61--ServerSession(1918393987)--Connection(1013657610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.61--ServerSession(1918393987)--Connection(1013657610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.61--ServerSession(1918393987)--Connection(1111951675)--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]: 2024-04-30 17:53:54.62--ServerSession(1918393987)--Connection(1013657610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.62--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.62--ServerSession(1918393987)--Connection(1541107368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.62--ServerSession(1918393987)--Connection(1541107368)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.62--ServerSession(1918393987)--Connection(1045819065)--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]: 2024-04-30 17:53:54.629--ServerSession(1918393987)--Connection(1541107368)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.629--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.629--ServerSession(1918393987)--Connection(307476514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.629--ServerSession(1918393987)--Connection(307476514)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.629--ServerSession(1918393987)--Connection(310192878)--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]: 2024-04-30 17:53:54.638--ServerSession(1918393987)--Connection(307476514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.638--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.638--ServerSession(1918393987)--Connection(1309988128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.638--ServerSession(1918393987)--Connection(1309988128)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.638--ServerSession(1918393987)--Connection(1099556456)--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]: 2024-04-30 17:53:54.645--ServerSession(1918393987)--Connection(1309988128)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.645--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.645--ServerSession(1918393987)--Connection(1476913734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.645--ServerSession(1918393987)--Connection(1476913734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.645--ServerSession(1918393987)--Connection(810715571)--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]: 2024-04-30 17:53:54.661--ServerSession(1918393987)--Connection(1476913734)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.661--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.661--ServerSession(1918393987)--Connection(1077398960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.661--ServerSession(1918393987)--Connection(1077398960)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.661--ServerSession(1918393987)--Connection(654662186)--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]: 2024-04-30 17:53:54.669--ServerSession(1918393987)--Connection(1077398960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.669--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.669--ServerSession(1918393987)--Connection(155817539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.669--ServerSession(1918393987)--Connection(155817539)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.669--ServerSession(1918393987)--Connection(2003665047)--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]: 2024-04-30 17:53:54.678--ServerSession(1918393987)--Connection(155817539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.678--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.678--ServerSession(1918393987)--Connection(192442996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.678--ServerSession(1918393987)--Connection(192442996)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.678--ServerSession(1918393987)--Connection(1321604822)--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]: 2024-04-30 17:53:54.685--ServerSession(1918393987)--Connection(192442996)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.685--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.685--ServerSession(1918393987)--Connection(224031437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.685--ServerSession(1918393987)--Connection(224031437)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.685--ServerSession(1918393987)--Connection(1173969600)--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]: 2024-04-30 17:53:54.695--ServerSession(1918393987)--Connection(224031437)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.695--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.695--ServerSession(1918393987)--Connection(1279362198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.695--ServerSession(1918393987)--Connection(1279362198)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.695--ServerSession(1918393987)--Connection(315841481)--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]: 2024-04-30 17:53:54.704--ServerSession(1918393987)--Connection(1279362198)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.704--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.704--ServerSession(1918393987)--Connection(446895188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.704--ServerSession(1918393987)--Connection(446895188)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.704--ServerSession(1918393987)--Connection(1518753442)--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]: 2024-04-30 17:53:54.714--ServerSession(1918393987)--Connection(446895188)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.714--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.714--ServerSession(1918393987)--Connection(1444195845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.714--ServerSession(1918393987)--Connection(1444195845)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.714--ServerSession(1918393987)--Connection(1419182375)--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]: 2024-04-30 17:53:54.722--ServerSession(1918393987)--Connection(1444195845)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.722--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.722--ServerSession(1918393987)--Connection(1956569315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.722--ServerSession(1918393987)--Connection(1956569315)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.722--ServerSession(1918393987)--Connection(126426355)--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]: 2024-04-30 17:53:54.73--ServerSession(1918393987)--Connection(1956569315)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.73--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.731--ServerSession(1918393987)--Connection(882568900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.731--ServerSession(1918393987)--Connection(882568900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.731--ServerSession(1918393987)--Connection(922786124)--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]: 2024-04-30 17:53:54.738--ServerSession(1918393987)--Connection(882568900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.738--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.738--ServerSession(1918393987)--Connection(1320452760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.738--ServerSession(1918393987)--Connection(1320452760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.738--ServerSession(1918393987)--Connection(758888772)--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]: 2024-04-30 17:53:54.746--ServerSession(1918393987)--Connection(1320452760)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.746--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.746--ServerSession(1918393987)--Connection(1841213176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.746--ServerSession(1918393987)--Connection(1841213176)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.747--ServerSession(1918393987)--Connection(125059477)--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]: 2024-04-30 17:53:54.754--ServerSession(1918393987)--Connection(1841213176)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.754--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.754--ServerSession(1918393987)--Connection(2101850145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.754--ServerSession(1918393987)--Connection(2101850145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.754--ServerSession(1918393987)--Connection(1695946783)--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]: 2024-04-30 17:53:54.762--ServerSession(1918393987)--Connection(2101850145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.769--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:54.769--ServerSession(1918393987)--Connection(934142486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.769--ServerSession(1918393987)--Connection(934142486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.769--ServerSession(1918393987)--Connection(294528135)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Connection(934142486)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Connection(1556116954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Connection(1556116954)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Connection(69566726)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Connection(1556116954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Connection(2067939216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Connection(2067939216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.77--ServerSession(1918393987)--Connection(619969415)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:54.771--ServerSession(1918393987)--Connection(2067939216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Connection(2078824926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Connection(2078824926)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Connection(1090300647)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Connection(2078824926)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Connection(212977036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Connection(212977036)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.775--ServerSession(1918393987)--Connection(892226413)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:54.776--ServerSession(1918393987)--Connection(212977036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.776--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:54.776--ServerSession(1918393987)--Connection(770178574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.776--ServerSession(1918393987)--Connection(770178574)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.776--ServerSession(1918393987)--Connection(804836251)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:54.776--ServerSession(1918393987)--Connection(770178574)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.78--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:53:54.78--ServerSession(1918393987)--Connection(1775829753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.78--ServerSession(1918393987)--Connection(1775829753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.781--ServerSession(1918393987)--Connection(5533778)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:53:54.781--ServerSession(1918393987)--Connection(1775829753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.781--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:53:54.781--ServerSession(1918393987)--Connection(599786528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.781--ServerSession(1918393987)--Connection(599786528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.781--ServerSession(1918393987)--Connection(36635755)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:53:54.782--ServerSession(1918393987)--Connection(599786528)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.782--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2024-04-30 17:53:54.782--ServerSession(1918393987)--Connection(34022382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.782--ServerSession(1918393987)--Connection(34022382)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.782--ServerSession(1918393987)--Connection(566609546)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2024-04-30 17:53:54.782--ServerSession(1918393987)--Connection(34022382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.786--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:53:54.786--ServerSession(1918393987)--Connection(271502177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.786--ServerSession(1918393987)--Connection(271502177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Connection(533769848)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Connection(271502177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Connection(525821547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Connection(525821547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Connection(2034549539)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Connection(525821547)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Connection(982609943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.787--ServerSession(1918393987)--Connection(982609943)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.788--ServerSession(1918393987)--Connection(517025040)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2024-04-30 17:53:54.788--ServerSession(1918393987)--Connection(982609943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.792--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:54.792--ServerSession(1918393987)--Connection(2072865894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.792--ServerSession(1918393987)--Connection(2072865894)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.792--ServerSession(1918393987)--Connection(1822648234)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(2072865894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(385929353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(385929353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(125722707)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(385929353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(706857959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(706857959)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(1001702066)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:54.793--ServerSession(1918393987)--Connection(706857959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Connection(628513353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Connection(628513353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Connection(952806663)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Connection(628513353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Connection(1923130893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Connection(1923130893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.797--ServerSession(1918393987)--Connection(1704136194)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:54.798--ServerSession(1918393987)--Connection(1923130893)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.798--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:54.798--ServerSession(1918393987)--Connection(415117829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.798--ServerSession(1918393987)--Connection(415117829)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.798--ServerSession(1918393987)--Connection(1876525009)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:54.798--ServerSession(1918393987)--Connection(415117829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:54.8--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.8--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.8--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.8--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.8--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.8--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.8--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.8--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.804--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--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]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:54.805--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1591581519 [junit] [EL Finer]: 2024-04-30 17:53:54.805--ClientSession(1591581519)--Thread(Thread[main,5,main])--acquire unit of work: 1572407320 [junit] [EL Finest]: 2024-04-30 17:53:54.805--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.806--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.806--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:54.806--ServerSession(1918393987)--Connection(1937294500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.806--ClientSession(1591581519)--Connection(1937294500)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.806--ClientSession(1591581519)--Connection(1937294500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.807--ClientSession(1591581519)--Connection(1721039643)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, test, 1] [junit] [EL Finer]: 2024-04-30 17:53:54.808--ClientSession(1591581519)--Connection(1721039643)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.808--ServerSession(1918393987)--Connection(1937294500)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.808--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.808--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.808--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.808--ClientSession(1591581519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.808--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.808--ClientSession(1591581519)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.808--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1240077238 [junit] [EL Finer]: 2024-04-30 17:53:54.808--ClientSession(1240077238)--Thread(Thread[main,5,main])--acquire unit of work: 2080551883 [junit] [EL Finest]: 2024-04-30 17:53:54.808--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finer]: 2024-04-30 17:53:54.809--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.809--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:54.81--ServerSession(1918393987)--Connection(1905093500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.81--ClientSession(1240077238)--Connection(1905093500)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.81--ClientSession(1240077238)--Connection(1905093500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.81--ClientSession(1240077238)--Connection(463029783)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [detached, 2, 31, 1] [junit] [EL Finer]: 2024-04-30 17:53:54.811--ClientSession(1240077238)--Connection(463029783)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.811--ServerSession(1918393987)--Connection(1905093500)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.811--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.811--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.811--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.811--ClientSession(1240077238)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.811--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.811--ClientSession(1240077238)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.811--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1320515149 [junit] [EL Finer]: 2024-04-30 17:53:54.811--ClientSession(1320515149)--Thread(Thread[main,5,main])--acquire unit of work: 1425617516 [junit] [EL Finest]: 2024-04-30 17:53:54.812--UnitOfWork(1425617516)--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]: 2024-04-30 17:53:54.812--UnitOfWork(1425617516)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finer]: 2024-04-30 17:53:54.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1308815741 [junit] [EL Finer]: 2024-04-30 17:53:54.843--ClientSession(1308815741)--Thread(Thread[main,5,main])--acquire unit of work: 1733439693 [junit] [EL Finest]: 2024-04-30 17:53:54.843--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.843--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.843--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:54.843--ServerSession(1918393987)--Connection(605660635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.843--ClientSession(1308815741)--Connection(605660635)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.843--ClientSession(1308815741)--Connection(605660635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.844--ClientSession(1308815741)--Connection(1388002765)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, original, 1] [junit] [EL Finer]: 2024-04-30 17:53:54.844--ClientSession(1308815741)--Connection(1388002765)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.844--ServerSession(1918393987)--Connection(605660635)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.844--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.844--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.844--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.845--ClientSession(1308815741)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.845--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.845--ClientSession(1308815741)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1365260222 [junit] [EL Finer]: 2024-04-30 17:53:54.845--ClientSession(1365260222)--Thread(Thread[main,5,main])--acquire unit of work: 943613748 [junit] [EL Finest]: 2024-04-30 17:53:54.845--UnitOfWork(943613748)--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]: 2024-04-30 17:53:54.845--UnitOfWork(943613748)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2024-04-30 17:53:54.845--UnitOfWork(943613748)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.845--UnitOfWork(943613748)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:54.845--ServerSession(1918393987)--Connection(547670951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.845--ClientSession(1365260222)--Connection(547670951)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.845--ClientSession(1365260222)--Connection(547670951)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.845--ClientSession(1365260222)--Connection(284230192)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [modified, 2, 11, 1] [junit] [EL Finer]: 2024-04-30 17:53:54.846--ClientSession(1365260222)--Connection(284230192)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.846--ServerSession(1918393987)--Connection(547670951)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.846--UnitOfWork(943613748)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.846--UnitOfWork(943613748)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.846--UnitOfWork(943613748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.846--ClientSession(1365260222)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.846--UnitOfWork(943613748)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.846--ClientSession(1365260222)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 673992821 [junit] [EL Finer]: 2024-04-30 17:53:54.846--ClientSession(673992821)--Thread(Thread[main,5,main])--acquire unit of work: 785604388 [junit] [EL Finest]: 2024-04-30 17:53:54.846--UnitOfWork(785604388)--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]: 2024-04-30 17:53:54.846--UnitOfWork(785604388)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2024-04-30 17:53:54.857--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1027629029 [junit] [EL Finer]: 2024-04-30 17:53:54.857--ClientSession(1027629029)--Thread(Thread[main,5,main])--acquire unit of work: 1388767577 [junit] [EL Finest]: 2024-04-30 17:53:54.857--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.857--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.857--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2024-04-30 17:53:54.858--ServerSession(1918393987)--Connection(230465865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.858--ClientSession(1027629029)--Connection(230465865)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.858--ClientSession(1027629029)--Connection(230465865)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.858--ClientSession(1027629029)--Connection(1750404486)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, test, 1] [junit] [EL Finer]: 2024-04-30 17:53:54.858--ClientSession(1027629029)--Connection(1750404486)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.858--ServerSession(1918393987)--Connection(230465865)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.858--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.858--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:54.859--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.859--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.859--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:54.859--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2024-04-30 17:53:54.859--ServerSession(1918393987)--Connection(1626288305)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.859--ClientSession(1027629029)--Connection(1626288305)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.859--ClientSession(1027629029)--Connection(1626288305)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.859--ClientSession(1027629029)--Connection(876008407)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [21, 1] [junit] [EL Finer]: 2024-04-30 17:53:54.86--ClientSession(1027629029)--Connection(876008407)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.86--ServerSession(1918393987)--Connection(1626288305)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.86--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.86--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.86--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.86--ClientSession(1027629029)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.86--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.86--ClientSession(1027629029)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.86--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 776447774 [junit] [EL Finer]: 2024-04-30 17:53:54.86--ClientSession(776447774)--Thread(Thread[main,5,main])--acquire unit of work: 934572255 [junit] [EL Finest]: 2024-04-30 17:53:54.86--UnitOfWork(934572255)--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]: 2024-04-30 17:53:54.86--ServerSession(1918393987)--Connection(899589525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.86--ServerSession(1918393987)--Connection(899589525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.86--ServerSession(1918393987)--Connection(148337038)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2024-04-30 17:53:54.86--ServerSession(1918393987)--Connection(899589525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:54.87--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2089229540 [junit] [EL Finer]: 2024-04-30 17:53:54.87--ClientSession(2089229540)--Thread(Thread[main,5,main])--acquire unit of work: 1027296777 [junit] [EL Finest]: 2024-04-30 17:53:54.87--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.87--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.87--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29) [junit] [EL Finest]: 2024-04-30 17:53:54.87--ServerSession(1918393987)--Connection(743171167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.87--ClientSession(2089229540)--Connection(743171167)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.87--ClientSession(2089229540)--Connection(743171167)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.87--ClientSession(2089229540)--Connection(1273474265)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [41, test, 1] [junit] [EL Finer]: 2024-04-30 17:53:54.871--ClientSession(2089229540)--Connection(1273474265)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.871--ServerSession(1918393987)--Connection(743171167)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.871--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.871--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:54.871--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:54.871--ServerSession(1918393987)--Connection(1299829127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.871--ServerSession(1918393987)--Connection(1299829127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.871--ServerSession(1918393987)--Connection(1046723947)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2024-04-30 17:53:54.872--ServerSession(1918393987)--Connection(1299829127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.872--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29 [junit] [EL Finer]: 2024-04-30 17:53:54.872--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.872--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.872--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.872--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.872--ClientSession(2089229540)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.872--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.872--ClientSession(2089229540)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.872--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1336343423 [junit] [EL Finer]: 2024-04-30 17:53:54.872--ClientSession(1336343423)--Thread(Thread[main,5,main])--acquire unit of work: 622854414 [junit] [EL Finest]: 2024-04-30 17:53:54.873--UnitOfWork(622854414)--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]: 2024-04-30 17:53:54.873--UnitOfWork(622854414)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29 [junit] [EL Finer]: 2024-04-30 17:53:54.882--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1273093350 [junit] [EL Finer]: 2024-04-30 17:53:54.882--ClientSession(1273093350)--Thread(Thread[main,5,main])--acquire unit of work: 543938464 [junit] [EL Finest]: 2024-04-30 17:53:54.882--UnitOfWork(543938464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.882--UnitOfWork(543938464)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.882--UnitOfWork(543938464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:54.882--ServerSession(1918393987)--Connection(907754662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.882--ClientSession(1273093350)--Connection(907754662)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.882--ClientSession(1273093350)--Connection(907754662)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.883--ClientSession(1273093350)--Connection(1211317010)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, test, 1] [junit] [EL Finer]: 2024-04-30 17:53:54.883--ClientSession(1273093350)--Connection(1211317010)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.884--ServerSession(1918393987)--Connection(907754662)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.884--UnitOfWork(543938464)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.884--UnitOfWork(543938464)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.884--UnitOfWork(543938464)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.884--ClientSession(1273093350)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.884--UnitOfWork(543938464)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.884--ClientSession(1273093350)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.884--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1660409789 [junit] [EL Finer]: 2024-04-30 17:53:54.884--ClientSession(1660409789)--Thread(Thread[main,5,main])--acquire unit of work: 233191753 [junit] [EL Finest]: 2024-04-30 17:53:54.884--UnitOfWork(233191753)--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]: 2024-04-30 17:53:54.884--UnitOfWork(233191753)--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.606 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind [junit] [EL Finer]: 2024-04-30 17:53:54.915--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2143645025 [junit] [EL Finer]: 2024-04-30 17:53:54.916--ClientSession(2143645025)--Thread(Thread[main,5,main])--acquire unit of work: 327329752 [junit] [EL Finest]: 2024-04-30 17:53:54.916--UnitOfWork(327329752)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.916--UnitOfWork(327329752)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.916--UnitOfWork(327329752)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.916--UnitOfWork(327329752)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:54.917--UnitOfWork(327329752)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:54.918--ServerSession(1918393987)--Connection(1401589925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.918--ClientSession(2143645025)--Connection(1401589925)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.918--ClientSession(2143645025)--Connection(1401589925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:54.918--UnitOfWork(327329752)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@14d53884) [junit] [EL Fine]: 2024-04-30 17:53:54.918--ClientSession(2143645025)--Connection(1960131939)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2024-04-30 17:53:54.919--UnitOfWork(327329752)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@402feb85) [junit] [EL Fine]: 2024-04-30 17:53:54.919--ClientSession(2143645025)--Connection(1960131939)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2024-04-30 17:53:54.919--ClientSession(2143645025)--Connection(1960131939)--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]: 2024-04-30 17:53:54.92--UnitOfWork(327329752)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:54.92--UnitOfWork(327329752)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.92--UnitOfWork(327329752)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.921--ClientSession(2143645025)--Connection(1960131939)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.921--ServerSession(1918393987)--Connection(1401589925)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.921--UnitOfWork(327329752)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.921--UnitOfWork(327329752)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.922--UnitOfWork(327329752)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.922--ClientSession(2143645025)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.922--UnitOfWork(327329752)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.922--ClientSession(2143645025)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.922--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1730752455 [junit] [EL Finer]: 2024-04-30 17:53:54.922--ClientSession(1730752455)--Thread(Thread[main,5,main])--acquire unit of work: 1276857863 [junit] [EL Finest]: 2024-04-30 17:53:54.922--UnitOfWork(1276857863)--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]: 2024-04-30 17:53:54.922--UnitOfWork(1276857863)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:54.922--UnitOfWork(1276857863)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:54.923--UnitOfWork(1276857863)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:54.923--ServerSession(1918393987)--Connection(448070390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.923--ServerSession(1918393987)--Connection(448070390)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.923--ServerSession(1918393987)--Connection(713961699)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:54.924--ServerSession(1918393987)--Connection(448070390)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.924--UnitOfWork(1276857863)--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]: 2024-04-30 17:53:54.924--UnitOfWork(1276857863)--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]: 2024-04-30 17:53:54.924--UnitOfWork(1276857863)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.924--ClientSession(1730752455)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.934--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 622274963 [junit] [EL Finer]: 2024-04-30 17:53:54.934--ClientSession(622274963)--Thread(Thread[main,5,main])--acquire unit of work: 1064414847 [junit] [EL Finest]: 2024-04-30 17:53:54.934--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.934--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.934--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.934--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:54.934--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:54.935--ServerSession(1918393987)--Connection(1286145967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.935--ClientSession(622274963)--Connection(1286145967)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.935--ClientSession(622274963)--Connection(1286145967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:54.935--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@115a7e51) [junit] [EL Fine]: 2024-04-30 17:53:54.935--ClientSession(622274963)--Connection(1056151241)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2024-04-30 17:53:54.935--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d1d85d0) [junit] [EL Fine]: 2024-04-30 17:53:54.936--ClientSession(622274963)--Connection(1056151241)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2024-04-30 17:53:54.936--ClientSession(622274963)--Connection(1056151241)--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]: 2024-04-30 17:53:54.936--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:54.937--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.937--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.937--ClientSession(622274963)--Connection(1056151241)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.937--ServerSession(1918393987)--Connection(1286145967)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.938--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.938--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.938--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.938--ClientSession(622274963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.938--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.938--ClientSession(622274963)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.938--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2069143716 [junit] [EL Finer]: 2024-04-30 17:53:54.938--ClientSession(2069143716)--Thread(Thread[main,5,main])--acquire unit of work: 1747820321 [junit] [EL Finest]: 2024-04-30 17:53:54.938--UnitOfWork(1747820321)--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]: 2024-04-30 17:53:54.938--UnitOfWork(1747820321)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@632dc41 [junit] [EL Finest]: 2024-04-30 17:53:54.939--UnitOfWork(1747820321)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:54.939--UnitOfWork(1747820321)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:54.939--UnitOfWork(1747820321)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:54.939--ServerSession(1918393987)--Connection(370428315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.939--ServerSession(1918393987)--Connection(370428315)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.939--ServerSession(1918393987)--Connection(342424709)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:54.94--ServerSession(1918393987)--Connection(370428315)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:54.949--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 81709688 [junit] [EL Finer]: 2024-04-30 17:53:54.949--ClientSession(81709688)--Thread(Thread[main,5,main])--acquire unit of work: 1600512192 [junit] [EL Finest]: 2024-04-30 17:53:54.949--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.949--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.949--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.949--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:54.95--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:54.95--ServerSession(1918393987)--Connection(833784282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.95--ClientSession(81709688)--Connection(833784282)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.95--ClientSession(81709688)--Connection(833784282)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:54.95--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7f8f5d37) [junit] [EL Fine]: 2024-04-30 17:53:54.95--ClientSession(81709688)--Connection(1481141739)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2024-04-30 17:53:54.951--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d70dbeb) [junit] [EL Fine]: 2024-04-30 17:53:54.951--ClientSession(81709688)--Connection(1481141739)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2024-04-30 17:53:54.951--ClientSession(81709688)--Connection(1481141739)--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]: 2024-04-30 17:53:54.952--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:54.952--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.952--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.953--ClientSession(81709688)--Connection(1481141739)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.953--ServerSession(1918393987)--Connection(833784282)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.953--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.953--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.953--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.953--ClientSession(81709688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.953--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.954--ClientSession(81709688)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.954--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 974630100 [junit] [EL Finer]: 2024-04-30 17:53:54.954--ClientSession(974630100)--Thread(Thread[main,5,main])--acquire unit of work: 150309335 [junit] [EL Finer]: 2024-04-30 17:53:54.963--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 493302922 [junit] [EL Finer]: 2024-04-30 17:53:54.963--ClientSession(493302922)--Thread(Thread[main,5,main])--acquire unit of work: 972598720 [junit] [EL Finest]: 2024-04-30 17:53:54.963--UnitOfWork(972598720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.963--UnitOfWork(972598720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.963--UnitOfWork(972598720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.964--UnitOfWork(972598720)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:54.964--UnitOfWork(972598720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:54.964--ServerSession(1918393987)--Connection(1557955737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.964--ClientSession(493302922)--Connection(1557955737)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.964--ClientSession(493302922)--Connection(1557955737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:54.965--UnitOfWork(972598720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@38445703) [junit] [EL Fine]: 2024-04-30 17:53:54.965--ClientSession(493302922)--Connection(707834059)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2024-04-30 17:53:54.965--UnitOfWork(972598720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c23e369) [junit] [EL Fine]: 2024-04-30 17:53:54.965--ClientSession(493302922)--Connection(707834059)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2024-04-30 17:53:54.966--ClientSession(493302922)--Connection(707834059)--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]: 2024-04-30 17:53:54.966--UnitOfWork(972598720)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:54.966--UnitOfWork(972598720)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.966--UnitOfWork(972598720)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.967--ClientSession(493302922)--Connection(707834059)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.967--ServerSession(1918393987)--Connection(1557955737)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.967--UnitOfWork(972598720)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.967--UnitOfWork(972598720)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.968--UnitOfWork(972598720)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.968--ClientSession(493302922)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.968--UnitOfWork(972598720)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.968--ClientSession(493302922)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.968--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1866476009 [junit] [EL Finer]: 2024-04-30 17:53:54.968--ClientSession(1866476009)--Thread(Thread[main,5,main])--acquire unit of work: 628845656 [junit] [EL Finest]: 2024-04-30 17:53:54.968--UnitOfWork(628845656)--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]: 2024-04-30 17:53:54.968--UnitOfWork(628845656)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:54.968--UnitOfWork(628845656)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:54.968--UnitOfWork(628845656)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:54.968--ServerSession(1918393987)--Connection(1925038057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.968--ServerSession(1918393987)--Connection(1925038057)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.968--ServerSession(1918393987)--Connection(215618634)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:54.969--ServerSession(1918393987)--Connection(1925038057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:54.969--UnitOfWork(628845656)--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]: 2024-04-30 17:53:54.969--UnitOfWork(628845656)--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]: 2024-04-30 17:53:54.978--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1191049963 [junit] [EL Finer]: 2024-04-30 17:53:54.978--ClientSession(1191049963)--Thread(Thread[main,5,main])--acquire unit of work: 271230460 [junit] [EL Finest]: 2024-04-30 17:53:54.978--UnitOfWork(271230460)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.978--UnitOfWork(271230460)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.978--UnitOfWork(271230460)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.978--UnitOfWork(271230460)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:54.979--UnitOfWork(271230460)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:54.979--ServerSession(1918393987)--Connection(1335460065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.979--ClientSession(1191049963)--Connection(1335460065)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.979--ClientSession(1191049963)--Connection(1335460065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:54.979--UnitOfWork(271230460)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4bab804f) [junit] [EL Fine]: 2024-04-30 17:53:54.979--ClientSession(1191049963)--Connection(527331152)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2024-04-30 17:53:54.98--UnitOfWork(271230460)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62a81453) [junit] [EL Fine]: 2024-04-30 17:53:54.98--ClientSession(1191049963)--Connection(527331152)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2024-04-30 17:53:54.98--ClientSession(1191049963)--Connection(527331152)--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]: 2024-04-30 17:53:54.981--UnitOfWork(271230460)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:54.981--UnitOfWork(271230460)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.981--UnitOfWork(271230460)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.981--ClientSession(1191049963)--Connection(527331152)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.981--ServerSession(1918393987)--Connection(1335460065)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.982--UnitOfWork(271230460)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.982--UnitOfWork(271230460)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.982--UnitOfWork(271230460)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.982--ClientSession(1191049963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.982--UnitOfWork(271230460)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.982--ClientSession(1191049963)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.982--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 475871084 [junit] [EL Finer]: 2024-04-30 17:53:54.982--ClientSession(475871084)--Thread(Thread[main,5,main])--acquire unit of work: 1123207912 [junit] [EL Finest]: 2024-04-30 17:53:54.982--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.982--ServerSession(1918393987)--Connection(1633583079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.982--ClientSession(475871084)--Connection(1633583079)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.982--ClientSession(475871084)--Connection(1633583079)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:54.983--ClientSession(475871084)--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]: 2024-04-30 17:53:54.983--ClientSession(475871084)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQUENCE" sql="SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = #SEQ_NAME") [junit] [EL Fine]: 2024-04-30 17:53:54.983--ClientSession(475871084)--Connection(1911860918)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: 2024-04-30 17:53:54.984--ClientSession(475871084)--Connection(1911860918)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Finest]: 2024-04-30 17:53:54.985--ClientSession(475871084)--Connection(1911860918)--Thread(Thread[main,5,main])--local sequencing preallocation for SEQ_GEN: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:53:54.985--ClientSession(475871084)--Connection(1911860918)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.985--ServerSession(1918393987)--Connection(1911860918)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:53:54.985--ServerSession(1918393987)--Connection(1633583079)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:53:54.985--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@3bbc47c9) [junit] [EL Finer]: 2024-04-30 17:53:54.986--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:54.986--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@3bbc47c9) [junit] [EL Finest]: 2024-04-30 17:53:54.986--ServerSession(1918393987)--Connection(1148140115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.986--ClientSession(475871084)--Connection(1148140115)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.986--ClientSession(475871084)--Connection(1148140115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.986--ClientSession(475871084)--Connection(1279249383)--Thread(Thread[main,5,main])--INSERT INTO TMP_ISLAND (ID, NAME, DTYPE) VALUES (?, ?, ?) [junit] bind => [1, null, Island] [junit] [EL Finer]: 2024-04-30 17:53:54.987--ClientSession(475871084)--Connection(1279249383)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:54.987--ServerSession(1918393987)--Connection(1148140115)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.987--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:54.987--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.987--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.987--ClientSession(475871084)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:54.987--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.987--ClientSession(475871084)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.987--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 158203067 [junit] [EL Finer]: 2024-04-30 17:53:54.987--ClientSession(158203067)--Thread(Thread[main,5,main])--acquire unit of work: 888005223 [junit] [EL Finest]: 2024-04-30 17:53:54.988--UnitOfWork(888005223)--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]: 2024-04-30 17:53:54.988--UnitOfWork(888005223)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@3e0e0ba7 [junit] [EL Finest]: 2024-04-30 17:53:54.988--UnitOfWork(888005223)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.988--UnitOfWork(888005223)--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]: 2024-04-30 17:53:54.988--UnitOfWork(888005223)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.988--ClientSession(158203067)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.988--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 213762292 [junit] [EL Finer]: 2024-04-30 17:53:54.988--ClientSession(213762292)--Thread(Thread[main,5,main])--acquire unit of work: 17921215 [junit] [EL Finest]: 2024-04-30 17:53:54.988--UnitOfWork(17921215)--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]: 2024-04-30 17:53:54.988--UnitOfWork(17921215)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@3e0e0ba7 [junit] [EL Finest]: 2024-04-30 17:53:54.988--UnitOfWork(17921215)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.988--UnitOfWork(17921215)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:54.988--UnitOfWork(17921215)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Island ) [junit] [EL Finest]: 2024-04-30 17:53:54.988--UnitOfWork(17921215)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@4f0c1409) [junit] [EL Finest]: 2024-04-30 17:53:54.989--ServerSession(1918393987)--Connection(2052202839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.989--ClientSession(213762292)--Connection(2052202839)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.989--ClientSession(213762292)--Connection(2052202839)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:54.989--ClientSession(213762292)--Connection(1886127662)--Thread(Thread[main,5,main])--DELETE FROM TMP_ISLAND WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finer]: 2024-04-30 17:53:54.989--UnitOfWork(17921215)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:54.989--UnitOfWork(17921215)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:54.989--UnitOfWork(17921215)--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]: 2024-04-30 17:53:54.989--UnitOfWork(17921215)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@3e0e0ba7 [junit] [EL Finer]: 2024-04-30 17:53:54.989--UnitOfWork(17921215)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:54.989--ClientSession(213762292)--Connection(1886127662)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:54.989--ServerSession(1918393987)--Connection(2052202839)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.99--ClientSession(213762292)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:54.998--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1804771537 [junit] [EL Finer]: 2024-04-30 17:53:54.999--ClientSession(1804771537)--Thread(Thread[main,5,main])--acquire unit of work: 1268701597 [junit] [EL Finest]: 2024-04-30 17:53:54.999--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.999--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:54.999--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:54.999--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:54.999--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:54.999--ServerSession(1918393987)--Connection(633686225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:54.999--ClientSession(1804771537)--Connection(633686225)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:54.999--ClientSession(1804771537)--Connection(633686225)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:54.999--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@402c9a60) [junit] [EL Fine]: 2024-04-30 17:53:55.0--ClientSession(1804771537)--Connection(1198139417)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2024-04-30 17:53:55.0--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ec62141) [junit] [EL Fine]: 2024-04-30 17:53:55.0--ClientSession(1804771537)--Connection(1198139417)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2024-04-30 17:53:55.001--ClientSession(1804771537)--Connection(1198139417)--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]: 2024-04-30 17:53:55.001--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.001--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.001--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.002--ClientSession(1804771537)--Connection(1198139417)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.002--ServerSession(1918393987)--Connection(633686225)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.002--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.002--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.002--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.002--ClientSession(1804771537)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.002--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.002--ClientSession(1804771537)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.002--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1373696747 [junit] [EL Finer]: 2024-04-30 17:53:55.003--ClientSession(1373696747)--Thread(Thread[main,5,main])--acquire unit of work: 2052185144 [junit] [EL Finest]: 2024-04-30 17:53:55.003--UnitOfWork(2052185144)--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]: 2024-04-30 17:53:55.003--ServerSession(1918393987)--Connection(832887631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.003--ServerSession(1918393987)--Connection(832887631)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.003--ServerSession(1918393987)--Connection(675475202)--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]: 2024-04-30 17:53:55.003--ServerSession(1918393987)--Connection(832887631)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush [junit] [EL Finer]: 2024-04-30 17:53:55.021--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 140733684 [junit] [EL Finer]: 2024-04-30 17:53:55.021--ClientSession(140733684)--Thread(Thread[main,5,main])--acquire unit of work: 2090144454 [junit] [EL Finest]: 2024-04-30 17:53:55.021--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.021--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.021--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@191) [junit] [EL Finest]: 2024-04-30 17:53:55.022--ServerSession(1918393987)--Connection(149820420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.022--ClientSession(140733684)--Connection(149820420)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.022--ClientSession(140733684)--Connection(149820420)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.022--ClientSession(140733684)--Connection(1547248893)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [401, dep401, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.022--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.022--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.023--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.023--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.023--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finer]: 2024-04-30 17:53:55.024--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.024--ClientSession(140733684)--Connection(1547248893)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:55.024--ServerSession(1918393987)--Connection(149820420)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.024--ClientSession(140733684)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.032--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 49477935 [junit] [EL Finer]: 2024-04-30 17:53:55.032--ClientSession(49477935)--Thread(Thread[main,5,main])--acquire unit of work: 217859585 [junit] [EL Finest]: 2024-04-30 17:53:55.033--UnitOfWork(217859585)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.033--UnitOfWork(217859585)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.033--UnitOfWork(217859585)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Finest]: 2024-04-30 17:53:55.033--ServerSession(1918393987)--Connection(1352773510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.033--ClientSession(49477935)--Connection(1352773510)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.033--ClientSession(49477935)--Connection(1352773510)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.033--ClientSession(49477935)--Connection(1040394205)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [301, changed, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.034--UnitOfWork(217859585)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.034--UnitOfWork(217859585)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.034--UnitOfWork(217859585)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.034--UnitOfWork(217859585)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Fine]: 2024-04-30 17:53:55.034--ClientSession(49477935)--Connection(1040394205)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [initial, 2, 301, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.035--ClientSession(49477935)--Connection(1040394205)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.035--ServerSession(1918393987)--Connection(1352773510)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.035--UnitOfWork(217859585)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.035--UnitOfWork(217859585)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.035--UnitOfWork(217859585)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.035--ClientSession(49477935)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.035--UnitOfWork(217859585)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.035--ClientSession(49477935)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.035--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1241213245 [junit] [EL Finer]: 2024-04-30 17:53:55.035--ClientSession(1241213245)--Thread(Thread[main,5,main])--acquire unit of work: 941194882 [junit] [EL Finest]: 2024-04-30 17:53:55.035--UnitOfWork(941194882)--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]: 2024-04-30 17:53:55.035--UnitOfWork(941194882)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finer]: 2024-04-30 17:53:55.036--UnitOfWork(941194882)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.036--UnitOfWork(941194882)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Finest]: 2024-04-30 17:53:55.036--ServerSession(1918393987)--Connection(115016870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.036--ClientSession(1241213245)--Connection(115016870)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.036--ClientSession(1241213245)--Connection(115016870)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.036--ClientSession(1241213245)--Connection(150172894)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [changed, 3, 301, 2] [junit] [EL Finer]: 2024-04-30 17:53:55.036--UnitOfWork(941194882)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.036--UnitOfWork(941194882)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.036--UnitOfWork(941194882)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.036--UnitOfWork(941194882)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Fine]: 2024-04-30 17:53:55.037--ClientSession(1241213245)--Connection(150172894)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [initial, 4, 301, 3] [junit] [EL Finer]: 2024-04-30 17:53:55.037--ClientSession(1241213245)--Connection(150172894)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.037--ServerSession(1918393987)--Connection(115016870)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.037--UnitOfWork(941194882)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.037--UnitOfWork(941194882)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.037--UnitOfWork(941194882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.037--ClientSession(1241213245)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.037--UnitOfWork(941194882)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.037--ClientSession(1241213245)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.037--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1448904830 [junit] [EL Finer]: 2024-04-30 17:53:55.038--ClientSession(1448904830)--Thread(Thread[main,5,main])--acquire unit of work: 1545688642 [junit] [EL Finest]: 2024-04-30 17:53:55.038--UnitOfWork(1545688642)--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]: 2024-04-30 17:53:55.038--UnitOfWork(1545688642)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finer]: 2024-04-30 17:53:55.047--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1627289079 [junit] [EL Finer]: 2024-04-30 17:53:55.047--ClientSession(1627289079)--Thread(Thread[main,5,main])--acquire unit of work: 1311163144 [junit] [EL Finest]: 2024-04-30 17:53:55.047--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.047--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.047--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.047--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:53:55.048--ServerSession(1918393987)--Connection(2077742876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.048--ServerSession(1918393987)--Connection(2077742876)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.048--ServerSession(1918393987)--Connection(1385576505)--Thread(Thread[main,5,main])--SELECT PLACE FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [3, 3] [junit] [EL Finest]: 2024-04-30 17:53:55.048--ServerSession(1918393987)--Connection(2077742876)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.048--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.049--ClientSession(1627289079)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.049--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2083887112 [junit] [EL Finer]: 2024-04-30 17:53:55.049--ClientSession(2083887112)--Thread(Thread[main,5,main])--acquire unit of work: 520171591 [junit] [EL Finest]: 2024-04-30 17:53:55.049--UnitOfWork(520171591)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.049--UnitOfWork(520171591)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.049--UnitOfWork(520171591)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.049--UnitOfWork(520171591)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.049--ClientSession(2083887112)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.049--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1214701735 [junit] [EL Finer]: 2024-04-30 17:53:55.049--ClientSession(1214701735)--Thread(Thread[main,5,main])--acquire unit of work: 1772262616 [junit] [EL Finest]: 2024-04-30 17:53:55.049--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.049--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.049--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.049--ServerSession(1918393987)--Connection(1850252216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.049--ClientSession(1214701735)--Connection(1850252216)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.049--ClientSession(1214701735)--Connection(1850252216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.05--ClientSession(1214701735)--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]: 2024-04-30 17:53:55.05--ClientSession(1214701735)--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]: 2024-04-30 17:53:55.05--ClientSession(1214701735)--Connection(322033405)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2024-04-30 17:53:55.05--ClientSession(1214701735)--Connection(322033405)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2024-04-30 17:53:55.05--ClientSession(1214701735)--Connection(322033405)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:53:55.051--ClientSession(1214701735)--Connection(322033405)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.051--ServerSession(1918393987)--Connection(322033405)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:53:55.051--ServerSession(1918393987)--Connection(1850252216)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:53:55.051--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ed904b19) [junit] [EL Finer]: 2024-04-30 17:53:55.051--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.051--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.052--ServerSession(1918393987)--Connection(859897724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.052--ServerSession(1918393987)--Connection(859897724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.052--ServerSession(1918393987)--Connection(70140977)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2024-04-30 17:53:55.052--ServerSession(1918393987)--Connection(859897724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.052--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.052--ClientSession(1214701735)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.061--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1574053815 [junit] [EL Finer]: 2024-04-30 17:53:55.061--ClientSession(1574053815)--Thread(Thread[main,5,main])--acquire unit of work: 1027310894 [junit] [EL Finest]: 2024-04-30 17:53:55.061--UnitOfWork(1027310894)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.061--UnitOfWork(1027310894)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.062--UnitOfWork(1027310894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@12d) [junit] [EL Finest]: 2024-04-30 17:53:55.062--ServerSession(1918393987)--Connection(1233113908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.062--ClientSession(1574053815)--Connection(1233113908)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.062--ClientSession(1574053815)--Connection(1233113908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Warning]: 2024-04-30 17:53:55.062--UnitOfWork(1027310894)--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:149) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeMethod(PrivilegedAccessHelper.java:635) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.invokeMethod(EntityListener.java:322) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListener.invokeMethod(EntityClassListener.java:77) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.postInsert(EntityListener.java:429) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyListener(DescriptorEventManager.java:716) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyEJB30Listeners(DescriptorEventManager.java:682) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.executeEvent(DescriptorEventManager.java:233) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:538) [junit] at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:85) [junit] at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:95) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:229) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:128) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1519) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1665) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:463) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:975) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush.testWithException(TestFlush.java:564) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Warning]: 2024-04-30 17:53:55.063--UnitOfWork(1027310894)--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:149) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeMethod(PrivilegedAccessHelper.java:635) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.invokeMethod(EntityListener.java:322) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListener.invokeMethod(EntityClassListener.java:77) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.postInsert(EntityListener.java:429) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyListener(DescriptorEventManager.java:716) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyEJB30Listeners(DescriptorEventManager.java:682) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.executeEvent(DescriptorEventManager.java:233) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:538) [junit] at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:85) [junit] at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:95) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:229) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:128) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1519) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1665) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:463) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:975) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush.testWithException(TestFlush.java:564) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:53:55.063--UnitOfWork(1027310894)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.063--ClientSession(1574053815)--Connection(947519212)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:55.063--ServerSession(1918393987)--Connection(1233113908)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.063--ClientSession(1574053815)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.082--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1963729827 [junit] [EL Finer]: 2024-04-30 17:53:55.082--ClientSession(1963729827)--Thread(Thread[main,5,main])--acquire unit of work: 595755231 [junit] [EL Finest]: 2024-04-30 17:53:55.082--UnitOfWork(595755231)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.082--UnitOfWork(595755231)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.082--UnitOfWork(595755231)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.083--UnitOfWork(595755231)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.083--UnitOfWork(595755231)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.083--UnitOfWork(595755231)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@182fd26b) [junit] [EL Finest]: 2024-04-30 17:53:55.083--ServerSession(1918393987)--Connection(305700980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.083--ClientSession(1963729827)--Connection(305700980)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.083--ClientSession(1963729827)--Connection(305700980)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.084--UnitOfWork(595755231)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67) [junit] [EL Fine]: 2024-04-30 17:53:55.084--ClientSession(1963729827)--Connection(1941633008)--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]: 2024-04-30 17:53:55.085--UnitOfWork(595755231)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@66) [junit] [EL Finest]: 2024-04-30 17:53:55.085--UnitOfWork(595755231)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@65) [junit] [EL Finer]: 2024-04-30 17:53:55.085--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.085--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.085--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [103, 2006-10-19, Six-Sigma, 1, Review] [junit] [EL Fine]: 2024-04-30 17:53:55.085--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [102, 2006-10-19, Passion, 1, Review] [junit] [EL Fine]: 2024-04-30 17:53:55.085--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [101, 2006-10-19, Performance, 1, Review] [junit] [EL Finer]: 2024-04-30 17:53:55.085--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.087--ClientSession(1963729827)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Finer]: 2024-04-30 17:53:55.088--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.088--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.088--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [0, 103] [junit] [EL Fine]: 2024-04-30 17:53:55.088--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [0, 102] [junit] [EL Fine]: 2024-04-30 17:53:55.088--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [0, 101] [junit] [EL Finer]: 2024-04-30 17:53:55.088--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.089--ClientSession(1963729827)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:53:55.089--ClientSession(1963729827)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:55.089--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.089--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.089--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.089--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.089--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])-- bind => [103, 302] [junit] [EL Finer]: 2024-04-30 17:53:55.089--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:55.09--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.09--ServerSession(1918393987)--Connection(305700980)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.091--UnitOfWork(595755231)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.091--UnitOfWork(595755231)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.091--UnitOfWork(595755231)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.091--ClientSession(1963729827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.091--UnitOfWork(595755231)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.091--ClientSession(1963729827)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.091--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 523655718 [junit] [EL Finer]: 2024-04-30 17:53:55.091--ClientSession(523655718)--Thread(Thread[main,5,main])--acquire unit of work: 1151964959 [junit] [EL Finest]: 2024-04-30 17:53:55.091--UnitOfWork(1151964959)--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]: 2024-04-30 17:53:55.091--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e2cd42c [junit] [EL Finest]: 2024-04-30 17:53:55.091--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.091--ServerSession(1918393987)--Connection(831543502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.091--ServerSession(1918393987)--Connection(831543502)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.092--ServerSession(1918393987)--Connection(956903564)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.092--ServerSession(1918393987)--Connection(831543502)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.093--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:55.093--ServerSession(1918393987)--Connection(209455103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.093--ServerSession(1918393987)--Connection(209455103)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.093--ServerSession(1918393987)--Connection(220667244)--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]: 2024-04-30 17:53:55.095--ServerSession(1918393987)--Connection(209455103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.095--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@65 [junit] [EL Finest]: 2024-04-30 17:53:55.095--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@66 [junit] [EL Finest]: 2024-04-30 17:53:55.095--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67 [junit] [EL Finer]: 2024-04-30 17:53:55.095--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.096--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:55.096--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:55.096--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cdad619) [junit] [EL Finest]: 2024-04-30 17:53:55.096--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Finest]: 2024-04-30 17:53:55.096--ServerSession(1918393987)--Connection(1095122006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.096--ClientSession(523655718)--Connection(1095122006)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.096--ClientSession(523655718)--Connection(1095122006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.096--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:53:55.096--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:53:55.097--ClientSession(523655718)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:55.097--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.097--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] [EL Fine]: 2024-04-30 17:53:55.097--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.097--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [103, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.097--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Finer]: 2024-04-30 17:53:55.097--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.098--ClientSession(523655718)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:55.098--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.098--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.098--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.098--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Finer]: 2024-04-30 17:53:55.098--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:55.099--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.099--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.099--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.099--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cdad619) [junit] [EL Finest]: 2024-04-30 17:53:55.099--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:53:55.099--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:53:55.1--ClientSession(523655718)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:55.1--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.1--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] [EL Fine]: 2024-04-30 17:53:55.1--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.1--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Finer]: 2024-04-30 17:53:55.1--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.1--ClientSession(523655718)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:53:55.101--ClientSession(523655718)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:55.101--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.101--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.101--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [103, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.101--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.101--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Finer]: 2024-04-30 17:53:55.101--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:55.102--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.102--ServerSession(1918393987)--Connection(1095122006)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.102--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.102--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.102--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.102--ClientSession(523655718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.102--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.102--ClientSession(523655718)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.102--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1663801016 [junit] [EL Finer]: 2024-04-30 17:53:55.102--ClientSession(1663801016)--Thread(Thread[main,5,main])--acquire unit of work: 5525099 [junit] [EL Finest]: 2024-04-30 17:53:55.102--UnitOfWork(5525099)--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]: 2024-04-30 17:53:55.103--UnitOfWork(5525099)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e2cd42c [junit] [EL Finest]: 2024-04-30 17:53:55.103--UnitOfWork(5525099)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.103--ServerSession(1918393987)--Connection(1705405045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.103--ServerSession(1918393987)--Connection(1705405045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.103--ServerSession(1918393987)--Connection(1510452783)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.104--ServerSession(1918393987)--Connection(1705405045)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.104--UnitOfWork(5525099)--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]: 2024-04-30 17:53:55.104--ServerSession(1918393987)--Connection(1000927054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.104--ServerSession(1918393987)--Connection(1000927054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.104--ServerSession(1918393987)--Connection(1829490572)--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]: 2024-04-30 17:53:55.105--ServerSession(1918393987)--Connection(1000927054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.105--UnitOfWork(5525099)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@65 [junit] [EL Finest]: 2024-04-30 17:53:55.105--UnitOfWork(5525099)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@66 [junit] [EL Finest]: 2024-04-30 17:53:55.105--UnitOfWork(5525099)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67 [junit] [EL Finer]: 2024-04-30 17:53:55.105--UnitOfWork(5525099)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.106--ClientSession(1663801016)--Thread(Thread[main,5,main])--client released [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.096 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference [junit] [EL Finer]: 2024-04-30 17:53:55.123--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1460372957 [junit] [EL Finer]: 2024-04-30 17:53:55.123--ClientSession(1460372957)--Thread(Thread[main,5,main])--acquire unit of work: 684634718 [junit] [EL Finest]: 2024-04-30 17:53:55.123--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.123--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.123--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.123--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.123--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.123--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.124--UnitOfWork(684634718)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.124--UnitOfWork(684634718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.124--ServerSession(1918393987)--Connection(1209568547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.124--ClientSession(1460372957)--Connection(1209568547)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.124--ClientSession(1460372957)--Connection(1209568547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.124--UnitOfWork(684634718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.124--UnitOfWork(684634718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7253c53) [junit] [EL Finer]: 2024-04-30 17:53:55.125--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.125--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.125--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.125--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.125--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.126--UnitOfWork(684634718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@31fc658f) [junit] [EL Fine]: 2024-04-30 17:53:55.126--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.126--UnitOfWork(684634718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a24390b) [junit] [EL Fine]: 2024-04-30 17:53:55.127--ClientSession(1460372957)--Connection(1214276218)--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]: 2024-04-30 17:53:55.127--UnitOfWork(684634718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.128--ClientSession(1460372957)--Connection(1214276218)--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]: 2024-04-30 17:53:55.128--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.129--ClientSession(1460372957)--Connection(1214276218)--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]: 2024-04-30 17:53:55.129--UnitOfWork(684634718)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.13--UnitOfWork(684634718)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.13--UnitOfWork(684634718)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.13--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.131--ServerSession(1918393987)--Connection(1209568547)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.131--UnitOfWork(684634718)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.131--UnitOfWork(684634718)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.131--UnitOfWork(684634718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.132--ClientSession(1460372957)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.132--UnitOfWork(684634718)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.132--ClientSession(1460372957)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.132--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1370139092 [junit] [EL Finer]: 2024-04-30 17:53:55.132--ClientSession(1370139092)--Thread(Thread[main,5,main])--acquire unit of work: 1653786174 [junit] [EL Finest]: 2024-04-30 17:53:55.132--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.132--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.132--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.132--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.132--ServerSession(1918393987)--Connection(2144545878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.133--ServerSession(1918393987)--Connection(2144545878)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.133--ServerSession(1918393987)--Connection(184854180)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.133--ServerSession(1918393987)--Connection(2144545878)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.134--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.134--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finer]: 2024-04-30 17:53:55.134--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.134--ClientSession(1370139092)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.144--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 428609308 [junit] [EL Finer]: 2024-04-30 17:53:55.144--ClientSession(428609308)--Thread(Thread[main,5,main])--acquire unit of work: 43856881 [junit] [EL Finest]: 2024-04-30 17:53:55.144--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.144--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.144--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.144--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.144--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.144--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.144--UnitOfWork(43856881)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.145--UnitOfWork(43856881)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.145--ServerSession(1918393987)--Connection(1847434034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.145--ClientSession(428609308)--Connection(1847434034)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.145--ClientSession(428609308)--Connection(1847434034)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.145--UnitOfWork(43856881)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.145--UnitOfWork(43856881)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4fcedf83) [junit] [EL Finer]: 2024-04-30 17:53:55.145--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.145--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.145--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.146--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.146--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.146--UnitOfWork(43856881)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@6773bab2) [junit] [EL Fine]: 2024-04-30 17:53:55.147--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.147--UnitOfWork(43856881)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24a7725d) [junit] [EL Fine]: 2024-04-30 17:53:55.147--ClientSession(428609308)--Connection(766950017)--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]: 2024-04-30 17:53:55.147--UnitOfWork(43856881)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.148--ClientSession(428609308)--Connection(766950017)--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]: 2024-04-30 17:53:55.149--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.149--ClientSession(428609308)--Connection(766950017)--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]: 2024-04-30 17:53:55.149--UnitOfWork(43856881)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.15--UnitOfWork(43856881)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.15--UnitOfWork(43856881)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.15--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.151--ServerSession(1918393987)--Connection(1847434034)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.151--UnitOfWork(43856881)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.151--UnitOfWork(43856881)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.151--UnitOfWork(43856881)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.151--ClientSession(428609308)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.151--UnitOfWork(43856881)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.151--ClientSession(428609308)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.151--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1919161875 [junit] [EL Finer]: 2024-04-30 17:53:55.151--ClientSession(1919161875)--Thread(Thread[main,5,main])--acquire unit of work: 1299311707 [junit] [EL Finest]: 2024-04-30 17:53:55.151--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.152--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.152--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.152--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.152--ServerSession(1918393987)--Connection(1716909005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.152--ServerSession(1918393987)--Connection(1716909005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.152--ServerSession(1918393987)--Connection(612681832)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.152--ServerSession(1918393987)--Connection(1716909005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.153--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20e3b165 [junit] [EL Finer]: 2024-04-30 17:53:55.153--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.153--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.153--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.153--ClientSession(1919161875)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.153--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2073225885 [junit] [EL Finer]: 2024-04-30 17:53:55.153--ClientSession(2073225885)--Thread(Thread[main,5,main])--acquire unit of work: 1799078390 [junit] [EL Finest]: 2024-04-30 17:53:55.153--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.153--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.153--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.153--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.153--ServerSession(1918393987)--Connection(1551501036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.153--ServerSession(1918393987)--Connection(1551501036)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.154--ServerSession(1918393987)--Connection(1769687268)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.154--ServerSession(1918393987)--Connection(1551501036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.154--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.154--ClientSession(2073225885)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:53:55.154--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7491cdae [junit] [EL Finest]: 2024-04-30 17:53:55.155--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.155--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.155--ServerSession(1918393987)--Connection(452368204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.155--ServerSession(1918393987)--Connection(452368204)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.155--ServerSession(1918393987)--Connection(1641421582)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.155--ServerSession(1918393987)--Connection(452368204)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.156--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.156--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.156--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.156--ClientSession(2073225885)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.167--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 861286727 [junit] [EL Finer]: 2024-04-30 17:53:55.167--ClientSession(861286727)--Thread(Thread[main,5,main])--acquire unit of work: 857972082 [junit] [EL Finest]: 2024-04-30 17:53:55.167--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.167--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.167--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.167--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.167--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.167--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.167--UnitOfWork(857972082)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.167--UnitOfWork(857972082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.168--ServerSession(1918393987)--Connection(393413334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.168--ClientSession(861286727)--Connection(393413334)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.168--ClientSession(861286727)--Connection(393413334)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.168--UnitOfWork(857972082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.168--UnitOfWork(857972082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@261b6c8c) [junit] [EL Finer]: 2024-04-30 17:53:55.168--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.168--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.168--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.168--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.168--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.169--UnitOfWork(857972082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@59c00010) [junit] [EL Fine]: 2024-04-30 17:53:55.169--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.169--UnitOfWork(857972082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@97cb8dc) [junit] [EL Fine]: 2024-04-30 17:53:55.169--ClientSession(861286727)--Connection(720613460)--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]: 2024-04-30 17:53:55.17--UnitOfWork(857972082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.17--ClientSession(861286727)--Connection(720613460)--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]: 2024-04-30 17:53:55.17--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.171--ClientSession(861286727)--Connection(720613460)--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]: 2024-04-30 17:53:55.171--UnitOfWork(857972082)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.171--UnitOfWork(857972082)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.171--UnitOfWork(857972082)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.172--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.172--ServerSession(1918393987)--Connection(393413334)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.173--UnitOfWork(857972082)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.173--UnitOfWork(857972082)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.173--UnitOfWork(857972082)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.173--ClientSession(861286727)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.173--UnitOfWork(857972082)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.173--ClientSession(861286727)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.173--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 904909100 [junit] [EL Finer]: 2024-04-30 17:53:55.173--ClientSession(904909100)--Thread(Thread[main,5,main])--acquire unit of work: 1895260790 [junit] [EL Finest]: 2024-04-30 17:53:55.173--UnitOfWork(1895260790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.173--ServerSession(1918393987)--Connection(504924013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.173--ServerSession(1918393987)--Connection(504924013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.173--ServerSession(1918393987)--Connection(401130380)--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]: 2024-04-30 17:53:55.174--ServerSession(1918393987)--Connection(504924013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.174--UnitOfWork(1895260790)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.174--ClientSession(904909100)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.184--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1747991614 [junit] [EL Finer]: 2024-04-30 17:53:55.184--ClientSession(1747991614)--Thread(Thread[main,5,main])--acquire unit of work: 784481987 [junit] [EL Finest]: 2024-04-30 17:53:55.184--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.184--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.184--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.184--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.184--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.184--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.184--UnitOfWork(784481987)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.185--UnitOfWork(784481987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.185--ServerSession(1918393987)--Connection(1482979717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.185--ClientSession(1747991614)--Connection(1482979717)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.185--ClientSession(1747991614)--Connection(1482979717)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.185--UnitOfWork(784481987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.185--UnitOfWork(784481987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3db5195) [junit] [EL Finer]: 2024-04-30 17:53:55.185--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.185--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.185--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.185--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.186--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.186--UnitOfWork(784481987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2213854b) [junit] [EL Fine]: 2024-04-30 17:53:55.186--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.187--UnitOfWork(784481987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c5044fa) [junit] [EL Fine]: 2024-04-30 17:53:55.187--ClientSession(1747991614)--Connection(236753357)--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]: 2024-04-30 17:53:55.187--UnitOfWork(784481987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.187--ClientSession(1747991614)--Connection(236753357)--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]: 2024-04-30 17:53:55.188--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.188--ClientSession(1747991614)--Connection(236753357)--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]: 2024-04-30 17:53:55.189--UnitOfWork(784481987)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.189--UnitOfWork(784481987)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.189--UnitOfWork(784481987)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.189--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.19--ServerSession(1918393987)--Connection(1482979717)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.19--UnitOfWork(784481987)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.19--UnitOfWork(784481987)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.191--UnitOfWork(784481987)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.191--ClientSession(1747991614)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.191--UnitOfWork(784481987)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.191--ClientSession(1747991614)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.191--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1814815047 [junit] [EL Finer]: 2024-04-30 17:53:55.191--ClientSession(1814815047)--Thread(Thread[main,5,main])--acquire unit of work: 232639889 [junit] [EL Finest]: 2024-04-30 17:53:55.191--UnitOfWork(232639889)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.191--UnitOfWork(232639889)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:55.191--UnitOfWork(232639889)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.191--ClientSession(1814815047)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.201--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1465812524 [junit] [EL Finer]: 2024-04-30 17:53:55.201--ClientSession(1465812524)--Thread(Thread[main,5,main])--acquire unit of work: 492288241 [junit] [EL Finest]: 2024-04-30 17:53:55.201--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.201--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.201--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.201--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.201--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.201--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.202--UnitOfWork(492288241)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.202--UnitOfWork(492288241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.202--ServerSession(1918393987)--Connection(791512944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.202--ClientSession(1465812524)--Connection(791512944)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.202--ClientSession(1465812524)--Connection(791512944)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.202--UnitOfWork(492288241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.203--UnitOfWork(492288241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3adeca1f) [junit] [EL Finer]: 2024-04-30 17:53:55.203--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.203--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.203--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.203--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.203--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.203--UnitOfWork(492288241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@448a6d00) [junit] [EL Fine]: 2024-04-30 17:53:55.204--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.204--UnitOfWork(492288241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1aee6983) [junit] [EL Fine]: 2024-04-30 17:53:55.204--ClientSession(1465812524)--Connection(1949153992)--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]: 2024-04-30 17:53:55.204--UnitOfWork(492288241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.205--ClientSession(1465812524)--Connection(1949153992)--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]: 2024-04-30 17:53:55.205--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.205--ClientSession(1465812524)--Connection(1949153992)--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]: 2024-04-30 17:53:55.206--UnitOfWork(492288241)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.206--UnitOfWork(492288241)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.206--UnitOfWork(492288241)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.206--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.207--ServerSession(1918393987)--Connection(791512944)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.207--UnitOfWork(492288241)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.207--UnitOfWork(492288241)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.207--UnitOfWork(492288241)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.207--ClientSession(1465812524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.207--UnitOfWork(492288241)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.207--ClientSession(1465812524)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.207--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 811986896 [junit] [EL Finer]: 2024-04-30 17:53:55.207--ClientSession(811986896)--Thread(Thread[main,5,main])--acquire unit of work: 2058316797 [junit] [EL Finest]: 2024-04-30 17:53:55.207--UnitOfWork(2058316797)--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]: 2024-04-30 17:53:55.208--UnitOfWork(2058316797)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:55.208--UnitOfWork(2058316797)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.208--ClientSession(811986896)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.208--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1638556416 [junit] [EL Finer]: 2024-04-30 17:53:55.208--ClientSession(1638556416)--Thread(Thread[main,5,main])--acquire unit of work: 2116946826 [junit] [EL Finest]: 2024-04-30 17:53:55.208--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.208--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:55.208--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.208--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.208--ServerSession(1918393987)--Connection(1446220517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.209--ClientSession(1638556416)--Connection(1446220517)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.209--ClientSession(1638556416)--Connection(1446220517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.209--ClientSession(1638556416)--Connection(1389461997)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 1, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.209--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.209--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.209--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.209--ClientSession(1638556416)--Connection(1389461997)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:55.209--ServerSession(1918393987)--Connection(1446220517)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.21--ClientSession(1638556416)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.219--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1919573610 [junit] [EL Finer]: 2024-04-30 17:53:55.219--ClientSession(1919573610)--Thread(Thread[main,5,main])--acquire unit of work: 1312451715 [junit] [EL Finest]: 2024-04-30 17:53:55.219--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.219--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.219--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.219--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.219--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.219--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.22--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.22--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.22--ServerSession(1918393987)--Connection(516226511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.22--ClientSession(1919573610)--Connection(516226511)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.22--ClientSession(1919573610)--Connection(516226511)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.22--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.22--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@49005dc4) [junit] [EL Finer]: 2024-04-30 17:53:55.22--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.22--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.22--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.22--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.221--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.221--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@6ab826bb) [junit] [EL Fine]: 2024-04-30 17:53:55.221--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.222--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54c37dab) [junit] [EL Fine]: 2024-04-30 17:53:55.222--ClientSession(1919573610)--Connection(85317141)--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]: 2024-04-30 17:53:55.222--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.222--ClientSession(1919573610)--Connection(85317141)--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]: 2024-04-30 17:53:55.223--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.223--ClientSession(1919573610)--Connection(85317141)--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]: 2024-04-30 17:53:55.223--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.225--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.225--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.225--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.225--ServerSession(1918393987)--Connection(516226511)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.226--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.226--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.226--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.226--ClientSession(1919573610)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.226--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.226--ClientSession(1919573610)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.226--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 709613209 [junit] [EL Finer]: 2024-04-30 17:53:55.226--ClientSession(709613209)--Thread(Thread[main,5,main])--acquire unit of work: 1610869600 [junit] [EL Finest]: 2024-04-30 17:53:55.226--UnitOfWork(1610869600)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:53:55.226--UnitOfWork(1610869600)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268 [junit] [EL Finer]: 2024-04-30 17:53:55.227--UnitOfWork(1610869600)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.227--ClientSession(709613209)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.237--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 590842329 [junit] [EL Finer]: 2024-04-30 17:53:55.237--ClientSession(590842329)--Thread(Thread[main,5,main])--acquire unit of work: 2133955451 [junit] [EL Finest]: 2024-04-30 17:53:55.237--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.237--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.237--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.237--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.237--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.237--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.237--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.237--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.237--ServerSession(1918393987)--Connection(2050379292)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.237--ClientSession(590842329)--Connection(2050379292)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.237--ClientSession(590842329)--Connection(2050379292)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.238--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.238--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1d38cdde) [junit] [EL Finer]: 2024-04-30 17:53:55.238--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.238--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.238--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.238--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.238--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.239--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@16745abd) [junit] [EL Fine]: 2024-04-30 17:53:55.239--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.239--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e612122) [junit] [EL Fine]: 2024-04-30 17:53:55.239--ClientSession(590842329)--Connection(698681873)--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]: 2024-04-30 17:53:55.239--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.24--ClientSession(590842329)--Connection(698681873)--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]: 2024-04-30 17:53:55.24--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.24--ClientSession(590842329)--Connection(698681873)--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]: 2024-04-30 17:53:55.241--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.241--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.241--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.241--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.241--ServerSession(1918393987)--Connection(2050379292)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.242--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.242--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.242--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.242--ClientSession(590842329)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.242--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.242--ClientSession(590842329)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.242--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 153820122 [junit] [EL Finer]: 2024-04-30 17:53:55.242--ClientSession(153820122)--Thread(Thread[main,5,main])--acquire unit of work: 1472186938 [junit] [EL Finest]: 2024-04-30 17:53:55.242--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.242--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:55.243--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.243--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.243--ServerSession(1918393987)--Connection(439946124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.243--ClientSession(153820122)--Connection(439946124)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.243--ClientSession(153820122)--Connection(439946124)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.243--ClientSession(153820122)--Connection(863956203)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.243--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.243--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.243--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.243--ClientSession(153820122)--Connection(863956203)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:55.244--ServerSession(1918393987)--Connection(439946124)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.244--ClientSession(153820122)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.253--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 391056646 [junit] [EL Finer]: 2024-04-30 17:53:55.253--ClientSession(391056646)--Thread(Thread[main,5,main])--acquire unit of work: 1556643300 [junit] [EL Finest]: 2024-04-30 17:53:55.253--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.253--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.254--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.254--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.254--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.254--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.254--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.254--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.254--ServerSession(1918393987)--Connection(1833726536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.254--ClientSession(391056646)--Connection(1833726536)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.254--ClientSession(391056646)--Connection(1833726536)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.254--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.255--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4693d24f) [junit] [EL Finer]: 2024-04-30 17:53:55.255--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.255--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.255--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.255--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.255--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.255--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2d36add1) [junit] [EL Fine]: 2024-04-30 17:53:55.256--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.256--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59aba3c3) [junit] [EL Fine]: 2024-04-30 17:53:55.256--ClientSession(391056646)--Connection(395229891)--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]: 2024-04-30 17:53:55.256--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.256--ClientSession(391056646)--Connection(395229891)--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]: 2024-04-30 17:53:55.257--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.257--ClientSession(391056646)--Connection(395229891)--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]: 2024-04-30 17:53:55.257--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.258--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.258--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.258--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.258--ServerSession(1918393987)--Connection(1833726536)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.259--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.259--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.259--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.259--ClientSession(391056646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.259--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.259--ClientSession(391056646)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.259--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1719112757 [junit] [EL Finer]: 2024-04-30 17:53:55.259--ClientSession(1719112757)--Thread(Thread[main,5,main])--acquire unit of work: 924413267 [junit] [EL Finest]: 2024-04-30 17:53:55.259--UnitOfWork(924413267)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.259--UnitOfWork(924413267)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.259--UnitOfWork(924413267)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.26--UnitOfWork(924413267)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.26--ServerSession(1918393987)--Connection(673901116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.26--ServerSession(1918393987)--Connection(673901116)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.26--ServerSession(1918393987)--Connection(1420130719)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.26--ServerSession(1918393987)--Connection(673901116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.285--UnitOfWork(924413267)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.285--ClientSession(1719112757)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.285--UnitOfWork(924413267)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.285--ClientSession(1719112757)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.285--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1170391958 [junit] [EL Finer]: 2024-04-30 17:53:55.285--ClientSession(1170391958)--Thread(Thread[main,5,main])--acquire unit of work: 1082987260 [junit] [EL Finest]: 2024-04-30 17:53:55.285--UnitOfWork(1082987260)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.285--UnitOfWork(1082987260)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:55.286--UnitOfWork(1082987260)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.286--ClientSession(1170391958)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.286--UnitOfWork(1082987260)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.286--ClientSession(1170391958)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.295--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1475886210 [junit] [EL Finer]: 2024-04-30 17:53:55.296--ClientSession(1475886210)--Thread(Thread[main,5,main])--acquire unit of work: 2053115425 [junit] [EL Finest]: 2024-04-30 17:53:55.296--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.296--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.296--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.296--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.296--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.296--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.296--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.296--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.296--ServerSession(1918393987)--Connection(1434590943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.296--ClientSession(1475886210)--Connection(1434590943)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.296--ClientSession(1475886210)--Connection(1434590943)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.297--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.297--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@296a71df) [junit] [EL Finer]: 2024-04-30 17:53:55.297--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.297--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.297--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.297--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.297--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.298--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@ab94a32) [junit] [EL Fine]: 2024-04-30 17:53:55.298--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.298--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53016c98) [junit] [EL Fine]: 2024-04-30 17:53:55.298--ClientSession(1475886210)--Connection(1582967668)--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]: 2024-04-30 17:53:55.299--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.299--ClientSession(1475886210)--Connection(1582967668)--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]: 2024-04-30 17:53:55.299--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.3--ClientSession(1475886210)--Connection(1582967668)--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]: 2024-04-30 17:53:55.3--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.3--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.3--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.3--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.301--ServerSession(1918393987)--Connection(1434590943)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.301--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.301--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.301--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.301--ClientSession(1475886210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.301--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.301--ClientSession(1475886210)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.301--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 802062915 [junit] [EL Finer]: 2024-04-30 17:53:55.301--ClientSession(802062915)--Thread(Thread[main,5,main])--acquire unit of work: 1392412640 [junit] [EL Finest]: 2024-04-30 17:53:55.301--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.302--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.302--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.302--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.302--ServerSession(1918393987)--Connection(325183616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.302--ServerSession(1918393987)--Connection(325183616)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.302--ServerSession(1918393987)--Connection(889633931)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.302--ServerSession(1918393987)--Connection(325183616)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.305--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.305--ClientSession(802062915)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.305--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.305--ClientSession(802062915)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 977574204 [junit] [EL Finer]: 2024-04-30 17:53:55.305--ClientSession(977574204)--Thread(Thread[main,5,main])--acquire unit of work: 1801848529 [junit] [EL Finest]: 2024-04-30 17:53:55.306--UnitOfWork(1801848529)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.306--UnitOfWork(1801848529)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:55.306--UnitOfWork(1801848529)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.306--ClientSession(977574204)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.306--UnitOfWork(1801848529)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.306--ClientSession(977574204)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.306--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 30912386 [junit] [EL Finer]: 2024-04-30 17:53:55.306--ClientSession(30912386)--Thread(Thread[main,5,main])--acquire unit of work: 1524396519 [junit] [EL Finest]: 2024-04-30 17:53:55.306--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.306--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.306--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.306--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.306--ServerSession(1918393987)--Connection(2129302349)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.306--ServerSession(1918393987)--Connection(2129302349)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.307--ServerSession(1918393987)--Connection(1191220798)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.307--ServerSession(1918393987)--Connection(2129302349)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.307--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.307--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:55.307--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:53:55.307--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@632dc41 [junit] [EL Finest]: 2024-04-30 17:53:55.308--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finer]: 2024-04-30 17:53:55.311--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.311--ClientSession(30912386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.311--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.311--ClientSession(30912386)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.32--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 888980963 [junit] [EL Finer]: 2024-04-30 17:53:55.32--ClientSession(888980963)--Thread(Thread[main,5,main])--acquire unit of work: 1936999851 [junit] [EL Finest]: 2024-04-30 17:53:55.32--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.32--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.32--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.32--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.32--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.32--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.32--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.321--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.321--ServerSession(1918393987)--Connection(1145210243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.321--ClientSession(888980963)--Connection(1145210243)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.321--ClientSession(888980963)--Connection(1145210243)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.321--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.321--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2cb53bfc) [junit] [EL Finer]: 2024-04-30 17:53:55.321--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.321--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.321--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.321--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.321--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.322--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2d114d27) [junit] [EL Fine]: 2024-04-30 17:53:55.322--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.322--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dbd70fd) [junit] [EL Fine]: 2024-04-30 17:53:55.322--ClientSession(888980963)--Connection(643565394)--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]: 2024-04-30 17:53:55.322--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.323--ClientSession(888980963)--Connection(643565394)--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]: 2024-04-30 17:53:55.323--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.323--ClientSession(888980963)--Connection(643565394)--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]: 2024-04-30 17:53:55.324--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.324--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.324--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.324--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.324--ServerSession(1918393987)--Connection(1145210243)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.325--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.325--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.325--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.325--ClientSession(888980963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.325--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.325--ClientSession(888980963)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.325--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2048174950 [junit] [EL Finer]: 2024-04-30 17:53:55.325--ClientSession(2048174950)--Thread(Thread[main,5,main])--acquire unit of work: 1417153600 [junit] [EL Finest]: 2024-04-30 17:53:55.325--UnitOfWork(1417153600)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:53:55.325--UnitOfWork(1417153600)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@632dc41 [junit] [EL Finest]: 2024-04-30 17:53:55.325--UnitOfWork(1417153600)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.325--UnitOfWork(1417153600)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.325--UnitOfWork(1417153600)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.325--ServerSession(1918393987)--Connection(110041993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.325--ServerSession(1918393987)--Connection(110041993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.326--ServerSession(1918393987)--Connection(757020217)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.326--ServerSession(1918393987)--Connection(110041993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.326--UnitOfWork(1417153600)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.326--ClientSession(2048174950)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.342--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1584119395 [junit] [EL Finer]: 2024-04-30 17:53:55.342--ClientSession(1584119395)--Thread(Thread[main,5,main])--acquire unit of work: 1765108426 [junit] [EL Finest]: 2024-04-30 17:53:55.342--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.342--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.342--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.342--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.342--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.343--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.343--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.343--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.343--ServerSession(1918393987)--Connection(1925514831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.343--ClientSession(1584119395)--Connection(1925514831)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.343--ClientSession(1584119395)--Connection(1925514831)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.343--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.343--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3e4636c3) [junit] [EL Finer]: 2024-04-30 17:53:55.344--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.344--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.344--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.344--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.344--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.344--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2123a61c) [junit] [EL Fine]: 2024-04-30 17:53:55.344--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.345--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ce760af) [junit] [EL Fine]: 2024-04-30 17:53:55.345--ClientSession(1584119395)--Connection(1242301611)--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]: 2024-04-30 17:53:55.345--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.345--ClientSession(1584119395)--Connection(1242301611)--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]: 2024-04-30 17:53:55.346--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.346--ClientSession(1584119395)--Connection(1242301611)--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]: 2024-04-30 17:53:55.347--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.347--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.347--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.347--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.347--ServerSession(1918393987)--Connection(1925514831)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.348--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.348--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.348--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.348--ClientSession(1584119395)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.348--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.348--ClientSession(1584119395)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.348--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 239471777 [junit] [EL Finer]: 2024-04-30 17:53:55.348--ClientSession(239471777)--Thread(Thread[main,5,main])--acquire unit of work: 1092280535 [junit] [EL Finest]: 2024-04-30 17:53:55.348--UnitOfWork(1092280535)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.348--ServerSession(1918393987)--Connection(1619796034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.348--ServerSession(1918393987)--Connection(1619796034)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.348--ServerSession(1918393987)--Connection(2122622251)--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]: 2024-04-30 17:53:55.349--ServerSession(1918393987)--Connection(1619796034)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.349--UnitOfWork(1092280535)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.349--ClientSession(239471777)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.349--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1452528082 [junit] [EL Finer]: 2024-04-30 17:53:55.349--ClientSession(1452528082)--Thread(Thread[main,5,main])--acquire unit of work: 1461482866 [junit] [EL Finest]: 2024-04-30 17:53:55.349--UnitOfWork(1461482866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.349--ServerSession(1918393987)--Connection(208289607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.349--ServerSession(1918393987)--Connection(208289607)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.349--ServerSession(1918393987)--Connection(1417465)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [99] [junit] [EL Finest]: 2024-04-30 17:53:55.35--ServerSession(1918393987)--Connection(208289607)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.35--UnitOfWork(1461482866)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.35--ClientSession(1452528082)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.359--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 204554655 [junit] [EL Finer]: 2024-04-30 17:53:55.359--ClientSession(204554655)--Thread(Thread[main,5,main])--acquire unit of work: 1138614237 [junit] [EL Finest]: 2024-04-30 17:53:55.359--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.359--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.359--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.359--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.359--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.359--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.359--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.36--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.36--ServerSession(1918393987)--Connection(598771651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.36--ClientSession(204554655)--Connection(598771651)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.36--ClientSession(204554655)--Connection(598771651)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.36--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.36--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@59d29065) [junit] [EL Finer]: 2024-04-30 17:53:55.36--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.36--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.36--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.36--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.36--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.361--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@20a116a0) [junit] [EL Fine]: 2024-04-30 17:53:55.361--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.361--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@745c8a04) [junit] [EL Fine]: 2024-04-30 17:53:55.361--ClientSession(204554655)--Connection(595363608)--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]: 2024-04-30 17:53:55.362--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.362--ClientSession(204554655)--Connection(595363608)--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]: 2024-04-30 17:53:55.362--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.363--ClientSession(204554655)--Connection(595363608)--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]: 2024-04-30 17:53:55.363--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.363--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.363--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.363--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.364--ServerSession(1918393987)--Connection(598771651)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.364--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.364--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.364--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.364--ClientSession(204554655)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.364--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.364--ClientSession(204554655)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.364--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 90081468 [junit] [EL Finer]: 2024-04-30 17:53:55.364--ClientSession(90081468)--Thread(Thread[main,5,main])--acquire unit of work: 1413677222 [junit] [EL Finest]: 2024-04-30 17:53:55.364--UnitOfWork(1413677222)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.364--UnitOfWork(1413677222)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:55.373--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 237869347 [junit] [EL Finer]: 2024-04-30 17:53:55.373--ClientSession(237869347)--Thread(Thread[main,5,main])--acquire unit of work: 1431213321 [junit] [EL Finest]: 2024-04-30 17:53:55.373--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.373--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.373--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.373--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.374--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.374--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.374--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.374--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.374--ServerSession(1918393987)--Connection(1265935994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.374--ClientSession(237869347)--Connection(1265935994)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.374--ClientSession(237869347)--Connection(1265935994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.374--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.374--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@34ea86ff) [junit] [EL Finer]: 2024-04-30 17:53:55.374--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.374--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.374--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.374--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.374--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.375--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1ac2829e) [junit] [EL Fine]: 2024-04-30 17:53:55.375--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.375--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@152dbf8e) [junit] [EL Fine]: 2024-04-30 17:53:55.375--ClientSession(237869347)--Connection(1311057965)--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]: 2024-04-30 17:53:55.376--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.376--ClientSession(237869347)--Connection(1311057965)--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]: 2024-04-30 17:53:55.376--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.377--ClientSession(237869347)--Connection(1311057965)--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]: 2024-04-30 17:53:55.377--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.377--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.377--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.377--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.377--ServerSession(1918393987)--Connection(1265935994)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.378--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.378--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.378--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.378--ClientSession(237869347)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.378--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.378--ClientSession(237869347)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.378--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 918835529 [junit] [EL Finer]: 2024-04-30 17:53:55.378--ClientSession(918835529)--Thread(Thread[main,5,main])--acquire unit of work: 871662667 [junit] [EL Finer]: 2024-04-30 17:53:55.387--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 985074996 [junit] [EL Finer]: 2024-04-30 17:53:55.387--ClientSession(985074996)--Thread(Thread[main,5,main])--acquire unit of work: 681375707 [junit] [EL Finest]: 2024-04-30 17:53:55.387--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.388--ServerSession(1918393987)--Connection(646852820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.388--ClientSession(985074996)--Connection(646852820)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.388--ClientSession(985074996)--Connection(646852820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.388--UnitOfWork(681375707)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7af0693b) [junit] [EL Finer]: 2024-04-30 17:53:55.388--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.389--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.389--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.389--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.389--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.389--UnitOfWork(681375707)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@7607340f) [junit] [EL Fine]: 2024-04-30 17:53:55.389--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.389--UnitOfWork(681375707)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@351d726c) [junit] [EL Fine]: 2024-04-30 17:53:55.39--ClientSession(985074996)--Connection(2085646490)--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]: 2024-04-30 17:53:55.39--UnitOfWork(681375707)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.39--ClientSession(985074996)--Connection(2085646490)--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]: 2024-04-30 17:53:55.39--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.391--ClientSession(985074996)--Connection(2085646490)--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]: 2024-04-30 17:53:55.391--UnitOfWork(681375707)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.391--UnitOfWork(681375707)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.391--UnitOfWork(681375707)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.391--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.392--ServerSession(1918393987)--Connection(646852820)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.392--UnitOfWork(681375707)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.392--UnitOfWork(681375707)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.392--UnitOfWork(681375707)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.392--ClientSession(985074996)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.392--UnitOfWork(681375707)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.392--ClientSession(985074996)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.392--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1374673778 [junit] [EL Finer]: 2024-04-30 17:53:55.392--ClientSession(1374673778)--Thread(Thread[main,5,main])--acquire unit of work: 2076619031 [junit] [EL Finest]: 2024-04-30 17:53:55.392--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.392--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.393--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.393--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.393--ServerSession(1918393987)--Connection(1506844659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.393--ServerSession(1918393987)--Connection(1506844659)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.393--ServerSession(1918393987)--Connection(399561687)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.393--ServerSession(1918393987)--Connection(1506844659)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.393--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.393--ServerSession(1918393987)--Connection(275701220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.393--ServerSession(1918393987)--Connection(275701220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.394--ServerSession(1918393987)--Connection(1302132509)--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]: 2024-04-30 17:53:55.394--ServerSession(1918393987)--Connection(275701220)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.394--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.395--ServerSession(1918393987)--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]: 2024-04-30 17:53:55.395--ServerSession(1918393987)--Connection(1042046477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.395--ServerSession(1918393987)--Connection(1042046477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.395--ServerSession(1918393987)--Connection(116893278)--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]: 2024-04-30 17:53:55.395--ServerSession(1918393987)--Connection(1042046477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.396--ServerSession(1918393987)--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]: 2024-04-30 17:53:55.396--ServerSession(1918393987)--Connection(266273434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.396--ServerSession(1918393987)--Connection(266273434)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.396--ServerSession(1918393987)--Connection(1669950711)--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]: 2024-04-30 17:53:55.396--ServerSession(1918393987)--Connection(266273434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.396--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.396--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.396--ServerSession(1918393987)--Connection(1187638824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.396--ServerSession(1918393987)--Connection(1187638824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.397--ServerSession(1918393987)--Connection(838205369)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.397--ServerSession(1918393987)--Connection(1187638824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.397--UnitOfWork(2076619031)--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]: 2024-04-30 17:53:55.397--ServerSession(1918393987)--Connection(982532336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.397--ServerSession(1918393987)--Connection(982532336)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.397--ServerSession(1918393987)--Connection(857817380)--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]: 2024-04-30 17:53:55.397--ServerSession(1918393987)--Connection(982532336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.397--UnitOfWork(2076619031)--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]: 2024-04-30 17:53:55.397--ServerSession(1918393987)--Connection(715038783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.397--ServerSession(1918393987)--Connection(715038783)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.398--ServerSession(1918393987)--Connection(305263196)--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]: 2024-04-30 17:53:55.398--ServerSession(1918393987)--Connection(715038783)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.398--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.398--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.398--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.398--ClientSession(1374673778)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.407--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1377194794 [junit] [EL Finer]: 2024-04-30 17:53:55.407--ClientSession(1377194794)--Thread(Thread[main,5,main])--acquire unit of work: 140665423 [junit] [EL Finest]: 2024-04-30 17:53:55.407--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.407--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.407--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.407--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.407--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.407--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.407--UnitOfWork(140665423)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.408--UnitOfWork(140665423)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.408--ServerSession(1918393987)--Connection(1242611737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.408--ClientSession(1377194794)--Connection(1242611737)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.408--ClientSession(1377194794)--Connection(1242611737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.408--UnitOfWork(140665423)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.408--UnitOfWork(140665423)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7c8a91e2) [junit] [EL Finer]: 2024-04-30 17:53:55.408--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.408--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.408--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.408--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.408--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.409--UnitOfWork(140665423)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1c528f2f) [junit] [EL Fine]: 2024-04-30 17:53:55.409--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.409--UnitOfWork(140665423)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6761f75b) [junit] [EL Fine]: 2024-04-30 17:53:55.409--ClientSession(1377194794)--Connection(938878928)--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]: 2024-04-30 17:53:55.409--UnitOfWork(140665423)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.41--ClientSession(1377194794)--Connection(938878928)--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]: 2024-04-30 17:53:55.41--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.41--ClientSession(1377194794)--Connection(938878928)--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]: 2024-04-30 17:53:55.41--UnitOfWork(140665423)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.411--UnitOfWork(140665423)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.411--UnitOfWork(140665423)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.411--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.411--ServerSession(1918393987)--Connection(1242611737)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:53:55.411--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:53:55.412--ServerSession(1918393987)--Connection(810939152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.412--ServerSession(1918393987)--Connection(810939152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.412--ServerSession(1918393987)--Connection(1266421561)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:53:55.412--ServerSession(1918393987)--Connection(810939152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.412--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:53:55.413--ServerSession(1918393987)--Connection(1602310266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.413--ServerSession(1918393987)--Connection(1602310266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.413--ServerSession(1918393987)--Connection(2105279994)--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]: 2024-04-30 17:53:55.413--ServerSession(1918393987)--Connection(1602310266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.413--UnitOfWork(140665423)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.413--UnitOfWork(140665423)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.414--UnitOfWork(140665423)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.414--ClientSession(1377194794)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.414--UnitOfWork(140665423)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.414--ClientSession(1377194794)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2085248754 [junit] [EL Finer]: 2024-04-30 17:53:55.414--ClientSession(2085248754)--Thread(Thread[main,5,main])--acquire unit of work: 698209153 [junit] [EL Finest]: 2024-04-30 17:53:55.414--UnitOfWork(698209153)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.414--UnitOfWork(698209153)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.414--UnitOfWork(698209153)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.414--UnitOfWork(698209153)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34d3409d) [junit] [EL Finest]: 2024-04-30 17:53:55.414--ServerSession(1918393987)--Connection(954225330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.414--ClientSession(2085248754)--Connection(954225330)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.414--ClientSession(2085248754)--Connection(954225330)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.415--ClientSession(2085248754)--Connection(2141622260)--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]: 2024-04-30 17:53:55.415--ClientSession(2085248754)--Connection(2141622260)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.415--ServerSession(1918393987)--Connection(954225330)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.415--UnitOfWork(698209153)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.415--UnitOfWork(698209153)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.416--UnitOfWork(698209153)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.416--ClientSession(2085248754)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.416--UnitOfWork(698209153)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.416--ClientSession(2085248754)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1589231485 [junit] [EL Finer]: 2024-04-30 17:53:55.416--ClientSession(1589231485)--Thread(Thread[main,5,main])--acquire unit of work: 1693848538 [junit] [EL Finest]: 2024-04-30 17:53:55.416--UnitOfWork(1693848538)--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]: 2024-04-30 17:53:55.416--UnitOfWork(1693848538)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f64f99f [junit] [EL Finest]: 2024-04-30 17:53:55.416--UnitOfWork(1693848538)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.416--UnitOfWork(1693848538)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.416--ServerSession(1918393987)--Connection(1174511944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.416--ServerSession(1918393987)--Connection(1174511944)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.416--ServerSession(1918393987)--Connection(1310785558)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.417--ServerSession(1918393987)--Connection(1174511944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.417--UnitOfWork(1693848538)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.417--ClientSession(1589231485)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.417--UnitOfWork(1693848538)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.417--ClientSession(1589231485)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.417--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1430509568 [junit] [EL Finer]: 2024-04-30 17:53:55.417--ClientSession(1430509568)--Thread(Thread[main,5,main])--acquire unit of work: 503527425 [junit] [EL Finest]: 2024-04-30 17:53:55.417--UnitOfWork(503527425)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.417--UnitOfWork(503527425)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f64f99f [junit] [EL Finest]: 2024-04-30 17:53:55.417--UnitOfWork(503527425)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.417--UnitOfWork(503527425)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.417--ServerSession(1918393987)--Connection(472243888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.417--ServerSession(1918393987)--Connection(472243888)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.417--ServerSession(1918393987)--Connection(467742213)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.418--ServerSession(1918393987)--Connection(472243888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.418--UnitOfWork(503527425)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16c1d11 [junit] [EL Finer]: 2024-04-30 17:53:55.418--UnitOfWork(503527425)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.418--UnitOfWork(503527425)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58e4aa67) [junit] [EL Finest]: 2024-04-30 17:53:55.418--ServerSession(1918393987)--Connection(2103491930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.418--ClientSession(1430509568)--Connection(2103491930)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.418--ClientSession(1430509568)--Connection(2103491930)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.419--ClientSession(1430509568)--Connection(1127294226)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [updated, 20] [junit] [EL Finer]: 2024-04-30 17:53:55.419--UnitOfWork(503527425)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.419--UnitOfWork(503527425)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.419--UnitOfWork(503527425)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.419--ClientSession(1430509568)--Connection(1127294226)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.419--ServerSession(1918393987)--Connection(2103491930)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.42--UnitOfWork(503527425)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.42--UnitOfWork(503527425)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.42--UnitOfWork(503527425)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.42--ClientSession(1430509568)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.42--UnitOfWork(503527425)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.42--ClientSession(1430509568)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.42--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1476314687 [junit] [EL Finer]: 2024-04-30 17:53:55.42--ClientSession(1476314687)--Thread(Thread[main,5,main])--acquire unit of work: 2049956172 [junit] [EL Finest]: 2024-04-30 17:53:55.42--UnitOfWork(2049956172)--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]: 2024-04-30 17:53:55.42--UnitOfWork(2049956172)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f64f99f [junit] [EL Finest]: 2024-04-30 17:53:55.42--UnitOfWork(2049956172)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.42--UnitOfWork(2049956172)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.42--ServerSession(1918393987)--Connection(872422493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.42--ServerSession(1918393987)--Connection(872422493)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.42--ServerSession(1918393987)--Connection(820074024)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.421--ServerSession(1918393987)--Connection(872422493)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.43--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 585967750 [junit] [EL Finer]: 2024-04-30 17:53:55.43--ClientSession(585967750)--Thread(Thread[main,5,main])--acquire unit of work: 818570949 [junit] [EL Finest]: 2024-04-30 17:53:55.43--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.43--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.43--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.43--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.43--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.43--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.43--UnitOfWork(818570949)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.431--UnitOfWork(818570949)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.431--ServerSession(1918393987)--Connection(814071547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.431--ClientSession(585967750)--Connection(814071547)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.431--ClientSession(585967750)--Connection(814071547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.431--UnitOfWork(818570949)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.431--UnitOfWork(818570949)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@10bcbbce) [junit] [EL Finer]: 2024-04-30 17:53:55.431--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.431--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.431--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.431--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.431--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.432--UnitOfWork(818570949)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@792b9dd3) [junit] [EL Fine]: 2024-04-30 17:53:55.432--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.432--UnitOfWork(818570949)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73230721) [junit] [EL Fine]: 2024-04-30 17:53:55.432--ClientSession(585967750)--Connection(1646677327)--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]: 2024-04-30 17:53:55.433--UnitOfWork(818570949)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.433--ClientSession(585967750)--Connection(1646677327)--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]: 2024-04-30 17:53:55.433--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.433--ClientSession(585967750)--Connection(1646677327)--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]: 2024-04-30 17:53:55.434--UnitOfWork(818570949)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.434--UnitOfWork(818570949)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.434--UnitOfWork(818570949)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.434--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.434--ServerSession(1918393987)--Connection(814071547)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.435--UnitOfWork(818570949)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.435--UnitOfWork(818570949)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.435--UnitOfWork(818570949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.435--ClientSession(585967750)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.435--UnitOfWork(818570949)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.435--ClientSession(585967750)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.435--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1545621599 [junit] [EL Finer]: 2024-04-30 17:53:55.435--ClientSession(1545621599)--Thread(Thread[main,5,main])--acquire unit of work: 214864565 [junit] [EL Finest]: 2024-04-30 17:53:55.435--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.435--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.435--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.435--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.435--ServerSession(1918393987)--Connection(443625234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.435--ServerSession(1918393987)--Connection(443625234)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.436--ServerSession(1918393987)--Connection(1649565139)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.436--ServerSession(1918393987)--Connection(443625234)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.436--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.436--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finer]: 2024-04-30 17:53:55.445--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 405804899 [junit] [EL Finer]: 2024-04-30 17:53:55.445--ClientSession(405804899)--Thread(Thread[main,5,main])--acquire unit of work: 595518177 [junit] [EL Finest]: 2024-04-30 17:53:55.445--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.445--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.446--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.446--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.446--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.446--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.446--UnitOfWork(595518177)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.446--UnitOfWork(595518177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.446--ServerSession(1918393987)--Connection(1447360100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.446--ClientSession(405804899)--Connection(1447360100)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.446--ClientSession(405804899)--Connection(1447360100)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.446--UnitOfWork(595518177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.446--UnitOfWork(595518177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@29c21acb) [junit] [EL Finer]: 2024-04-30 17:53:55.447--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.447--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.447--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.447--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.447--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.447--UnitOfWork(595518177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@45c28c49) [junit] [EL Fine]: 2024-04-30 17:53:55.447--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.447--UnitOfWork(595518177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d7f966f) [junit] [EL Fine]: 2024-04-30 17:53:55.448--ClientSession(405804899)--Connection(1147105139)--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]: 2024-04-30 17:53:55.448--UnitOfWork(595518177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.448--ClientSession(405804899)--Connection(1147105139)--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]: 2024-04-30 17:53:55.448--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.458--ClientSession(405804899)--Connection(1147105139)--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]: 2024-04-30 17:53:55.458--UnitOfWork(595518177)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.459--UnitOfWork(595518177)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.459--UnitOfWork(595518177)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.459--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.459--ServerSession(1918393987)--Connection(1447360100)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.46--UnitOfWork(595518177)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.46--UnitOfWork(595518177)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.46--UnitOfWork(595518177)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.46--ClientSession(405804899)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.46--UnitOfWork(595518177)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.46--ClientSession(405804899)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.46--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1213461906 [junit] [EL Finer]: 2024-04-30 17:53:55.46--ClientSession(1213461906)--Thread(Thread[main,5,main])--acquire unit of work: 1389638849 [junit] [EL Finest]: 2024-04-30 17:53:55.46--UnitOfWork(1389638849)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.46--ServerSession(1918393987)--Connection(1560500918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.46--ServerSession(1918393987)--Connection(1560500918)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.46--ServerSession(1918393987)--Connection(872931025)--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]: 2024-04-30 17:53:55.461--ServerSession(1918393987)--Connection(1560500918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.461--UnitOfWork(1389638849)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.461--ClientSession(1213461906)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.47--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1564775175 [junit] [EL Finer]: 2024-04-30 17:53:55.47--ClientSession(1564775175)--Thread(Thread[main,5,main])--acquire unit of work: 1156038763 [junit] [EL Finest]: 2024-04-30 17:53:55.47--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.47--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.47--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.47--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.47--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.47--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.47--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.471--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.471--ServerSession(1918393987)--Connection(1143171370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.471--ClientSession(1564775175)--Connection(1143171370)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.471--ClientSession(1564775175)--Connection(1143171370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.471--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.471--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@9715d26) [junit] [EL Finer]: 2024-04-30 17:53:55.471--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.471--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.471--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.471--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.471--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.472--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@3fc051ce) [junit] [EL Fine]: 2024-04-30 17:53:55.472--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.472--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@736f2fb8) [junit] [EL Fine]: 2024-04-30 17:53:55.472--ClientSession(1564775175)--Connection(561370431)--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]: 2024-04-30 17:53:55.473--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.473--ClientSession(1564775175)--Connection(561370431)--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]: 2024-04-30 17:53:55.473--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.473--ClientSession(1564775175)--Connection(561370431)--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]: 2024-04-30 17:53:55.474--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.474--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.474--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.474--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.474--ServerSession(1918393987)--Connection(1143171370)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.475--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.475--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.475--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.475--ClientSession(1564775175)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.475--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.475--ClientSession(1564775175)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.475--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 403583920 [junit] [EL Finer]: 2024-04-30 17:53:55.475--ClientSession(403583920)--Thread(Thread[main,5,main])--acquire unit of work: 655089792 [junit] [EL Finest]: 2024-04-30 17:53:55.475--UnitOfWork(655089792)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CreditCardAccount ) [junit] [EL Finest]: 2024-04-30 17:53:55.476--ServerSession(1918393987)--Connection(541468704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.476--ServerSession(1918393987)--Connection(541468704)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.476--ServerSession(1918393987)--Connection(1275768911)--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]: 2024-04-30 17:53:55.476--ServerSession(1918393987)--Connection(541468704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.476--UnitOfWork(655089792)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.476--ClientSession(403583920)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.486--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1174737513 [junit] [EL Finer]: 2024-04-30 17:53:55.486--ClientSession(1174737513)--Thread(Thread[main,5,main])--acquire unit of work: 108767749 [junit] [EL Finest]: 2024-04-30 17:53:55.486--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.486--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.486--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.486--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.486--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.486--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.486--UnitOfWork(108767749)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.486--UnitOfWork(108767749)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.486--ServerSession(1918393987)--Connection(205606579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.487--ClientSession(1174737513)--Connection(205606579)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.487--ClientSession(1174737513)--Connection(205606579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.487--UnitOfWork(108767749)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.487--UnitOfWork(108767749)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@13731ff4) [junit] [EL Finer]: 2024-04-30 17:53:55.487--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.487--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.487--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.487--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.487--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.488--UnitOfWork(108767749)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@347f8029) [junit] [EL Fine]: 2024-04-30 17:53:55.488--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.488--UnitOfWork(108767749)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4803bf73) [junit] [EL Fine]: 2024-04-30 17:53:55.488--ClientSession(1174737513)--Connection(1323141642)--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]: 2024-04-30 17:53:55.488--UnitOfWork(108767749)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.488--ClientSession(1174737513)--Connection(1323141642)--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]: 2024-04-30 17:53:55.489--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.489--ClientSession(1174737513)--Connection(1323141642)--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]: 2024-04-30 17:53:55.489--UnitOfWork(108767749)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.49--UnitOfWork(108767749)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.49--UnitOfWork(108767749)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.49--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.49--ServerSession(1918393987)--Connection(205606579)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.49--UnitOfWork(108767749)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.491--UnitOfWork(108767749)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.491--UnitOfWork(108767749)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.491--ClientSession(1174737513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.491--UnitOfWork(108767749)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.491--ClientSession(1174737513)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.491--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1544369941 [junit] [EL Finer]: 2024-04-30 17:53:55.491--ClientSession(1544369941)--Thread(Thread[main,5,main])--acquire unit of work: 1567080269 [junit] [EL Finest]: 2024-04-30 17:53:55.491--UnitOfWork(1567080269)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CreditCardAccount ) [junit] [EL Finest]: 2024-04-30 17:53:55.491--ServerSession(1918393987)--Connection(836665497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.491--ServerSession(1918393987)--Connection(836665497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.491--ServerSession(1918393987)--Connection(1087393016)--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]: 2024-04-30 17:53:55.492--ServerSession(1918393987)--Connection(836665497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.492--UnitOfWork(1567080269)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.492--ClientSession(1544369941)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.492--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1353890348 [junit] [EL Finer]: 2024-04-30 17:53:55.492--ClientSession(1353890348)--Thread(Thread[main,5,main])--acquire unit of work: 306678606 [junit] [EL Finest]: 2024-04-30 17:53:55.492--UnitOfWork(306678606)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Account ) [junit] [EL Finest]: 2024-04-30 17:53:55.492--ServerSession(1918393987)--Connection(330205094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.492--ServerSession(1918393987)--Connection(330205094)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.493--ServerSession(1918393987)--Connection(2000783824)--Thread(Thread[main,5,main])--SELECT DISTINCT TYPE FROM TMP_ACCOUNT WHERE (ACC_NUMBER = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:55.493--ServerSession(1918393987)--Connection(330205094)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.493--ServerSession(1918393987)--Connection(973153912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.493--ServerSession(1918393987)--Connection(973153912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.493--ServerSession(1918393987)--Connection(963383848)--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]: 2024-04-30 17:53:55.494--ServerSession(1918393987)--Connection(973153912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.494--UnitOfWork(306678606)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.494--ClientSession(1353890348)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.503--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 252960930 [junit] [EL Finer]: 2024-04-30 17:53:55.503--ClientSession(252960930)--Thread(Thread[main,5,main])--acquire unit of work: 849280097 [junit] [EL Finest]: 2024-04-30 17:53:55.503--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.503--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.503--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.504--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.504--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.504--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.504--UnitOfWork(849280097)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.504--UnitOfWork(849280097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.504--ServerSession(1918393987)--Connection(1763335226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.504--ClientSession(252960930)--Connection(1763335226)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.504--ClientSession(252960930)--Connection(1763335226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.504--UnitOfWork(849280097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.504--UnitOfWork(849280097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1bcf2c64) [junit] [EL Finer]: 2024-04-30 17:53:55.504--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.504--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.504--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.505--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.505--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.505--UnitOfWork(849280097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2c86b0ea) [junit] [EL Fine]: 2024-04-30 17:53:55.505--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.505--UnitOfWork(849280097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ef7ae2f) [junit] [EL Fine]: 2024-04-30 17:53:55.506--ClientSession(252960930)--Connection(1433459745)--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]: 2024-04-30 17:53:55.506--UnitOfWork(849280097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.506--ClientSession(252960930)--Connection(1433459745)--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]: 2024-04-30 17:53:55.506--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.507--ClientSession(252960930)--Connection(1433459745)--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]: 2024-04-30 17:53:55.507--UnitOfWork(849280097)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.507--UnitOfWork(849280097)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.507--UnitOfWork(849280097)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.507--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.508--ServerSession(1918393987)--Connection(1763335226)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.508--UnitOfWork(849280097)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.508--UnitOfWork(849280097)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.508--UnitOfWork(849280097)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.508--ClientSession(252960930)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.508--UnitOfWork(849280097)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.508--ClientSession(252960930)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.508--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2003075873 [junit] [EL Finer]: 2024-04-30 17:53:55.508--ClientSession(2003075873)--Thread(Thread[main,5,main])--acquire unit of work: 1126178692 [junit] [EL Finest]: 2024-04-30 17:53:55.508--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.509--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.509--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.509--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.509--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.509--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:55.509--ServerSession(1918393987)--Connection(1492909819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.509--ClientSession(2003075873)--Connection(1492909819)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.509--ClientSession(2003075873)--Connection(1492909819)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.509--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c51c756) [junit] [EL Fine]: 2024-04-30 17:53:55.509--ClientSession(2003075873)--Connection(498713295)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, eleven, 1] [junit] [EL Finest]: 2024-04-30 17:53:55.51--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@b) [junit] [EL Fine]: 2024-04-30 17:53:55.51--ClientSession(2003075873)--Connection(498713295)--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]: 2024-04-30 17:53:55.51--ClientSession(2003075873)--Connection(498713295)--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]: 2024-04-30 17:53:55.51--ClientSession(2003075873)--Connection(498713295)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 11] [junit] [EL Finer]: 2024-04-30 17:53:55.511--ClientSession(2003075873)--Connection(498713295)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.511--ServerSession(1918393987)--Connection(1492909819)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.511--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.511--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.511--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.511--ClientSession(2003075873)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.511--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.511--ClientSession(2003075873)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.511--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 452640518 [junit] [EL Finer]: 2024-04-30 17:53:55.511--ClientSession(452640518)--Thread(Thread[main,5,main])--acquire unit of work: 856031264 [junit] [EL Finest]: 2024-04-30 17:53:55.511--UnitOfWork(856031264)--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]: 2024-04-30 17:53:55.511--UnitOfWork(856031264)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:53:55.512--UnitOfWork(856031264)--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]: 2024-04-30 17:53:55.512--ServerSession(1918393987)--Connection(1895022336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.512--ServerSession(1918393987)--Connection(1895022336)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.512--ServerSession(1918393987)--Connection(1232539385)--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]: 2024-04-30 17:53:55.513--ServerSession(1918393987)--Connection(1895022336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.513--UnitOfWork(856031264)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.513--UnitOfWork(856031264)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:55.513--ServerSession(1918393987)--Connection(565335965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.513--ClientSession(452640518)--Connection(565335965)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.513--ClientSession(452640518)--Connection(565335965)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.513--UnitOfWork(856031264)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@b) [junit] [EL Fine]: 2024-04-30 17:53:55.514--ClientSession(452640518)--Connection(885030604)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 11, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.514--ClientSession(452640518)--Connection(885030604)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 11, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.514--ClientSession(452640518)--Connection(885030604)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.515--ServerSession(1918393987)--Connection(565335965)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.515--UnitOfWork(856031264)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.515--UnitOfWork(856031264)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.515--UnitOfWork(856031264)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.515--ClientSession(452640518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.515--UnitOfWork(856031264)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.515--ClientSession(452640518)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.515--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 594491525 [junit] [EL Finer]: 2024-04-30 17:53:55.515--ClientSession(594491525)--Thread(Thread[main,5,main])--acquire unit of work: 351147066 [junit] [EL Finest]: 2024-04-30 17:53:55.515--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.515--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78324e97 [junit] [EL Finest]: 2024-04-30 17:53:55.515--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.515--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.515--ServerSession(1918393987)--Connection(1293635489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.515--ServerSession(1918393987)--Connection(1293635489)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.515--ServerSession(1918393987)--Connection(666363491)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.516--ServerSession(1918393987)--Connection(1293635489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.516--UnitOfWork(351147066)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.516--UnitOfWork(351147066)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.516--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.516--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" ) [junit] [EL Finest]: 2024-04-30 17:53:55.517--ServerSession(1918393987)--Connection(2136191813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.517--ClientSession(594491525)--Connection(2136191813)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.517--ClientSession(594491525)--Connection(2136191813)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.517--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" ) [junit] [EL Fine]: 2024-04-30 17:53:55.517--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:53:55.517--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Fine]: 2024-04-30 17:53:55.517--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:53:55.517--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" ) [junit] [EL Fine]: 2024-04-30 17:53:55.517--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:53:55.518--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Fine]: 2024-04-30 17:53:55.518--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:53:55.518--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Fine]: 2024-04-30 17:53:55.518--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:53:55.518--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73417494) [junit] [EL Fine]: 2024-04-30 17:53:55.518--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [11] [junit] [EL Fine]: 2024-04-30 17:53:55.518--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finer]: 2024-04-30 17:53:55.519--UnitOfWork(351147066)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.519--UnitOfWork(351147066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.519--UnitOfWork(351147066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.519--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.519--ServerSession(1918393987)--Connection(2136191813)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.519--UnitOfWork(351147066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.519--UnitOfWork(351147066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.519--UnitOfWork(351147066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.519--ClientSession(594491525)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.519--UnitOfWork(351147066)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.519--ClientSession(594491525)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.519--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 915853613 [junit] [EL Finer]: 2024-04-30 17:53:55.519--ClientSession(915853613)--Thread(Thread[main,5,main])--acquire unit of work: 1701212923 [junit] [EL Finest]: 2024-04-30 17:53:55.519--UnitOfWork(1701212923)--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]: 2024-04-30 17:53:55.519--ServerSession(1918393987)--Connection(1977568029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.52--ServerSession(1918393987)--Connection(1977568029)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.52--ServerSession(1918393987)--Connection(1125255799)--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]: 2024-04-30 17:53:55.52--ServerSession(1918393987)--Connection(1977568029)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.52--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.52--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:53:55.52--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.52--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.52--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.52--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:55.52--ServerSession(1918393987)--Connection(1227891003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.52--ClientSession(915853613)--Connection(1227891003)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.52--ClientSession(915853613)--Connection(1227891003)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.521--ClientSession(915853613)--Connection(1731669280)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 2] [junit] [EL Finer]: 2024-04-30 17:53:55.521--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.521--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.521--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.521--ClientSession(915853613)--Connection(1731669280)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.521--ServerSession(1918393987)--Connection(1227891003)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.521--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.521--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.521--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.521--ClientSession(915853613)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.521--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.521--ClientSession(915853613)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.521--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 692151071 [junit] [EL Finer]: 2024-04-30 17:53:55.521--ClientSession(692151071)--Thread(Thread[main,5,main])--acquire unit of work: 1630578421 [junit] [EL Finest]: 2024-04-30 17:53:55.521--UnitOfWork(1630578421)--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]: 2024-04-30 17:53:55.521--ServerSession(1918393987)--Connection(1068554718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.521--ServerSession(1918393987)--Connection(1068554718)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.522--ServerSession(1918393987)--Connection(145583401)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:53:55.522--ServerSession(1918393987)--Connection(1068554718)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.522--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:55.522--ServerSession(1918393987)--Connection(1312137753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.522--ServerSession(1918393987)--Connection(1312137753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.522--ServerSession(1918393987)--Connection(2004020264)--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]: 2024-04-30 17:53:55.522--ServerSession(1918393987)--Connection(1312137753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.523--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.523--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.523--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:55.523--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@b) [junit] [EL Finest]: 2024-04-30 17:53:55.523--ServerSession(1918393987)--Connection(883636619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.523--ClientSession(692151071)--Connection(883636619)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.523--ClientSession(692151071)--Connection(883636619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.523--ClientSession(692151071)--Connection(1902333540)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [11] [junit] [EL Fine]: 2024-04-30 17:53:55.523--ClientSession(692151071)--Connection(1902333540)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 2] [junit] [EL Finer]: 2024-04-30 17:53:55.524--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.524--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.524--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.524--ClientSession(692151071)--Connection(1902333540)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.524--ServerSession(1918393987)--Connection(883636619)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.524--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.524--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.524--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.524--ClientSession(692151071)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.524--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.524--ClientSession(692151071)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.524--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1634960959 [junit] [EL Finer]: 2024-04-30 17:53:55.524--ClientSession(1634960959)--Thread(Thread[main,5,main])--acquire unit of work: 168354843 [junit] [EL Finest]: 2024-04-30 17:53:55.524--UnitOfWork(168354843)--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]: 2024-04-30 17:53:55.524--ServerSession(1918393987)--Connection(235460721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.524--ServerSession(1918393987)--Connection(235460721)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.524--ServerSession(1918393987)--Connection(1320909739)--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]: 2024-04-30 17:53:55.525--ServerSession(1918393987)--Connection(235460721)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.534--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 588356547 [junit] [EL Finer]: 2024-04-30 17:53:55.534--ClientSession(588356547)--Thread(Thread[main,5,main])--acquire unit of work: 854936618 [junit] [EL Finest]: 2024-04-30 17:53:55.534--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.534--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.534--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.534--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.534--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.534--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.534--UnitOfWork(854936618)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.534--UnitOfWork(854936618)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.535--ServerSession(1918393987)--Connection(1465712321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.535--ClientSession(588356547)--Connection(1465712321)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.535--ClientSession(588356547)--Connection(1465712321)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.535--UnitOfWork(854936618)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.535--UnitOfWork(854936618)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5169db2f) [junit] [EL Finer]: 2024-04-30 17:53:55.535--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.535--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.535--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2024-04-30 17:53:55.535--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.535--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.536--UnitOfWork(854936618)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@245b0bd7) [junit] [EL Fine]: 2024-04-30 17:53:55.536--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2024-04-30 17:53:55.536--UnitOfWork(854936618)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49654a35) [junit] [EL Fine]: 2024-04-30 17:53:55.536--ClientSession(588356547)--Connection(839289583)--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]: 2024-04-30 17:53:55.537--UnitOfWork(854936618)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2024-04-30 17:53:55.537--ClientSession(588356547)--Connection(839289583)--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]: 2024-04-30 17:53:55.537--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 2007, 12345] [junit] [EL Fine]: 2024-04-30 17:53:55.538--ClientSession(588356547)--Connection(839289583)--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]: 2024-04-30 17:53:55.538--UnitOfWork(854936618)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.538--UnitOfWork(854936618)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.538--UnitOfWork(854936618)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.538--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.539--ServerSession(1918393987)--Connection(1465712321)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.539--UnitOfWork(854936618)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.539--UnitOfWork(854936618)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.539--UnitOfWork(854936618)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.539--ClientSession(588356547)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.539--UnitOfWork(854936618)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.539--ClientSession(588356547)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.539--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 411406427 [junit] [EL Finer]: 2024-04-30 17:53:55.539--ClientSession(411406427)--Thread(Thread[main,5,main])--acquire unit of work: 37639998 [junit] [EL Finest]: 2024-04-30 17:53:55.539--UnitOfWork(37639998)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:55.539--UnitOfWork(37639998)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486dd616 [junit] [EL Finest]: 2024-04-30 17:53:55.539--UnitOfWork(37639998)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.54--UnitOfWork(37639998)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.54--ServerSession(1918393987)--Connection(1727362830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.54--ServerSession(1918393987)--Connection(1727362830)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.54--ServerSession(1918393987)--Connection(369249097)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.54--ServerSession(1918393987)--Connection(1727362830)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.54--UnitOfWork(37639998)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.541--UnitOfWork(37639998)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.541--UnitOfWork(37639998)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.541--UnitOfWork(37639998)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.541--ClientSession(411406427)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.541--UnitOfWork(37639998)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.541--ClientSession(411406427)--Thread(Thread[main,5,main])--client released [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.429 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge [junit] [EL Finer]: 2024-04-30 17:53:55.557--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1887868536 [junit] [EL Finer]: 2024-04-30 17:53:55.557--ClientSession(1887868536)--Thread(Thread[main,5,main])--acquire unit of work: 1374355136 [junit] [EL Finer]: 2024-04-30 17:53:55.557--UnitOfWork(1374355136)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.557--ClientSession(1887868536)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.557--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 764684191 [junit] [EL Finer]: 2024-04-30 17:53:55.557--ClientSession(764684191)--Thread(Thread[main,5,main])--acquire unit of work: 324700168 [junit] [EL Finer]: 2024-04-30 17:53:55.557--UnitOfWork(324700168)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.557--ClientSession(764684191)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.565--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1570077936 [junit] [EL Finer]: 2024-04-30 17:53:55.565--ClientSession(1570077936)--Thread(Thread[main,5,main])--acquire unit of work: 440968578 [junit] [EL Finest]: 2024-04-30 17:53:55.565--UnitOfWork(440968578)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@259 [junit] [EL Finest]: 2024-04-30 17:53:55.565--UnitOfWork(440968578)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.566--ServerSession(1918393987)--Connection(1262864612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.566--ServerSession(1918393987)--Connection(1262864612)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.566--ServerSession(1918393987)--Connection(1036078976)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [601] [junit] [EL Finest]: 2024-04-30 17:53:55.566--ServerSession(1918393987)--Connection(1262864612)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.566--UnitOfWork(440968578)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.566--ClientSession(1570077936)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.566--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 748351174 [junit] [EL Finer]: 2024-04-30 17:53:55.566--ClientSession(748351174)--Thread(Thread[main,5,main])--acquire unit of work: 438188203 [junit] [EL Finest]: 2024-04-30 17:53:55.566--UnitOfWork(438188203)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@25a [junit] [EL Finest]: 2024-04-30 17:53:55.566--UnitOfWork(438188203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.566--ServerSession(1918393987)--Connection(1074601008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.566--ServerSession(1918393987)--Connection(1074601008)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.567--ServerSession(1918393987)--Connection(999958057)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [602] [junit] [EL Finest]: 2024-04-30 17:53:55.567--ServerSession(1918393987)--Connection(1074601008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.567--UnitOfWork(438188203)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.567--ClientSession(748351174)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.575--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 920869086 [junit] [EL Finer]: 2024-04-30 17:53:55.575--ClientSession(920869086)--Thread(Thread[main,5,main])--acquire unit of work: 736974888 [junit] [EL Finest]: 2024-04-30 17:53:55.575--UnitOfWork(736974888)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@52a2e2fb [junit] [EL Finer]: 2024-04-30 17:53:55.676--UnitOfWork(736974888)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.676--UnitOfWork(736974888)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@7c0035dd) [junit] [EL Finest]: 2024-04-30 17:53:55.676--ServerSession(1918393987)--Connection(1418986727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.676--ClientSession(920869086)--Connection(1418986727)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.676--ClientSession(920869086)--Connection(1418986727)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.676--ClientSession(920869086)--Connection(700935541)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?) [junit] bind => [1714499635675] [junit] [EL Finer]: 2024-04-30 17:53:55.677--ClientSession(920869086)--Connection(700935541)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.677--ServerSession(1918393987)--Connection(1418986727)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.677--UnitOfWork(736974888)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.677--UnitOfWork(736974888)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.677--UnitOfWork(736974888)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.677--ClientSession(920869086)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.677--UnitOfWork(736974888)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.677--ClientSession(920869086)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.677--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 24331479 [junit] [EL Finer]: 2024-04-30 17:53:55.677--ClientSession(24331479)--Thread(Thread[main,5,main])--acquire unit of work: 1974786850 [junit] [EL Finest]: 2024-04-30 17:53:55.678--UnitOfWork(1974786850)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTimestamp" referenceClass=Timestamp sql="SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:55.678--ServerSession(1918393987)--Connection(850268617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.678--ServerSession(1918393987)--Connection(850268617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.678--ServerSession(1918393987)--Connection(377204235)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?) [junit] bind => [1714499635675] [junit] [EL Finest]: 2024-04-30 17:53:55.678--ServerSession(1918393987)--Connection(850268617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.688--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 692720309 [junit] [EL Finer]: 2024-04-30 17:53:55.689--ClientSession(692720309)--Thread(Thread[main,5,main])--acquire unit of work: 1653271137 [junit] [EL Finest]: 2024-04-30 17:53:55.689--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@3606eee9 [junit] [EL Finest]: 2024-04-30 17:53:55.689--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Timestamp ) [junit] [EL Finest]: 2024-04-30 17:53:55.689--ServerSession(1918393987)--Connection(506758159)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.689--ServerSession(1918393987)--Connection(506758159)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.689--ServerSession(1918393987)--Connection(1737683654)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:55.689--ServerSession(1918393987)--Connection(506758159)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.789--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.79--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@530e08a7) [junit] [EL Finest]: 2024-04-30 17:53:55.79--ServerSession(1918393987)--Connection(1034095845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.79--ClientSession(692720309)--Connection(1034095845)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.79--ClientSession(692720309)--Connection(1034095845)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.79--ClientSession(692720309)--Connection(508260550)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?) [junit] bind => [1714499635789] [junit] [EL Finer]: 2024-04-30 17:53:55.79--ClientSession(692720309)--Connection(508260550)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.791--ServerSession(1918393987)--Connection(1034095845)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.791--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.791--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.791--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.791--ClientSession(692720309)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.791--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.791--ClientSession(692720309)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.791--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1211112446 [junit] [EL Finer]: 2024-04-30 17:53:55.791--ClientSession(1211112446)--Thread(Thread[main,5,main])--acquire unit of work: 1842475577 [junit] [EL Finest]: 2024-04-30 17:53:55.791--UnitOfWork(1842475577)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTimestamp" referenceClass=Timestamp sql="SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:55.791--ServerSession(1918393987)--Connection(685339141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.791--ServerSession(1918393987)--Connection(685339141)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.791--ServerSession(1918393987)--Connection(2119741686)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?) [junit] bind => [1714499635789] [junit] [EL Finest]: 2024-04-30 17:53:55.791--ServerSession(1918393987)--Connection(685339141)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.801--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2108085909 [junit] [EL Finer]: 2024-04-30 17:53:55.801--ClientSession(2108085909)--Thread(Thread[main,5,main])--acquire unit of work: 1957269967 [junit] [EL Finest]: 2024-04-30 17:53:55.801--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.801--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@5507584d [junit] [EL Finer]: 2024-04-30 17:53:55.801--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.801--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@1e5e2e06) [junit] [EL Finest]: 2024-04-30 17:53:55.801--ServerSession(1918393987)--Connection(2046030668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.801--ClientSession(2108085909)--Connection(2046030668)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.801--ClientSession(2108085909)--Connection(2046030668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.801--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@6097f225) [junit] [EL Finer]: 2024-04-30 17:53:55.801--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.801--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?) [junit] [EL Fine]: 2024-04-30 17:53:55.801--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Fine]: 2024-04-30 17:53:55.801--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Finer]: 2024-04-30 17:53:55.801--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:55.803--ClientSession(2108085909)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:55.803--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:55.803--ServerSession(1918393987)--Connection(2046030668)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:55.803--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge.testNastyTimestampTwice(TestMerge.java:877) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 39 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 43 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:55.804--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.804--ClientSession(2108085909)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.813--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 396734075 [junit] [EL Finer]: 2024-04-30 17:53:55.813--ClientSession(396734075)--Thread(Thread[main,5,main])--acquire unit of work: 2119032302 [junit] [EL Finest]: 2024-04-30 17:53:55.813--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:55.813--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:55.813--ServerSession(1918393987)--Connection(731626152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.813--ServerSession(1918393987)--Connection(731626152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.813--ServerSession(1918393987)--Connection(293019606)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:55.813--ServerSession(1918393987)--Connection(731626152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.814--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.814--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.814--ServerSession(1918393987)--Connection(1005924239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.814--ClientSession(396734075)--Connection(1005924239)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.814--ClientSession(396734075)--Connection(1005924239)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.814--ClientSession(396734075)--Connection(1473758481)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, NEW, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.814--ClientSession(396734075)--Connection(1473758481)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.814--ServerSession(1918393987)--Connection(1005924239)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.815--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.815--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.815--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.815--ClientSession(396734075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.815--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.815--ClientSession(396734075)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.815--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2136450980 [junit] [EL Finer]: 2024-04-30 17:53:55.815--ClientSession(2136450980)--Thread(Thread[main,5,main])--acquire unit of work: 1842116246 [junit] [EL Finest]: 2024-04-30 17:53:55.815--UnitOfWork(1842116246)--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]: 2024-04-30 17:53:55.815--UnitOfWork(1842116246)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:55.823--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1314209120 [junit] [EL Finer]: 2024-04-30 17:53:55.823--ClientSession(1314209120)--Thread(Thread[main,5,main])--acquire unit of work: 479618184 [junit] [EL Finest]: 2024-04-30 17:53:55.823--UnitOfWork(479618184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.823--UnitOfWork(479618184)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@19d0d1ab [junit] [EL Finest]: 2024-04-30 17:53:55.823--UnitOfWork(479618184)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Nasty ) [junit] [EL Finest]: 2024-04-30 17:53:55.824--ServerSession(1918393987)--Connection(2021678579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.824--ServerSession(1918393987)--Connection(2021678579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.824--ServerSession(1918393987)--Connection(1705558790)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_NASTY WHERE (ID = ?) [junit] bind => [2000] [junit] [EL Finest]: 2024-04-30 17:53:55.824--ServerSession(1918393987)--Connection(2021678579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.824--UnitOfWork(479618184)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.824--UnitOfWork(479618184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@45f6181a) [junit] [EL Finest]: 2024-04-30 17:53:55.824--ServerSession(1918393987)--Connection(161573617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.824--ClientSession(1314209120)--Connection(161573617)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.824--ClientSession(1314209120)--Connection(161573617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.824--UnitOfWork(479618184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@48ba37dc) [junit] [EL Finer]: 2024-04-30 17:53:55.824--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.825--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?) [junit] [EL Fine]: 2024-04-30 17:53:55.825--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Fine]: 2024-04-30 17:53:55.825--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Finer]: 2024-04-30 17:53:55.825--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:55.825--ClientSession(1314209120)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:55.825--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:55.825--ServerSession(1918393987)--Connection(161573617)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:55.826--UnitOfWork(479618184)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge.testNastyTimestampTwiceNotInitial(TestMerge.java:905) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 39 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 43 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:55.826--UnitOfWork(479618184)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.826--ClientSession(1314209120)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.834--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 379409767 [junit] [EL Finer]: 2024-04-30 17:53:55.834--ClientSession(379409767)--Thread(Thread[main,5,main])--acquire unit of work: 508074327 [junit] [EL Finest]: 2024-04-30 17:53:55.834--UnitOfWork(508074327)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.834--UnitOfWork(508074327)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2024-04-30 17:53:55.834--UnitOfWork(508074327)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.834--UnitOfWork(508074327)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:55.834--ServerSession(1918393987)--Connection(667428844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.834--ClientSession(379409767)--Connection(667428844)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.834--ClientSession(379409767)--Connection(667428844)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.835--ClientSession(379409767)--Connection(2098233443)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, MANAGED_NEW, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.835--ClientSession(379409767)--Connection(2098233443)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.835--ServerSession(1918393987)--Connection(667428844)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.835--UnitOfWork(508074327)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.835--UnitOfWork(508074327)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.835--UnitOfWork(508074327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.835--ClientSession(379409767)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.835--UnitOfWork(508074327)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.835--ClientSession(379409767)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.835--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1129435221 [junit] [EL Finer]: 2024-04-30 17:53:55.835--ClientSession(1129435221)--Thread(Thread[main,5,main])--acquire unit of work: 633366676 [junit] [EL Finest]: 2024-04-30 17:53:55.835--UnitOfWork(633366676)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.835--UnitOfWork(633366676)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.836--UnitOfWork(633366676)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c) [junit] [EL Finest]: 2024-04-30 17:53:55.836--ServerSession(1918393987)--Connection(593626872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.836--ClientSession(1129435221)--Connection(593626872)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.836--ClientSession(1129435221)--Connection(593626872)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.836--ClientSession(1129435221)--Connection(96489160)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [12, MANAGED, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.836--ClientSession(1129435221)--Connection(96489160)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.836--ServerSession(1918393987)--Connection(593626872)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.836--UnitOfWork(633366676)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.836--UnitOfWork(633366676)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.836--UnitOfWork(633366676)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.836--ClientSession(1129435221)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.836--UnitOfWork(633366676)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.836--ClientSession(1129435221)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.836--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 94931017 [junit] [EL Finer]: 2024-04-30 17:53:55.836--ClientSession(94931017)--Thread(Thread[main,5,main])--acquire unit of work: 919473090 [junit] [EL Finest]: 2024-04-30 17:53:55.837--UnitOfWork(919473090)--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]: 2024-04-30 17:53:55.837--UnitOfWork(919473090)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c [junit] [EL Finest]: 2024-04-30 17:53:55.837--UnitOfWork(919473090)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c [junit] [EL Finer]: 2024-04-30 17:53:55.837--UnitOfWork(919473090)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.837--UnitOfWork(919473090)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.837--UnitOfWork(919473090)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.837--UnitOfWork(919473090)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.837--ClientSession(94931017)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.837--UnitOfWork(919473090)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.837--ClientSession(94931017)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 56204056 [junit] [EL Finer]: 2024-04-30 17:53:55.845--ClientSession(56204056)--Thread(Thread[main,5,main])--acquire unit of work: 339280038 [junit] [EL Finest]: 2024-04-30 17:53:55.845--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.845--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.845--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.845--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.845--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.845--ServerSession(1918393987)--Connection(1810650734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.845--ClientSession(56204056)--Connection(1810650734)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.845--ClientSession(56204056)--Connection(1810650734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.845--ClientSession(56204056)--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]: 2024-04-30 17:53:55.845--ClientSession(56204056)--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]: 2024-04-30 17:53:55.846--ClientSession(56204056)--Connection(1195378184)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2024-04-30 17:53:55.846--ClientSession(56204056)--Connection(1195378184)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2024-04-30 17:53:55.846--ClientSession(56204056)--Connection(1195378184)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:53:55.846--ClientSession(56204056)--Connection(1195378184)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.847--ServerSession(1918393987)--Connection(1195378184)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:53:55.847--ServerSession(1918393987)--Connection(1810650734)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:53:55.847--UnitOfWork(339280038)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:counting beans) [junit] [EL Finest]: 2024-04-30 17:53:55.847--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.847--UnitOfWork(339280038)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> null:null:writing SDDs) [junit] [EL Finer]: 2024-04-30 17:53:55.847--UnitOfWork(339280038)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.847--UnitOfWork(339280038)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Finest]: 2024-04-30 17:53:55.847--ServerSession(1918393987)--Connection(1263633989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.847--ClientSession(56204056)--Connection(1263633989)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.847--ClientSession(56204056)--Connection(1263633989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:55.847--UnitOfWork(339280038)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30a4a111) [junit] [EL Fine]: 2024-04-30 17:53:55.848--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [301, Merge test department, 1] [junit] [EL Finest]: 2024-04-30 17:53:55.848--UnitOfWork(339280038)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(2:null:writing SDDs) [junit] [EL Fine]: 2024-04-30 17:53:55.848--ClientSession(56204056)--Connection(692731690)--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]: 2024-04-30 17:53:55.848--UnitOfWork(339280038)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:counting beans) [junit] [EL Finest]: 2024-04-30 17:53:55.848--UnitOfWork(339280038)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@12f) [junit] [EL Finer]: 2024-04-30 17:53:55.848--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.848--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.848--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [2, null, writing SDDs] [junit] [EL Fine]: 2024-04-30 17:53:55.848--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [1, null, counting beans] [junit] [EL Finer]: 2024-04-30 17:53:55.848--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.849--UnitOfWork(339280038)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@130) [junit] [EL Finer]: 2024-04-30 17:53:55.849--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.849--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.849--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [303, 2006-01-01, one, 1, Review] [junit] [EL Fine]: 2024-04-30 17:53:55.849--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [304, 2006-01-02, two, 1, Review] [junit] [EL Finer]: 2024-04-30 17:53:55.849--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.85--ClientSession(56204056)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Finer]: 2024-04-30 17:53:55.85--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.85--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.85--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [0, 303] [junit] [EL Fine]: 2024-04-30 17:53:55.85--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [0, 304] [junit] [EL Finer]: 2024-04-30 17:53:55.85--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [1, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [2, 302] [junit] [EL Finer]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [304, 302] [junit] [EL Fine]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])-- bind => [303, 302] [junit] [EL Finer]: 2024-04-30 17:53:55.851--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:55.852--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.852--ServerSession(1918393987)--Connection(1263633989)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.852--UnitOfWork(339280038)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.852--UnitOfWork(339280038)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.853--UnitOfWork(339280038)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.853--ClientSession(56204056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.853--UnitOfWork(339280038)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.853--ClientSession(56204056)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.853--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 312068212 [junit] [EL Finer]: 2024-04-30 17:53:55.853--ClientSession(312068212)--Thread(Thread[main,5,main])--acquire unit of work: 719119378 [junit] [EL Finest]: 2024-04-30 17:53:55.853--UnitOfWork(719119378)--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]: 2024-04-30 17:53:55.853--UnitOfWork(719119378)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e2cd42c [junit] [EL Finest]: 2024-04-30 17:53:55.853--UnitOfWork(719119378)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finest]: 2024-04-30 17:53:55.853--UnitOfWork(719119378)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.853--ServerSession(1918393987)--Connection(830608444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.853--ServerSession(1918393987)--Connection(830608444)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.853--ServerSession(1918393987)--Connection(2092141162)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.854--ServerSession(1918393987)--Connection(830608444)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.854--UnitOfWork(719119378)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.854--UnitOfWork(719119378)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.854--UnitOfWork(719119378)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.854--UnitOfWork(719119378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.854--ClientSession(312068212)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.854--UnitOfWork(719119378)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.854--ClientSession(312068212)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.854--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1888591894 [junit] [EL Finer]: 2024-04-30 17:53:55.854--ClientSession(1888591894)--Thread(Thread[main,5,main])--acquire unit of work: 341315292 [junit] [EL Finest]: 2024-04-30 17:53:55.854--UnitOfWork(341315292)--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]: 2024-04-30 17:53:55.854--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e2cd42c [junit] [EL Finest]: 2024-04-30 17:53:55.854--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finest]: 2024-04-30 17:53:55.854--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.854--ServerSession(1918393987)--Connection(1586365091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.854--ServerSession(1918393987)--Connection(1586365091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.854--ServerSession(1918393987)--Connection(175425856)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.855--ServerSession(1918393987)--Connection(1586365091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.855--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@629cf53c [junit] [EL Finest]: 2024-04-30 17:53:55.855--UnitOfWork(341315292)--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]: 2024-04-30 17:53:55.855--ServerSession(1918393987)--Connection(1371301022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.855--ServerSession(1918393987)--Connection(1371301022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.855--ServerSession(1918393987)--Connection(2131361552)--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]: 2024-04-30 17:53:55.856--ServerSession(1918393987)--Connection(1371301022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.856--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@130 [junit] [EL Finest]: 2024-04-30 17:53:55.856--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@12f [junit] [EL Finest]: 2024-04-30 17:53:55.856--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="hobbies" referenceClass=Hobby ) [junit] [EL Finest]: 2024-04-30 17:53:55.857--ServerSession(1918393987)--Connection(1815643381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.857--ServerSession(1918393987)--Connection(1815643381)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.857--ServerSession(1918393987)--Connection(1735943023)--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]: 2024-04-30 17:53:55.857--ServerSession(1918393987)--Connection(1815643381)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.857--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Register the existing object 2:null:writing SDDs [junit] [EL Finest]: 2024-04-30 17:53:55.857--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Register the existing object 1:null:counting beans [junit] [EL Finer]: 2024-04-30 17:53:55.857--UnitOfWork(341315292)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.858--UnitOfWork(341315292)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.858--UnitOfWork(341315292)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.858--UnitOfWork(341315292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.858--ClientSession(1888591894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.858--UnitOfWork(341315292)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.858--ClientSession(1888591894)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.858--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 19173251 [junit] [EL Finer]: 2024-04-30 17:53:55.858--ClientSession(19173251)--Thread(Thread[main,5,main])--acquire unit of work: 1546125471 [junit] [EL Finest]: 2024-04-30 17:53:55.858--UnitOfWork(1546125471)--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]: 2024-04-30 17:53:55.858--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e2cd42c [junit] [EL Finest]: 2024-04-30 17:53:55.858--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finest]: 2024-04-30 17:53:55.858--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.858--ServerSession(1918393987)--Connection(629738723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.858--ServerSession(1918393987)--Connection(629738723)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.858--ServerSession(1918393987)--Connection(968481845)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.858--ServerSession(1918393987)--Connection(629738723)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:55.859--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.859--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.859--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.859--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.859--ClientSession(19173251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.859--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.859--ClientSession(19173251)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.859--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 431731222 [junit] [EL Finer]: 2024-04-30 17:53:55.859--ClientSession(431731222)--Thread(Thread[main,5,main])--acquire unit of work: 1828372669 [junit] [EL Finest]: 2024-04-30 17:53:55.859--UnitOfWork(1828372669)--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]: 2024-04-30 17:53:55.859--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e2cd42c [junit] [EL Finest]: 2024-04-30 17:53:55.859--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finest]: 2024-04-30 17:53:55.859--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:55.859--ServerSession(1918393987)--Connection(1521510441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.859--ServerSession(1918393987)--Connection(1521510441)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.859--ServerSession(1918393987)--Connection(1618322666)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:55.859--ServerSession(1918393987)--Connection(1521510441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.86--UnitOfWork(1828372669)--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]: 2024-04-30 17:53:55.86--ServerSession(1918393987)--Connection(1059154409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.86--ServerSession(1918393987)--Connection(1059154409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.86--ServerSession(1918393987)--Connection(1720303364)--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]: 2024-04-30 17:53:55.86--ServerSession(1918393987)--Connection(1059154409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.86--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@130 [junit] [EL Finest]: 2024-04-30 17:53:55.86--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@12f [junit] [EL Finest]: 2024-04-30 17:53:55.86--UnitOfWork(1828372669)--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]: 2024-04-30 17:53:55.86--ServerSession(1918393987)--Connection(99275333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.861--ServerSession(1918393987)--Connection(99275333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.861--ServerSession(1918393987)--Connection(508143486)--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]: 2024-04-30 17:53:55.861--ServerSession(1918393987)--Connection(99275333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:55.861--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Register the existing object 2:null:writing SDDs [junit] [EL Finest]: 2024-04-30 17:53:55.861--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Register the existing object 1:null:counting beans [junit] [EL Finest]: 2024-04-30 17:53:55.861--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19b0a9f2 [junit] [EL Finer]: 2024-04-30 17:53:55.861--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.862--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.862--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.862--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.862--ClientSession(431731222)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.862--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.862--ClientSession(431731222)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.871--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 24057252 [junit] [EL Finer]: 2024-04-30 17:53:55.871--ClientSession(24057252)--Thread(Thread[main,5,main])--acquire unit of work: 1418481959 [junit] [EL Finest]: 2024-04-30 17:53:55.871--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.871--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.871--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:55.871--ServerSession(1918393987)--Connection(389752004)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.871--ClientSession(24057252)--Connection(389752004)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.871--ClientSession(24057252)--Connection(389752004)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.872--ClientSession(24057252)--Connection(554191469)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.872--ClientSession(24057252)--Connection(554191469)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.872--ServerSession(1918393987)--Connection(389752004)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.872--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.872--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.872--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.872--ClientSession(24057252)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.872--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.872--ClientSession(24057252)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.873--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1680709407 [junit] [EL Finer]: 2024-04-30 17:53:55.873--ClientSession(1680709407)--Thread(Thread[main,5,main])--acquire unit of work: 721322586 [junit] [EL Finest]: 2024-04-30 17:53:55.873--UnitOfWork(721322586)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finer]: 2024-04-30 17:53:55.873--UnitOfWork(721322586)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.873--UnitOfWork(721322586)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:55.873--ServerSession(1918393987)--Connection(1162466838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.873--ClientSession(1680709407)--Connection(1162466838)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.873--ClientSession(1680709407)--Connection(1162466838)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.873--ClientSession(1680709407)--Connection(469459127)--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]: 2024-04-30 17:53:55.874--ClientSession(1680709407)--Connection(469459127)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.874--ServerSession(1918393987)--Connection(1162466838)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.874--UnitOfWork(721322586)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.874--UnitOfWork(721322586)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.874--UnitOfWork(721322586)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.874--ClientSession(1680709407)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.874--UnitOfWork(721322586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.874--ClientSession(1680709407)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.874--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 161958547 [junit] [EL Finer]: 2024-04-30 17:53:55.874--ClientSession(161958547)--Thread(Thread[main,5,main])--acquire unit of work: 39179479 [junit] [EL Finest]: 2024-04-30 17:53:55.874--UnitOfWork(39179479)--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]: 2024-04-30 17:53:55.874--UnitOfWork(39179479)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finest]: 2024-04-30 17:53:55.874--UnitOfWork(39179479)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:55.874--UnitOfWork(39179479)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finer]: 2024-04-30 17:53:55.874--UnitOfWork(39179479)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.874--UnitOfWork(39179479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2024-04-30 17:53:55.874--ServerSession(1918393987)--Connection(1852194933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.874--ClientSession(161958547)--Connection(1852194933)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.874--ClientSession(161958547)--Connection(1852194933)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.875--ClientSession(161958547)--Connection(475468130)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [32, NEW_NAME, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.875--ClientSession(161958547)--Connection(475468130)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.875--ServerSession(1918393987)--Connection(1852194933)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.875--UnitOfWork(39179479)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.875--UnitOfWork(39179479)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.875--UnitOfWork(39179479)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.875--ClientSession(161958547)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.875--UnitOfWork(39179479)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.875--ClientSession(161958547)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.875--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 224447405 [junit] [EL Finer]: 2024-04-30 17:53:55.875--ClientSession(224447405)--Thread(Thread[main,5,main])--acquire unit of work: 1373194140 [junit] [EL Finest]: 2024-04-30 17:53:55.875--UnitOfWork(1373194140)--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]: 2024-04-30 17:53:55.875--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finest]: 2024-04-30 17:53:55.876--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.876--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.876--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2024-04-30 17:53:55.876--ServerSession(1918393987)--Connection(1257570886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.876--ClientSession(224447405)--Connection(1257570886)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.876--ClientSession(224447405)--Connection(1257570886)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.876--ClientSession(224447405)--Connection(1162358658)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, ORIGINAL, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.876--ClientSession(224447405)--Connection(1162358658)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.876--ServerSession(1918393987)--Connection(1257570886)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.876--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.876--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.876--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.876--ClientSession(224447405)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.876--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.877--ClientSession(224447405)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.877--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1218677266 [junit] [EL Finer]: 2024-04-30 17:53:55.877--ClientSession(1218677266)--Thread(Thread[main,5,main])--acquire unit of work: 715544178 [junit] [EL Finest]: 2024-04-30 17:53:55.877--UnitOfWork(715544178)--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]: 2024-04-30 17:53:55.877--UnitOfWork(715544178)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finer]: 2024-04-30 17:53:55.877--UnitOfWork(715544178)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.877--UnitOfWork(715544178)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.877--UnitOfWork(715544178)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.877--UnitOfWork(715544178)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.877--ClientSession(1218677266)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.877--UnitOfWork(715544178)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.877--ClientSession(1218677266)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.877--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 449256327 [junit] [EL Finer]: 2024-04-30 17:53:55.877--ClientSession(449256327)--Thread(Thread[main,5,main])--acquire unit of work: 101272276 [junit] [EL Finest]: 2024-04-30 17:53:55.877--UnitOfWork(101272276)--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]: 2024-04-30 17:53:55.877--UnitOfWork(101272276)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finest]: 2024-04-30 17:53:55.877--UnitOfWork(101272276)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finer]: 2024-04-30 17:53:55.877--UnitOfWork(101272276)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.877--UnitOfWork(101272276)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2024-04-30 17:53:55.877--ServerSession(1918393987)--Connection(1331862180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.877--ClientSession(449256327)--Connection(1331862180)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.877--ClientSession(449256327)--Connection(1331862180)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.878--ClientSession(449256327)--Connection(66135670)--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]: 2024-04-30 17:53:55.878--ClientSession(449256327)--Connection(66135670)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.878--ServerSession(1918393987)--Connection(1331862180)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.878--UnitOfWork(101272276)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.878--UnitOfWork(101272276)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.878--UnitOfWork(101272276)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.878--ClientSession(449256327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.878--UnitOfWork(101272276)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.878--ClientSession(449256327)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.878--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1059245610 [junit] [EL Finer]: 2024-04-30 17:53:55.878--ClientSession(1059245610)--Thread(Thread[main,5,main])--acquire unit of work: 1691272400 [junit] [EL Finest]: 2024-04-30 17:53:55.878--UnitOfWork(1691272400)--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]: 2024-04-30 17:53:55.878--UnitOfWork(1691272400)--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.333 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist [junit] [EL Finer]: 2024-04-30 17:53:55.893--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 858989662 [junit] [EL Finer]: 2024-04-30 17:53:55.893--ClientSession(858989662)--Thread(Thread[main,5,main])--acquire unit of work: 343688483 [junit] [EL Finer]: 2024-04-30 17:53:55.894--UnitOfWork(343688483)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.894--ClientSession(858989662)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.894--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1980588880 [junit] [EL Finer]: 2024-04-30 17:53:55.894--ClientSession(1980588880)--Thread(Thread[main,5,main])--acquire unit of work: 1555478555 [junit] [EL Finer]: 2024-04-30 17:53:55.894--UnitOfWork(1555478555)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.894--ClientSession(1980588880)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.902--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1531670331 [junit] [EL Finer]: 2024-04-30 17:53:55.902--ClientSession(1531670331)--Thread(Thread[main,5,main])--acquire unit of work: 852779561 [junit] [EL Finest]: 2024-04-30 17:53:55.902--UnitOfWork(852779561)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.902--UnitOfWork(852779561)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.902--UnitOfWork(852779561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2024-04-30 17:53:55.902--ServerSession(1918393987)--Connection(2142914862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.902--ClientSession(1531670331)--Connection(2142914862)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.902--ClientSession(1531670331)--Connection(2142914862)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.902--ClientSession(1531670331)--Connection(1861138906)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [111, OLD, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.903--ClientSession(1531670331)--Connection(1861138906)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.903--ServerSession(1918393987)--Connection(2142914862)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.903--UnitOfWork(852779561)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.903--UnitOfWork(852779561)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.903--UnitOfWork(852779561)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.903--ClientSession(1531670331)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.903--UnitOfWork(852779561)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.903--ClientSession(1531670331)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.903--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 776506949 [junit] [EL Finer]: 2024-04-30 17:53:55.903--ClientSession(776506949)--Thread(Thread[main,5,main])--acquire unit of work: 60182939 [junit] [EL Finest]: 2024-04-30 17:53:55.903--UnitOfWork(60182939)--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]: 2024-04-30 17:53:55.903--UnitOfWork(60182939)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finer]: 2024-04-30 17:53:55.903--UnitOfWork(60182939)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.903--UnitOfWork(60182939)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2024-04-30 17:53:55.904--ServerSession(1918393987)--Connection(1309744648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.904--ClientSession(776506949)--Connection(1309744648)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.904--ClientSession(776506949)--Connection(1309744648)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.904--ClientSession(776506949)--Connection(1041117256)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [CHANGED, 2, 111, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.904--UnitOfWork(60182939)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.904--UnitOfWork(60182939)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.904--UnitOfWork(60182939)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.904--ClientSession(776506949)--Connection(1041117256)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.904--ServerSession(1918393987)--Connection(1309744648)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.904--UnitOfWork(60182939)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.904--UnitOfWork(60182939)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.904--UnitOfWork(60182939)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.904--ClientSession(776506949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.905--UnitOfWork(60182939)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.905--ClientSession(776506949)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.905--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 384156063 [junit] [EL Finer]: 2024-04-30 17:53:55.905--ClientSession(384156063)--Thread(Thread[main,5,main])--acquire unit of work: 1495678843 [junit] [EL Finest]: 2024-04-30 17:53:55.905--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.905--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.905--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70) [junit] [EL Finest]: 2024-04-30 17:53:55.905--ServerSession(1918393987)--Connection(2091617618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.905--ClientSession(384156063)--Connection(2091617618)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.905--ClientSession(384156063)--Connection(2091617618)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.905--ClientSession(384156063)--Connection(337557595)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [112, CHANGED, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.905--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.905--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.905--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.905--ClientSession(384156063)--Connection(337557595)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.906--ServerSession(1918393987)--Connection(2091617618)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.906--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.906--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.906--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.906--ClientSession(384156063)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.906--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.906--ClientSession(384156063)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.914--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1310797638 [junit] [EL Finer]: 2024-04-30 17:53:55.914--ClientSession(1310797638)--Thread(Thread[main,5,main])--acquire unit of work: 103415428 [junit] [EL Finest]: 2024-04-30 17:53:55.914--UnitOfWork(103415428)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.914--UnitOfWork(103415428)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.914--ClientSession(1310797638)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.923--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2125269841 [junit] [EL Finer]: 2024-04-30 17:53:55.923--ClientSession(2125269841)--Thread(Thread[main,5,main])--acquire unit of work: 796756604 [junit] [EL Finest]: 2024-04-30 17:53:55.923--UnitOfWork(796756604)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.923--UnitOfWork(796756604)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.924--UnitOfWork(796756604)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14745c3c) [junit] [EL Finest]: 2024-04-30 17:53:55.924--ServerSession(1918393987)--Connection(143929038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.924--ClientSession(2125269841)--Connection(143929038)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.924--ClientSession(2125269841)--Connection(143929038)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.926--ClientSession(2125269841)--Connection(1922662433)--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@5d8a1456, [B@351fadfa, [B@7e1953f7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@26f07261, 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@2b55ea4d, [B@63ede2a0, [B@57df93c1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:53:55.931--ClientSession(2125269841)--Connection(1922662433)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.931--ServerSession(1918393987)--Connection(143929038)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.932--UnitOfWork(796756604)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.932--UnitOfWork(796756604)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.932--UnitOfWork(796756604)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.932--ClientSession(2125269841)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.932--UnitOfWork(796756604)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.932--ClientSession(2125269841)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.933--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1633161534 [junit] [EL Finer]: 2024-04-30 17:53:55.933--ClientSession(1633161534)--Thread(Thread[main,5,main])--acquire unit of work: 1631018495 [junit] [EL Finest]: 2024-04-30 17:53:55.933--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.933--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.933--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2bfa5678) [junit] [EL Finest]: 2024-04-30 17:53:55.933--ServerSession(1918393987)--Connection(2054926467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.933--ClientSession(1633161534)--Connection(2054926467)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.933--ClientSession(1633161534)--Connection(2054926467)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.934--ClientSession(1633161534)--Connection(727491956)--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@5f1db390, [B@78c5ef58, [B@1fce6eb4, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7d44eab, 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@35e7fcf2, [B@620f7a39, [B@e581302, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:53:55.937--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.937--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.937--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.938--ClientSession(1633161534)--Connection(727491956)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.938--ServerSession(1918393987)--Connection(2054926467)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.938--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.939--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.939--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.939--ClientSession(1633161534)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.939--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.939--ClientSession(1633161534)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.948--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 526339400 [junit] [EL Finer]: 2024-04-30 17:53:55.948--ClientSession(526339400)--Thread(Thread[main,5,main])--acquire unit of work: 788684446 [junit] [EL Finest]: 2024-04-30 17:53:55.948--UnitOfWork(788684446)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.948--UnitOfWork(788684446)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:55.948--UnitOfWork(788684446)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:55.948--ServerSession(1918393987)--Connection(1484518113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.948--ClientSession(526339400)--Connection(1484518113)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.948--ClientSession(526339400)--Connection(1484518113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.949--ClientSession(526339400)--Connection(1697685982)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, R&D, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.949--ClientSession(526339400)--Connection(1697685982)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.949--ServerSession(1918393987)--Connection(1484518113)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.949--UnitOfWork(788684446)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.949--UnitOfWork(788684446)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.949--UnitOfWork(788684446)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.949--ClientSession(526339400)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.949--UnitOfWork(788684446)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.949--ClientSession(526339400)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.95--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1148337557 [junit] [EL Finer]: 2024-04-30 17:53:55.95--ClientSession(1148337557)--Thread(Thread[main,5,main])--acquire unit of work: 606882452 [junit] [EL Finest]: 2024-04-30 17:53:55.95--UnitOfWork(606882452)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:55.95--UnitOfWork(606882452)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:55.95--UnitOfWork(606882452)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:55.95--ServerSession(1918393987)--Connection(313945225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.95--ClientSession(1148337557)--Connection(313945225)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:55.95--ClientSession(1148337557)--Connection(313945225)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:55.95--ClientSession(1148337557)--Connection(1409875105)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, QM, 1] [junit] [EL Finer]: 2024-04-30 17:53:55.95--UnitOfWork(606882452)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:55.95--UnitOfWork(606882452)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.95--UnitOfWork(606882452)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.95--ClientSession(1148337557)--Connection(1409875105)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:55.951--ServerSession(1918393987)--Connection(313945225)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:55.951--UnitOfWork(606882452)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:55.951--UnitOfWork(606882452)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.951--UnitOfWork(606882452)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.951--ClientSession(1148337557)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:55.951--UnitOfWork(606882452)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:55.951--ClientSession(1148337557)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:55.96--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 285205295 [junit] [EL Finer]: 2024-04-30 17:53:55.96--ClientSession(285205295)--Thread(Thread[main,5,main])--acquire unit of work: 327584833 [junit] [EL Finest]: 2024-04-30 17:53:55.96--UnitOfWork(327584833)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.06--UnitOfWork(327584833)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.061--UnitOfWork(327584833)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@67d55a46) [junit] [EL Finest]: 2024-04-30 17:53:56.061--ServerSession(1918393987)--Connection(2006005439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.061--ClientSession(285205295)--Connection(2006005439)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.061--ClientSession(285205295)--Connection(2006005439)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.061--ClientSession(285205295)--Connection(261801753)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?) [junit] bind => [1714499636060] [junit] [EL Finer]: 2024-04-30 17:53:56.062--ClientSession(285205295)--Connection(261801753)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.062--ServerSession(1918393987)--Connection(2006005439)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.062--UnitOfWork(327584833)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.062--UnitOfWork(327584833)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.062--UnitOfWork(327584833)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.062--ClientSession(285205295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.062--UnitOfWork(327584833)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.062--ClientSession(285205295)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.062--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 863917883 [junit] [EL Finer]: 2024-04-30 17:53:56.062--ClientSession(863917883)--Thread(Thread[main,5,main])--acquire unit of work: 1294248741 [junit] [EL Finest]: 2024-04-30 17:53:56.062--UnitOfWork(1294248741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTimestamp" referenceClass=Timestamp sql="SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:56.062--ServerSession(1918393987)--Connection(341778327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.062--ServerSession(1918393987)--Connection(341778327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.062--ServerSession(1918393987)--Connection(1490353715)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?) [junit] bind => [1714499636060] [junit] [EL Finest]: 2024-04-30 17:53:56.063--ServerSession(1918393987)--Connection(341778327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:56.072--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1860205951 [junit] [EL Finer]: 2024-04-30 17:53:56.072--ClientSession(1860205951)--Thread(Thread[main,5,main])--acquire unit of work: 627863418 [junit] [EL Finest]: 2024-04-30 17:53:56.072--UnitOfWork(627863418)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.072--UnitOfWork(627863418)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.072--UnitOfWork(627863418)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.072--UnitOfWork(627863418)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@81cd90e) [junit] [EL Finest]: 2024-04-30 17:53:56.072--ServerSession(1918393987)--Connection(6932197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.072--ClientSession(1860205951)--Connection(6932197)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.072--ClientSession(1860205951)--Connection(6932197)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.072--UnitOfWork(627863418)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@7a6b214c) [junit] [EL Finer]: 2024-04-30 17:53:56.072--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.073--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?) [junit] [EL Fine]: 2024-04-30 17:53:56.073--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Fine]: 2024-04-30 17:53:56.073--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Finer]: 2024-04-30 17:53:56.073--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:56.073--ClientSession(1860205951)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:56.073--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.073--ServerSession(1918393987)--Connection(6932197)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:56.074--UnitOfWork(627863418)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testNastyTimestampTwice(TestPersist.java:567) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 39 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 43 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:56.074--UnitOfWork(627863418)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.074--ClientSession(1860205951)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.082--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1122636984 [junit] [EL Finer]: 2024-04-30 17:53:56.082--ClientSession(1122636984)--Thread(Thread[main,5,main])--acquire unit of work: 1480051614 [junit] [EL Finest]: 2024-04-30 17:53:56.082--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.082--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.082--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Finest]: 2024-04-30 17:53:56.082--ServerSession(1918393987)--Connection(25734038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.082--ClientSession(1122636984)--Connection(25734038)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.082--ClientSession(1122636984)--Connection(25734038)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.083--ClientSession(1122636984)--Connection(1728445186)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [121, REMOVE, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.083--ClientSession(1122636984)--Connection(1728445186)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.083--ServerSession(1918393987)--Connection(25734038)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.083--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.083--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.083--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.083--ClientSession(1122636984)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.083--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.083--ClientSession(1122636984)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.083--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 878535710 [junit] [EL Finer]: 2024-04-30 17:53:56.083--ClientSession(878535710)--Thread(Thread[main,5,main])--acquire unit of work: 1892531480 [junit] [EL Finest]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--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]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79 [junit] [EL Finest]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Finest]: 2024-04-30 17:53:56.084--ServerSession(1918393987)--Connection(1080651718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.084--ClientSession(878535710)--Connection(1080651718)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.084--ClientSession(878535710)--Connection(1080651718)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.084--ClientSession(878535710)--Connection(1021494774)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.084--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.085--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Fine]: 2024-04-30 17:53:56.085--ClientSession(878535710)--Connection(1021494774)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [121, REINVIGORATED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.085--ClientSession(878535710)--Connection(1021494774)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.085--ServerSession(1918393987)--Connection(1080651718)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.085--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.085--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.085--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.085--ClientSession(878535710)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.085--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.085--ClientSession(878535710)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.085--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1430094474 [junit] [EL Finer]: 2024-04-30 17:53:56.085--ClientSession(1430094474)--Thread(Thread[main,5,main])--acquire unit of work: 1823955413 [junit] [EL Finest]: 2024-04-30 17:53:56.085--UnitOfWork(1823955413)--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]: 2024-04-30 17:53:56.085--ServerSession(1918393987)--Connection(732526171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.085--ServerSession(1918393987)--Connection(732526171)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.086--ServerSession(1918393987)--Connection(99759097)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [121] [junit] [EL Finest]: 2024-04-30 17:53:56.086--ServerSession(1918393987)--Connection(732526171)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.086--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.086--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.086--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finer]: 2024-04-30 17:53:56.086--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:56.086--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:56.086--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.086--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.086--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a) [junit] [EL Finest]: 2024-04-30 17:53:56.086--ServerSession(1918393987)--Connection(876044393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.086--ClientSession(1430094474)--Connection(876044393)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.086--ClientSession(1430094474)--Connection(876044393)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.087--ClientSession(1430094474)--Connection(163843907)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [122, REINVIGORATED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.087--ClientSession(1430094474)--Connection(163843907)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.087--ServerSession(1918393987)--Connection(876044393)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.087--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.087--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.087--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.087--ClientSession(1430094474)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.087--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.087--ClientSession(1430094474)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.087--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1663673785 [junit] [EL Finer]: 2024-04-30 17:53:56.087--ClientSession(1663673785)--Thread(Thread[main,5,main])--acquire unit of work: 1821549981 [junit] [EL Finest]: 2024-04-30 17:53:56.087--UnitOfWork(1821549981)--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]: 2024-04-30 17:53:56.087--UnitOfWork(1821549981)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finer]: 2024-04-30 17:53:56.096--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1524462464 [junit] [EL Finer]: 2024-04-30 17:53:56.096--ClientSession(1524462464)--Thread(Thread[main,5,main])--acquire unit of work: 241403219 [junit] [EL Finest]: 2024-04-30 17:53:56.096--UnitOfWork(241403219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.096--UnitOfWork(241403219)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.096--UnitOfWork(241403219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:56.096--ServerSession(1918393987)--Connection(1151395471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.096--ClientSession(1524462464)--Connection(1151395471)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.096--ClientSession(1524462464)--Connection(1151395471)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.096--ClientSession(1524462464)--Connection(1450945109)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.097--ClientSession(1524462464)--Connection(1450945109)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.097--ServerSession(1918393987)--Connection(1151395471)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.097--UnitOfWork(241403219)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.097--UnitOfWork(241403219)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.097--UnitOfWork(241403219)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.097--ClientSession(1524462464)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.097--UnitOfWork(241403219)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.097--ClientSession(1524462464)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.097--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1393284987 [junit] [EL Finer]: 2024-04-30 17:53:56.097--ClientSession(1393284987)--Thread(Thread[main,5,main])--acquire unit of work: 1487529549 [junit] [EL Finest]: 2024-04-30 17:53:56.097--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.097--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.098--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:56.098--ServerSession(1918393987)--Connection(437475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.098--ClientSession(1393284987)--Connection(437475)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.098--ClientSession(1393284987)--Connection(437475)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.098--ClientSession(1393284987)--Connection(221971351)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.098--ClientSession(1393284987)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:56.098--ClientSession(1393284987)--Connection(221971351)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.098--ServerSession(1918393987)--Connection(437475)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:56.099--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '31' for key 'TMP_DEP.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:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:917) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testPersistDetached(TestPersist.java:274) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '31' for key 'TMP_DEP.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1003) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1312) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:988) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) [junit] ... 42 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:56.099--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.099--ClientSession(1393284987)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.099--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 848995025 [junit] [EL Finer]: 2024-04-30 17:53:56.099--ClientSession(848995025)--Thread(Thread[main,5,main])--acquire unit of work: 271594494 [junit] [EL Finest]: 2024-04-30 17:53:56.099--UnitOfWork(271594494)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.099--UnitOfWork(271594494)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.099--UnitOfWork(271594494)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.099--UnitOfWork(271594494)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2024-04-30 17:53:56.099--ServerSession(1918393987)--Connection(1482861352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.099--ClientSession(848995025)--Connection(1482861352)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.099--ClientSession(848995025)--Connection(1482861352)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.099--UnitOfWork(271594494)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finer]: 2024-04-30 17:53:56.1--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.1--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:56.1--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])-- bind => [32, DETACHED, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.1--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])-- bind => [32, ORIGINAL, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.1--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:56.1--ClientSession(848995025)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:56.1--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.1--ServerSession(1918393987)--Connection(1482861352)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:56.101--UnitOfWork(271594494)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '32' for key 'TMP_DEP.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testPersistDetached(TestPersist.java:299) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '32' for key 'TMP_DEP.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 40 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '32' for key 'TMP_DEP.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 44 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:56.101--UnitOfWork(271594494)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.101--ClientSession(848995025)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.101--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1888859784 [junit] [EL Finer]: 2024-04-30 17:53:56.101--ClientSession(1888859784)--Thread(Thread[main,5,main])--acquire unit of work: 2089917982 [junit] [EL Finest]: 2024-04-30 17:53:56.101--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.101--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.101--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2024-04-30 17:53:56.101--ServerSession(1918393987)--Connection(1099109905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.101--ClientSession(1888859784)--Connection(1099109905)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.101--ClientSession(1888859784)--Connection(1099109905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.101--ClientSession(1888859784)--Connection(831656273)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, ORIGINAL, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.102--ClientSession(1888859784)--Connection(831656273)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.102--ServerSession(1918393987)--Connection(1099109905)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.102--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.102--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.102--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.102--ClientSession(1888859784)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.102--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.102--ClientSession(1888859784)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.102--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1823047135 [junit] [EL Finer]: 2024-04-30 17:53:56.102--ClientSession(1823047135)--Thread(Thread[main,5,main])--acquire unit of work: 1292956034 [junit] [EL Finest]: 2024-04-30 17:53:56.102--UnitOfWork(1292956034)--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]: 2024-04-30 17:53:56.102--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finest]: 2024-04-30 17:53:56.103--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.103--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.103--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2024-04-30 17:53:56.103--ServerSession(1918393987)--Connection(1103641328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.103--ClientSession(1823047135)--Connection(1103641328)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.103--ClientSession(1823047135)--Connection(1103641328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.103--ClientSession(1823047135)--Connection(1205094026)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, DETACHED, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.103--ClientSession(1823047135)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:56.103--ClientSession(1823047135)--Connection(1205094026)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.103--ServerSession(1918393987)--Connection(1103641328)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:56.103--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '33' for key 'TMP_DEP.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:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:917) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testPersistDetached(TestPersist.java:327) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '33' for key 'TMP_DEP.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1003) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1312) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:988) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) [junit] ... 42 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:56.104--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.104--ClientSession(1823047135)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.104--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1532216261 [junit] [EL Finer]: 2024-04-30 17:53:56.104--ClientSession(1532216261)--Thread(Thread[main,5,main])--acquire unit of work: 400976621 [junit] [EL Finest]: 2024-04-30 17:53:56.104--UnitOfWork(400976621)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.104--UnitOfWork(400976621)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.104--UnitOfWork(400976621)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] [EL Finest]: 2024-04-30 17:53:56.104--ServerSession(1918393987)--Connection(798555759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.104--ClientSession(1532216261)--Connection(798555759)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.104--ClientSession(1532216261)--Connection(798555759)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.104--ClientSession(1532216261)--Connection(185419891)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [34, ORIGINAL, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.105--ClientSession(1532216261)--Connection(185419891)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.105--ServerSession(1918393987)--Connection(798555759)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.105--UnitOfWork(400976621)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.105--UnitOfWork(400976621)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.105--UnitOfWork(400976621)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.105--ClientSession(1532216261)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.105--UnitOfWork(400976621)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.105--ClientSession(1532216261)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.105--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 126039047 [junit] [EL Finer]: 2024-04-30 17:53:56.105--ClientSession(126039047)--Thread(Thread[main,5,main])--acquire unit of work: 1722591828 [junit] [EL Finest]: 2024-04-30 17:53:56.105--UnitOfWork(1722591828)--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]: 2024-04-30 17:53:56.105--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22 [junit] [EL Finest]: 2024-04-30 17:53:56.105--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.105--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.105--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.106--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.106--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] [EL Finest]: 2024-04-30 17:53:56.106--ServerSession(1918393987)--Connection(827549167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.106--ClientSession(126039047)--Connection(827549167)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.106--ClientSession(126039047)--Connection(827549167)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.106--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] [EL Fine]: 2024-04-30 17:53:56.106--ClientSession(126039047)--Connection(523771567)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [34, DETACHED, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.106--ClientSession(126039047)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2024-04-30 17:53:56.107--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '34' for key 'TMP_DEP.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:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:917) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.appendCall(ParameterizedSQLBatchWritingMechanism.java:85) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:612) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:243) [junit] at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:121) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:220) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:121) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:344) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:293) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1522) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1609) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:280) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testPersistDetached(TestPersist.java:356) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '34' for key 'TMP_DEP.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1003) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1312) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:988) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) [junit] ... 60 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:56.107--ClientSession(126039047)--Connection(523771567)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.107--ServerSession(1918393987)--Connection(827549167)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.107--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.107--ClientSession(126039047)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.116--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1212473931 [junit] [EL Finer]: 2024-04-30 17:53:56.116--ClientSession(1212473931)--Thread(Thread[main,5,main])--acquire unit of work: 628211188 [junit] [EL Finest]: 2024-04-30 17:53:56.116--UnitOfWork(628211188)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.116--UnitOfWork(628211188)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.116--UnitOfWork(628211188)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e7) [junit] [EL Finest]: 2024-04-30 17:53:56.116--ServerSession(1918393987)--Connection(291996777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.116--ClientSession(1212473931)--Connection(291996777)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.116--ClientSession(1212473931)--Connection(291996777)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.116--ClientSession(1212473931)--Connection(961615276)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [999, X, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.117--ClientSession(1212473931)--Connection(961615276)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.117--ServerSession(1918393987)--Connection(291996777)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.117--UnitOfWork(628211188)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.117--UnitOfWork(628211188)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.117--UnitOfWork(628211188)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.117--ClientSession(1212473931)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.117--UnitOfWork(628211188)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.117--ClientSession(1212473931)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.117--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 992521115 [junit] [EL Finer]: 2024-04-30 17:53:56.117--ClientSession(992521115)--Thread(Thread[main,5,main])--acquire unit of work: 381760603 [junit] [EL Finest]: 2024-04-30 17:53:56.117--UnitOfWork(381760603)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.117--UnitOfWork(381760603)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.117--UnitOfWork(381760603)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e7) [junit] [EL Finest]: 2024-04-30 17:53:56.117--ServerSession(1918393987)--Connection(474059546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.118--ClientSession(992521115)--Connection(474059546)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.118--ClientSession(992521115)--Connection(474059546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.118--ClientSession(992521115)--Connection(1657509754)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [999, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.118--ClientSession(992521115)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:56.118--ClientSession(992521115)--Connection(1657509754)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.178--ServerSession(1918393987)--Connection(474059546)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:56.178--UnitOfWork(381760603)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'TMP_DEP.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:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:917) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testDuprec(TestPersist.java:593) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'TMP_DEP.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1003) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1312) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:988) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) [junit] ... 41 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:56.178--UnitOfWork(381760603)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.178--ClientSession(992521115)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.188--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 145423728 [junit] [EL Finer]: 2024-04-30 17:53:56.188--ClientSession(145423728)--Thread(Thread[main,5,main])--acquire unit of work: 1014071026 [junit] [EL Finest]: 2024-04-30 17:53:56.188--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.188--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.188--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.188--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.188--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.188--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.188--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e6) [junit] [EL Finest]: 2024-04-30 17:53:56.188--ServerSession(1918393987)--Connection(921452657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.188--ClientSession(145423728)--Connection(921452657)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.188--ClientSession(145423728)--Connection(921452657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.188--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e4) [junit] [EL Finest]: 2024-04-30 17:53:56.189--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e3) [junit] [EL Finest]: 2024-04-30 17:53:56.189--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e2) [junit] [EL Finest]: 2024-04-30 17:53:56.189--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e5) [junit] [EL Finer]: 2024-04-30 17:53:56.189--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.189--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:56.189--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])-- bind => [998, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.189--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])-- bind => [996, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.189--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])-- bind => [995, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.189--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])-- bind => [994, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.189--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])-- bind => [997, X, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.189--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:56.19--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.19--ServerSession(1918393987)--Connection(921452657)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.19--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.19--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.19--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.19--ClientSession(145423728)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.19--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.19--ClientSession(145423728)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.19--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1022837566 [junit] [EL Finer]: 2024-04-30 17:53:56.19--ClientSession(1022837566)--Thread(Thread[main,5,main])--acquire unit of work: 1758225177 [junit] [EL Finest]: 2024-04-30 17:53:56.19--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.19--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.19--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.19--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.191--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.191--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.191--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e3) [junit] [EL Finest]: 2024-04-30 17:53:56.191--ServerSession(1918393987)--Connection(1349400619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1349400619)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1349400619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.191--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e1) [junit] [EL Finest]: 2024-04-30 17:53:56.191--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3df) [junit] [EL Finest]: 2024-04-30 17:53:56.191--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3de) [junit] [EL Finest]: 2024-04-30 17:53:56.191--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e0) [junit] [EL Finer]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])-- bind => [995, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])-- bind => [993, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])-- bind => [991, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])-- bind => [990, X, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])-- bind => [992, X, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.191--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:56.192--ClientSession(1022837566)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2024-04-30 17:53:56.192--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.193--ServerSession(1918393987)--Connection(1349400619)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:56.193--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '995' for key 'TMP_DEP.PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:948) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:182) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testDuprecBatch(TestPersist.java:634) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '995' for key 'TMP_DEP.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createBatchUpdateException(SQLError.java:223) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:813) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchInternal(ClientPreparedStatement.java:416) [junit] at com.mysql.cj.jdbc.StatementImpl.executeBatch(StatementImpl.java:799) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2516) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:937) [junit] ... 39 more [junit] Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '995' for key 'TMP_DEP.PRIMARY' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1054) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeBatchSerially(ClientPreparedStatement.java:792) [junit] ... 43 more [junit] [junit] [EL Finer]: 2024-04-30 17:53:56.193--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.193--ClientSession(1022837566)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.202--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1467974048 [junit] [EL Finer]: 2024-04-30 17:53:56.202--ClientSession(1467974048)--Thread(Thread[main,5,main])--acquire unit of work: 539825188 [junit] [EL Finest]: 2024-04-30 17:53:56.202--UnitOfWork(539825188)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.202--UnitOfWork(539825188)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.202--UnitOfWork(539825188)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:56.202--ServerSession(1918393987)--Connection(1182015948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.202--ClientSession(1467974048)--Connection(1182015948)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.202--ClientSession(1467974048)--Connection(1182015948)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.202--ClientSession(1467974048)--Connection(246452498)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, OLD, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.203--ClientSession(1467974048)--Connection(246452498)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.203--ServerSession(1918393987)--Connection(1182015948)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.203--UnitOfWork(539825188)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.203--UnitOfWork(539825188)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.203--UnitOfWork(539825188)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.203--ClientSession(1467974048)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.203--UnitOfWork(539825188)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.203--ClientSession(1467974048)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.203--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 721863560 [junit] [EL Finer]: 2024-04-30 17:53:56.203--ClientSession(721863560)--Thread(Thread[main,5,main])--acquire unit of work: 1285287269 [junit] [EL Finest]: 2024-04-30 17:53:56.203--UnitOfWork(1285287269)--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]: 2024-04-30 17:53:56.203--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2024-04-30 17:53:56.203--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.203--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:56.204--ServerSession(1918393987)--Connection(1892771928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.204--ClientSession(721863560)--Connection(1892771928)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.204--ClientSession(721863560)--Connection(1892771928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.204--ClientSession(721863560)--Connection(2023707986)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [CHANGED, 2, 11, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.204--ClientSession(721863560)--Connection(2023707986)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.204--ServerSession(1918393987)--Connection(1892771928)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.205--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.205--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.205--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.205--ClientSession(721863560)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.205--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.205--ClientSession(721863560)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.205--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1494188138 [junit] [EL Finer]: 2024-04-30 17:53:56.205--ClientSession(1494188138)--Thread(Thread[main,5,main])--acquire unit of work: 577220795 [junit] [EL Finest]: 2024-04-30 17:53:56.205--UnitOfWork(577220795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.205--UnitOfWork(577220795)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.205--UnitOfWork(577220795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c) [junit] [EL Finest]: 2024-04-30 17:53:56.205--ServerSession(1918393987)--Connection(768047458)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.205--ClientSession(1494188138)--Connection(768047458)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.205--ClientSession(1494188138)--Connection(768047458)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.205--ClientSession(1494188138)--Connection(851109385)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [12, CHANGED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.205--ClientSession(1494188138)--Connection(851109385)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.206--ServerSession(1918393987)--Connection(768047458)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.206--UnitOfWork(577220795)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.206--UnitOfWork(577220795)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.206--UnitOfWork(577220795)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.206--ClientSession(1494188138)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.206--UnitOfWork(577220795)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.206--ClientSession(1494188138)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.214--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 506184257 [junit] [EL Finer]: 2024-04-30 17:53:56.215--ClientSession(506184257)--Thread(Thread[main,5,main])--acquire unit of work: 1412536057 [junit] [EL Finest]: 2024-04-30 17:53:56.215--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.215--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.215--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2024-04-30 17:53:56.215--ServerSession(1918393987)--Connection(1372771126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.215--ClientSession(506184257)--Connection(1372771126)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.215--ClientSession(506184257)--Connection(1372771126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.215--ClientSession(506184257)--Connection(151781803)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, REMOVE, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.215--ClientSession(506184257)--Connection(151781803)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.215--ServerSession(1918393987)--Connection(1372771126)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.216--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.216--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.216--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.216--ClientSession(506184257)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.216--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.216--ClientSession(506184257)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.216--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1910857288 [junit] [EL Finer]: 2024-04-30 17:53:56.216--ClientSession(1910857288)--Thread(Thread[main,5,main])--acquire unit of work: 912877601 [junit] [EL Finest]: 2024-04-30 17:53:56.216--UnitOfWork(912877601)--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]: 2024-04-30 17:53:56.216--UnitOfWork(912877601)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2024-04-30 17:53:56.216--UnitOfWork(912877601)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.216--UnitOfWork(912877601)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.216--UnitOfWork(912877601)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2024-04-30 17:53:56.216--ServerSession(1918393987)--Connection(1342423316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.216--ClientSession(1910857288)--Connection(1342423316)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.216--ClientSession(1910857288)--Connection(1342423316)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.216--ClientSession(1910857288)--Connection(115653836)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [REINVIGORATED, 2, 21, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.217--ClientSession(1910857288)--Connection(115653836)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.217--ServerSession(1918393987)--Connection(1342423316)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.217--UnitOfWork(912877601)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.217--UnitOfWork(912877601)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.217--UnitOfWork(912877601)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.217--ClientSession(1910857288)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.217--UnitOfWork(912877601)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.217--ClientSession(1910857288)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.217--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1026553658 [junit] [EL Finer]: 2024-04-30 17:53:56.217--ClientSession(1026553658)--Thread(Thread[main,5,main])--acquire unit of work: 1936362218 [junit] [EL Finest]: 2024-04-30 17:53:56.217--UnitOfWork(1936362218)--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]: 2024-04-30 17:53:56.217--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2024-04-30 17:53:56.217--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.217--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.217--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2024-04-30 17:53:56.217--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.218--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.218--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16) [junit] [EL Finest]: 2024-04-30 17:53:56.218--ServerSession(1918393987)--Connection(641691286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.218--ClientSession(1026553658)--Connection(641691286)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.218--ClientSession(1026553658)--Connection(641691286)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.218--ClientSession(1026553658)--Connection(1232346752)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [22, REINVIGORATED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.218--ClientSession(1026553658)--Connection(1232346752)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.218--ServerSession(1918393987)--Connection(641691286)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.218--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.218--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.218--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.218--ClientSession(1026553658)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.218--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.218--ClientSession(1026553658)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.218--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 967635335 [junit] [EL Finer]: 2024-04-30 17:53:56.218--ClientSession(967635335)--Thread(Thread[main,5,main])--acquire unit of work: 1681552378 [junit] [EL Finest]: 2024-04-30 17:53:56.219--UnitOfWork(1681552378)--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]: 2024-04-30 17:53:56.219--UnitOfWork(1681552378)--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.335 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly [junit] [EL Finer]: 2024-04-30 17:53:56.233--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 92350773 [junit] [EL Finer]: 2024-04-30 17:53:56.233--ClientSession(92350773)--Thread(Thread[main,5,main])--acquire unit of work: 119445056 [junit] [EL Finest]: 2024-04-30 17:53:56.233--UnitOfWork(119445056)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.233--UnitOfWork(119445056)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.234--UnitOfWork(119445056)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass@1ce45e18) [junit] [EL Finest]: 2024-04-30 17:53:56.234--ServerSession(1918393987)--Connection(691171870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.234--ClientSession(92350773)--Connection(691171870)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.234--ClientSession(92350773)--Connection(691171870)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.234--ClientSession(92350773)--Connection(1517112814)--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]: 2024-04-30 17:53:56.235--ClientSession(92350773)--Connection(1517112814)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.235--ServerSession(1918393987)--Connection(691171870)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.235--UnitOfWork(119445056)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.235--UnitOfWork(119445056)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.235--UnitOfWork(119445056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.235--ClientSession(92350773)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.235--UnitOfWork(119445056)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.235--ClientSession(92350773)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.235--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1885192614 [junit] [EL Finer]: 2024-04-30 17:53:56.235--ClientSession(1885192614)--Thread(Thread[main,5,main])--acquire unit of work: 1246101297 [junit] [EL Finest]: 2024-04-30 17:53:56.235--UnitOfWork(1246101297)--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]: 2024-04-30 17:53:56.236--ServerSession(1918393987)--Connection(1664401624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.236--ServerSession(1918393987)--Connection(1664401624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.236--ServerSession(1918393987)--Connection(1961704420)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, NAME, VERSION, ADDON FROM TMP_READONLY WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:53:56.236--ServerSession(1918393987)--Connection(1664401624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:56.236--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.236--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.236--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.236--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.236--ClientSession(1885192614)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.236--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.236--ClientSession(1885192614)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.236--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 423377692 [junit] [EL Finer]: 2024-04-30 17:53:56.236--ClientSession(423377692)--Thread(Thread[main,5,main])--acquire unit of work: 1138249201 [junit] [EL Finest]: 2024-04-30 17:53:56.236--UnitOfWork(1138249201)--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]: 2024-04-30 17:53:56.237--ServerSession(1918393987)--Connection(588801311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.237--ServerSession(1918393987)--Connection(588801311)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.237--ServerSession(1918393987)--Connection(1057291015)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, NAME, VERSION, ADDON FROM TMP_READONLY WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:53:56.237--ServerSession(1918393987)--Connection(588801311)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:56.237--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.237--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.237--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.237--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.237--ClientSession(423377692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.237--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.237--ClientSession(423377692)--Thread(Thread[main,5,main])--client released [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.014 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh [junit] [EL Finer]: 2024-04-30 17:53:56.252--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 993587250 [junit] [EL Finer]: 2024-04-30 17:53:56.252--ClientSession(993587250)--Thread(Thread[main,5,main])--acquire unit of work: 400048100 [junit] [EL Finest]: 2024-04-30 17:53:56.252--UnitOfWork(400048100)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.252--UnitOfWork(400048100)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.252--UnitOfWork(400048100)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29) [junit] [EL Finest]: 2024-04-30 17:53:56.252--ServerSession(1918393987)--Connection(320192254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.252--ClientSession(993587250)--Connection(320192254)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.252--ClientSession(993587250)--Connection(320192254)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.252--ClientSession(993587250)--Connection(1164219495)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [41, DETACHED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.253--ClientSession(993587250)--Connection(1164219495)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.253--ServerSession(1918393987)--Connection(320192254)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.253--UnitOfWork(400048100)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.253--UnitOfWork(400048100)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.253--UnitOfWork(400048100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.253--ClientSession(993587250)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.253--UnitOfWork(400048100)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.253--ClientSession(993587250)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.253--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1645088054 [junit] [EL Finer]: 2024-04-30 17:53:56.253--ClientSession(1645088054)--Thread(Thread[main,5,main])--acquire unit of work: 1557310919 [junit] [EL Finer]: 2024-04-30 17:53:56.253--UnitOfWork(1557310919)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.253--ClientSession(1645088054)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.253--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1039453590 [junit] [EL Finer]: 2024-04-30 17:53:56.253--ClientSession(1039453590)--Thread(Thread[main,5,main])--acquire unit of work: 901737914 [junit] [EL Finest]: 2024-04-30 17:53:56.253--UnitOfWork(901737914)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.253--UnitOfWork(901737914)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.254--ClientSession(1039453590)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.254--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1966896145 [junit] [EL Finer]: 2024-04-30 17:53:56.254--ClientSession(1966896145)--Thread(Thread[main,5,main])--acquire unit of work: 1000347057 [junit] [EL Finest]: 2024-04-30 17:53:56.254--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.254--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.254--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2b) [junit] [EL Finest]: 2024-04-30 17:53:56.254--ServerSession(1918393987)--Connection(1297259967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.254--ClientSession(1966896145)--Connection(1297259967)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.254--ClientSession(1966896145)--Connection(1297259967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.254--ClientSession(1966896145)--Connection(1986270265)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [43, MANAGED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.254--ClientSession(1966896145)--Connection(1986270265)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.255--ServerSession(1918393987)--Connection(1297259967)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.255--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.255--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.255--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.255--ClientSession(1966896145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.255--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.255--ClientSession(1966896145)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.255--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 29401411 [junit] [EL Finer]: 2024-04-30 17:53:56.255--ClientSession(29401411)--Thread(Thread[main,5,main])--acquire unit of work: 1478917025 [junit] [EL Finest]: 2024-04-30 17:53:56.255--UnitOfWork(1478917025)--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]: 2024-04-30 17:53:56.255--UnitOfWork(1478917025)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2b [junit] [EL Finer]: 2024-04-30 17:53:56.255--UnitOfWork(1478917025)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.255--ClientSession(29401411)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.255--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1472719920 [junit] [EL Finer]: 2024-04-30 17:53:56.255--ClientSession(1472719920)--Thread(Thread[main,5,main])--acquire unit of work: 1922949345 [junit] [EL Finest]: 2024-04-30 17:53:56.255--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.255--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.255--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2c) [junit] [EL Finest]: 2024-04-30 17:53:56.255--ServerSession(1918393987)--Connection(1833824722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.255--ClientSession(1472719920)--Connection(1833824722)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.255--ClientSession(1472719920)--Connection(1833824722)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.256--ClientSession(1472719920)--Connection(1892322930)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [44, DELETED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.256--ClientSession(1472719920)--Connection(1892322930)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.256--ServerSession(1918393987)--Connection(1833824722)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.256--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.256--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.256--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.256--ClientSession(1472719920)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.256--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.256--ClientSession(1472719920)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.256--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 673307146 [junit] [EL Finer]: 2024-04-30 17:53:56.256--ClientSession(673307146)--Thread(Thread[main,5,main])--acquire unit of work: 719355325 [junit] [EL Finest]: 2024-04-30 17:53:56.256--UnitOfWork(719355325)--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]: 2024-04-30 17:53:56.256--UnitOfWork(719355325)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2c [junit] [EL Finest]: 2024-04-30 17:53:56.257--UnitOfWork(719355325)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.257--UnitOfWork(719355325)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.257--ClientSession(673307146)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.265--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 334563687 [junit] [EL Finer]: 2024-04-30 17:53:56.265--ClientSession(334563687)--Thread(Thread[main,5,main])--acquire unit of work: 1996476498 [junit] [EL Finer]: 2024-04-30 17:53:56.265--UnitOfWork(1996476498)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.265--ClientSession(334563687)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.265--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 515585759 [junit] [EL Finer]: 2024-04-30 17:53:56.265--ClientSession(515585759)--Thread(Thread[main,5,main])--acquire unit of work: 525199726 [junit] [EL Finer]: 2024-04-30 17:53:56.265--UnitOfWork(525199726)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.265--ClientSession(515585759)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.274--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1000671313 [junit] [EL Finer]: 2024-04-30 17:53:56.274--ClientSession(1000671313)--Thread(Thread[main,5,main])--acquire unit of work: 1545634845 [junit] [EL Finest]: 2024-04-30 17:53:56.274--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.274--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.274--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2024-04-30 17:53:56.274--ServerSession(1918393987)--Connection(1578892902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.274--ClientSession(1000671313)--Connection(1578892902)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.275--ClientSession(1000671313)--Connection(1578892902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.275--ClientSession(1000671313)--Connection(113482196)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, MANAGED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.275--ClientSession(1000671313)--Connection(113482196)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.276--ServerSession(1918393987)--Connection(1578892902)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.276--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.276--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.276--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.276--ClientSession(1000671313)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.276--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.276--ClientSession(1000671313)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.276--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1127441120 [junit] [EL Finer]: 2024-04-30 17:53:56.276--ClientSession(1127441120)--Thread(Thread[main,5,main])--acquire unit of work: 1113218094 [junit] [EL Finest]: 2024-04-30 17:53:56.276--UnitOfWork(1113218094)--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]: 2024-04-30 17:53:56.276--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2024-04-30 17:53:56.276--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.276--ServerSession(1918393987)--Connection(1151821341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.276--ServerSession(1918393987)--Connection(1151821341)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.276--ServerSession(1918393987)--Connection(484124683)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2024-04-30 17:53:56.277--ServerSession(1918393987)--Connection(1151821341)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.277--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finer]: 2024-04-30 17:53:56.277--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.277--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.277--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.277--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.277--ClientSession(1127441120)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.277--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.277--ClientSession(1127441120)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.277--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1080187590 [junit] [EL Finer]: 2024-04-30 17:53:56.277--ClientSession(1080187590)--Thread(Thread[main,5,main])--acquire unit of work: 87865777 [junit] [EL Finest]: 2024-04-30 17:53:56.277--UnitOfWork(87865777)--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]: 2024-04-30 17:53:56.277--UnitOfWork(87865777)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2024-04-30 17:53:56.278--UnitOfWork(87865777)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.278--UnitOfWork(87865777)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.278--UnitOfWork(87865777)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16) [junit] [EL Finest]: 2024-04-30 17:53:56.278--ServerSession(1918393987)--Connection(1404582039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.278--ClientSession(1080187590)--Connection(1404582039)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.278--ClientSession(1080187590)--Connection(1404582039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.278--ClientSession(1080187590)--Connection(687842599)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [22, MANAGED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.278--ClientSession(1080187590)--Connection(687842599)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.279--ServerSession(1918393987)--Connection(1404582039)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.279--UnitOfWork(87865777)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.279--UnitOfWork(87865777)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.279--UnitOfWork(87865777)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.279--ClientSession(1080187590)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.279--UnitOfWork(87865777)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.279--ClientSession(1080187590)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.279--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1178027755 [junit] [EL Finer]: 2024-04-30 17:53:56.279--ClientSession(1178027755)--Thread(Thread[main,5,main])--acquire unit of work: 1423553082 [junit] [EL Finest]: 2024-04-30 17:53:56.279--UnitOfWork(1423553082)--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]: 2024-04-30 17:53:56.279--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2024-04-30 17:53:56.28--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.28--ServerSession(1918393987)--Connection(1047698758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.28--ServerSession(1918393987)--Connection(1047698758)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.28--ServerSession(1918393987)--Connection(656650448)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2024-04-30 17:53:56.28--ServerSession(1918393987)--Connection(1047698758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.28--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finer]: 2024-04-30 17:53:56.28--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.28--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16) [junit] [EL Finest]: 2024-04-30 17:53:56.281--ServerSession(1918393987)--Connection(1843541066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.281--ClientSession(1178027755)--Connection(1843541066)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.281--ClientSession(1178027755)--Connection(1843541066)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.281--ClientSession(1178027755)--Connection(1467853846)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [MANAGED, 2, 22, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.281--ClientSession(1178027755)--Connection(1467853846)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.281--ServerSession(1918393987)--Connection(1843541066)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.281--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.281--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.282--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.282--ClientSession(1178027755)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.282--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.282--ClientSession(1178027755)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.282--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1605393415 [junit] [EL Finer]: 2024-04-30 17:53:56.282--ClientSession(1605393415)--Thread(Thread[main,5,main])--acquire unit of work: 596403167 [junit] [EL Finest]: 2024-04-30 17:53:56.282--UnitOfWork(596403167)--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]: 2024-04-30 17:53:56.282--UnitOfWork(596403167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finer]: 2024-04-30 17:53:56.291--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1892261395 [junit] [EL Finer]: 2024-04-30 17:53:56.291--ClientSession(1892261395)--Thread(Thread[main,5,main])--acquire unit of work: 840259832 [junit] [EL Finest]: 2024-04-30 17:53:56.291--UnitOfWork(840259832)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.291--UnitOfWork(840259832)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.291--UnitOfWork(840259832)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2024-04-30 17:53:56.291--ServerSession(1918393987)--Connection(979865152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.291--ClientSession(1892261395)--Connection(979865152)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.291--ClientSession(1892261395)--Connection(979865152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.292--ClientSession(1892261395)--Connection(573424492)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [111, dep111, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.292--ClientSession(1892261395)--Connection(573424492)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.292--ServerSession(1918393987)--Connection(979865152)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.292--UnitOfWork(840259832)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.292--UnitOfWork(840259832)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.292--UnitOfWork(840259832)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.292--ClientSession(1892261395)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.293--UnitOfWork(840259832)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.293--ClientSession(1892261395)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.293--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 666389658 [junit] [EL Finer]: 2024-04-30 17:53:56.293--ClientSession(666389658)--Thread(Thread[main,5,main])--acquire unit of work: 564908963 [junit] [EL Finest]: 2024-04-30 17:53:56.293--UnitOfWork(564908963)--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]: 2024-04-30 17:53:56.293--UnitOfWork(564908963)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finest]: 2024-04-30 17:53:56.293--UnitOfWork(564908963)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.293--ServerSession(1918393987)--Connection(2011281484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.293--ServerSession(1918393987)--Connection(2011281484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.293--ServerSession(1918393987)--Connection(316204726)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: 2024-04-30 17:53:56.294--ServerSession(1918393987)--Connection(2011281484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.294--UnitOfWork(564908963)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finer]: 2024-04-30 17:53:56.294--UnitOfWork(564908963)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.294--ClientSession(666389658)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.303--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 626295499 [junit] [EL Finer]: 2024-04-30 17:53:56.303--ClientSession(626295499)--Thread(Thread[main,5,main])--acquire unit of work: 1089268437 [junit] [EL Finest]: 2024-04-30 17:53:56.303--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.303--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.303--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:56.303--ServerSession(1918393987)--Connection(1947573705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.303--ClientSession(626295499)--Connection(1947573705)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.303--ClientSession(626295499)--Connection(1947573705)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.304--ClientSession(626295499)--Connection(1393060828)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DELETED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.304--ClientSession(626295499)--Connection(1393060828)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.304--ServerSession(1918393987)--Connection(1947573705)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.304--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.304--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.304--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.304--ClientSession(626295499)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.304--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.304--ClientSession(626295499)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1611272816 [junit] [EL Finer]: 2024-04-30 17:53:56.305--ClientSession(1611272816)--Thread(Thread[main,5,main])--acquire unit of work: 942223469 [junit] [EL Finest]: 2024-04-30 17:53:56.305--UnitOfWork(942223469)--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]: 2024-04-30 17:53:56.305--UnitOfWork(942223469)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finest]: 2024-04-30 17:53:56.305--UnitOfWork(942223469)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.305--UnitOfWork(942223469)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.305--ClientSession(1611272816)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 488480779 [junit] [EL Finer]: 2024-04-30 17:53:56.305--ClientSession(488480779)--Thread(Thread[main,5,main])--acquire unit of work: 766814282 [junit] [EL Finest]: 2024-04-30 17:53:56.305--UnitOfWork(766814282)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.305--UnitOfWork(766814282)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.305--UnitOfWork(766814282)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2024-04-30 17:53:56.305--ServerSession(1918393987)--Connection(2070645994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.305--ClientSession(488480779)--Connection(2070645994)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.305--ClientSession(488480779)--Connection(2070645994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.305--ClientSession(488480779)--Connection(1930792245)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [32, DELETED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.306--ClientSession(488480779)--Connection(1930792245)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.306--ServerSession(1918393987)--Connection(2070645994)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.306--UnitOfWork(766814282)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.306--UnitOfWork(766814282)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.306--UnitOfWork(766814282)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.306--ClientSession(488480779)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.306--UnitOfWork(766814282)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.306--ClientSession(488480779)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.306--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1835002468 [junit] [EL Finer]: 2024-04-30 17:53:56.306--ClientSession(1835002468)--Thread(Thread[main,5,main])--acquire unit of work: 1249126393 [junit] [EL Finest]: 2024-04-30 17:53:56.306--UnitOfWork(1249126393)--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]: 2024-04-30 17:53:56.306--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finest]: 2024-04-30 17:53:56.306--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.306--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:56.306--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.307--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2024-04-30 17:53:56.307--ServerSession(1918393987)--Connection(1174829684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.307--ClientSession(1835002468)--Connection(1174829684)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.307--ClientSession(1835002468)--Connection(1174829684)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.307--ClientSession(1835002468)--Connection(757515938)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [32, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.307--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:56.307--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:56.309--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:56.309--ClientSession(1835002468)--Connection(757515938)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finer]: 2024-04-30 17:53:56.309--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.309--ClientSession(1835002468)--Connection(757515938)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.31--ServerSession(1918393987)--Connection(1174829684)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.31--ClientSession(1835002468)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.319--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1753035177 [junit] [EL Finer]: 2024-04-30 17:53:56.319--ClientSession(1753035177)--Thread(Thread[main,5,main])--acquire unit of work: 1826767363 [junit] [EL Finer]: 2024-04-30 17:53:56.319--UnitOfWork(1826767363)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.319--ClientSession(1753035177)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.329--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 804955921 [junit] [EL Finer]: 2024-04-30 17:53:56.329--ClientSession(804955921)--Thread(Thread[main,5,main])--acquire unit of work: 61585066 [junit] [EL Finest]: 2024-04-30 17:53:56.329--UnitOfWork(61585066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.329--UnitOfWork(61585066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.329--UnitOfWork(61585066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.329--UnitOfWork(61585066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.329--UnitOfWork(61585066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.33--UnitOfWork(61585066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65) [junit] [EL Finest]: 2024-04-30 17:53:56.33--ServerSession(1918393987)--Connection(1048559742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.33--ClientSession(804955921)--Connection(1048559742)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.33--ClientSession(804955921)--Connection(1048559742)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.33--UnitOfWork(61585066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f7bf0f6) [junit] [EL Fine]: 2024-04-30 17:53:56.33--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [101, Evangelists, 1] [junit] [EL Finest]: 2024-04-30 17:53:56.331--UnitOfWork(61585066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67) [junit] [EL Fine]: 2024-04-30 17:53:56.331--ClientSession(804955921)--Connection(703311663)--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]: 2024-04-30 17:53:56.331--UnitOfWork(61585066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@68) [junit] [EL Finer]: 2024-04-30 17:53:56.331--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.331--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:56.331--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])-- bind => [103, 2006-02-03, Code inspection, 1, Review] [junit] [EL Fine]: 2024-04-30 17:53:56.331--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])-- bind => [104, 2006-02-04, Design review, 1, Review] [junit] [EL Finer]: 2024-04-30 17:53:56.331--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:56.332--ClientSession(804955921)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:56.332--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.332--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:56.332--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])-- bind => [0, 103] [junit] [EL Fine]: 2024-04-30 17:53:56.332--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])-- bind => [0, 104] [junit] [EL Finer]: 2024-04-30 17:53:56.332--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:56.333--ClientSession(804955921)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:56.341--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.341--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:56.341--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])-- bind => [103, 102] [junit] [EL Fine]: 2024-04-30 17:53:56.341--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])-- bind => [104, 102] [junit] [EL Finer]: 2024-04-30 17:53:56.341--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:56.342--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.342--ServerSession(1918393987)--Connection(1048559742)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.342--UnitOfWork(61585066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.342--UnitOfWork(61585066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.343--UnitOfWork(61585066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.343--ClientSession(804955921)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.343--UnitOfWork(61585066)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.343--ClientSession(804955921)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.343--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 892589968 [junit] [EL Finer]: 2024-04-30 17:53:56.343--ClientSession(892589968)--Thread(Thread[main,5,main])--acquire unit of work: 602011152 [junit] [EL Finest]: 2024-04-30 17:53:56.343--UnitOfWork(602011152)--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]: 2024-04-30 17:53:56.343--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73dc7db0 [junit] [EL Finest]: 2024-04-30 17:53:56.343--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65 [junit] [EL Finest]: 2024-04-30 17:53:56.343--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:56.343--ServerSession(1918393987)--Connection(230836018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.343--ServerSession(1918393987)--Connection(230836018)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.343--ServerSession(1918393987)--Connection(1151446606)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:56.344--ServerSession(1918393987)--Connection(230836018)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.344--UnitOfWork(602011152)--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]: 2024-04-30 17:53:56.344--ServerSession(1918393987)--Connection(26462224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.344--ServerSession(1918393987)--Connection(26462224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.344--ServerSession(1918393987)--Connection(519562439)--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]: 2024-04-30 17:53:56.345--ServerSession(1918393987)--Connection(26462224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.345--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:56.345--ServerSession(1918393987)--Connection(1934061101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.345--ServerSession(1918393987)--Connection(1934061101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.345--ServerSession(1918393987)--Connection(1387756894)--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]: 2024-04-30 17:53:56.345--ServerSession(1918393987)--Connection(1934061101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--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]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--Connection(1497982409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--Connection(1497982409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--Connection(297225931)--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]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--Connection(1497982409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--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]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--Connection(621359225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--Connection(621359225)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.346--ServerSession(1918393987)--Connection(939294268)--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]: 2024-04-30 17:53:56.347--ServerSession(1918393987)--Connection(621359225)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.347--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.347--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:56.347--ServerSession(1918393987)--Connection(2022715982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.347--ServerSession(1918393987)--Connection(2022715982)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.347--ServerSession(1918393987)--Connection(343298013)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:56.347--ServerSession(1918393987)--Connection(2022715982)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.347--UnitOfWork(602011152)--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]: 2024-04-30 17:53:56.347--ServerSession(1918393987)--Connection(1776875429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.347--ServerSession(1918393987)--Connection(1776875429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.347--ServerSession(1918393987)--Connection(269724308)--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]: 2024-04-30 17:53:56.348--ServerSession(1918393987)--Connection(1776875429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.348--UnitOfWork(602011152)--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]: 2024-04-30 17:53:56.348--ServerSession(1918393987)--Connection(140222364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.348--ServerSession(1918393987)--Connection(140222364)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.348--ServerSession(1918393987)--Connection(648021229)--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]: 2024-04-30 17:53:56.348--ServerSession(1918393987)--Connection(140222364)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.348--UnitOfWork(602011152)--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]: 2024-04-30 17:53:56.348--ServerSession(1918393987)--Connection(1974910273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.348--ServerSession(1918393987)--Connection(1974910273)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.348--ServerSession(1918393987)--Connection(558201620)--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]: 2024-04-30 17:53:56.349--ServerSession(1918393987)--Connection(1974910273)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.349--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@68 [junit] [EL Finest]: 2024-04-30 17:53:56.349--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67 [junit] [EL Finer]: 2024-04-30 17:53:56.349--UnitOfWork(602011152)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.349--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67) [junit] [EL Finest]: 2024-04-30 17:53:56.35--ServerSession(1918393987)--Connection(821664929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.35--ClientSession(892589968)--Connection(821664929)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.35--ClientSession(892589968)--Connection(821664929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.35--ClientSession(892589968)--Connection(249270028)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [UPDATED, 2, 103, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.35--ClientSession(892589968)--Connection(249270028)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.35--ServerSession(1918393987)--Connection(821664929)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.35--UnitOfWork(602011152)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.35--UnitOfWork(602011152)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.35--UnitOfWork(602011152)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.351--ClientSession(892589968)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.351--UnitOfWork(602011152)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.351--ClientSession(892589968)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.351--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 492815168 [junit] [EL Finer]: 2024-04-30 17:53:56.351--ClientSession(492815168)--Thread(Thread[main,5,main])--acquire unit of work: 1631537374 [junit] [EL Finest]: 2024-04-30 17:53:56.351--UnitOfWork(1631537374)--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]: 2024-04-30 17:53:56.351--ServerSession(1918393987)--Connection(869140506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.351--ServerSession(1918393987)--Connection(869140506)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.351--ServerSession(1918393987)--Connection(226972126)--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]: 2024-04-30 17:53:56.351--ServerSession(1918393987)--Connection(869140506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.11 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove [junit] [EL Finer]: 2024-04-30 17:53:56.366--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1598009290 [junit] [EL Finer]: 2024-04-30 17:53:56.366--ClientSession(1598009290)--Thread(Thread[main,5,main])--acquire unit of work: 390769586 [junit] [EL Finer]: 2024-04-30 17:53:56.366--UnitOfWork(390769586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.366--ClientSession(1598009290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.366--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 867485557 [junit] [EL Finer]: 2024-04-30 17:53:56.366--ClientSession(867485557)--Thread(Thread[main,5,main])--acquire unit of work: 1737176902 [junit] [EL Finer]: 2024-04-30 17:53:56.366--UnitOfWork(1737176902)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.366--ClientSession(867485557)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.374--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 312955227 [junit] [EL Finer]: 2024-04-30 17:53:56.374--ClientSession(312955227)--Thread(Thread[main,5,main])--acquire unit of work: 740844878 [junit] [EL Finest]: 2024-04-30 17:53:56.374--UnitOfWork(740844878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.374--UnitOfWork(740844878)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.374--UnitOfWork(740844878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2024-04-30 17:53:56.374--ServerSession(1918393987)--Connection(1873983858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.374--ClientSession(312955227)--Connection(1873983858)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.374--ClientSession(312955227)--Connection(1873983858)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.375--ClientSession(312955227)--Connection(6267871)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.375--ClientSession(312955227)--Connection(6267871)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.375--ServerSession(1918393987)--Connection(1873983858)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.375--UnitOfWork(740844878)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.375--UnitOfWork(740844878)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.375--UnitOfWork(740844878)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.375--ClientSession(312955227)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.375--UnitOfWork(740844878)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.375--ClientSession(312955227)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.375--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 991572261 [junit] [EL Finer]: 2024-04-30 17:53:56.375--ClientSession(991572261)--Thread(Thread[main,5,main])--acquire unit of work: 1100576285 [junit] [EL Finest]: 2024-04-30 17:53:56.375--UnitOfWork(1100576285)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.375--UnitOfWork(1100576285)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finer]: 2024-04-30 17:53:56.376--UnitOfWork(1100576285)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.376--ClientSession(991572261)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.376--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1017472170 [junit] [EL Finer]: 2024-04-30 17:53:56.376--ClientSession(1017472170)--Thread(Thread[main,5,main])--acquire unit of work: 1020745918 [junit] [EL Finest]: 2024-04-30 17:53:56.376--UnitOfWork(1020745918)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.376--UnitOfWork(1020745918)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.376--UnitOfWork(1020745918)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finer]: 2024-04-30 17:53:56.376--UnitOfWork(1020745918)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.376--ClientSession(1017472170)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.376--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1260050257 [junit] [EL Finer]: 2024-04-30 17:53:56.376--ClientSession(1260050257)--Thread(Thread[main,5,main])--acquire unit of work: 1292788772 [junit] [EL Finest]: 2024-04-30 17:53:56.376--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.376--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.376--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2024-04-30 17:53:56.376--ServerSession(1918393987)--Connection(1198375087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.376--ClientSession(1260050257)--Connection(1198375087)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.376--ClientSession(1260050257)--Connection(1198375087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.376--ClientSession(1260050257)--Connection(2038211362)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, MANAGED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.376--ClientSession(1260050257)--Connection(2038211362)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.377--ServerSession(1918393987)--Connection(1198375087)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.377--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.377--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.377--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.377--ClientSession(1260050257)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.377--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.377--ClientSession(1260050257)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.377--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 203607885 [junit] [EL Finer]: 2024-04-30 17:53:56.377--ClientSession(203607885)--Thread(Thread[main,5,main])--acquire unit of work: 627248862 [junit] [EL Finest]: 2024-04-30 17:53:56.377--UnitOfWork(627248862)--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]: 2024-04-30 17:53:56.377--UnitOfWork(627248862)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finest]: 2024-04-30 17:53:56.377--UnitOfWork(627248862)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.377--UnitOfWork(627248862)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finer]: 2024-04-30 17:53:56.377--UnitOfWork(627248862)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.377--ClientSession(203607885)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.377--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 34004511 [junit] [EL Finer]: 2024-04-30 17:53:56.377--ClientSession(34004511)--Thread(Thread[main,5,main])--acquire unit of work: 1068381567 [junit] [EL Finest]: 2024-04-30 17:53:56.377--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.377--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.377--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] [EL Finest]: 2024-04-30 17:53:56.377--ServerSession(1918393987)--Connection(1570030862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.377--ClientSession(34004511)--Connection(1570030862)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.377--ClientSession(34004511)--Connection(1570030862)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.378--ClientSession(34004511)--Connection(324998670)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [34, DELETED, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.378--ClientSession(34004511)--Connection(324998670)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.378--ServerSession(1918393987)--Connection(1570030862)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.378--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.378--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.378--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.378--ClientSession(34004511)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.378--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.378--ClientSession(34004511)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.378--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2051142823 [junit] [EL Finer]: 2024-04-30 17:53:56.378--ClientSession(2051142823)--Thread(Thread[main,5,main])--acquire unit of work: 25616980 [junit] [EL Finest]: 2024-04-30 17:53:56.378--UnitOfWork(25616980)--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]: 2024-04-30 17:53:56.379--UnitOfWork(25616980)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22 [junit] [EL Finest]: 2024-04-30 17:53:56.379--UnitOfWork(25616980)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.379--UnitOfWork(25616980)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.379--UnitOfWork(25616980)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finer]: 2024-04-30 17:53:56.379--UnitOfWork(25616980)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.379--ClientSession(2051142823)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.388--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 67025210 [junit] [EL Finer]: 2024-04-30 17:53:56.388--ClientSession(67025210)--Thread(Thread[main,5,main])--acquire unit of work: 1256469923 [junit] [EL Finest]: 2024-04-30 17:53:56.388--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.388--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.388--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29) [junit] [EL Finest]: 2024-04-30 17:53:56.388--ServerSession(1918393987)--Connection(484124940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.388--ClientSession(67025210)--Connection(484124940)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.388--ClientSession(67025210)--Connection(484124940)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.388--ClientSession(67025210)--Connection(2012831257)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [41, dep41, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.389--ClientSession(67025210)--Connection(2012831257)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.389--ServerSession(1918393987)--Connection(484124940)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.389--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.389--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.389--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.389--ClientSession(67025210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.389--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.389--ClientSession(67025210)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.389--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2146698020 [junit] [EL Finer]: 2024-04-30 17:53:56.389--ClientSession(2146698020)--Thread(Thread[main,5,main])--acquire unit of work: 975361695 [junit] [EL Finest]: 2024-04-30 17:53:56.389--UnitOfWork(975361695)--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]: 2024-04-30 17:53:56.389--UnitOfWork(975361695)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29 [junit] [EL Finest]: 2024-04-30 17:53:56.39--UnitOfWork(975361695)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.39--UnitOfWork(975361695)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.39--ClientSession(2146698020)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.398--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 213819615 [junit] [EL Finer]: 2024-04-30 17:53:56.398--ClientSession(213819615)--Thread(Thread[main,5,main])--acquire unit of work: 963591154 [junit] [EL Finest]: 2024-04-30 17:53:56.398--UnitOfWork(963591154)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.398--UnitOfWork(963591154)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.398--UnitOfWork(963591154)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2024-04-30 17:53:56.398--ServerSession(1918393987)--Connection(165296236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.398--ClientSession(213819615)--Connection(165296236)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.398--ClientSession(213819615)--Connection(165296236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.399--ClientSession(213819615)--Connection(1227497998)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [111, OLD, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.399--ClientSession(213819615)--Connection(1227497998)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.399--ServerSession(1918393987)--Connection(165296236)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.399--UnitOfWork(963591154)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.399--UnitOfWork(963591154)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.399--UnitOfWork(963591154)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.399--ClientSession(213819615)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.399--UnitOfWork(963591154)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.399--ClientSession(213819615)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.399--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1901953696 [junit] [EL Finer]: 2024-04-30 17:53:56.399--ClientSession(1901953696)--Thread(Thread[main,5,main])--acquire unit of work: 698146239 [junit] [EL Finest]: 2024-04-30 17:53:56.399--UnitOfWork(698146239)--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]: 2024-04-30 17:53:56.4--UnitOfWork(698146239)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finer]: 2024-04-30 17:53:56.4--UnitOfWork(698146239)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:56.4--UnitOfWork(698146239)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2024-04-30 17:53:56.4--ServerSession(1918393987)--Connection(244298640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.4--ClientSession(1901953696)--Connection(244298640)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.4--ClientSession(1901953696)--Connection(244298640)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.4--ClientSession(1901953696)--Connection(1093793499)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [NEW, 2, 111, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.4--UnitOfWork(698146239)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:56.4--UnitOfWork(698146239)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:56.4--UnitOfWork(698146239)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.4--UnitOfWork(698146239)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.401--UnitOfWork(698146239)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.401--UnitOfWork(698146239)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Fine]: 2024-04-30 17:53:56.401--ClientSession(1901953696)--Connection(1093793499)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [111, 2] [junit] [EL Finer]: 2024-04-30 17:53:56.401--ClientSession(1901953696)--Connection(1093793499)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.401--ServerSession(1918393987)--Connection(244298640)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.401--UnitOfWork(698146239)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.401--UnitOfWork(698146239)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.401--UnitOfWork(698146239)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.401--ClientSession(1901953696)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.401--UnitOfWork(698146239)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.401--ClientSession(1901953696)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.402--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 305638003 [junit] [EL Finer]: 2024-04-30 17:53:56.402--ClientSession(305638003)--Thread(Thread[main,5,main])--acquire unit of work: 498833994 [junit] [EL Finest]: 2024-04-30 17:53:56.402--UnitOfWork(498833994)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.402--UnitOfWork(498833994)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:56.402--UnitOfWork(498833994)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70) [junit] [EL Finest]: 2024-04-30 17:53:56.402--ServerSession(1918393987)--Connection(834871206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.402--ClientSession(305638003)--Connection(834871206)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.402--ClientSession(305638003)--Connection(834871206)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.402--ClientSession(305638003)--Connection(1894492702)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [112, NEW, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.402--UnitOfWork(498833994)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:56.402--UnitOfWork(498833994)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:56.402--UnitOfWork(498833994)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.402--UnitOfWork(498833994)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.402--UnitOfWork(498833994)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.403--UnitOfWork(498833994)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70) [junit] [EL Fine]: 2024-04-30 17:53:56.403--ClientSession(305638003)--Connection(1894492702)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [112, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.403--ClientSession(305638003)--Connection(1894492702)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.403--ServerSession(1918393987)--Connection(834871206)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.403--UnitOfWork(498833994)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.403--UnitOfWork(498833994)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.403--UnitOfWork(498833994)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.403--ClientSession(305638003)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.403--UnitOfWork(498833994)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.403--ClientSession(305638003)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.412--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 953797060 [junit] [EL Finer]: 2024-04-30 17:53:56.412--ClientSession(953797060)--Thread(Thread[main,5,main])--acquire unit of work: 172198129 [junit] [EL Finest]: 2024-04-30 17:53:56.412--UnitOfWork(172198129)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.412--UnitOfWork(172198129)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.412--UnitOfWork(172198129)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3687b83c) [junit] [EL Finest]: 2024-04-30 17:53:56.412--ServerSession(1918393987)--Connection(979132425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.412--ClientSession(953797060)--Connection(979132425)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.412--ClientSession(953797060)--Connection(979132425)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.412--ClientSession(953797060)--Connection(743334835)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [31, 30, green] [junit] [EL Finer]: 2024-04-30 17:53:56.412--ClientSession(953797060)--Connection(743334835)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.413--ServerSession(1918393987)--Connection(979132425)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.413--UnitOfWork(172198129)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.413--UnitOfWork(172198129)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.413--UnitOfWork(172198129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.413--ClientSession(953797060)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.413--UnitOfWork(172198129)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.413--ClientSession(953797060)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.413--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 61338498 [junit] [EL Finer]: 2024-04-30 17:53:56.413--ClientSession(61338498)--Thread(Thread[main,5,main])--acquire unit of work: 1512216535 [junit] [EL Finest]: 2024-04-30 17:53:56.413--UnitOfWork(1512216535)--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]: 2024-04-30 17:53:56.413--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@52e34db [junit] [EL Finest]: 2024-04-30 17:53:56.413--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.413--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.413--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:53:56.413--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@39d37da8) [junit] [EL Finest]: 2024-04-30 17:53:56.413--ServerSession(1918393987)--Connection(1267073441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.413--ClientSession(61338498)--Connection(1267073441)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.413--ClientSession(61338498)--Connection(1267073441)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.414--ClientSession(61338498)--Connection(1064991974)--Thread(Thread[main,5,main])--DELETE FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [31, 30] [junit] [EL Finer]: 2024-04-30 17:53:56.414--ClientSession(61338498)--Connection(1064991974)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.414--ServerSession(1918393987)--Connection(1267073441)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.414--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.414--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.414--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.414--ClientSession(61338498)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.414--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.414--ClientSession(61338498)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.414--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1032131305 [junit] [EL Finer]: 2024-04-30 17:53:56.414--ClientSession(1032131305)--Thread(Thread[main,5,main])--acquire unit of work: 1190500337 [junit] [EL Finest]: 2024-04-30 17:53:56.414--UnitOfWork(1190500337)--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]: 2024-04-30 17:53:56.415--ServerSession(1918393987)--Connection(704929413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.415--ServerSession(1918393987)--Connection(704929413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.415--ServerSession(1918393987)--Connection(76046801)--Thread(Thread[main,5,main])--SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [31, 30] [junit] [EL Finest]: 2024-04-30 17:53:56.415--ServerSession(1918393987)--Connection(704929413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:56.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 882280168 [junit] [EL Finer]: 2024-04-30 17:53:56.423--ClientSession(882280168)--Thread(Thread[main,5,main])--acquire unit of work: 1547596072 [junit] [EL Finest]: 2024-04-30 17:53:56.423--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.423--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.423--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:56.423--ServerSession(1918393987)--Connection(275192106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.423--ClientSession(882280168)--Connection(275192106)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.423--ClientSession(882280168)--Connection(275192106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.424--ClientSession(882280168)--Connection(1065327935)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, OLD, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.424--ClientSession(882280168)--Connection(1065327935)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.424--ServerSession(1918393987)--Connection(275192106)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.424--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.424--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.424--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.424--ClientSession(882280168)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.425--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.425--ClientSession(882280168)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1100208717 [junit] [EL Finer]: 2024-04-30 17:53:56.425--ClientSession(1100208717)--Thread(Thread[main,5,main])--acquire unit of work: 1762997532 [junit] [EL Finest]: 2024-04-30 17:53:56.425--UnitOfWork(1762997532)--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]: 2024-04-30 17:53:56.425--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:53:56.425--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.425--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.425--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.425--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:56.425--ServerSession(1918393987)--Connection(612189364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.425--ClientSession(1100208717)--Connection(612189364)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.425--ClientSession(1100208717)--Connection(612189364)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.425--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Fine]: 2024-04-30 17:53:56.425--ClientSession(1100208717)--Connection(1677732082)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [NEW, 2, 11, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.426--ClientSession(1100208717)--Connection(1677732082)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 2] [junit] [EL Finer]: 2024-04-30 17:53:56.426--ClientSession(1100208717)--Connection(1677732082)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.426--ServerSession(1918393987)--Connection(612189364)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.426--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.426--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.426--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.427--ClientSession(1100208717)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.427--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.427--ClientSession(1100208717)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.427--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 96974084 [junit] [EL Finer]: 2024-04-30 17:53:56.427--ClientSession(96974084)--Thread(Thread[main,5,main])--acquire unit of work: 1998948845 [junit] [EL Finest]: 2024-04-30 17:53:56.427--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.427--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.427--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c [junit] [EL Finer]: 2024-04-30 17:53:56.427--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.427--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.427--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.427--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.427--ClientSession(96974084)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.427--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.427--ClientSession(96974084)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.437--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1700499817 [junit] [EL Finer]: 2024-04-30 17:53:56.437--ClientSession(1700499817)--Thread(Thread[main,5,main])--acquire unit of work: 1226283307 [junit] [EL Finest]: 2024-04-30 17:53:56.437--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.437--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.437--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2024-04-30 17:53:56.437--ServerSession(1918393987)--Connection(670332443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.437--ClientSession(1700499817)--Connection(670332443)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.437--ClientSession(1700499817)--Connection(670332443)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.438--ClientSession(1700499817)--Connection(1390374159)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, REMOVE, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.438--ClientSession(1700499817)--Connection(1390374159)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.438--ServerSession(1918393987)--Connection(670332443)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.438--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.438--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.438--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.438--ClientSession(1700499817)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.438--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.439--ClientSession(1700499817)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.439--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1580883724 [junit] [EL Finer]: 2024-04-30 17:53:56.439--ClientSession(1580883724)--Thread(Thread[main,5,main])--acquire unit of work: 1526378110 [junit] [EL Finest]: 2024-04-30 17:53:56.439--UnitOfWork(1526378110)--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]: 2024-04-30 17:53:56.439--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2024-04-30 17:53:56.439--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.439--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.439--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.439--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.439--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2024-04-30 17:53:56.439--ServerSession(1918393987)--Connection(1560142500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.439--ClientSession(1580883724)--Connection(1560142500)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.439--ClientSession(1580883724)--Connection(1560142500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.439--ClientSession(1580883724)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [21, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.44--ClientSession(1580883724)--Connection(1408974363)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.44--ServerSession(1918393987)--Connection(1560142500)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.44--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.44--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.44--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.44--ClientSession(1580883724)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.44--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.44--ClientSession(1580883724)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.44--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2079954912 [junit] [EL Finer]: 2024-04-30 17:53:56.44--ClientSession(2079954912)--Thread(Thread[main,5,main])--acquire unit of work: 1912104290 [junit] [EL Finest]: 2024-04-30 17:53:56.44--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.44--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.44--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2024-04-30 17:53:56.44--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.44--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.441--ServerSession(1918393987)--Connection(910091281)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.441--ServerSession(1918393987)--Connection(910091281)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.441--ServerSession(1918393987)--Connection(81745089)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2024-04-30 17:53:56.441--ServerSession(1918393987)--Connection(910091281)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:56.441--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.441--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.441--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.441--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.441--ClientSession(2079954912)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.441--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.441--ClientSession(2079954912)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.451--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1679932542 [junit] [EL Finer]: 2024-04-30 17:53:56.451--ClientSession(1679932542)--Thread(Thread[main,5,main])--acquire unit of work: 774194879 [junit] [EL Finest]: 2024-04-30 17:53:56.451--UnitOfWork(774194879)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.451--UnitOfWork(774194879)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.451--UnitOfWork(774194879)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Finest]: 2024-04-30 17:53:56.452--ServerSession(1918393987)--Connection(10740824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.452--ClientSession(1679932542)--Connection(10740824)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.452--ClientSession(1679932542)--Connection(10740824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.452--ClientSession(1679932542)--Connection(79120973)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [121, REMOVE, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.452--ClientSession(1679932542)--Connection(79120973)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.452--ServerSession(1918393987)--Connection(10740824)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.453--UnitOfWork(774194879)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.453--UnitOfWork(774194879)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.453--UnitOfWork(774194879)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.453--ClientSession(1679932542)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.453--UnitOfWork(774194879)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.453--ClientSession(1679932542)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.453--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1237790647 [junit] [EL Finer]: 2024-04-30 17:53:56.453--ClientSession(1237790647)--Thread(Thread[main,5,main])--acquire unit of work: 1448707059 [junit] [EL Finest]: 2024-04-30 17:53:56.453--UnitOfWork(1448707059)--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]: 2024-04-30 17:53:56.453--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79 [junit] [EL Finest]: 2024-04-30 17:53:56.453--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.453--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:56.453--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.453--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Finest]: 2024-04-30 17:53:56.453--ServerSession(1918393987)--Connection(405039568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.453--ClientSession(1237790647)--Connection(405039568)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.453--ClientSession(1237790647)--Connection(405039568)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.453--ClientSession(1237790647)--Connection(1655635061)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.454--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:56.454--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:56.454--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.454--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Fine]: 2024-04-30 17:53:56.454--ClientSession(1237790647)--Connection(1655635061)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [121] [junit] [EL Finer]: 2024-04-30 17:53:56.454--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.454--ClientSession(1237790647)--Connection(1655635061)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.455--ServerSession(1918393987)--Connection(405039568)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.455--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.455--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.455--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.455--ClientSession(1237790647)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.455--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.455--ClientSession(1237790647)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.455--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1586219070 [junit] [EL Finer]: 2024-04-30 17:53:56.455--ClientSession(1586219070)--Thread(Thread[main,5,main])--acquire unit of work: 1819657704 [junit] [EL Finest]: 2024-04-30 17:53:56.455--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.455--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.455--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finer]: 2024-04-30 17:53:56.455--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:56.455--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:56.455--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.455--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.456--ServerSession(1918393987)--Connection(956551113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.456--ServerSession(1918393987)--Connection(956551113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.456--ServerSession(1918393987)--Connection(2065373060)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [122] [junit] [EL Finest]: 2024-04-30 17:53:56.456--ServerSession(1918393987)--Connection(956551113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:56.456--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.456--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.456--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.456--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.456--ClientSession(1586219070)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.456--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.456--ClientSession(1586219070)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.466--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 107799732 [junit] [EL Finer]: 2024-04-30 17:53:56.466--ClientSession(107799732)--Thread(Thread[main,5,main])--acquire unit of work: 1491019876 [junit] [EL Finest]: 2024-04-30 17:53:56.466--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.466--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:56.467--ServerSession(1918393987)--Connection(1049553497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.467--ServerSession(1918393987)--Connection(1049553497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.467--ServerSession(1918393987)--Connection(531855844)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:56.467--ServerSession(1918393987)--Connection(1049553497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:56.467--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.467--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.467--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.467--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.467--ClientSession(107799732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.467--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.467--ClientSession(107799732)--Thread(Thread[main,5,main])--client released [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.112 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate [junit] [EL Finer]: 2024-04-30 17:53:56.482--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1484954668 [junit] [EL Finer]: 2024-04-30 17:53:56.482--ClientSession(1484954668)--Thread(Thread[main,5,main])--acquire unit of work: 1693561595 [junit] [EL Finest]: 2024-04-30 17:53:56.482--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.482--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.482--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.482--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@59ac60d1) [junit] [EL Finest]: 2024-04-30 17:53:56.482--ServerSession(1918393987)--Connection(2062646577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.482--ClientSession(1484954668)--Connection(2062646577)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.482--ClientSession(1484954668)--Connection(2062646577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.483--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c6553c6) [junit] [EL Fine]: 2024-04-30 17:53:56.483--ClientSession(1484954668)--Connection(1080107094)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [99, 98, orange] [junit] [EL Fine]: 2024-04-30 17:53:56.483--ClientSession(1484954668)--Connection(1080107094)--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]: 2024-04-30 17:53:56.484--ClientSession(1484954668)--Connection(1080107094)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.484--ServerSession(1918393987)--Connection(2062646577)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.484--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.484--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.484--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.484--ClientSession(1484954668)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.484--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.484--ClientSession(1484954668)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.484--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 552025665 [junit] [EL Finer]: 2024-04-30 17:53:56.484--ClientSession(552025665)--Thread(Thread[main,5,main])--acquire unit of work: 1766705563 [junit] [EL Finest]: 2024-04-30 17:53:56.485--UnitOfWork(1766705563)--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]: 2024-04-30 17:53:56.485--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d71f296 [junit] [EL Finest]: 2024-04-30 17:53:56.485--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:56.485--ServerSession(1918393987)--Connection(1419765033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.485--ServerSession(1918393987)--Connection(1419765033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.485--ServerSession(1918393987)--Connection(907561070)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:56.485--ServerSession(1918393987)--Connection(1419765033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.485--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4a15d5f5 [junit] [EL Finest]: 2024-04-30 17:53:56.486--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d71f296 [junit] [EL Finest]: 2024-04-30 17:53:56.486--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.486--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.486--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@65a01901) [junit] [EL Finest]: 2024-04-30 17:53:56.486--ServerSession(1918393987)--Connection(875191127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.486--ClientSession(552025665)--Connection(875191127)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.486--ClientSession(552025665)--Connection(875191127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.486--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5319efc0) [junit] [EL Fine]: 2024-04-30 17:53:56.487--ClientSession(552025665)--Connection(1584929615)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [6, 5, dusky pink] [junit] [EL Fine]: 2024-04-30 17:53:56.487--ClientSession(552025665)--Connection(1584929615)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET CUBICLE_FLOOR = ?, CUBICLE_PLACE = ? WHERE (ID = ?) [junit] bind => [5, 6, 17] [junit] [EL Finer]: 2024-04-30 17:53:56.487--ClientSession(552025665)--Connection(1584929615)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.488--ServerSession(1918393987)--Connection(875191127)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.488--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.488--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.488--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.488--ClientSession(552025665)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.488--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.488--ClientSession(552025665)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.488--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 361960650 [junit] [EL Finer]: 2024-04-30 17:53:56.488--ClientSession(361960650)--Thread(Thread[main,5,main])--acquire unit of work: 196069204 [junit] [EL Finest]: 2024-04-30 17:53:56.488--UnitOfWork(196069204)--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]: 2024-04-30 17:53:56.488--UnitOfWork(196069204)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d71f296 [junit] [EL Finest]: 2024-04-30 17:53:56.488--UnitOfWork(196069204)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:56.488--ServerSession(1918393987)--Connection(145279672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.488--ServerSession(1918393987)--Connection(145279672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.488--ServerSession(1918393987)--Connection(2101881246)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:56.489--ServerSession(1918393987)--Connection(145279672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.489--UnitOfWork(196069204)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5e8684a3 [junit] [EL Finest]: 2024-04-30 17:53:56.489--UnitOfWork(196069204)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d71f296 [junit] [EL Finer]: 2024-04-30 17:53:56.499--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2056319805 [junit] [EL Finer]: 2024-04-30 17:53:56.499--ClientSession(2056319805)--Thread(Thread[main,5,main])--acquire unit of work: 130527868 [junit] [EL Finest]: 2024-04-30 17:53:56.499--UnitOfWork(130527868)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.499--UnitOfWork(130527868)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.499--UnitOfWork(130527868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2bd8c8f1) [junit] [EL Finest]: 2024-04-30 17:53:56.499--ServerSession(1918393987)--Connection(4339601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.499--ClientSession(2056319805)--Connection(4339601)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.499--ClientSession(2056319805)--Connection(4339601)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.5--ClientSession(2056319805)--Connection(984363447)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [41, 40, green] [junit] [EL Finer]: 2024-04-30 17:53:56.5--ClientSession(2056319805)--Connection(984363447)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.5--ServerSession(1918393987)--Connection(4339601)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.5--UnitOfWork(130527868)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.5--UnitOfWork(130527868)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.5--UnitOfWork(130527868)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.5--ClientSession(2056319805)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.5--UnitOfWork(130527868)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.5--ClientSession(2056319805)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.5--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 469018523 [junit] [EL Finer]: 2024-04-30 17:53:56.501--ClientSession(469018523)--Thread(Thread[main,5,main])--acquire unit of work: 169600459 [junit] [EL Finest]: 2024-04-30 17:53:56.501--UnitOfWork(169600459)--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]: 2024-04-30 17:53:56.501--UnitOfWork(169600459)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@51e14cb6 [junit] [EL Finer]: 2024-04-30 17:53:56.501--UnitOfWork(169600459)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.501--UnitOfWork(169600459)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@715523b8) [junit] [EL Finest]: 2024-04-30 17:53:56.501--ServerSession(1918393987)--Connection(448990180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.501--ClientSession(469018523)--Connection(448990180)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.501--ClientSession(469018523)--Connection(448990180)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.501--ClientSession(469018523)--Connection(1100771574)--Thread(Thread[main,5,main])--UPDATE TMP_CUBICLE SET COLOR = ? WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [blue, 41, 40] [junit] [EL Finer]: 2024-04-30 17:53:56.502--ClientSession(469018523)--Connection(1100771574)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.502--ServerSession(1918393987)--Connection(448990180)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.502--UnitOfWork(169600459)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.502--UnitOfWork(169600459)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.502--UnitOfWork(169600459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.502--ClientSession(469018523)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.502--UnitOfWork(169600459)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.502--ClientSession(469018523)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.502--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1244601059 [junit] [EL Finer]: 2024-04-30 17:53:56.502--ClientSession(1244601059)--Thread(Thread[main,5,main])--acquire unit of work: 1219605609 [junit] [EL Finest]: 2024-04-30 17:53:56.502--UnitOfWork(1219605609)--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]: 2024-04-30 17:53:56.502--UnitOfWork(1219605609)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@51e14cb6 [junit] [EL Finer]: 2024-04-30 17:53:56.512--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1660570248 [junit] [EL Finer]: 2024-04-30 17:53:56.512--ClientSession(1660570248)--Thread(Thread[main,5,main])--acquire unit of work: 1265189536 [junit] [EL Finest]: 2024-04-30 17:53:56.512--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.512--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.512--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:56.512--ServerSession(1918393987)--Connection(513474126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.512--ClientSession(1660570248)--Connection(513474126)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.512--ClientSession(1660570248)--Connection(513474126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.512--ClientSession(1660570248)--Connection(526898047)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, JST, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.513--ClientSession(1660570248)--Connection(526898047)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.513--ServerSession(1918393987)--Connection(513474126)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.513--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.513--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.513--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.513--ClientSession(1660570248)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.513--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.513--ClientSession(1660570248)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.513--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1476094208 [junit] [EL Finer]: 2024-04-30 17:53:56.513--ClientSession(1476094208)--Thread(Thread[main,5,main])--acquire unit of work: 517637439 [junit] [EL Finest]: 2024-04-30 17:53:56.513--UnitOfWork(517637439)--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]: 2024-04-30 17:53:56.513--UnitOfWork(517637439)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:53:56.514--UnitOfWork(517637439)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.514--UnitOfWork(517637439)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@63) [junit] [EL Warning]: 2024-04-30 17:53:56.517--UnitOfWork(517637439)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:2553) [junit] at org.eclipse.persistence.mappings.foundation.AbstractDirectMapping.writeFromObjectIntoRowWithChangeRecord(AbstractDirectMapping.java:1254) [junit] at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildRowForUpdateWithChangeSet(ObjectBuilder.java:1824) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1114) [junit] at org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:86) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:275) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:133) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1519) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1609) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:280) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate.testUpdatePrimaryKey(TestUpdate.java:100) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finest]: 2024-04-30 17:53:56.518--ServerSession(1918393987)--Connection(1652216902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.518--ClientSession(1476094208)--Connection(1652216902)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.518--ClientSession(1476094208)--Connection(1652216902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finer]: 2024-04-30 17:53:56.518--ClientSession(1476094208)--Connection(2013186564)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:56.518--ServerSession(1918393987)--Connection(1652216902)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.518--UnitOfWork(517637439)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.518--ClientSession(1476094208)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching [junit] [EL Finest]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Connection(1253733911)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:56.541--ServerSession(1918393987)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:56.542--ServerSession(1918393987)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:53:56.542--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@51d26fed [junit] [EL Fine]: 2024-04-30 17:53:56.544--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@40dd2cfe [junit] [EL Finer]: 2024-04-30 17:53:56.546--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:56.546--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.546--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.546--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:56.546--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.546--ServerSession(1778013494)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:56.546--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:56.546--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:56.546--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:56.546--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:56.547--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:56.558--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.558--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.558--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.559--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.56--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.56--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.56--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.56--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.561--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.561--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.561--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.561--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.561--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.561--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.562--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.562--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.562--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.562--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.562--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.562--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.562--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.563--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.563--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.563--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.563--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.563--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.564--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.565--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.566--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.567--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.568--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:56.569--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.57--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:56.571--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.572--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.573--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:56.574--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.575--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.575--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.575--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:56.575--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.575--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.575--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.576--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:56.577--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:56.578--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.579--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.58--ServerSession(1778013494)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.654--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.655--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.656--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.657--ServerSession(1778013494)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:56.657--ServerSession(1778013494)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:56.658--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.658--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.659--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.66--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.661--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:56.662--ServerSession(1778013494)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:56.666--ServerSession(1778013494)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:56.666--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.666--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.666--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.666--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC [junit] [EL Finest]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Connection(622702995)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Connection(1293994933)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Connection(1961550304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Connection(1961550304)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:56.667--ServerSession(1778013494)--Connection(1009997767)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Connection(467364662)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.668--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:56.67--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.67--ServerSession(1778013494)--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 Fine]: 2024-04-30 17:53:56.684--ServerSession(1778013494)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:56.684--ServerSession(1778013494)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.684--ServerSession(1778013494)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.685--ServerSession(1778013494)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.685--ServerSession(1778013494)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:56.685--ServerSession(1778013494)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:56.685--ServerSession(1778013494)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finer]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.686--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.687--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.688--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.689--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--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]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Thread(Thread[main,5,main])--client acquired: 1072487680 [junit] [EL Finer]: 2024-04-30 17:53:56.69--ClientSession(1072487680)--Thread(Thread[main,5,main])--acquire unit of work: 1432547991 [junit] [EL Finest]: 2024-04-30 17:53:56.69--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.69--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.69--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.69--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.69--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:56.69--ServerSession(1778013494)--Connection(1194181141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.69--ClientSession(1072487680)--Connection(1194181141)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.69--ClientSession(1072487680)--Connection(1194181141)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.691--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:56.691--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2024-04-30 17:53:56.691--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.691--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:56.691--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])-- bind => [1, HR, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.691--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])-- bind => [3, QA, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.691--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])-- bind => [2, FI, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.691--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:56.692--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.692--ServerSession(1778013494)--Connection(1194181141)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.692--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.692--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.692--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.692--ClientSession(1072487680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.692--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.693--ClientSession(1072487680)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.693--ServerSession(1778013494)--Thread(Thread[main,5,main])--client acquired: 549803608 [junit] [EL Finer]: 2024-04-30 17:53:56.693--ClientSession(549803608)--Thread(Thread[main,5,main])--acquire unit of work: 156304703 [junit] [EL Finest]: 2024-04-30 17:53:56.693--UnitOfWork(156304703)--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]: 2024-04-30 17:53:56.693--UnitOfWork(156304703)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:56.693--UnitOfWork(156304703)--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]: 2024-04-30 17:53:56.693--UnitOfWork(156304703)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:56.693--UnitOfWork(156304703)--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]: 2024-04-30 17:53:56.693--UnitOfWork(156304703)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:53:56.693--UnitOfWork(156304703)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.693--UnitOfWork(156304703)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:56.694--ServerSession(1778013494)--Connection(27975228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.694--ClientSession(549803608)--Connection(27975228)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.694--ClientSession(549803608)--Connection(27975228)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:56.694--UnitOfWork(156304703)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2024-04-30 17:53:56.694--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:56.694--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:53:56.694--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])-- bind => [hr, 2, 1, 1] [junit] [EL Fine]: 2024-04-30 17:53:56.694--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])-- bind => [fi, 2, 2, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.694--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:56.695--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.695--ServerSession(1778013494)--Connection(27975228)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.695--UnitOfWork(156304703)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.695--UnitOfWork(156304703)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.695--UnitOfWork(156304703)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.695--ClientSession(549803608)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.695--UnitOfWork(156304703)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.695--ClientSession(549803608)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.695--ServerSession(1778013494)--Thread(Thread[main,5,main])--client acquired: 1501191853 [junit] [EL Finer]: 2024-04-30 17:53:56.695--ClientSession(1501191853)--Thread(Thread[main,5,main])--acquire unit of work: 242626688 [junit] [EL Finest]: 2024-04-30 17:53:56.695--UnitOfWork(242626688)--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]: 2024-04-30 17:53:56.695--UnitOfWork(242626688)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:56.695--UnitOfWork(242626688)--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]: 2024-04-30 17:53:56.696--UnitOfWork(242626688)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:56.696--UnitOfWork(242626688)--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]: 2024-04-30 17:53:56.696--UnitOfWork(242626688)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Connection(1961550304)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:56.696--ServerSession(1778013494)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:53:56.716--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@54972f9a [junit] [EL Fine]: 2024-04-30 17:53:56.718--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@102dff25 [junit] [EL Finer]: 2024-04-30 17:53:56.72--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:56.72--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.72--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.72--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:56.72--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.72--ServerSession(1994458484)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:56.72--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:56.72--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:56.72--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:56.72--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:56.72--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:56.73--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.731--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.732--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.732--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.732--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.732--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.732--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.732--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.733--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.733--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.733--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.733--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.733--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.733--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.733--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.734--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.734--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.734--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.734--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.734--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.734--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.734--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.735--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.735--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.735--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.735--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.735--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.735--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.736--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.736--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.736--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.736--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.736--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.736--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.736--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.758--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.758--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.758--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.758--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.758--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.759--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.76--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.761--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.762--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:56.763--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.764--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:56.765--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.766--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.767--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:56.768--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.769--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.77--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.771--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.772--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.773--ServerSession(1994458484)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:56.773--ServerSession(1994458484)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:56.774--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.774--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.775--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.776--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.777--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.862--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:56.863--ServerSession(1994458484)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:56.867--ServerSession(1994458484)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:56.867--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.867--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.867--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.867--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None [junit] [EL Finest]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Connection(886499748)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Connection(1210252371)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Connection(1847591687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Connection(1847591687)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:56.868--ServerSession(1994458484)--Connection(1840794798)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Connection(850012071)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.869--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:56.87--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.871--ServerSession(1994458484)--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 Fine]: 2024-04-30 17:53:56.883--ServerSession(1994458484)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:56.883--ServerSession(1994458484)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.883--ServerSession(1994458484)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.883--ServerSession(1994458484)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.883--ServerSession(1994458484)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:56.883--ServerSession(1994458484)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:56.883--ServerSession(1994458484)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finer]: 2024-04-30 17:53:56.884--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.885--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.886--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.887--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--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]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:56.888--ServerSession(1994458484)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:56.889--ServerSession(1994458484)--Thread(Thread[main,5,main])--client acquired: 1274461229 [junit] [EL Finer]: 2024-04-30 17:53:56.889--ClientSession(1274461229)--Thread(Thread[main,5,main])--acquire unit of work: 747717476 [junit] [EL Finest]: 2024-04-30 17:53:56.889--UnitOfWork(747717476)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.889--UnitOfWork(747717476)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.889--UnitOfWork(747717476)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:56.889--UnitOfWork(747717476)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.889--UnitOfWork(747717476)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:56.889--ServerSession(1994458484)--Connection(298021609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.889--ClientSession(1274461229)--Connection(298021609)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.889--ClientSession(1274461229)--Connection(298021609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.889--ClientSession(1274461229)--Connection(1264165313)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, FI, 1] [junit] [EL Finest]: 2024-04-30 17:53:56.89--UnitOfWork(747717476)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Fine]: 2024-04-30 17:53:56.89--ClientSession(1274461229)--Connection(1264165313)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, HR, 1] [junit] [EL Finest]: 2024-04-30 17:53:56.89--UnitOfWork(747717476)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2024-04-30 17:53:56.89--ClientSession(1274461229)--Connection(1264165313)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, QA, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.89--ClientSession(1274461229)--Connection(1264165313)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.891--ServerSession(1994458484)--Connection(298021609)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.891--UnitOfWork(747717476)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.891--UnitOfWork(747717476)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.891--UnitOfWork(747717476)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.891--ClientSession(1274461229)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.891--UnitOfWork(747717476)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.891--ClientSession(1274461229)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.891--ServerSession(1994458484)--Thread(Thread[main,5,main])--client acquired: 1424200964 [junit] [EL Finer]: 2024-04-30 17:53:56.891--ClientSession(1424200964)--Thread(Thread[main,5,main])--acquire unit of work: 736062588 [junit] [EL Finest]: 2024-04-30 17:53:56.891--UnitOfWork(736062588)--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]: 2024-04-30 17:53:56.891--UnitOfWork(736062588)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:56.892--UnitOfWork(736062588)--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]: 2024-04-30 17:53:56.892--UnitOfWork(736062588)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:56.892--UnitOfWork(736062588)--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]: 2024-04-30 17:53:56.892--UnitOfWork(736062588)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:53:56.892--UnitOfWork(736062588)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:56.892--UnitOfWork(736062588)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:56.892--ServerSession(1994458484)--Connection(1103124295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.892--ClientSession(1424200964)--Connection(1103124295)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:56.892--ClientSession(1424200964)--Connection(1103124295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:56.892--ClientSession(1424200964)--Connection(1682264452)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [hr, 2, 1, 1] [junit] [EL Finest]: 2024-04-30 17:53:56.893--UnitOfWork(736062588)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2024-04-30 17:53:56.893--ClientSession(1424200964)--Connection(1682264452)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [fi, 2, 2, 1] [junit] [EL Finer]: 2024-04-30 17:53:56.893--ClientSession(1424200964)--Connection(1682264452)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:56.893--ServerSession(1994458484)--Connection(1103124295)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:56.894--UnitOfWork(736062588)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:56.894--UnitOfWork(736062588)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.894--UnitOfWork(736062588)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.894--ClientSession(1424200964)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:56.894--UnitOfWork(736062588)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:56.894--ClientSession(1424200964)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--client acquired: 195625328 [junit] [EL Finer]: 2024-04-30 17:53:56.894--ClientSession(195625328)--Thread(Thread[main,5,main])--acquire unit of work: 1160685808 [junit] [EL Finest]: 2024-04-30 17:53:56.894--UnitOfWork(1160685808)--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]: 2024-04-30 17:53:56.894--UnitOfWork(1160685808)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:56.894--UnitOfWork(1160685808)--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]: 2024-04-30 17:53:56.894--UnitOfWork(1160685808)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:56.894--UnitOfWork(1160685808)--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]: 2024-04-30 17:53:56.894--UnitOfWork(1160685808)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Connection(1847591687)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:56.894--ServerSession(1994458484)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys [junit] [EL Fine]: 2024-04-30 17:53:56.919--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4e301795 [junit] [EL Fine]: 2024-04-30 17:53:56.92--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1adc38a0 [junit] [EL Finer]: 2024-04-30 17:53:56.922--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:56.922--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.922--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.922--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:56.922--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.922--ServerSession(374455656)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:56.922--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:56.922--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:56.922--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:56.922--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:56.923--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.931--ServerSession(374455656)--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]: 2024-04-30 17:53:56.932--ServerSession(374455656)--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]: 2024-04-30 17:53:56.932--ServerSession(374455656)--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]: 2024-04-30 17:53:56.932--ServerSession(374455656)--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]: 2024-04-30 17:53:56.932--ServerSession(374455656)--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]: 2024-04-30 17:53:56.932--ServerSession(374455656)--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]: 2024-04-30 17:53:56.932--ServerSession(374455656)--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]: 2024-04-30 17:53:56.932--ServerSession(374455656)--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]: 2024-04-30 17:53:56.933--ServerSession(374455656)--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]: 2024-04-30 17:53:56.933--ServerSession(374455656)--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]: 2024-04-30 17:53:56.933--ServerSession(374455656)--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]: 2024-04-30 17:53:56.933--ServerSession(374455656)--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]: 2024-04-30 17:53:56.933--ServerSession(374455656)--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]: 2024-04-30 17:53:56.933--ServerSession(374455656)--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]: 2024-04-30 17:53:56.933--ServerSession(374455656)--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]: 2024-04-30 17:53:56.934--ServerSession(374455656)--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]: 2024-04-30 17:53:56.934--ServerSession(374455656)--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]: 2024-04-30 17:53:56.934--ServerSession(374455656)--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]: 2024-04-30 17:53:56.934--ServerSession(374455656)--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]: 2024-04-30 17:53:56.934--ServerSession(374455656)--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]: 2024-04-30 17:53:56.934--ServerSession(374455656)--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]: 2024-04-30 17:53:56.934--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.935--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.936--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.937--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.938--ServerSession(374455656)--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]: 2024-04-30 17:53:56.965--ServerSession(374455656)--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]: 2024-04-30 17:53:56.965--ServerSession(374455656)--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]: 2024-04-30 17:53:56.965--ServerSession(374455656)--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]: 2024-04-30 17:53:56.965--ServerSession(374455656)--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]: 2024-04-30 17:53:56.965--ServerSession(374455656)--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]: 2024-04-30 17:53:56.966--ServerSession(374455656)--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]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--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]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--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]: 2024-04-30 17:53:56.966--ServerSession(374455656)--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]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--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]: 2024-04-30 17:53:56.966--ServerSession(374455656)--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]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--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]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:56.966--ServerSession(374455656)--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]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--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]: 2024-04-30 17:53:56.967--ServerSession(374455656)--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]: 2024-04-30 17:53:56.967--ServerSession(374455656)--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]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--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]: 2024-04-30 17:53:56.967--ServerSession(374455656)--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]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--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]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--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]: 2024-04-30 17:53:56.967--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.967--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--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]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.968--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.969--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.97--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:56.97--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.97--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:56.97--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:56.971--ServerSession(374455656)--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]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--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]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--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]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--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]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--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]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--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]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--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]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.972--ServerSession(374455656)--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]: 2024-04-30 17:53:56.972--ServerSession(374455656)--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]: 2024-04-30 17:53:56.973--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:56.973--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.973--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.973--ServerSession(374455656)--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]: 2024-04-30 17:53:56.973--ServerSession(374455656)--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]: 2024-04-30 17:53:56.973--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.973--ServerSession(374455656)--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]: 2024-04-30 17:53:56.973--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:56.973--ServerSession(374455656)--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]: 2024-04-30 17:53:56.973--ServerSession(374455656)--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]: 2024-04-30 17:53:56.973--ServerSession(374455656)--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]: 2024-04-30 17:53:56.973--ServerSession(374455656)--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]: 2024-04-30 17:53:56.973--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.974--ServerSession(374455656)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.974--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.974--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.974--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.974--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.975--ServerSession(374455656)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.975--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.975--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.975--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.975--ServerSession(374455656)--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]: 2024-04-30 17:53:56.976--ServerSession(374455656)--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]: 2024-04-30 17:53:56.976--ServerSession(374455656)--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]: 2024-04-30 17:53:56.976--ServerSession(374455656)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:56.976--ServerSession(374455656)--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]: 2024-04-30 17:53:56.976--ServerSession(374455656)--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]: 2024-04-30 17:53:56.976--ServerSession(374455656)--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]: 2024-04-30 17:53:56.976--ServerSession(374455656)--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]: 2024-04-30 17:53:56.976--ServerSession(374455656)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:56.977--ServerSession(374455656)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:56.977--ServerSession(374455656)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:56.977--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:56.977--ServerSession(374455656)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:56.977--ServerSession(374455656)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:56.977--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.977--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--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]: 2024-04-30 17:53:56.978--ServerSession(374455656)--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]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.979--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--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]: 2024-04-30 17:53:56.98--ServerSession(374455656)--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]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--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]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:56.981--ServerSession(374455656)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:56.984--ServerSession(374455656)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Connection(2013715263)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Connection(1116798167)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:56.985--ServerSession(374455656)--Connection(1515207920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Connection(1515207920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Connection(348244902)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Connection(709619278)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:56.986--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:56.987--ServerSession(374455656)--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]: 2024-04-30 17:53:56.988--ServerSession(374455656)--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 Fine]: 2024-04-30 17:53:56.999--ServerSession(374455656)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:56.999--ServerSession(374455656)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:57.0--ServerSession(374455656)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:57.0--ServerSession(374455656)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:57.0--ServerSession(374455656)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:57.0--ServerSession(374455656)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:57.0--ServerSession(374455656)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:57.003--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2024-04-30 17:53:57.003--ServerSession(374455656)--Connection(133729363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.003--ServerSession(374455656)--Connection(133729363)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.003--ServerSession(374455656)--Connection(2022339943)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Finest]: 2024-04-30 17:53:57.008--ServerSession(374455656)--Connection(133729363)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.008--ServerSession(374455656)--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]: 2024-04-30 17:53:57.008--ServerSession(374455656)--Connection(257655284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.008--ServerSession(374455656)--Connection(257655284)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.008--ServerSession(374455656)--Connection(1275203160)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:57.011--ServerSession(374455656)--Connection(257655284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.011--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2024-04-30 17:53:57.011--ServerSession(374455656)--Connection(1021494356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.011--ServerSession(374455656)--Connection(1021494356)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.012--ServerSession(374455656)--Connection(1868936733)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.022--ServerSession(374455656)--Connection(1021494356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.022--ServerSession(374455656)--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]: 2024-04-30 17:53:57.022--ServerSession(374455656)--Connection(398110471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.022--ServerSession(374455656)--Connection(398110471)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.022--ServerSession(374455656)--Connection(1028655552)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:57.025--ServerSession(374455656)--Connection(398110471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.026--ServerSession(374455656)--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]: 2024-04-30 17:53:57.026--ServerSession(374455656)--Connection(73323915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.026--ServerSession(374455656)--Connection(73323915)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.026--ServerSession(374455656)--Connection(1180602512)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:57.075--ServerSession(374455656)--Connection(73323915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.075--ServerSession(374455656)--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]: 2024-04-30 17:53:57.075--ServerSession(374455656)--Connection(944780041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.075--ServerSession(374455656)--Connection(944780041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.075--ServerSession(374455656)--Connection(1255164677)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Finest]: 2024-04-30 17:53:57.079--ServerSession(374455656)--Connection(944780041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.08--ServerSession(374455656)--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]: 2024-04-30 17:53:57.08--ServerSession(374455656)--Connection(1865288005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.08--ServerSession(374455656)--Connection(1865288005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.08--ServerSession(374455656)--Connection(1449109458)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Finest]: 2024-04-30 17:53:57.083--ServerSession(374455656)--Connection(1865288005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.083--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:57.083--ServerSession(374455656)--Connection(584964883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.083--ServerSession(374455656)--Connection(584964883)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.083--ServerSession(374455656)--Connection(1025935916)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Finest]: 2024-04-30 17:53:57.1--ServerSession(374455656)--Connection(584964883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.1--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2024-04-30 17:53:57.1--ServerSession(374455656)--Connection(1923373937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.1--ServerSession(374455656)--Connection(1923373937)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.1--ServerSession(374455656)--Connection(1055720309)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Finest]: 2024-04-30 17:53:57.116--ServerSession(374455656)--Connection(1923373937)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.116--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2024-04-30 17:53:57.116--ServerSession(374455656)--Connection(1196694338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.116--ServerSession(374455656)--Connection(1196694338)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.116--ServerSession(374455656)--Connection(402374410)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:57.134--ServerSession(374455656)--Connection(1196694338)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.134--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:57.134--ServerSession(374455656)--Connection(1781062023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.134--ServerSession(374455656)--Connection(1781062023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.134--ServerSession(374455656)--Connection(222384523)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:57.152--ServerSession(374455656)--Connection(1781062023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.152--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:57.152--ServerSession(374455656)--Connection(1506559652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.152--ServerSession(374455656)--Connection(1506559652)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.153--ServerSession(374455656)--Connection(1963215099)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:57.169--ServerSession(374455656)--Connection(1506559652)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.169--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2024-04-30 17:53:57.169--ServerSession(374455656)--Connection(1889693386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.169--ServerSession(374455656)--Connection(1889693386)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.169--ServerSession(374455656)--Connection(1264647964)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Finest]: 2024-04-30 17:53:57.186--ServerSession(374455656)--Connection(1889693386)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.186--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2024-04-30 17:53:57.186--ServerSession(374455656)--Connection(447362054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.186--ServerSession(374455656)--Connection(447362054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.186--ServerSession(374455656)--Connection(2031996327)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Finest]: 2024-04-30 17:53:57.2--ServerSession(374455656)--Connection(447362054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.2--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:57.2--ServerSession(374455656)--Connection(136897240)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.2--ServerSession(374455656)--Connection(136897240)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.201--ServerSession(374455656)--Connection(1139404255)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR [junit] [EL Finest]: 2024-04-30 17:53:57.207--ServerSession(374455656)--Connection(136897240)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.207--ServerSession(374455656)--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]: 2024-04-30 17:53:57.207--ServerSession(374455656)--Connection(722756235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.207--ServerSession(374455656)--Connection(722756235)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.207--ServerSession(374455656)--Connection(1684372243)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Finest]: 2024-04-30 17:53:57.211--ServerSession(374455656)--Connection(722756235)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.211--ServerSession(374455656)--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]: 2024-04-30 17:53:57.211--ServerSession(374455656)--Connection(1337983320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.211--ServerSession(374455656)--Connection(1337983320)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.211--ServerSession(374455656)--Connection(1195913745)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Finest]: 2024-04-30 17:53:57.214--ServerSession(374455656)--Connection(1337983320)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.214--ServerSession(374455656)--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]: 2024-04-30 17:53:57.214--ServerSession(374455656)--Connection(392260615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.214--ServerSession(374455656)--Connection(392260615)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.214--ServerSession(374455656)--Connection(1491363186)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:53:57.218--ServerSession(374455656)--Connection(392260615)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.218--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2024-04-30 17:53:57.218--ServerSession(374455656)--Connection(100350254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.218--ServerSession(374455656)--Connection(100350254)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.218--ServerSession(374455656)--Connection(434535618)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Finest]: 2024-04-30 17:53:57.221--ServerSession(374455656)--Connection(100350254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.221--ServerSession(374455656)--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]: 2024-04-30 17:53:57.221--ServerSession(374455656)--Connection(1820373458)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.221--ServerSession(374455656)--Connection(1820373458)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.221--ServerSession(374455656)--Connection(820959013)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Finest]: 2024-04-30 17:53:57.225--ServerSession(374455656)--Connection(1820373458)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.225--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2024-04-30 17:53:57.225--ServerSession(374455656)--Connection(1791871546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.225--ServerSession(374455656)--Connection(1791871546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.225--ServerSession(374455656)--Connection(53143696)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Finest]: 2024-04-30 17:53:57.234--ServerSession(374455656)--Connection(1791871546)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.234--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2024-04-30 17:53:57.234--ServerSession(374455656)--Connection(2058120467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.234--ServerSession(374455656)--Connection(2058120467)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.234--ServerSession(374455656)--Connection(2117395558)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Finest]: 2024-04-30 17:53:57.239--ServerSession(374455656)--Connection(2058120467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.239--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2024-04-30 17:53:57.239--ServerSession(374455656)--Connection(892070414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.239--ServerSession(374455656)--Connection(892070414)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.239--ServerSession(374455656)--Connection(754376013)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Finest]: 2024-04-30 17:53:57.249--ServerSession(374455656)--Connection(892070414)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.249--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:57.249--ServerSession(374455656)--Connection(671206579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.249--ServerSession(374455656)--Connection(671206579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.249--ServerSession(374455656)--Connection(1108355111)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Finest]: 2024-04-30 17:53:57.256--ServerSession(374455656)--Connection(671206579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.256--ServerSession(374455656)--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]: 2024-04-30 17:53:57.256--ServerSession(374455656)--Connection(1832936189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.256--ServerSession(374455656)--Connection(1832936189)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.256--ServerSession(374455656)--Connection(1258442674)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.261--ServerSession(374455656)--Connection(1832936189)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.261--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2024-04-30 17:53:57.261--ServerSession(374455656)--Connection(1680256267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.261--ServerSession(374455656)--Connection(1680256267)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.261--ServerSession(374455656)--Connection(178224376)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.265--ServerSession(374455656)--Connection(1680256267)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.265--ServerSession(374455656)--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]: 2024-04-30 17:53:57.265--ServerSession(374455656)--Connection(1537136507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.265--ServerSession(374455656)--Connection(1537136507)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.265--ServerSession(374455656)--Connection(176257014)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Finest]: 2024-04-30 17:53:57.269--ServerSession(374455656)--Connection(1537136507)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.269--ServerSession(374455656)--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]: 2024-04-30 17:53:57.269--ServerSession(374455656)--Connection(1715607464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.269--ServerSession(374455656)--Connection(1715607464)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.269--ServerSession(374455656)--Connection(1263153428)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Finest]: 2024-04-30 17:53:57.274--ServerSession(374455656)--Connection(1715607464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.274--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2024-04-30 17:53:57.274--ServerSession(374455656)--Connection(1960113474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.274--ServerSession(374455656)--Connection(1960113474)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.274--ServerSession(374455656)--Connection(39670567)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Finest]: 2024-04-30 17:53:57.276--ServerSession(374455656)--Connection(1960113474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.276--ServerSession(374455656)--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]: 2024-04-30 17:53:57.277--ServerSession(374455656)--Connection(2082364692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.277--ServerSession(374455656)--Connection(2082364692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.277--ServerSession(374455656)--Connection(800311600)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.281--ServerSession(374455656)--Connection(2082364692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.281--ServerSession(374455656)--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]: 2024-04-30 17:53:57.281--ServerSession(374455656)--Connection(1999483352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.281--ServerSession(374455656)--Connection(1999483352)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.281--ServerSession(374455656)--Connection(2035659988)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.285--ServerSession(374455656)--Connection(1999483352)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.285--ServerSession(374455656)--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]: 2024-04-30 17:53:57.285--ServerSession(374455656)--Connection(1948328253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.285--ServerSession(374455656)--Connection(1948328253)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.286--ServerSession(374455656)--Connection(1855520016)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.289--ServerSession(374455656)--Connection(1948328253)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.289--ServerSession(374455656)--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]: 2024-04-30 17:53:57.29--ServerSession(374455656)--Connection(39676643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.29--ServerSession(374455656)--Connection(39676643)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.29--ServerSession(374455656)--Connection(2131266396)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:57.293--ServerSession(374455656)--Connection(39676643)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.294--ServerSession(374455656)--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]: 2024-04-30 17:53:57.294--ServerSession(374455656)--Connection(345250566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.294--ServerSession(374455656)--Connection(345250566)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.294--ServerSession(374455656)--Connection(2104975621)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Finest]: 2024-04-30 17:53:57.298--ServerSession(374455656)--Connection(345250566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.298--ServerSession(374455656)--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]: 2024-04-30 17:53:57.298--ServerSession(374455656)--Connection(484166022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.298--ServerSession(374455656)--Connection(484166022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.298--ServerSession(374455656)--Connection(673430832)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Finest]: 2024-04-30 17:53:57.302--ServerSession(374455656)--Connection(484166022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.302--ServerSession(374455656)--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]: 2024-04-30 17:53:57.302--ServerSession(374455656)--Connection(1510737536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.302--ServerSession(374455656)--Connection(1510737536)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.303--ServerSession(374455656)--Connection(416900030)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Finest]: 2024-04-30 17:53:57.308--ServerSession(374455656)--Connection(1510737536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.308--ServerSession(374455656)--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]: 2024-04-30 17:53:57.308--ServerSession(374455656)--Connection(401978682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.308--ServerSession(374455656)--Connection(401978682)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.308--ServerSession(374455656)--Connection(771201346)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:57.312--ServerSession(374455656)--Connection(401978682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.312--ServerSession(374455656)--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]: 2024-04-30 17:53:57.312--ServerSession(374455656)--Connection(1734514802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.312--ServerSession(374455656)--Connection(1734514802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.312--ServerSession(374455656)--Connection(1560587713)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:57.317--ServerSession(374455656)--Connection(1734514802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.317--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:53:57.317--ServerSession(374455656)--Connection(879654573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.317--ServerSession(374455656)--Connection(879654573)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.318--ServerSession(374455656)--Connection(1203558746)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR [junit] [EL Finest]: 2024-04-30 17:53:57.321--ServerSession(374455656)--Connection(879654573)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.321--ServerSession(374455656)--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]: 2024-04-30 17:53:57.321--ServerSession(374455656)--Connection(857728724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.321--ServerSession(374455656)--Connection(857728724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.321--ServerSession(374455656)--Connection(1954751748)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Finest]: 2024-04-30 17:53:57.325--ServerSession(374455656)--Connection(857728724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.325--ServerSession(374455656)--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]: 2024-04-30 17:53:57.325--ServerSession(374455656)--Connection(440615154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.325--ServerSession(374455656)--Connection(440615154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.325--ServerSession(374455656)--Connection(1453734952)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:57.329--ServerSession(374455656)--Connection(440615154)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.329--ServerSession(374455656)--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]: 2024-04-30 17:53:57.329--ServerSession(374455656)--Connection(1290076474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.329--ServerSession(374455656)--Connection(1290076474)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.329--ServerSession(374455656)--Connection(1277271172)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Finest]: 2024-04-30 17:53:57.334--ServerSession(374455656)--Connection(1290076474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.334--ServerSession(374455656)--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]: 2024-04-30 17:53:57.334--ServerSession(374455656)--Connection(345603257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.334--ServerSession(374455656)--Connection(345603257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.334--ServerSession(374455656)--Connection(1880183745)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Finest]: 2024-04-30 17:53:57.338--ServerSession(374455656)--Connection(345603257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.338--ServerSession(374455656)--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]: 2024-04-30 17:53:57.338--ServerSession(374455656)--Connection(373415859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.338--ServerSession(374455656)--Connection(373415859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.338--ServerSession(374455656)--Connection(1231160694)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:57.342--ServerSession(374455656)--Connection(373415859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.342--ServerSession(374455656)--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]: 2024-04-30 17:53:57.342--ServerSession(374455656)--Connection(582320549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.342--ServerSession(374455656)--Connection(582320549)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.342--ServerSession(374455656)--Connection(982613511)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.345--ServerSession(374455656)--Connection(582320549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.345--ServerSession(374455656)--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]: 2024-04-30 17:53:57.345--ServerSession(374455656)--Connection(1860010238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.345--ServerSession(374455656)--Connection(1860010238)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.345--ServerSession(374455656)--Connection(1626053673)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.35--ServerSession(374455656)--Connection(1860010238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.35--ServerSession(374455656)--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]: 2024-04-30 17:53:57.35--ServerSession(374455656)--Connection(1048131057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.35--ServerSession(374455656)--Connection(1048131057)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.35--ServerSession(374455656)--Connection(1008830640)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.353--ServerSession(374455656)--Connection(1048131057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.353--ServerSession(374455656)--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]: 2024-04-30 17:53:57.353--ServerSession(374455656)--Connection(203148961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.353--ServerSession(374455656)--Connection(203148961)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.353--ServerSession(374455656)--Connection(2075833454)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:53:57.358--ServerSession(374455656)--Connection(203148961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.358--ServerSession(374455656)--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]: 2024-04-30 17:53:57.358--ServerSession(374455656)--Connection(1909317132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.358--ServerSession(374455656)--Connection(1909317132)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.358--ServerSession(374455656)--Connection(603023442)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.361--ServerSession(374455656)--Connection(1909317132)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.361--ServerSession(374455656)--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]: 2024-04-30 17:53:57.361--ServerSession(374455656)--Connection(816360528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.361--ServerSession(374455656)--Connection(816360528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.361--ServerSession(374455656)--Connection(789195255)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Finest]: 2024-04-30 17:53:57.366--ServerSession(374455656)--Connection(816360528)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.366--ServerSession(374455656)--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]: 2024-04-30 17:53:57.366--ServerSession(374455656)--Connection(1071856729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.366--ServerSession(374455656)--Connection(1071856729)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.366--ServerSession(374455656)--Connection(1247600089)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Finest]: 2024-04-30 17:53:57.369--ServerSession(374455656)--Connection(1071856729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.369--ServerSession(374455656)--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]: 2024-04-30 17:53:57.369--ServerSession(374455656)--Connection(952610115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.369--ServerSession(374455656)--Connection(952610115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.369--ServerSession(374455656)--Connection(518017014)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Finest]: 2024-04-30 17:53:57.373--ServerSession(374455656)--Connection(952610115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.373--ServerSession(374455656)--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]: 2024-04-30 17:53:57.373--ServerSession(374455656)--Connection(1049804269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.373--ServerSession(374455656)--Connection(1049804269)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.374--ServerSession(374455656)--Connection(1002091209)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Finest]: 2024-04-30 17:53:57.377--ServerSession(374455656)--Connection(1049804269)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.377--ServerSession(374455656)--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]: 2024-04-30 17:53:57.377--ServerSession(374455656)--Connection(1650273133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.377--ServerSession(374455656)--Connection(1650273133)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.377--ServerSession(374455656)--Connection(1225494302)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Finest]: 2024-04-30 17:53:57.381--ServerSession(374455656)--Connection(1650273133)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.381--ServerSession(374455656)--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]: 2024-04-30 17:53:57.381--ServerSession(374455656)--Connection(1320434991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.381--ServerSession(374455656)--Connection(1320434991)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.381--ServerSession(374455656)--Connection(1161388503)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Finest]: 2024-04-30 17:53:57.385--ServerSession(374455656)--Connection(1320434991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.385--ServerSession(374455656)--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]: 2024-04-30 17:53:57.385--ServerSession(374455656)--Connection(1039865382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.385--ServerSession(374455656)--Connection(1039865382)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.385--ServerSession(374455656)--Connection(1388911091)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Finest]: 2024-04-30 17:53:57.389--ServerSession(374455656)--Connection(1039865382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.389--ServerSession(374455656)--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]: 2024-04-30 17:53:57.389--ServerSession(374455656)--Connection(2007792854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.389--ServerSession(374455656)--Connection(2007792854)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.389--ServerSession(374455656)--Connection(310578723)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Finest]: 2024-04-30 17:53:57.392--ServerSession(374455656)--Connection(2007792854)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.392--ServerSession(374455656)--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]: 2024-04-30 17:53:57.392--ServerSession(374455656)--Connection(1406749291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.392--ServerSession(374455656)--Connection(1406749291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.392--ServerSession(374455656)--Connection(1191695882)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Finest]: 2024-04-30 17:53:57.396--ServerSession(374455656)--Connection(1406749291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.396--ServerSession(374455656)--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]: 2024-04-30 17:53:57.396--ServerSession(374455656)--Connection(961312738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.396--ServerSession(374455656)--Connection(961312738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.396--ServerSession(374455656)--Connection(551545010)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Finest]: 2024-04-30 17:53:57.399--ServerSession(374455656)--Connection(961312738)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.399--ServerSession(374455656)--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]: 2024-04-30 17:53:57.399--ServerSession(374455656)--Connection(1837939994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.399--ServerSession(374455656)--Connection(1837939994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.399--ServerSession(374455656)--Connection(925180974)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Finest]: 2024-04-30 17:53:57.404--ServerSession(374455656)--Connection(1837939994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.404--ServerSession(374455656)--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]: 2024-04-30 17:53:57.404--ServerSession(374455656)--Connection(1062195420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.404--ServerSession(374455656)--Connection(1062195420)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.404--ServerSession(374455656)--Connection(925097538)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Finest]: 2024-04-30 17:53:57.407--ServerSession(374455656)--Connection(1062195420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.407--ServerSession(374455656)--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]: 2024-04-30 17:53:57.408--ServerSession(374455656)--Connection(1203187003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.408--ServerSession(374455656)--Connection(1203187003)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.408--ServerSession(374455656)--Connection(104844321)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.412--ServerSession(374455656)--Connection(1203187003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.412--ServerSession(374455656)--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]: 2024-04-30 17:53:57.412--ServerSession(374455656)--Connection(1247658278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.412--ServerSession(374455656)--Connection(1247658278)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.412--ServerSession(374455656)--Connection(889054115)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Finest]: 2024-04-30 17:53:57.415--ServerSession(374455656)--Connection(1247658278)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.415--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:53:57.415--ServerSession(374455656)--Connection(1570126267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.415--ServerSession(374455656)--Connection(1570126267)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.415--ServerSession(374455656)--Connection(2036762590)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Finest]: 2024-04-30 17:53:57.417--ServerSession(374455656)--Connection(1570126267)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.417--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:53:57.417--ServerSession(374455656)--Connection(904861071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.417--ServerSession(374455656)--Connection(904861071)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.417--ServerSession(374455656)--Connection(1507371368)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Finest]: 2024-04-30 17:53:57.418--ServerSession(374455656)--Connection(904861071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.419--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:53:57.419--ServerSession(374455656)--Connection(1514376202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.419--ServerSession(374455656)--Connection(1514376202)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.419--ServerSession(374455656)--Connection(390965664)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Finest]: 2024-04-30 17:53:57.42--ServerSession(374455656)--Connection(1514376202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.42--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:53:57.42--ServerSession(374455656)--Connection(1939357447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.42--ServerSession(374455656)--Connection(1939357447)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.421--ServerSession(374455656)--Connection(905830050)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Finest]: 2024-04-30 17:53:57.422--ServerSession(374455656)--Connection(1939357447)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.422--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:53:57.422--ServerSession(374455656)--Connection(1389766077)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.422--ServerSession(374455656)--Connection(1389766077)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.422--ServerSession(374455656)--Connection(1619282151)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:53:57.423--ServerSession(374455656)--Connection(1389766077)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.423--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:57.424--ServerSession(374455656)--Connection(1336724276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.424--ServerSession(374455656)--Connection(1336724276)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.424--ServerSession(374455656)--Connection(750052529)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Finest]: 2024-04-30 17:53:57.426--ServerSession(374455656)--Connection(1336724276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.426--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:53:57.426--ServerSession(374455656)--Connection(1769064119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.426--ServerSession(374455656)--Connection(1769064119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.426--ServerSession(374455656)--Connection(1076708806)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Finest]: 2024-04-30 17:53:57.428--ServerSession(374455656)--Connection(1769064119)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:53:57.428--ServerSession(374455656)--Connection(257153818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.428--ServerSession(374455656)--Connection(257153818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.428--ServerSession(374455656)--Connection(1752227897)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Finest]: 2024-04-30 17:53:57.429--ServerSession(374455656)--Connection(257153818)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:53:57.429--ServerSession(374455656)--Connection(882402449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.429--ServerSession(374455656)--Connection(882402449)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.43--ServerSession(374455656)--Connection(629334547)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Finest]: 2024-04-30 17:53:57.431--ServerSession(374455656)--Connection(882402449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.431--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:53:57.431--ServerSession(374455656)--Connection(1142397134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.431--ServerSession(374455656)--Connection(1142397134)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.431--ServerSession(374455656)--Connection(861720625)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Finest]: 2024-04-30 17:53:57.433--ServerSession(374455656)--Connection(1142397134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.433--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:53:57.433--ServerSession(374455656)--Connection(783446161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.433--ServerSession(374455656)--Connection(783446161)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.433--ServerSession(374455656)--Connection(1444629601)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Finest]: 2024-04-30 17:53:57.435--ServerSession(374455656)--Connection(783446161)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.435--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:57.435--ServerSession(374455656)--Connection(1677654076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.435--ServerSession(374455656)--Connection(1677654076)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.435--ServerSession(374455656)--Connection(1584736810)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:57.436--ServerSession(374455656)--Connection(1677654076)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.437--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:53:57.437--ServerSession(374455656)--Connection(1334940097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.437--ServerSession(374455656)--Connection(1334940097)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.437--ServerSession(374455656)--Connection(1538961175)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Finest]: 2024-04-30 17:53:57.438--ServerSession(374455656)--Connection(1334940097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.438--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:53:57.438--ServerSession(374455656)--Connection(1994167657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.438--ServerSession(374455656)--Connection(1994167657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.438--ServerSession(374455656)--Connection(897584618)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Finest]: 2024-04-30 17:53:57.441--ServerSession(374455656)--Connection(1994167657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.441--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:57.441--ServerSession(374455656)--Connection(1477938025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.441--ServerSession(374455656)--Connection(1477938025)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.441--ServerSession(374455656)--Connection(1249000159)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Finest]: 2024-04-30 17:53:57.443--ServerSession(374455656)--Connection(1477938025)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.443--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:53:57.443--ServerSession(374455656)--Connection(583777927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.443--ServerSession(374455656)--Connection(583777927)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.443--ServerSession(374455656)--Connection(1189291380)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Finest]: 2024-04-30 17:53:57.444--ServerSession(374455656)--Connection(583777927)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.444--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:53:57.444--ServerSession(374455656)--Connection(646334609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.444--ServerSession(374455656)--Connection(646334609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.444--ServerSession(374455656)--Connection(1497818432)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Finest]: 2024-04-30 17:53:57.445--ServerSession(374455656)--Connection(646334609)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.445--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:57.445--ServerSession(374455656)--Connection(2045739285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.445--ServerSession(374455656)--Connection(2045739285)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.446--ServerSession(374455656)--Connection(1840880761)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Finest]: 2024-04-30 17:53:57.449--ServerSession(374455656)--Connection(2045739285)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.449--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:57.449--ServerSession(374455656)--Connection(150814446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.449--ServerSession(374455656)--Connection(150814446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.449--ServerSession(374455656)--Connection(228585933)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Finest]: 2024-04-30 17:53:57.451--ServerSession(374455656)--Connection(150814446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.451--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:57.451--ServerSession(374455656)--Connection(2009584628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.451--ServerSession(374455656)--Connection(2009584628)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.451--ServerSession(374455656)--Connection(372017580)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:57.453--ServerSession(374455656)--Connection(2009584628)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.453--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:57.453--ServerSession(374455656)--Connection(1867673489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.453--ServerSession(374455656)--Connection(1867673489)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.453--ServerSession(374455656)--Connection(650332668)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Finest]: 2024-04-30 17:53:57.455--ServerSession(374455656)--Connection(1867673489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.455--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:57.455--ServerSession(374455656)--Connection(1218081325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.455--ServerSession(374455656)--Connection(1218081325)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.455--ServerSession(374455656)--Connection(877175368)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:57.457--ServerSession(374455656)--Connection(1218081325)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.457--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:53:57.457--ServerSession(374455656)--Connection(1515271719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.457--ServerSession(374455656)--Connection(1515271719)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.457--ServerSession(374455656)--Connection(1094794330)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Finest]: 2024-04-30 17:53:57.458--ServerSession(374455656)--Connection(1515271719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.458--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:53:57.458--ServerSession(374455656)--Connection(2085805920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.458--ServerSession(374455656)--Connection(2085805920)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.459--ServerSession(374455656)--Connection(803286723)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Finest]: 2024-04-30 17:53:57.46--ServerSession(374455656)--Connection(2085805920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.46--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:53:57.46--ServerSession(374455656)--Connection(65186044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.46--ServerSession(374455656)--Connection(65186044)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.46--ServerSession(374455656)--Connection(1763823167)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Finest]: 2024-04-30 17:53:57.461--ServerSession(374455656)--Connection(65186044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.461--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:57.461--ServerSession(374455656)--Connection(2064279993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.461--ServerSession(374455656)--Connection(2064279993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.461--ServerSession(374455656)--Connection(1832487788)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Finest]: 2024-04-30 17:53:57.463--ServerSession(374455656)--Connection(2064279993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.463--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:53:57.463--ServerSession(374455656)--Connection(1187345535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.463--ServerSession(374455656)--Connection(1187345535)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.463--ServerSession(374455656)--Connection(1856670399)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Finest]: 2024-04-30 17:53:57.465--ServerSession(374455656)--Connection(1187345535)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.465--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:53:57.465--ServerSession(374455656)--Connection(849145650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.465--ServerSession(374455656)--Connection(849145650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.465--ServerSession(374455656)--Connection(1595347858)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Finest]: 2024-04-30 17:53:57.466--ServerSession(374455656)--Connection(849145650)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.466--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:53:57.466--ServerSession(374455656)--Connection(1657528716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.466--ServerSession(374455656)--Connection(1657528716)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.466--ServerSession(374455656)--Connection(930838424)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Finest]: 2024-04-30 17:53:57.468--ServerSession(374455656)--Connection(1657528716)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.468--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:53:57.468--ServerSession(374455656)--Connection(563732900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.468--ServerSession(374455656)--Connection(563732900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.468--ServerSession(374455656)--Connection(476296090)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Finest]: 2024-04-30 17:53:57.469--ServerSession(374455656)--Connection(563732900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.469--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:53:57.469--ServerSession(374455656)--Connection(469715743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.469--ServerSession(374455656)--Connection(469715743)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.469--ServerSession(374455656)--Connection(1963269381)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Finest]: 2024-04-30 17:53:57.471--ServerSession(374455656)--Connection(469715743)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.471--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:53:57.471--ServerSession(374455656)--Connection(1115963634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.471--ServerSession(374455656)--Connection(1115963634)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.471--ServerSession(374455656)--Connection(599936014)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Finest]: 2024-04-30 17:53:57.473--ServerSession(374455656)--Connection(1115963634)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.473--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:53:57.473--ServerSession(374455656)--Connection(1448866235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.473--ServerSession(374455656)--Connection(1448866235)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.473--ServerSession(374455656)--Connection(909682770)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Finest]: 2024-04-30 17:53:57.474--ServerSession(374455656)--Connection(1448866235)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.474--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:53:57.474--ServerSession(374455656)--Connection(1840341172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.474--ServerSession(374455656)--Connection(1840341172)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.475--ServerSession(374455656)--Connection(1693356688)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Finest]: 2024-04-30 17:53:57.476--ServerSession(374455656)--Connection(1840341172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.476--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:57.476--ServerSession(374455656)--Connection(1234659364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.476--ServerSession(374455656)--Connection(1234659364)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.476--ServerSession(374455656)--Connection(801445218)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:57.478--ServerSession(374455656)--Connection(1234659364)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.478--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:53:57.478--ServerSession(374455656)--Connection(369237870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.478--ServerSession(374455656)--Connection(369237870)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.478--ServerSession(374455656)--Connection(1680249794)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Finest]: 2024-04-30 17:53:57.481--ServerSession(374455656)--Connection(369237870)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.481--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:57.481--ServerSession(374455656)--Connection(669265896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.481--ServerSession(374455656)--Connection(669265896)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.481--ServerSession(374455656)--Connection(563850517)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Finest]: 2024-04-30 17:53:57.483--ServerSession(374455656)--Connection(669265896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.483--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:57.483--ServerSession(374455656)--Connection(1837174420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.483--ServerSession(374455656)--Connection(1837174420)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.483--ServerSession(374455656)--Connection(1805445027)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:57.485--ServerSession(374455656)--Connection(1837174420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.485--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:53:57.485--ServerSession(374455656)--Connection(2057192703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.485--ServerSession(374455656)--Connection(2057192703)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.485--ServerSession(374455656)--Connection(529404054)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Finest]: 2024-04-30 17:53:57.486--ServerSession(374455656)--Connection(2057192703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.486--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:57.486--ServerSession(374455656)--Connection(483997331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.486--ServerSession(374455656)--Connection(483997331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.486--ServerSession(374455656)--Connection(350761035)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Finest]: 2024-04-30 17:53:57.488--ServerSession(374455656)--Connection(483997331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.488--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:53:57.488--ServerSession(374455656)--Connection(1917732927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.488--ServerSession(374455656)--Connection(1917732927)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.488--ServerSession(374455656)--Connection(670467403)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Finest]: 2024-04-30 17:53:57.489--ServerSession(374455656)--Connection(1917732927)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.489--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:53:57.489--ServerSession(374455656)--Connection(1695834039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.489--ServerSession(374455656)--Connection(1695834039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.489--ServerSession(374455656)--Connection(1696328858)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Finest]: 2024-04-30 17:53:57.49--ServerSession(374455656)--Connection(1695834039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.491--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:53:57.491--ServerSession(374455656)--Connection(1212094912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.491--ServerSession(374455656)--Connection(1212094912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.491--ServerSession(374455656)--Connection(252780183)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Finest]: 2024-04-30 17:53:57.492--ServerSession(374455656)--Connection(1212094912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.492--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:53:57.492--ServerSession(374455656)--Connection(1692142175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.492--ServerSession(374455656)--Connection(1692142175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.492--ServerSession(374455656)--Connection(1419640349)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Finest]: 2024-04-30 17:53:57.494--ServerSession(374455656)--Connection(1692142175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.494--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:53:57.494--ServerSession(374455656)--Connection(1146805207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.494--ServerSession(374455656)--Connection(1146805207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.494--ServerSession(374455656)--Connection(1087422449)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Finest]: 2024-04-30 17:53:57.496--ServerSession(374455656)--Connection(1146805207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.496--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:53:57.496--ServerSession(374455656)--Connection(1433034352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.496--ServerSession(374455656)--Connection(1433034352)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.496--ServerSession(374455656)--Connection(1207739241)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Finest]: 2024-04-30 17:53:57.498--ServerSession(374455656)--Connection(1433034352)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.498--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:53:57.498--ServerSession(374455656)--Connection(1329237566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.498--ServerSession(374455656)--Connection(1329237566)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.498--ServerSession(374455656)--Connection(1210372215)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Finest]: 2024-04-30 17:53:57.499--ServerSession(374455656)--Connection(1329237566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.499--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:53:57.499--ServerSession(374455656)--Connection(1566210014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.499--ServerSession(374455656)--Connection(1566210014)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.499--ServerSession(374455656)--Connection(1175079221)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Finest]: 2024-04-30 17:53:57.501--ServerSession(374455656)--Connection(1566210014)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.501--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:53:57.501--ServerSession(374455656)--Connection(1290377311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.501--ServerSession(374455656)--Connection(1290377311)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.501--ServerSession(374455656)--Connection(1115943579)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:53:57.503--ServerSession(374455656)--Connection(1290377311)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.503--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:53:57.503--ServerSession(374455656)--Connection(1649684728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.503--ServerSession(374455656)--Connection(1649684728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.503--ServerSession(374455656)--Connection(1652516749)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Finest]: 2024-04-30 17:53:57.506--ServerSession(374455656)--Connection(1649684728)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.506--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:53:57.506--ServerSession(374455656)--Connection(1263887658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.506--ServerSession(374455656)--Connection(1263887658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.506--ServerSession(374455656)--Connection(147148616)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Finest]: 2024-04-30 17:53:57.507--ServerSession(374455656)--Connection(1263887658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.507--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:53:57.507--ServerSession(374455656)--Connection(76306508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.507--ServerSession(374455656)--Connection(76306508)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.508--ServerSession(374455656)--Connection(1678770626)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Finest]: 2024-04-30 17:53:57.509--ServerSession(374455656)--Connection(76306508)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.509--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:53:57.509--ServerSession(374455656)--Connection(804105878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.509--ServerSession(374455656)--Connection(804105878)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.509--ServerSession(374455656)--Connection(1229311263)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Finest]: 2024-04-30 17:53:57.51--ServerSession(374455656)--Connection(804105878)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.51--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:53:57.51--ServerSession(374455656)--Connection(116473553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.51--ServerSession(374455656)--Connection(116473553)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.511--ServerSession(374455656)--Connection(1152035207)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Finest]: 2024-04-30 17:53:57.512--ServerSession(374455656)--Connection(116473553)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.512--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:53:57.512--ServerSession(374455656)--Connection(1884534347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.512--ServerSession(374455656)--Connection(1884534347)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.512--ServerSession(374455656)--Connection(2136672550)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Finest]: 2024-04-30 17:53:57.513--ServerSession(374455656)--Connection(1884534347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.513--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:53:57.513--ServerSession(374455656)--Connection(1218653263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.513--ServerSession(374455656)--Connection(1218653263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.514--ServerSession(374455656)--Connection(632236798)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Finest]: 2024-04-30 17:53:57.515--ServerSession(374455656)--Connection(1218653263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.515--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:53:57.515--ServerSession(374455656)--Connection(255172197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.515--ServerSession(374455656)--Connection(255172197)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.515--ServerSession(374455656)--Connection(1587874456)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Finest]: 2024-04-30 17:53:57.516--ServerSession(374455656)--Connection(255172197)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.516--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:53:57.516--ServerSession(374455656)--Connection(1357067993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.516--ServerSession(374455656)--Connection(1357067993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.516--ServerSession(374455656)--Connection(1938181142)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Finest]: 2024-04-30 17:53:57.518--ServerSession(374455656)--Connection(1357067993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.518--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:53:57.518--ServerSession(374455656)--Connection(235962527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.518--ServerSession(374455656)--Connection(235962527)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.518--ServerSession(374455656)--Connection(1191979642)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Finest]: 2024-04-30 17:53:57.519--ServerSession(374455656)--Connection(235962527)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.519--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:53:57.519--ServerSession(374455656)--Connection(149793097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.519--ServerSession(374455656)--Connection(149793097)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.519--ServerSession(374455656)--Connection(41141427)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Finest]: 2024-04-30 17:53:57.523--ServerSession(374455656)--Connection(149793097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.523--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:53:57.523--ServerSession(374455656)--Connection(2067610941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.523--ServerSession(374455656)--Connection(2067610941)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.523--ServerSession(374455656)--Connection(520058098)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Finest]: 2024-04-30 17:53:57.526--ServerSession(374455656)--Connection(2067610941)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.526--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:57.526--ServerSession(374455656)--Connection(1975739760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.526--ServerSession(374455656)--Connection(1975739760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.526--ServerSession(374455656)--Connection(1736800800)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:57.527--ServerSession(374455656)--Connection(1975739760)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.527--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:53:57.527--ServerSession(374455656)--Connection(734719022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.527--ServerSession(374455656)--Connection(734719022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.527--ServerSession(374455656)--Connection(1171055810)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Finest]: 2024-04-30 17:53:57.529--ServerSession(374455656)--Connection(734719022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.529--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:53:57.529--ServerSession(374455656)--Connection(1308514087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.529--ServerSession(374455656)--Connection(1308514087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.529--ServerSession(374455656)--Connection(824801578)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Finest]: 2024-04-30 17:53:57.53--ServerSession(374455656)--Connection(1308514087)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.53--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:57.53--ServerSession(374455656)--Connection(1007414446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.53--ServerSession(374455656)--Connection(1007414446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.53--ServerSession(374455656)--Connection(57918311)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:57.531--ServerSession(374455656)--Connection(1007414446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.531--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:57.531--ServerSession(374455656)--Connection(1637434535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.531--ServerSession(374455656)--Connection(1637434535)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.532--ServerSession(374455656)--Connection(43297446)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:57.533--ServerSession(374455656)--Connection(1637434535)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.533--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:57.533--ServerSession(374455656)--Connection(787040724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.533--ServerSession(374455656)--Connection(787040724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.533--ServerSession(374455656)--Connection(92183762)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:57.534--ServerSession(374455656)--Connection(787040724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.534--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:53:57.534--ServerSession(374455656)--Connection(883195923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.534--ServerSession(374455656)--Connection(883195923)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.534--ServerSession(374455656)--Connection(1357371578)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Finest]: 2024-04-30 17:53:57.536--ServerSession(374455656)--Connection(883195923)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.536--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:53:57.536--ServerSession(374455656)--Connection(1162395591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.536--ServerSession(374455656)--Connection(1162395591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.536--ServerSession(374455656)--Connection(1434192741)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Finest]: 2024-04-30 17:53:57.537--ServerSession(374455656)--Connection(1162395591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.537--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:53:57.537--ServerSession(374455656)--Connection(1751029728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.537--ServerSession(374455656)--Connection(1751029728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.538--ServerSession(374455656)--Connection(1760082859)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:53:57.539--ServerSession(374455656)--Connection(1751029728)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.539--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:53:57.539--ServerSession(374455656)--Connection(1730914764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.539--ServerSession(374455656)--Connection(1730914764)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.539--ServerSession(374455656)--Connection(2077672286)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Finest]: 2024-04-30 17:53:57.541--ServerSession(374455656)--Connection(1730914764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.541--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:57.541--ServerSession(374455656)--Connection(1588318071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.541--ServerSession(374455656)--Connection(1588318071)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.541--ServerSession(374455656)--Connection(1685350567)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.544--ServerSession(374455656)--Connection(1588318071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.544--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.544--ServerSession(374455656)--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]: 2024-04-30 17:53:57.544--ServerSession(374455656)--Connection(265218428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.544--ServerSession(374455656)--Connection(265218428)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.544--ServerSession(374455656)--Connection(253648773)--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]: 2024-04-30 17:53:57.547--ServerSession(374455656)--Connection(265218428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.547--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.547--ServerSession(374455656)--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]: 2024-04-30 17:53:57.547--ServerSession(374455656)--Connection(1304572531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.547--ServerSession(374455656)--Connection(1304572531)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.547--ServerSession(374455656)--Connection(901752766)--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]: 2024-04-30 17:53:57.55--ServerSession(374455656)--Connection(1304572531)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.55--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.55--ServerSession(374455656)--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]: 2024-04-30 17:53:57.55--ServerSession(374455656)--Connection(1102941897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.55--ServerSession(374455656)--Connection(1102941897)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.55--ServerSession(374455656)--Connection(489712935)--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]: 2024-04-30 17:53:57.553--ServerSession(374455656)--Connection(1102941897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.553--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.553--ServerSession(374455656)--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]: 2024-04-30 17:53:57.553--ServerSession(374455656)--Connection(481610448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.553--ServerSession(374455656)--Connection(481610448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.553--ServerSession(374455656)--Connection(827511881)--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]: 2024-04-30 17:53:57.556--ServerSession(374455656)--Connection(481610448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.556--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.556--ServerSession(374455656)--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]: 2024-04-30 17:53:57.556--ServerSession(374455656)--Connection(791974256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.556--ServerSession(374455656)--Connection(791974256)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.556--ServerSession(374455656)--Connection(367803404)--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]: 2024-04-30 17:53:57.559--ServerSession(374455656)--Connection(791974256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.559--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.559--ServerSession(374455656)--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]: 2024-04-30 17:53:57.559--ServerSession(374455656)--Connection(861927284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.559--ServerSession(374455656)--Connection(861927284)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.559--ServerSession(374455656)--Connection(946556798)--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]: 2024-04-30 17:53:57.562--ServerSession(374455656)--Connection(861927284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.562--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.562--ServerSession(374455656)--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]: 2024-04-30 17:53:57.562--ServerSession(374455656)--Connection(609471415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.562--ServerSession(374455656)--Connection(609471415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.562--ServerSession(374455656)--Connection(1761307678)--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]: 2024-04-30 17:53:57.565--ServerSession(374455656)--Connection(609471415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.565--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.565--ServerSession(374455656)--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]: 2024-04-30 17:53:57.565--ServerSession(374455656)--Connection(1586437554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.565--ServerSession(374455656)--Connection(1586437554)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.565--ServerSession(374455656)--Connection(1690004391)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.567--ServerSession(374455656)--Connection(1586437554)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.567--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.567--ServerSession(374455656)--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]: 2024-04-30 17:53:57.568--ServerSession(374455656)--Connection(329829198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.568--ServerSession(374455656)--Connection(329829198)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.568--ServerSession(374455656)--Connection(904672772)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.57--ServerSession(374455656)--Connection(329829198)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.57--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.57--ServerSession(374455656)--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]: 2024-04-30 17:53:57.57--ServerSession(374455656)--Connection(1181708889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.57--ServerSession(374455656)--Connection(1181708889)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.57--ServerSession(374455656)--Connection(323494753)--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]: 2024-04-30 17:53:57.573--ServerSession(374455656)--Connection(1181708889)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.573--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.573--ServerSession(374455656)--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]: 2024-04-30 17:53:57.573--ServerSession(374455656)--Connection(1635357010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.573--ServerSession(374455656)--Connection(1635357010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.573--ServerSession(374455656)--Connection(1547295390)--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]: 2024-04-30 17:53:57.576--ServerSession(374455656)--Connection(1635357010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.576--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.576--ServerSession(374455656)--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]: 2024-04-30 17:53:57.576--ServerSession(374455656)--Connection(1248103221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.576--ServerSession(374455656)--Connection(1248103221)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.576--ServerSession(374455656)--Connection(1731883050)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.578--ServerSession(374455656)--Connection(1248103221)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.578--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.578--ServerSession(374455656)--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]: 2024-04-30 17:53:57.579--ServerSession(374455656)--Connection(1048340147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.579--ServerSession(374455656)--Connection(1048340147)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.579--ServerSession(374455656)--Connection(1345285994)--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]: 2024-04-30 17:53:57.583--ServerSession(374455656)--Connection(1048340147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.583--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.583--ServerSession(374455656)--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]: 2024-04-30 17:53:57.583--ServerSession(374455656)--Connection(1021710315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.583--ServerSession(374455656)--Connection(1021710315)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.583--ServerSession(374455656)--Connection(1643298618)--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]: 2024-04-30 17:53:57.586--ServerSession(374455656)--Connection(1021710315)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.586--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.586--ServerSession(374455656)--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]: 2024-04-30 17:53:57.586--ServerSession(374455656)--Connection(691918003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.586--ServerSession(374455656)--Connection(691918003)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.586--ServerSession(374455656)--Connection(631775016)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.589--ServerSession(374455656)--Connection(691918003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.589--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.589--ServerSession(374455656)--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]: 2024-04-30 17:53:57.589--ServerSession(374455656)--Connection(1966930659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.589--ServerSession(374455656)--Connection(1966930659)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.589--ServerSession(374455656)--Connection(845357243)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.591--ServerSession(374455656)--Connection(1966930659)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.591--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.591--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME))") [junit] [EL Finest]: 2024-04-30 17:53:57.591--ServerSession(374455656)--Connection(1033155741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.591--ServerSession(374455656)--Connection(1033155741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.591--ServerSession(374455656)--Connection(804104750)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME)) [junit] [EL Finest]: 2024-04-30 17:53:57.594--ServerSession(374455656)--Connection(1033155741)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.594--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.594--ServerSession(374455656)--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]: 2024-04-30 17:53:57.594--ServerSession(374455656)--Connection(1792903852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.594--ServerSession(374455656)--Connection(1792903852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.594--ServerSession(374455656)--Connection(1928723254)--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]: 2024-04-30 17:53:57.597--ServerSession(374455656)--Connection(1792903852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.597--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.597--ServerSession(374455656)--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]: 2024-04-30 17:53:57.597--ServerSession(374455656)--Connection(891455676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.597--ServerSession(374455656)--Connection(891455676)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.597--ServerSession(374455656)--Connection(866970718)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.6--ServerSession(374455656)--Connection(891455676)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.6--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.601--ServerSession(374455656)--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]: 2024-04-30 17:53:57.601--ServerSession(374455656)--Connection(36107378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.601--ServerSession(374455656)--Connection(36107378)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.601--ServerSession(374455656)--Connection(593554402)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.604--ServerSession(374455656)--Connection(36107378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.604--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.604--ServerSession(374455656)--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]: 2024-04-30 17:53:57.604--ServerSession(374455656)--Connection(1976547672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.604--ServerSession(374455656)--Connection(1976547672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.604--ServerSession(374455656)--Connection(1090475767)--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]: 2024-04-30 17:53:57.606--ServerSession(374455656)--Connection(1976547672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.606--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.607--ServerSession(374455656)--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]: 2024-04-30 17:53:57.607--ServerSession(374455656)--Connection(1121345532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.607--ServerSession(374455656)--Connection(1121345532)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.607--ServerSession(374455656)--Connection(1255877511)--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]: 2024-04-30 17:53:57.609--ServerSession(374455656)--Connection(1121345532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.609--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.609--ServerSession(374455656)--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]: 2024-04-30 17:53:57.609--ServerSession(374455656)--Connection(819641123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.609--ServerSession(374455656)--Connection(819641123)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.609--ServerSession(374455656)--Connection(1073949563)--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]: 2024-04-30 17:53:57.612--ServerSession(374455656)--Connection(819641123)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.612--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.612--ServerSession(374455656)--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]: 2024-04-30 17:53:57.612--ServerSession(374455656)--Connection(1873055460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.612--ServerSession(374455656)--Connection(1873055460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.612--ServerSession(374455656)--Connection(172106640)--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]: 2024-04-30 17:53:57.615--ServerSession(374455656)--Connection(1873055460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.615--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.615--ServerSession(374455656)--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]: 2024-04-30 17:53:57.615--ServerSession(374455656)--Connection(1023763480)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.615--ServerSession(374455656)--Connection(1023763480)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.615--ServerSession(374455656)--Connection(1990004466)--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]: 2024-04-30 17:53:57.619--ServerSession(374455656)--Connection(1990004466)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:57.619--ServerSession(374455656)--Connection(1023763480)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.619--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.619--ServerSession(374455656)--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]: 2024-04-30 17:53:57.619--ServerSession(374455656)--Connection(572453104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.619--ServerSession(374455656)--Connection(572453104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.619--ServerSession(374455656)--Connection(883782927)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.622--ServerSession(374455656)--Connection(572453104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.622--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.622--ServerSession(374455656)--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]: 2024-04-30 17:53:57.622--ServerSession(374455656)--Connection(12799954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.622--ServerSession(374455656)--Connection(12799954)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.622--ServerSession(374455656)--Connection(1435477578)--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]: 2024-04-30 17:53:57.625--ServerSession(374455656)--Connection(12799954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.625--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.625--ServerSession(374455656)--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]: 2024-04-30 17:53:57.625--ServerSession(374455656)--Connection(1758590178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.625--ServerSession(374455656)--Connection(1758590178)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.625--ServerSession(374455656)--Connection(1920375797)--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]: 2024-04-30 17:53:57.628--ServerSession(374455656)--Connection(1758590178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.628--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.628--ServerSession(374455656)--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]: 2024-04-30 17:53:57.628--ServerSession(374455656)--Connection(2100710350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.628--ServerSession(374455656)--Connection(2100710350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.628--ServerSession(374455656)--Connection(447207022)--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]: 2024-04-30 17:53:57.63--ServerSession(374455656)--Connection(2100710350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.63--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.63--ServerSession(374455656)--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]: 2024-04-30 17:53:57.63--ServerSession(374455656)--Connection(413081988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.63--ServerSession(374455656)--Connection(413081988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.631--ServerSession(374455656)--Connection(1463312738)--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]: 2024-04-30 17:53:57.633--ServerSession(374455656)--Connection(413081988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.633--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.633--ServerSession(374455656)--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]: 2024-04-30 17:53:57.633--ServerSession(374455656)--Connection(1839288191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.633--ServerSession(374455656)--Connection(1839288191)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.633--ServerSession(374455656)--Connection(206815310)--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]: 2024-04-30 17:53:57.636--ServerSession(374455656)--Connection(1839288191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.636--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.636--ServerSession(374455656)--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]: 2024-04-30 17:53:57.636--ServerSession(374455656)--Connection(755196725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.636--ServerSession(374455656)--Connection(755196725)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.636--ServerSession(374455656)--Connection(1245584221)--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]: 2024-04-30 17:53:57.639--ServerSession(374455656)--Connection(755196725)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.639--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.639--ServerSession(374455656)--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]: 2024-04-30 17:53:57.639--ServerSession(374455656)--Connection(1688975639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.639--ServerSession(374455656)--Connection(1688975639)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.639--ServerSession(374455656)--Connection(1376220284)--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]: 2024-04-30 17:53:57.642--ServerSession(374455656)--Connection(1376220284)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:57.643--ServerSession(374455656)--Connection(1688975639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.643--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.643--ServerSession(374455656)--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]: 2024-04-30 17:53:57.643--ServerSession(374455656)--Connection(1594639790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.643--ServerSession(374455656)--Connection(1594639790)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.643--ServerSession(374455656)--Connection(1725312089)--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]: 2024-04-30 17:53:57.645--ServerSession(374455656)--Connection(1594639790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.645--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.646--ServerSession(374455656)--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]: 2024-04-30 17:53:57.646--ServerSession(374455656)--Connection(741211619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.646--ServerSession(374455656)--Connection(741211619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.646--ServerSession(374455656)--Connection(288488701)--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]: 2024-04-30 17:53:57.65--ServerSession(374455656)--Connection(288488701)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:57.65--ServerSession(374455656)--Connection(288488701)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:57.65--ServerSession(374455656)--Connection(741211619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.65--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.65--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:57.65--ServerSession(374455656)--Connection(295560847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.65--ServerSession(374455656)--Connection(295560847)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.65--ServerSession(374455656)--Connection(1386009530)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.653--ServerSession(374455656)--Connection(295560847)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.653--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.653--ServerSession(374455656)--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]: 2024-04-30 17:53:57.653--ServerSession(374455656)--Connection(522632546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.653--ServerSession(374455656)--Connection(522632546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.653--ServerSession(374455656)--Connection(1643219351)--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]: 2024-04-30 17:53:57.657--ServerSession(374455656)--Connection(522632546)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.657--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.657--ServerSession(374455656)--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]: 2024-04-30 17:53:57.657--ServerSession(374455656)--Connection(958663331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.657--ServerSession(374455656)--Connection(958663331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.657--ServerSession(374455656)--Connection(331574600)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.661--ServerSession(374455656)--Connection(958663331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.661--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.661--ServerSession(374455656)--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]: 2024-04-30 17:53:57.661--ServerSession(374455656)--Connection(253658963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.661--ServerSession(374455656)--Connection(253658963)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.661--ServerSession(374455656)--Connection(376890625)--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]: 2024-04-30 17:53:57.664--ServerSession(374455656)--Connection(253658963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.664--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.664--ServerSession(374455656)--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]: 2024-04-30 17:53:57.664--ServerSession(374455656)--Connection(2134490293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.664--ServerSession(374455656)--Connection(2134490293)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.664--ServerSession(374455656)--Connection(82216990)--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]: 2024-04-30 17:53:57.667--ServerSession(374455656)--Connection(2134490293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.667--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.667--ServerSession(374455656)--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]: 2024-04-30 17:53:57.667--ServerSession(374455656)--Connection(7788116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.667--ServerSession(374455656)--Connection(7788116)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.667--ServerSession(374455656)--Connection(840437499)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.67--ServerSession(374455656)--Connection(7788116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.67--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.67--ServerSession(374455656)--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]: 2024-04-30 17:53:57.67--ServerSession(374455656)--Connection(1856036778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.67--ServerSession(374455656)--Connection(1856036778)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.67--ServerSession(374455656)--Connection(1481793628)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.672--ServerSession(374455656)--Connection(1856036778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.672--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.672--ServerSession(374455656)--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]: 2024-04-30 17:53:57.672--ServerSession(374455656)--Connection(1585666522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.672--ServerSession(374455656)--Connection(1585666522)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.672--ServerSession(374455656)--Connection(917930031)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.675--ServerSession(374455656)--Connection(1585666522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.675--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.675--ServerSession(374455656)--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]: 2024-04-30 17:53:57.675--ServerSession(374455656)--Connection(698687473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.675--ServerSession(374455656)--Connection(698687473)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.675--ServerSession(374455656)--Connection(1840045718)--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]: 2024-04-30 17:53:57.678--ServerSession(374455656)--Connection(698687473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.678--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.678--ServerSession(374455656)--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]: 2024-04-30 17:53:57.678--ServerSession(374455656)--Connection(2022859612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.678--ServerSession(374455656)--Connection(2022859612)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.678--ServerSession(374455656)--Connection(2043257128)--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]: 2024-04-30 17:53:57.681--ServerSession(374455656)--Connection(2022859612)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.681--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.681--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:57.681--ServerSession(374455656)--Connection(1372050546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.681--ServerSession(374455656)--Connection(1372050546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.681--ServerSession(374455656)--Connection(983881109)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.685--ServerSession(374455656)--Connection(1372050546)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.685--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.685--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:53:57.685--ServerSession(374455656)--Connection(682328059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.685--ServerSession(374455656)--Connection(682328059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.685--ServerSession(374455656)--Connection(1201691352)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.688--ServerSession(374455656)--Connection(682328059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.688--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.688--ServerSession(374455656)--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]: 2024-04-30 17:53:57.688--ServerSession(374455656)--Connection(1383454473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.688--ServerSession(374455656)--Connection(1383454473)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.688--ServerSession(374455656)--Connection(559037979)--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]: 2024-04-30 17:53:57.694--ServerSession(374455656)--Connection(559037979)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:57.694--ServerSession(374455656)--Connection(559037979)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:57.694--ServerSession(374455656)--Connection(1383454473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.694--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.694--ServerSession(374455656)--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]: 2024-04-30 17:53:57.694--ServerSession(374455656)--Connection(504485692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.694--ServerSession(374455656)--Connection(504485692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.695--ServerSession(374455656)--Connection(1654691432)--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]: 2024-04-30 17:53:57.701--ServerSession(374455656)--Connection(1654691432)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:57.701--ServerSession(374455656)--Connection(1654691432)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:53:57.701--ServerSession(374455656)--Connection(504485692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.701--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.701--ServerSession(374455656)--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]: 2024-04-30 17:53:57.701--ServerSession(374455656)--Connection(948623530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.701--ServerSession(374455656)--Connection(948623530)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.701--ServerSession(374455656)--Connection(674382000)--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]: 2024-04-30 17:53:57.705--ServerSession(374455656)--Connection(948623530)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.705--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.705--ServerSession(374455656)--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]: 2024-04-30 17:53:57.705--ServerSession(374455656)--Connection(180820951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.705--ServerSession(374455656)--Connection(180820951)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.705--ServerSession(374455656)--Connection(1692847533)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.708--ServerSession(374455656)--Connection(180820951)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.708--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.708--ServerSession(374455656)--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]: 2024-04-30 17:53:57.708--ServerSession(374455656)--Connection(744368708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.708--ServerSession(374455656)--Connection(744368708)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.708--ServerSession(374455656)--Connection(519407035)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.711--ServerSession(374455656)--Connection(744368708)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.711--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.711--ServerSession(374455656)--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]: 2024-04-30 17:53:57.711--ServerSession(374455656)--Connection(1274201751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.711--ServerSession(374455656)--Connection(1274201751)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.711--ServerSession(374455656)--Connection(379836839)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:53:57.713--ServerSession(374455656)--Connection(1274201751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.713--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.713--ServerSession(374455656)--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]: 2024-04-30 17:53:57.713--ServerSession(374455656)--Connection(227501473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.713--ServerSession(374455656)--Connection(227501473)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.714--ServerSession(374455656)--Connection(1343540473)--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]: 2024-04-30 17:53:57.716--ServerSession(374455656)--Connection(227501473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.716--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.716--ServerSession(374455656)--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]: 2024-04-30 17:53:57.716--ServerSession(374455656)--Connection(908134864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.716--ServerSession(374455656)--Connection(908134864)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.716--ServerSession(374455656)--Connection(1081458904)--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]: 2024-04-30 17:53:57.719--ServerSession(374455656)--Connection(908134864)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.719--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.719--ServerSession(374455656)--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]: 2024-04-30 17:53:57.719--ServerSession(374455656)--Connection(2089105385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.719--ServerSession(374455656)--Connection(2089105385)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.719--ServerSession(374455656)--Connection(1121246752)--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]: 2024-04-30 17:53:57.721--ServerSession(374455656)--Connection(2089105385)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.721--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.721--ServerSession(374455656)--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]: 2024-04-30 17:53:57.721--ServerSession(374455656)--Connection(536043239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.721--ServerSession(374455656)--Connection(536043239)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.721--ServerSession(374455656)--Connection(1251743887)--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]: 2024-04-30 17:53:57.724--ServerSession(374455656)--Connection(536043239)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.724--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.724--ServerSession(374455656)--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]: 2024-04-30 17:53:57.724--ServerSession(374455656)--Connection(1339600638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.724--ServerSession(374455656)--Connection(1339600638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.724--ServerSession(374455656)--Connection(1247401348)--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]: 2024-04-30 17:53:57.727--ServerSession(374455656)--Connection(1339600638)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.727--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.727--ServerSession(374455656)--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]: 2024-04-30 17:53:57.727--ServerSession(374455656)--Connection(568725229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.727--ServerSession(374455656)--Connection(568725229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.727--ServerSession(374455656)--Connection(725871473)--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]: 2024-04-30 17:53:57.73--ServerSession(374455656)--Connection(568725229)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.73--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.73--ServerSession(374455656)--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]: 2024-04-30 17:53:57.73--ServerSession(374455656)--Connection(268932426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.73--ServerSession(374455656)--Connection(268932426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.73--ServerSession(374455656)--Connection(17264833)--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]: 2024-04-30 17:53:57.732--ServerSession(374455656)--Connection(268932426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.732--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.733--ServerSession(374455656)--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]: 2024-04-30 17:53:57.733--ServerSession(374455656)--Connection(231891600)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.733--ServerSession(374455656)--Connection(231891600)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.733--ServerSession(374455656)--Connection(567479205)--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]: 2024-04-30 17:53:57.735--ServerSession(374455656)--Connection(231891600)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.735--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.736--ServerSession(374455656)--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]: 2024-04-30 17:53:57.736--ServerSession(374455656)--Connection(1987154475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.736--ServerSession(374455656)--Connection(1987154475)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.736--ServerSession(374455656)--Connection(1747564695)--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]: 2024-04-30 17:53:57.738--ServerSession(374455656)--Connection(1987154475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.738--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.738--ServerSession(374455656)--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]: 2024-04-30 17:53:57.738--ServerSession(374455656)--Connection(219913687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.738--ServerSession(374455656)--Connection(219913687)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.738--ServerSession(374455656)--Connection(1996600981)--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]: 2024-04-30 17:53:57.741--ServerSession(374455656)--Connection(219913687)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.741--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.741--ServerSession(374455656)--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]: 2024-04-30 17:53:57.741--ServerSession(374455656)--Connection(1941322007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.741--ServerSession(374455656)--Connection(1941322007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.741--ServerSession(374455656)--Connection(580052883)--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]: 2024-04-30 17:53:57.744--ServerSession(374455656)--Connection(1941322007)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.744--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.744--ServerSession(374455656)--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]: 2024-04-30 17:53:57.744--ServerSession(374455656)--Connection(1084448998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.744--ServerSession(374455656)--Connection(1084448998)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.744--ServerSession(374455656)--Connection(35624804)--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]: 2024-04-30 17:53:57.746--ServerSession(374455656)--Connection(1084448998)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.746--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.746--ServerSession(374455656)--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]: 2024-04-30 17:53:57.746--ServerSession(374455656)--Connection(86595449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.746--ServerSession(374455656)--Connection(86595449)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.746--ServerSession(374455656)--Connection(1591124842)--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]: 2024-04-30 17:53:57.749--ServerSession(374455656)--Connection(86595449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.749--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.749--ServerSession(374455656)--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]: 2024-04-30 17:53:57.749--ServerSession(374455656)--Connection(900432807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.749--ServerSession(374455656)--Connection(900432807)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.749--ServerSession(374455656)--Connection(2054592756)--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]: 2024-04-30 17:53:57.754--ServerSession(374455656)--Connection(900432807)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.754--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.754--ServerSession(374455656)--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]: 2024-04-30 17:53:57.754--ServerSession(374455656)--Connection(1422053321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.754--ServerSession(374455656)--Connection(1422053321)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.754--ServerSession(374455656)--Connection(1033750605)--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]: 2024-04-30 17:53:57.756--ServerSession(374455656)--Connection(1422053321)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.756--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.756--ServerSession(374455656)--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]: 2024-04-30 17:53:57.756--ServerSession(374455656)--Connection(1735356636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.756--ServerSession(374455656)--Connection(1735356636)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.757--ServerSession(374455656)--Connection(630278015)--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]: 2024-04-30 17:53:57.759--ServerSession(374455656)--Connection(1735356636)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.759--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.759--ServerSession(374455656)--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]: 2024-04-30 17:53:57.759--ServerSession(374455656)--Connection(388966167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.759--ServerSession(374455656)--Connection(388966167)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.759--ServerSession(374455656)--Connection(198855870)--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]: 2024-04-30 17:53:57.762--ServerSession(374455656)--Connection(388966167)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.762--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:53:57.762--ServerSession(374455656)--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]: 2024-04-30 17:53:57.762--ServerSession(374455656)--Connection(1002212482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.762--ServerSession(374455656)--Connection(1002212482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.762--ServerSession(374455656)--Connection(1430590333)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2024-04-30 17:53:57.767--ServerSession(374455656)--Connection(1002212482)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.767--ServerSession(374455656)--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]: 2024-04-30 17:53:57.767--ServerSession(374455656)--Connection(1390601254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.767--ServerSession(374455656)--Connection(1390601254)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.768--ServerSession(374455656)--Connection(224770660)--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]: 2024-04-30 17:53:57.777--ServerSession(374455656)--Connection(1390601254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.777--ServerSession(374455656)--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]: 2024-04-30 17:53:57.777--ServerSession(374455656)--Connection(1688684323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.777--ServerSession(374455656)--Connection(1688684323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.777--ServerSession(374455656)--Connection(564218949)--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]: 2024-04-30 17:53:57.785--ServerSession(374455656)--Connection(1688684323)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.785--ServerSession(374455656)--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]: 2024-04-30 17:53:57.785--ServerSession(374455656)--Connection(1170685449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.785--ServerSession(374455656)--Connection(1170685449)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.785--ServerSession(374455656)--Connection(461895629)--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]: 2024-04-30 17:53:57.796--ServerSession(374455656)--Connection(1170685449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.796--ServerSession(374455656)--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]: 2024-04-30 17:53:57.796--ServerSession(374455656)--Connection(180804098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.796--ServerSession(374455656)--Connection(180804098)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.796--ServerSession(374455656)--Connection(1988987429)--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]: 2024-04-30 17:53:57.805--ServerSession(374455656)--Connection(180804098)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.805--ServerSession(374455656)--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]: 2024-04-30 17:53:57.805--ServerSession(374455656)--Connection(413788379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.805--ServerSession(374455656)--Connection(413788379)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.805--ServerSession(374455656)--Connection(604186374)--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]: 2024-04-30 17:53:57.813--ServerSession(374455656)--Connection(413788379)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.814--ServerSession(374455656)--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]: 2024-04-30 17:53:57.814--ServerSession(374455656)--Connection(1830014317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.814--ServerSession(374455656)--Connection(1830014317)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.814--ServerSession(374455656)--Connection(975904548)--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]: 2024-04-30 17:53:57.827--ServerSession(374455656)--Connection(1830014317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.827--ServerSession(374455656)--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]: 2024-04-30 17:53:57.827--ServerSession(374455656)--Connection(320130241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.827--ServerSession(374455656)--Connection(320130241)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.827--ServerSession(374455656)--Connection(1621037931)--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]: 2024-04-30 17:53:57.837--ServerSession(374455656)--Connection(320130241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.837--ServerSession(374455656)--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]: 2024-04-30 17:53:57.837--ServerSession(374455656)--Connection(1817135330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.837--ServerSession(374455656)--Connection(1817135330)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.837--ServerSession(374455656)--Connection(1502143342)--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]: 2024-04-30 17:53:57.855--ServerSession(374455656)--Connection(1817135330)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.855--ServerSession(374455656)--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]: 2024-04-30 17:53:57.855--ServerSession(374455656)--Connection(1012263380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.855--ServerSession(374455656)--Connection(1012263380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.855--ServerSession(374455656)--Connection(717995748)--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]: 2024-04-30 17:53:57.872--ServerSession(374455656)--Connection(1012263380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.872--ServerSession(374455656)--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]: 2024-04-30 17:53:57.872--ServerSession(374455656)--Connection(1343049192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.872--ServerSession(374455656)--Connection(1343049192)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.872--ServerSession(374455656)--Connection(1132795252)--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]: 2024-04-30 17:53:57.89--ServerSession(374455656)--Connection(1343049192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.89--ServerSession(374455656)--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]: 2024-04-30 17:53:57.89--ServerSession(374455656)--Connection(903028252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.89--ServerSession(374455656)--Connection(903028252)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.89--ServerSession(374455656)--Connection(260794179)--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]: 2024-04-30 17:53:57.91--ServerSession(374455656)--Connection(903028252)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.91--ServerSession(374455656)--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]: 2024-04-30 17:53:57.91--ServerSession(374455656)--Connection(624593883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.91--ServerSession(374455656)--Connection(624593883)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.91--ServerSession(374455656)--Connection(137646750)--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]: 2024-04-30 17:53:57.93--ServerSession(374455656)--Connection(624593883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.93--ServerSession(374455656)--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]: 2024-04-30 17:53:57.93--ServerSession(374455656)--Connection(1332205096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.93--ServerSession(374455656)--Connection(1332205096)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.931--ServerSession(374455656)--Connection(1056110668)--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]: 2024-04-30 17:53:57.95--ServerSession(374455656)--Connection(1332205096)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.951--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:53:57.951--ServerSession(374455656)--Connection(1142222376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.951--ServerSession(374455656)--Connection(1142222376)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.951--ServerSession(374455656)--Connection(892581396)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:53:57.96--ServerSession(374455656)--Connection(1142222376)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.96--ServerSession(374455656)--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]: 2024-04-30 17:53:57.961--ServerSession(374455656)--Connection(1340904400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.961--ServerSession(374455656)--Connection(1340904400)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.961--ServerSession(374455656)--Connection(753549739)--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]: 2024-04-30 17:53:57.968--ServerSession(374455656)--Connection(1340904400)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.968--ServerSession(374455656)--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]: 2024-04-30 17:53:57.969--ServerSession(374455656)--Connection(1214546146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.969--ServerSession(374455656)--Connection(1214546146)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.969--ServerSession(374455656)--Connection(1673394221)--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]: 2024-04-30 17:53:57.976--ServerSession(374455656)--Connection(1214546146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.976--ServerSession(374455656)--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]: 2024-04-30 17:53:57.976--ServerSession(374455656)--Connection(392605705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.976--ServerSession(374455656)--Connection(392605705)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.976--ServerSession(374455656)--Connection(2078888343)--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]: 2024-04-30 17:53:57.984--ServerSession(374455656)--Connection(392605705)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.984--ServerSession(374455656)--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]: 2024-04-30 17:53:57.984--ServerSession(374455656)--Connection(1247221014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.984--ServerSession(374455656)--Connection(1247221014)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.984--ServerSession(374455656)--Connection(1746076333)--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]: 2024-04-30 17:53:57.993--ServerSession(374455656)--Connection(1247221014)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.993--ServerSession(374455656)--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]: 2024-04-30 17:53:57.993--ServerSession(374455656)--Connection(1677068708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:57.993--ServerSession(374455656)--Connection(1677068708)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:57.993--ServerSession(374455656)--Connection(301682537)--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]: 2024-04-30 17:53:58.002--ServerSession(374455656)--Connection(1677068708)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.002--ServerSession(374455656)--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]: 2024-04-30 17:53:58.002--ServerSession(374455656)--Connection(78770026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.002--ServerSession(374455656)--Connection(78770026)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.002--ServerSession(374455656)--Connection(1465478513)--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]: 2024-04-30 17:53:58.01--ServerSession(374455656)--Connection(78770026)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.01--ServerSession(374455656)--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]: 2024-04-30 17:53:58.01--ServerSession(374455656)--Connection(345758542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.01--ServerSession(374455656)--Connection(345758542)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.01--ServerSession(374455656)--Connection(526035976)--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]: 2024-04-30 17:53:58.023--ServerSession(374455656)--Connection(345758542)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.023--ServerSession(374455656)--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]: 2024-04-30 17:53:58.023--ServerSession(374455656)--Connection(141213117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.023--ServerSession(374455656)--Connection(141213117)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.023--ServerSession(374455656)--Connection(1122059861)--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]: 2024-04-30 17:53:58.031--ServerSession(374455656)--Connection(141213117)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.031--ServerSession(374455656)--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]: 2024-04-30 17:53:58.031--ServerSession(374455656)--Connection(671546968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.031--ServerSession(374455656)--Connection(671546968)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.031--ServerSession(374455656)--Connection(1968974256)--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]: 2024-04-30 17:53:58.042--ServerSession(374455656)--Connection(671546968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.042--ServerSession(374455656)--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]: 2024-04-30 17:53:58.042--ServerSession(374455656)--Connection(957692677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.042--ServerSession(374455656)--Connection(957692677)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.042--ServerSession(374455656)--Connection(654239297)--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]: 2024-04-30 17:53:58.05--ServerSession(374455656)--Connection(957692677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.05--ServerSession(374455656)--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]: 2024-04-30 17:53:58.05--ServerSession(374455656)--Connection(938263666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.05--ServerSession(374455656)--Connection(938263666)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.05--ServerSession(374455656)--Connection(657530009)--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]: 2024-04-30 17:53:58.058--ServerSession(374455656)--Connection(938263666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.058--ServerSession(374455656)--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]: 2024-04-30 17:53:58.058--ServerSession(374455656)--Connection(510388720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.058--ServerSession(374455656)--Connection(510388720)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.058--ServerSession(374455656)--Connection(1341485339)--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]: 2024-04-30 17:53:58.066--ServerSession(374455656)--Connection(510388720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.066--ServerSession(374455656)--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]: 2024-04-30 17:53:58.066--ServerSession(374455656)--Connection(2011342291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.066--ServerSession(374455656)--Connection(2011342291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.066--ServerSession(374455656)--Connection(914880182)--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]: 2024-04-30 17:53:58.074--ServerSession(374455656)--Connection(2011342291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.075--ServerSession(374455656)--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]: 2024-04-30 17:53:58.075--ServerSession(374455656)--Connection(1237796102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.075--ServerSession(374455656)--Connection(1237796102)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.075--ServerSession(374455656)--Connection(736734672)--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]: 2024-04-30 17:53:58.083--ServerSession(374455656)--Connection(1237796102)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.083--ServerSession(374455656)--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]: 2024-04-30 17:53:58.083--ServerSession(374455656)--Connection(21619799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.083--ServerSession(374455656)--Connection(21619799)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.083--ServerSession(374455656)--Connection(1918205453)--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]: 2024-04-30 17:53:58.091--ServerSession(374455656)--Connection(21619799)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.091--ServerSession(374455656)--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]: 2024-04-30 17:53:58.091--ServerSession(374455656)--Connection(540040261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.091--ServerSession(374455656)--Connection(540040261)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.091--ServerSession(374455656)--Connection(1846902600)--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]: 2024-04-30 17:53:58.1--ServerSession(374455656)--Connection(540040261)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.1--ServerSession(374455656)--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]: 2024-04-30 17:53:58.1--ServerSession(374455656)--Connection(87702732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.1--ServerSession(374455656)--Connection(87702732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.1--ServerSession(374455656)--Connection(667585114)--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]: 2024-04-30 17:53:58.108--ServerSession(374455656)--Connection(87702732)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.108--ServerSession(374455656)--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]: 2024-04-30 17:53:58.108--ServerSession(374455656)--Connection(469528144)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.108--ServerSession(374455656)--Connection(469528144)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.108--ServerSession(374455656)--Connection(1333063103)--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]: 2024-04-30 17:53:58.118--ServerSession(374455656)--Connection(469528144)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.118--ServerSession(374455656)--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]: 2024-04-30 17:53:58.118--ServerSession(374455656)--Connection(1558825448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.118--ServerSession(374455656)--Connection(1558825448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.118--ServerSession(374455656)--Connection(614441675)--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]: 2024-04-30 17:53:58.126--ServerSession(374455656)--Connection(1558825448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.126--ServerSession(374455656)--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]: 2024-04-30 17:53:58.126--ServerSession(374455656)--Connection(151400576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.126--ServerSession(374455656)--Connection(151400576)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.127--ServerSession(374455656)--Connection(464658113)--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]: 2024-04-30 17:53:58.137--ServerSession(374455656)--Connection(151400576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.137--ServerSession(374455656)--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]: 2024-04-30 17:53:58.137--ServerSession(374455656)--Connection(2078471442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.137--ServerSession(374455656)--Connection(2078471442)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.137--ServerSession(374455656)--Connection(1129859294)--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]: 2024-04-30 17:53:58.145--ServerSession(374455656)--Connection(2078471442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.145--ServerSession(374455656)--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]: 2024-04-30 17:53:58.145--ServerSession(374455656)--Connection(433079208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.145--ServerSession(374455656)--Connection(433079208)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.145--ServerSession(374455656)--Connection(1979088869)--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]: 2024-04-30 17:53:58.155--ServerSession(374455656)--Connection(433079208)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.155--ServerSession(374455656)--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]: 2024-04-30 17:53:58.155--ServerSession(374455656)--Connection(69062608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.155--ServerSession(374455656)--Connection(69062608)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.156--ServerSession(374455656)--Connection(533398008)--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]: 2024-04-30 17:53:58.165--ServerSession(374455656)--Connection(69062608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.165--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:53:58.165--ServerSession(374455656)--Connection(1676552337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.165--ServerSession(374455656)--Connection(1676552337)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.165--ServerSession(374455656)--Connection(157747315)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:53:58.174--ServerSession(374455656)--Connection(1676552337)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.174--ServerSession(374455656)--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]: 2024-04-30 17:53:58.174--ServerSession(374455656)--Connection(905879757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.174--ServerSession(374455656)--Connection(905879757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.174--ServerSession(374455656)--Connection(658947139)--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]: 2024-04-30 17:53:58.184--ServerSession(374455656)--Connection(905879757)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.184--ServerSession(374455656)--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]: 2024-04-30 17:53:58.184--ServerSession(374455656)--Connection(2017080792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.184--ServerSession(374455656)--Connection(2017080792)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.184--ServerSession(374455656)--Connection(948050650)--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]: 2024-04-30 17:53:58.194--ServerSession(374455656)--Connection(2017080792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.194--ServerSession(374455656)--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]: 2024-04-30 17:53:58.194--ServerSession(374455656)--Connection(604726639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.195--ServerSession(374455656)--Connection(604726639)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.195--ServerSession(374455656)--Connection(230035651)--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]: 2024-04-30 17:53:58.204--ServerSession(374455656)--Connection(604726639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.204--ServerSession(374455656)--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]: 2024-04-30 17:53:58.204--ServerSession(374455656)--Connection(790438788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.204--ServerSession(374455656)--Connection(790438788)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.204--ServerSession(374455656)--Connection(1354894101)--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]: 2024-04-30 17:53:58.213--ServerSession(374455656)--Connection(790438788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.213--ServerSession(374455656)--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]: 2024-04-30 17:53:58.213--ServerSession(374455656)--Connection(470758061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.213--ServerSession(374455656)--Connection(470758061)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.213--ServerSession(374455656)--Connection(1514681259)--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]: 2024-04-30 17:53:58.222--ServerSession(374455656)--Connection(470758061)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.222--ServerSession(374455656)--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]: 2024-04-30 17:53:58.222--ServerSession(374455656)--Connection(243731145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.222--ServerSession(374455656)--Connection(243731145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.222--ServerSession(374455656)--Connection(1803078638)--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]: 2024-04-30 17:53:58.232--ServerSession(374455656)--Connection(243731145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.232--ServerSession(374455656)--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]: 2024-04-30 17:53:58.232--ServerSession(374455656)--Connection(2057588642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.232--ServerSession(374455656)--Connection(2057588642)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.232--ServerSession(374455656)--Connection(1279509373)--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]: 2024-04-30 17:53:58.24--ServerSession(374455656)--Connection(2057588642)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.24--ServerSession(374455656)--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]: 2024-04-30 17:53:58.24--ServerSession(374455656)--Connection(578703016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.24--ServerSession(374455656)--Connection(578703016)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.24--ServerSession(374455656)--Connection(2055199770)--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]: 2024-04-30 17:53:58.249--ServerSession(374455656)--Connection(578703016)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.249--ServerSession(374455656)--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]: 2024-04-30 17:53:58.249--ServerSession(374455656)--Connection(52563963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.249--ServerSession(374455656)--Connection(52563963)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.249--ServerSession(374455656)--Connection(1400445497)--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]: 2024-04-30 17:53:58.257--ServerSession(374455656)--Connection(52563963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.257--ServerSession(374455656)--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]: 2024-04-30 17:53:58.257--ServerSession(374455656)--Connection(1385354263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.257--ServerSession(374455656)--Connection(1385354263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.257--ServerSession(374455656)--Connection(1096569961)--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]: 2024-04-30 17:53:58.266--ServerSession(374455656)--Connection(1385354263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.266--ServerSession(374455656)--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]: 2024-04-30 17:53:58.266--ServerSession(374455656)--Connection(424953383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.266--ServerSession(374455656)--Connection(424953383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.266--ServerSession(374455656)--Connection(1570900854)--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]: 2024-04-30 17:53:58.274--ServerSession(374455656)--Connection(424953383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.274--ServerSession(374455656)--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]: 2024-04-30 17:53:58.274--ServerSession(374455656)--Connection(1569179823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.274--ServerSession(374455656)--Connection(1569179823)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.274--ServerSession(374455656)--Connection(1725548614)--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]: 2024-04-30 17:53:58.282--ServerSession(374455656)--Connection(1569179823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.282--ServerSession(374455656)--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]: 2024-04-30 17:53:58.282--ServerSession(374455656)--Connection(579320785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.292--ServerSession(374455656)--Connection(579320785)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.292--ServerSession(374455656)--Connection(1101450654)--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]: 2024-04-30 17:53:58.3--ServerSession(374455656)--Connection(579320785)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.3--ServerSession(374455656)--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]: 2024-04-30 17:53:58.3--ServerSession(374455656)--Connection(772629104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.3--ServerSession(374455656)--Connection(772629104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.3--ServerSession(374455656)--Connection(827002195)--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]: 2024-04-30 17:53:58.309--ServerSession(374455656)--Connection(772629104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.309--ServerSession(374455656)--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]: 2024-04-30 17:53:58.309--ServerSession(374455656)--Connection(43472661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.309--ServerSession(374455656)--Connection(43472661)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.309--ServerSession(374455656)--Connection(1204599765)--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]: 2024-04-30 17:53:58.319--ServerSession(374455656)--Connection(43472661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.319--ServerSession(374455656)--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]: 2024-04-30 17:53:58.319--ServerSession(374455656)--Connection(1600497367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.319--ServerSession(374455656)--Connection(1600497367)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.319--ServerSession(374455656)--Connection(1735552465)--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]: 2024-04-30 17:53:58.328--ServerSession(374455656)--Connection(1600497367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.328--ServerSession(374455656)--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]: 2024-04-30 17:53:58.328--ServerSession(374455656)--Connection(1266091244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.328--ServerSession(374455656)--Connection(1266091244)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.329--ServerSession(374455656)--Connection(970346571)--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]: 2024-04-30 17:53:58.336--ServerSession(374455656)--Connection(1266091244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.336--ServerSession(374455656)--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]: 2024-04-30 17:53:58.336--ServerSession(374455656)--Connection(464345779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.336--ServerSession(374455656)--Connection(464345779)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.337--ServerSession(374455656)--Connection(1754164558)--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]: 2024-04-30 17:53:58.345--ServerSession(374455656)--Connection(464345779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.345--ServerSession(374455656)--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]: 2024-04-30 17:53:58.345--ServerSession(374455656)--Connection(1529178805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.345--ServerSession(374455656)--Connection(1529178805)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.345--ServerSession(374455656)--Connection(707582880)--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]: 2024-04-30 17:53:58.353--ServerSession(374455656)--Connection(1529178805)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.353--ServerSession(374455656)--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]: 2024-04-30 17:53:58.353--ServerSession(374455656)--Connection(1527270476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.353--ServerSession(374455656)--Connection(1527270476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.353--ServerSession(374455656)--Connection(722007386)--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]: 2024-04-30 17:53:58.362--ServerSession(374455656)--Connection(1527270476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.362--ServerSession(374455656)--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]: 2024-04-30 17:53:58.362--ServerSession(374455656)--Connection(1341370263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.362--ServerSession(374455656)--Connection(1341370263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.362--ServerSession(374455656)--Connection(1451290633)--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]: 2024-04-30 17:53:58.37--ServerSession(374455656)--Connection(1341370263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.37--ServerSession(374455656)--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]: 2024-04-30 17:53:58.37--ServerSession(374455656)--Connection(1944110965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.37--ServerSession(374455656)--Connection(1944110965)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.37--ServerSession(374455656)--Connection(557666697)--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]: 2024-04-30 17:53:58.38--ServerSession(374455656)--Connection(1944110965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.38--ServerSession(374455656)--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]: 2024-04-30 17:53:58.38--ServerSession(374455656)--Connection(956730873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.38--ServerSession(374455656)--Connection(956730873)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.38--ServerSession(374455656)--Connection(1286094531)--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]: 2024-04-30 17:53:58.388--ServerSession(374455656)--Connection(956730873)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.388--ServerSession(374455656)--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]: 2024-04-30 17:53:58.388--ServerSession(374455656)--Connection(281091638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.388--ServerSession(374455656)--Connection(281091638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.389--ServerSession(374455656)--Connection(497365138)--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]: 2024-04-30 17:53:58.399--ServerSession(374455656)--Connection(281091638)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.403--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:58.403--ServerSession(374455656)--Connection(611389025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.403--ServerSession(374455656)--Connection(611389025)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.403--ServerSession(374455656)--Connection(446182036)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(611389025)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(2033711470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(2033711470)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(1436152367)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(2033711470)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(2075097757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(2075097757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(1033179151)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:58.404--ServerSession(374455656)--Connection(2075097757)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Connection(1526448027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Connection(1526448027)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Connection(1333512611)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Connection(1526448027)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Connection(217658289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Connection(217658289)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.408--ServerSession(374455656)--Connection(192500434)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:58.409--ServerSession(374455656)--Connection(217658289)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.409--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:58.409--ServerSession(374455656)--Connection(870844967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.409--ServerSession(374455656)--Connection(870844967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.409--ServerSession(374455656)--Connection(1984549712)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:58.409--ServerSession(374455656)--Connection(870844967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.412--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:53:58.412--ServerSession(374455656)--Connection(725271149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.412--ServerSession(374455656)--Connection(725271149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.412--ServerSession(374455656)--Connection(324097801)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:53:58.412--ServerSession(374455656)--Connection(725271149)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.412--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:53:58.412--ServerSession(374455656)--Connection(1090718753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.412--ServerSession(374455656)--Connection(1090718753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.413--ServerSession(374455656)--Connection(1012373446)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:53:58.413--ServerSession(374455656)--Connection(1090718753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.413--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2024-04-30 17:53:58.413--ServerSession(374455656)--Connection(1856287922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.413--ServerSession(374455656)--Connection(1856287922)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.413--ServerSession(374455656)--Connection(924835651)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2024-04-30 17:53:58.413--ServerSession(374455656)--Connection(1856287922)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.416--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:58.416--ServerSession(374455656)--Connection(1647809146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.416--ServerSession(374455656)--Connection(1647809146)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.416--ServerSession(374455656)--Connection(731622584)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(1647809146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(1820277494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(1820277494)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(847626561)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(1820277494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(1803955991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(1803955991)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(2117799963)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:58.417--ServerSession(374455656)--Connection(1803955991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.42--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:58.42--ServerSession(374455656)--Connection(377584557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.42--ServerSession(374455656)--Connection(377584557)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.42--ServerSession(374455656)--Connection(807144110)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(377584557)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(1950531169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(1950531169)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(1761865559)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(1950531169)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(1561896839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(1561896839)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(1011399667)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:53:58.421--ServerSession(374455656)--Connection(1561896839)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.424--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:53:58.424--ServerSession(374455656)--Connection(1032026871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.424--ServerSession(374455656)--Connection(1032026871)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.424--ServerSession(374455656)--Connection(1148045719)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(1032026871)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(1770082598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(1770082598)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(1341377059)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(1770082598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(692203105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(692203105)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(1244221966)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2024-04-30 17:53:58.425--ServerSession(374455656)--Connection(692203105)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:58.427--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.427--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.427--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.427--ServerSession(374455656)--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]: 2024-04-30 17:53:58.427--ServerSession(374455656)--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]: 2024-04-30 17:53:58.427--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.427--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.427--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.427--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.427--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.428--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--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]: 2024-04-30 17:53:58.429--ServerSession(374455656)--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]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.429--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.43--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.431--ServerSession(374455656)--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]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:58.431--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 797553742 [junit] [EL Finer]: 2024-04-30 17:53:58.431--ClientSession(797553742)--Thread(Thread[main,5,main])--acquire unit of work: 1930040331 [junit] [EL Finest]: 2024-04-30 17:53:58.431--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.431--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.432--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.432--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:58.432--ServerSession(374455656)--Connection(204640396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.432--ClientSession(797553742)--Connection(204640396)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.432--ClientSession(797553742)--Connection(204640396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.432--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a1fce44) [junit] [EL Fine]: 2024-04-30 17:53:58.433--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Kornfeld, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.433--ClientSession(797553742)--Connection(1485505184)--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]: 2024-04-30 17:53:58.434--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.434--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.434--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.434--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.434--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.434--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:58.434--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:58.435--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" ) [junit] [EL Finest]: 2024-04-30 17:53:58.435--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" ) [junit] [EL Fine]: 2024-04-30 17:53:58.435--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2024-04-30 17:53:58.435--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Fine]: 2024-04-30 17:53:58.435--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2024-04-30 17:53:58.435--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" ) [junit] [EL Fine]: 2024-04-30 17:53:58.435--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2024-04-30 17:53:58.435--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Fine]: 2024-04-30 17:53:58.435--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2024-04-30 17:53:58.436--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Fine]: 2024-04-30 17:53:58.436--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2024-04-30 17:53:58.436--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a1fce44) [junit] [EL Fine]: 2024-04-30 17:53:58.436--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2024-04-30 17:53:58.436--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Fine]: 2024-04-30 17:53:58.436--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [105] [junit] [EL Fine]: 2024-04-30 17:53:58.437--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Finer]: 2024-04-30 17:53:58.437--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.437--ServerSession(374455656)--Connection(204640396)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.437--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.437--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.468--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1046286588 [junit] [EL Finer]: 2024-04-30 17:53:58.468--ClientSession(1046286588)--Thread(Thread[main,5,main])--acquire unit of work: 1570803354 [junit] [EL Finest]: 2024-04-30 17:53:58.468--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.468--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.468--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.469--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:58.469--ServerSession(374455656)--Connection(584019100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.469--ClientSession(1046286588)--Connection(584019100)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.469--ClientSession(1046286588)--Connection(584019100)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.469--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49aa6081) [junit] [EL Fine]: 2024-04-30 17:53:58.469--ClientSession(1046286588)--Connection(1164555945)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, Kornfeld, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.469--ClientSession(1046286588)--Connection(1164555945)--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]: 2024-04-30 17:53:58.47--ClientSession(1046286588)--Connection(1164555945)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.47--ServerSession(374455656)--Connection(584019100)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.47--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.47--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.484--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1039430632 [junit] [EL Finer]: 2024-04-30 17:53:58.484--ClientSession(1039430632)--Thread(Thread[main,5,main])--acquire unit of work: 1304495746 [junit] [EL Finest]: 2024-04-30 17:53:58.484--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.484--ServerSession(374455656)--Connection(1306610776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.484--ClientSession(1039430632)--Connection(1306610776)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.484--ClientSession(1039430632)--Connection(1306610776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.485--ClientSession(1039430632)--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]: 2024-04-30 17:53:58.485--ClientSession(1039430632)--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]: 2024-04-30 17:53:58.485--ClientSession(1039430632)--Connection(1393827135)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2024-04-30 17:53:58.485--ClientSession(1039430632)--Connection(1393827135)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2024-04-30 17:53:58.485--ClientSession(1039430632)--Connection(1393827135)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:53:58.485--ClientSession(1039430632)--Connection(1393827135)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.486--ServerSession(374455656)--Connection(1393827135)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:53:58.486--ServerSession(374455656)--Connection(1306610776)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:53:58.486--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@77f7905f) [junit] [EL Finest]: 2024-04-30 17:53:58.486--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.486--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.486--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c54e23b) [junit] [EL Finest]: 2024-04-30 17:53:58.486--ServerSession(374455656)--Connection(43121577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.486--ClientSession(1039430632)--Connection(43121577)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.486--ClientSession(1039430632)--Connection(43121577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.487--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@77f7905f) [junit] [EL Fine]: 2024-04-30 17:53:58.487--ClientSession(1039430632)--Connection(704611578)--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]: 2024-04-30 17:53:58.487--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [1, testWrongRemoveWithJointable] [junit] [EL Finest]: 2024-04-30 17:53:58.487--ClientSession(1039430632)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Fine]: 2024-04-30 17:53:58.487--ClientSession(1039430632)--Connection(704611578)--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]: 2024-04-30 17:53:58.488--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 107] [junit] [EL Finer]: 2024-04-30 17:53:58.488--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.488--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.488--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.488--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.488--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.488--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:53:58.488--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:58.489--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" ) [junit] [EL Finest]: 2024-04-30 17:53:58.489--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.489--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:58.489--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.489--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.489--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.489--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.489--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.489--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.489--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.489--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.49--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.49--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.49--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@77f7905f) [junit] [EL Fine]: 2024-04-30 17:53:58.49--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Fine]: 2024-04-30 17:53:58.49--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:58.49--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c54e23b) [junit] [EL Fine]: 2024-04-30 17:53:58.49--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2024-04-30 17:53:58.491--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [107] [junit] [EL Finer]: 2024-04-30 17:53:58.491--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.491--ServerSession(374455656)--Connection(43121577)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.491--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.491--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.505--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1904318683 [junit] [EL Finer]: 2024-04-30 17:53:58.505--ClientSession(1904318683)--Thread(Thread[main,5,main])--acquire unit of work: 1085982244 [junit] [EL Finest]: 2024-04-30 17:53:58.505--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.505--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8) [junit] [EL Finest]: 2024-04-30 17:53:58.506--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.506--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.506--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c8746a0) [junit] [EL Finest]: 2024-04-30 17:53:58.506--ServerSession(374455656)--Connection(746092315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.506--ClientSession(1904318683)--Connection(746092315)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.506--ClientSession(1904318683)--Connection(746092315)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.506--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8) [junit] [EL Fine]: 2024-04-30 17:53:58.506--ClientSession(1904318683)--Connection(183277170)--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]: 2024-04-30 17:53:58.507--ClientSession(1904318683)--Connection(183277170)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [2, foreignKeys] [junit] [EL Finest]: 2024-04-30 17:53:58.507--ClientSession(1904318683)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.507--ClientSession(1904318683)--Connection(183277170)--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]: 2024-04-30 17:53:58.507--ClientSession(1904318683)--Connection(183277170)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [2, 1] [junit] [EL Finer]: 2024-04-30 17:53:58.507--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.507--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.507--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.507--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@2e2df1) [junit] [EL Finer]: 2024-04-30 17:53:58.507--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.508--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c8746a0) [junit] [EL Finest]: 2024-04-30 17:53:58.508--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@2e2df1) [junit] [EL Fine]: 2024-04-30 17:53:58.508--ClientSession(1904318683)--Connection(183277170)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [3, blah] [junit] [EL Finest]: 2024-04-30 17:53:58.508--ClientSession(1904318683)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.508--ClientSession(1904318683)--Connection(183277170)--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]: 2024-04-30 17:53:58.509--ClientSession(1904318683)--Connection(183277170)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [3, 1] [junit] [EL Finer]: 2024-04-30 17:53:58.509--ClientSession(1904318683)--Connection(183277170)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.509--ServerSession(374455656)--Connection(746092315)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.509--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.509--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.51--UnitOfWork(1085982244)--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]: 2024-04-30 17:53:58.51--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.51--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.51--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.51--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.511--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:58.511--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:53:58.511--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.511--ServerSession(374455656)--Connection(1144318801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.511--ClientSession(1904318683)--Connection(1144318801)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.511--ClientSession(1904318683)--Connection(1144318801)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.511--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.511--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:58.511--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.511--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:58.512--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.512--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:58.512--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.512--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:58.512--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.512--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:58.512--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" sql="DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.512--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:58.512--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c8746a0) [junit] [EL Finest]: 2024-04-30 17:53:58.513--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Fine]: 2024-04-30 17:53:58.513--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:53:58.513--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8) [junit] [EL Fine]: 2024-04-30 17:53:58.513--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [2, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.513--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:53:58.513--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c8746a0) [junit] [EL Fine]: 2024-04-30 17:53:58.513--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: 2024-04-30 17:53:58.514--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finer]: 2024-04-30 17:53:58.514--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.514--ServerSession(374455656)--Connection(1144318801)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.514--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.514--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.528--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1367317411 [junit] [EL Finer]: 2024-04-30 17:53:58.528--ClientSession(1367317411)--Thread(Thread[main,5,main])--acquire unit of work: 1880223456 [junit] [EL Finest]: 2024-04-30 17:53:58.528--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.528--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.528--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.529--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:58.529--ServerSession(374455656)--Connection(1184331817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.529--ClientSession(1367317411)--Connection(1184331817)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.529--ClientSession(1367317411)--Connection(1184331817)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.529--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76629f82) [junit] [EL Fine]: 2024-04-30 17:53:58.529--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, Kornfeld, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.529--ClientSession(1367317411)--Connection(619409910)--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]: 2024-04-30 17:53:58.529--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.529--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.529--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.53--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.53--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.53--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.53--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.53--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.53--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.531--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76629f82) [junit] [EL Fine]: 2024-04-30 17:53:58.531--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2024-04-30 17:53:58.531--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2024-04-30 17:53:58.531--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [107] [junit] [EL Fine]: 2024-04-30 17:53:58.531--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [3, 1] [junit] [EL Finer]: 2024-04-30 17:53:58.531--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.532--ServerSession(374455656)--Connection(1184331817)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.532--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.532--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.545--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1634572909 [junit] [EL Finer]: 2024-04-30 17:53:58.545--ClientSession(1634572909)--Thread(Thread[main,5,main])--acquire unit of work: 371605426 [junit] [EL Finest]: 2024-04-30 17:53:58.545--UnitOfWork(371605426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.545--UnitOfWork(371605426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.545--UnitOfWork(371605426)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@98be95b8) [junit] [EL Finer]: 2024-04-30 17:53:58.546--UnitOfWork(371605426)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.546--UnitOfWork(371605426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52b4da7c) [junit] [EL Finest]: 2024-04-30 17:53:58.546--ServerSession(374455656)--Connection(410816406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.546--ClientSession(1634572909)--Connection(410816406)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.546--ClientSession(1634572909)--Connection(410816406)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.546--UnitOfWork(371605426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@98be95b8) [junit] [EL Fine]: 2024-04-30 17:53:58.546--ClientSession(1634572909)--Connection(1496199518)--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]: 2024-04-30 17:53:58.546--ClientSession(1634572909)--Connection(1496199518)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [4, WrongInsertWithJointable] [junit] [EL Finest]: 2024-04-30 17:53:58.547--ClientSession(1634572909)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.547--ClientSession(1634572909)--Connection(1496199518)--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]: 2024-04-30 17:53:58.547--ClientSession(1634572909)--Connection(1496199518)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [4, 106] [junit] [EL Finer]: 2024-04-30 17:53:58.547--ClientSession(1634572909)--Connection(1496199518)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.547--ServerSession(374455656)--Connection(410816406)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.548--UnitOfWork(371605426)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.548--UnitOfWork(371605426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.562--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1114740236 [junit] [EL Finer]: 2024-04-30 17:53:58.562--ClientSession(1114740236)--Thread(Thread[main,5,main])--acquire unit of work: 2092749438 [junit] [EL Finest]: 2024-04-30 17:53:58.562--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.562--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.562--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.563--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@2d7b117) [junit] [EL Finest]: 2024-04-30 17:53:58.563--ServerSession(374455656)--Connection(1428156392)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.563--ClientSession(1114740236)--Connection(1428156392)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.563--ClientSession(1114740236)--Connection(1428156392)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.563--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Fine]: 2024-04-30 17:53:58.563--ClientSession(1114740236)--Connection(1795138389)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [7, blah blah] [junit] [EL Fine]: 2024-04-30 17:53:58.563--ClientSession(1114740236)--Connection(1795138389)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [1, null, 7] [junit] [EL Finer]: 2024-04-30 17:53:58.563--ClientSession(1114740236)--Connection(1795138389)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.564--ServerSession(374455656)--Connection(1428156392)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--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]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2024-04-30 17:53:58.564--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finest]: 2024-04-30 17:53:58.564--ServerSession(374455656)--Connection(226703216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.564--ClientSession(1114740236)--Connection(226703216)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.564--ClientSession(1114740236)--Connection(226703216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.565--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@2d7b117) [junit] [EL Fine]: 2024-04-30 17:53:58.565--ClientSession(1114740236)--Connection(239835748)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2024-04-30 17:53:58.565--ClientSession(1114740236)--Connection(239835748)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finer]: 2024-04-30 17:53:58.565--ClientSession(1114740236)--Connection(239835748)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.565--ServerSession(374455656)--Connection(226703216)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.565--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.565--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.565--UnitOfWork(2092749438)--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]: 2024-04-30 17:53:58.565--ServerSession(374455656)--Connection(687236062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.565--ServerSession(374455656)--Connection(687236062)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.566--ServerSession(374455656)--Connection(2050774046)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2024-04-30 17:53:58.566--ServerSession(374455656)--Connection(687236062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:58.581--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 804126705 [junit] [EL Finer]: 2024-04-30 17:53:58.581--ClientSession(804126705)--Thread(Thread[main,5,main])--acquire unit of work: 886790453 [junit] [EL Finest]: 2024-04-30 17:53:58.581--UnitOfWork(886790453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.581--ServerSession(374455656)--Connection(344741660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.581--ClientSession(804126705)--Connection(344741660)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.581--ClientSession(804126705)--Connection(344741660)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.581--ClientSession(804126705)--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]: 2024-04-30 17:53:58.581--ClientSession(804126705)--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]: 2024-04-30 17:53:58.582--ClientSession(804126705)--Connection(1415454731)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:53:58.582--ClientSession(804126705)--Connection(1415454731)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:53:58.582--ClientSession(804126705)--Connection(1415454731)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:53:58.582--ClientSession(804126705)--Connection(1415454731)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.583--ServerSession(374455656)--Connection(1415454731)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:53:58.583--ServerSession(374455656)--Connection(344741660)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:53:58.583--UnitOfWork(886790453)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@1666e021) [junit] [EL Finest]: 2024-04-30 17:53:58.598--ServerSession(374455656)--Thread(Thread[main,5,main])--java.lang.reflect.InvocationTargetException [junit] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [junit] at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeConstructor(PrivilegedAccessHelper.java:614) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.createInjectionManager(AbstractSession.java:1224) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.getInjectionManager(AbstractSession.java:2359) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.createEntityListenerAndInjectDependencies(EntityListener.java:139) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.constructListenerInstance(EntityListener.java:153) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.getListener(EntityListener.java:229) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.invokeMethod(EntityListener.java:346) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.prePersist(EntityListener.java:453) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyListener(DescriptorEventManager.java:746) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyEJB30Listeners(DescriptorEventManager.java:672) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.executeEvent(DescriptorEventManager.java:233) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectClone(UnitOfWorkImpl.java:4515) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:4491) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:532) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:4433) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.persist(EntityManagerImpl.java:601) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys.testInheritance(TestForeignKeys.java:447) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [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 java.naming/javax.naming.spi.NamingManager.getFactory(NamingManager.java:760) [junit] at java.naming/javax.naming.spi.NamingManager.lambda$getInitialContext$1(NamingManager.java:722) [junit] at java.base/jdk.internal.loader.AbstractClassLoaderValue$Memoizer.get(AbstractClassLoaderValue.java:329) [junit] at java.base/jdk.internal.loader.AbstractClassLoaderValue.computeIfAbsent(AbstractClassLoaderValue.java:205) [junit] at java.naming/javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:722) [junit] at java.naming/javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:305) [junit] at java.naming/javax.naming.InitialContext.init(InitialContext.java:236) [junit] at java.naming/javax.naming.InitialContext.(InitialContext.java:184) [junit] at org.eclipse.persistence.internal.sessions.cdi.InjectionManagerImpl.(InjectionManagerImpl.java:49) [junit] ... 49 more [junit] Caused by: java.lang.ClassNotFoundException: org.jboss.naming.remote.client.InitialContextFactory [junit] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) [junit] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) [junit] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) [junit] at java.base/java.lang.Class.forName0(Native Method) [junit] at java.base/java.lang.Class.forName(Class.java:398) [junit] at java.naming/com.sun.naming.internal.VersionHelper.loadClass(VersionHelper.java:127) [junit] at java.naming/com.sun.naming.internal.VersionHelper.loadClass(VersionHelper.java:133) [junit] at java.naming/com.sun.naming.internal.VersionHelper.loadClass(VersionHelper.java:96) [junit] at java.naming/javax.naming.spi.NamingManager.getFactory(NamingManager.java:757) [junit] ... 57 more [junit] [junit] [EL Finest]: 2024-04-30 17:53:58.599--UnitOfWork(886790453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.599--UnitOfWork(886790453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.599--UnitOfWork(886790453)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@ab5d5c8) [junit] [EL Finest]: 2024-04-30 17:53:58.599--UnitOfWork(886790453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.599--UnitOfWork(886790453)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.599--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a18b54) [junit] [EL Finest]: 2024-04-30 17:53:58.6--ServerSession(374455656)--Connection(705837214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.6--ClientSession(804126705)--Connection(705837214)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.6--ClientSession(804126705)--Connection(705837214)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.6--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ee0ef34) [junit] [EL Finest]: 2024-04-30 17:53:58.6--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@1666e021) [junit] [EL Finer]: 2024-04-30 17:53:58.6--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.6--ClientSession(804126705)--Connection(1922459486)--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]: 2024-04-30 17:53:58.6--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [322, Manni, Manta, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:53:58.6--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [321, Willi, Wusel, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:53:58.6--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:58.601--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@ab5d5c8) [junit] [EL Finer]: 2024-04-30 17:53:58.601--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.601--ClientSession(804126705)--Connection(1922459486)--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]: 2024-04-30 17:53:58.601--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [1, null, null, null, null, 0, null, 1, 321, 71] [junit] [EL Fine]: 2024-04-30 17:53:58.601--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [2, null, null, null, null, 0, null, 1, 322, 71] [junit] [EL Finer]: 2024-04-30 17:53:58.601--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:58.602--UnitOfWork(886790453)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.602--UnitOfWork(886790453)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.602--UnitOfWork(886790453)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.602--UnitOfWork(886790453)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.602--UnitOfWork(886790453)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.602--UnitOfWork(886790453)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.602--UnitOfWork(886790453)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.603--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car ) [junit] [EL Finest]: 2024-04-30 17:53:58.603--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car ) [junit] [EL Finest]: 2024-04-30 17:53:58.603--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:58.603--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:53:58.603--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" ) [junit] [EL Finest]: 2024-04-30 17:53:58.603--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.603--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finer]: 2024-04-30 17:53:58.603--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.603--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] [EL Fine]: 2024-04-30 17:53:58.603--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [1] [junit] [EL Fine]: 2024-04-30 17:53:58.603--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [2] [junit] [EL Finer]: 2024-04-30 17:53:58.603--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:58.603--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.603--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2024-04-30 17:53:58.604--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.604--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2024-04-30 17:53:58.604--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.604--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2024-04-30 17:53:58.604--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.604--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2024-04-30 17:53:58.604--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.604--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2024-04-30 17:53:58.604--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.604--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2024-04-30 17:53:58.604--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.604--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2024-04-30 17:53:58.604--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.605--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2024-04-30 17:53:58.605--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.605--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2024-04-30 17:53:58.605--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.605--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2024-04-30 17:53:58.605--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.605--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2024-04-30 17:53:58.605--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@1666e021) [junit] [EL Fine]: 2024-04-30 17:53:58.605--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2024-04-30 17:53:58.606--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@ab5d5c8) [junit] [EL Finest]: 2024-04-30 17:53:58.606--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ee0ef34) [junit] [EL Finer]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Finer]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:58.606--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a18b54) [junit] [EL Finer]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] [EL Fine]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [321] [junit] [EL Fine]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])-- bind => [322] [junit] [EL Finer]: 2024-04-30 17:53:58.606--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:58.607--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.607--ServerSession(374455656)--Connection(705837214)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.607--UnitOfWork(886790453)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.607--UnitOfWork(886790453)--Thread(Thread[main,5,main])--resume unit of work [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.708 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator [junit] [EL Finer]: 2024-04-30 17:53:58.629--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 61569807 [junit] [EL Finer]: 2024-04-30 17:53:58.629--ClientSession(61569807)--Thread(Thread[main,5,main])--acquire unit of work: 371271246 [junit] [EL Finest]: 2024-04-30 17:53:58.629--UnitOfWork(371271246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.629--ServerSession(374455656)--Connection(1402126503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.629--ClientSession(61569807)--Connection(1402126503)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.629--ClientSession(61569807)--Connection(1402126503)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.63--ClientSession(61569807)--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]: 2024-04-30 17:53:58.63--ClientSession(61569807)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQUENCE" sql="SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = #SEQ_NAME") [junit] [EL Fine]: 2024-04-30 17:53:58.63--ClientSession(61569807)--Connection(196721369)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: 2024-04-30 17:53:58.63--ClientSession(61569807)--Connection(196721369)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Finest]: 2024-04-30 17:53:58.63--ClientSession(61569807)--Connection(196721369)--Thread(Thread[main,5,main])--local sequencing preallocation for SEQ_GEN: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:53:58.63--ClientSession(61569807)--Connection(196721369)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.631--ServerSession(374455656)--Connection(196721369)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:53:58.631--ServerSession(374455656)--Connection(1402126503)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:53:58.631--UnitOfWork(371271246)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@7a5b561b) [junit] [EL Finer]: 2024-04-30 17:53:58.631--UnitOfWork(371271246)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.631--ClientSession(61569807)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.639--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 218004451 [junit] [EL Finer]: 2024-04-30 17:53:58.639--ClientSession(218004451)--Thread(Thread[main,5,main])--acquire unit of work: 1275951224 [junit] [EL Finest]: 2024-04-30 17:53:58.639--UnitOfWork(1275951224)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@5a349644 [junit] [EL Finest]: 2024-04-30 17:53:58.639--UnitOfWork(1275951224)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@42b6acc2) [junit] [EL Finer]: 2024-04-30 17:53:58.64--UnitOfWork(1275951224)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.64--ClientSession(218004451)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.648--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2135994506 [junit] [EL Finer]: 2024-04-30 17:53:58.648--ClientSession(2135994506)--Thread(Thread[main,5,main])--acquire unit of work: 1453759559 [junit] [EL Finest]: 2024-04-30 17:53:58.648--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.648--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@333cedbd) [junit] [EL Finer]: 2024-04-30 17:53:58.648--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.648--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@333cedbd) [junit] [EL Finest]: 2024-04-30 17:53:58.648--ServerSession(374455656)--Connection(1109767394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.648--ClientSession(2135994506)--Connection(1109767394)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.648--ClientSession(2135994506)--Connection(1109767394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.648--ClientSession(2135994506)--Connection(545475653)--Thread(Thread[main,5,main])--INSERT INTO TMP_ISLAND (ID, NAME, DTYPE) VALUES (?, ?, ?) [junit] bind => [3, null, Island] [junit] [EL Finer]: 2024-04-30 17:53:58.649--ClientSession(2135994506)--Connection(545475653)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.649--ServerSession(374455656)--Connection(1109767394)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.649--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.649--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.649--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.649--ClientSession(2135994506)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.649--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.649--ClientSession(2135994506)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.649--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 282421931 [junit] [EL Finer]: 2024-04-30 17:53:58.649--ClientSession(282421931)--Thread(Thread[main,5,main])--acquire unit of work: 2142785271 [junit] [EL Finest]: 2024-04-30 17:53:58.649--UnitOfWork(2142785271)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@333cedbd [junit] [EL Finer]: 2024-04-30 17:53:58.649--UnitOfWork(2142785271)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.649--ClientSession(282421931)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestGenerator [junit] [EL Finer]: 2024-04-30 17:53:58.662--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1032600842 [junit] [EL Finer]: 2024-04-30 17:53:58.662--ClientSession(1032600842)--Thread(Thread[main,5,main])--acquire unit of work: 1964390106 [junit] [EL Finest]: 2024-04-30 17:53:58.662--UnitOfWork(1964390106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.662--UnitOfWork(1964390106)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finer]: 2024-04-30 17:53:58.662--UnitOfWork(1964390106)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.663--ClientSession(1032600842)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.67--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 580431625 [junit] [EL Finer]: 2024-04-30 17:53:58.67--ClientSession(580431625)--Thread(Thread[main,5,main])--acquire unit of work: 1042244376 [junit] [EL Finest]: 2024-04-30 17:53:58.671--UnitOfWork(1042244376)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0 [junit] [EL Finest]: 2024-04-30 17:53:58.671--UnitOfWork(1042244376)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finer]: 2024-04-30 17:53:58.672--UnitOfWork(1042244376)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.672--ClientSession(580431625)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.68--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 432096722 [junit] [EL Finer]: 2024-04-30 17:53:58.68--ClientSession(432096722)--Thread(Thread[main,5,main])--acquire unit of work: 2000121475 [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ece9) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecea) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9eceb) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecec) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9eced) [junit] [EL Finest]: 2024-04-30 17:53:58.68--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecee) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecef) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf0) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf1) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf2) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b086) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b087) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b088) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b089) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08a) [junit] [EL Finest]: 2024-04-30 17:53:58.681--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08b) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08c) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08d) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08e) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08f) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a5) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a6) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a7) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a8) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a9) [junit] [EL Finer]: 2024-04-30 17:53:58.682--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.683--ClientSession(432096722)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.691--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1314951773 [junit] [EL Finer]: 2024-04-30 17:53:58.691--ClientSession(1314951773)--Thread(Thread[main,5,main])--acquire unit of work: 99437703 [junit] [EL Finest]: 2024-04-30 17:53:58.691--UnitOfWork(99437703)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.691--UnitOfWork(99437703)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finer]: 2024-04-30 17:53:58.691--UnitOfWork(99437703)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.691--UnitOfWork(99437703)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finest]: 2024-04-30 17:53:58.691--ServerSession(374455656)--Connection(1554519420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.691--ClientSession(1314951773)--Connection(1554519420)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.691--ClientSession(1314951773)--Connection(1554519420)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.691--ClientSession(1314951773)--Connection(869196570)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [32, null] [junit] [EL Fine]: 2024-04-30 17:53:58.692--ClientSession(1314951773)--Connection(869196570)--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]: 2024-04-30 17:53:58.692--ClientSession(1314951773)--Connection(869196570)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.692--ServerSession(374455656)--Connection(1554519420)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.692--UnitOfWork(99437703)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.692--UnitOfWork(99437703)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.692--UnitOfWork(99437703)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.692--ClientSession(1314951773)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.692--UnitOfWork(99437703)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.692--ClientSession(1314951773)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.693--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 8290162 [junit] [EL Finer]: 2024-04-30 17:53:58.693--ClientSession(8290162)--Thread(Thread[main,5,main])--acquire unit of work: 1147963988 [junit] [EL Finest]: 2024-04-30 17:53:58.693--UnitOfWork(1147963988)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0 [junit] [EL Finest]: 2024-04-30 17:53:58.694--UnitOfWork(1147963988)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="tasks" referenceClass=Task ) [junit] [EL Finest]: 2024-04-30 17:53:58.694--ServerSession(374455656)--Connection(205091536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.694--ServerSession(374455656)--Connection(205091536)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.694--ServerSession(374455656)--Connection(308599753)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2024-04-30 17:53:58.695--ServerSession(374455656)--Connection(205091536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:58.695--UnitOfWork(1147963988)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.695--ClientSession(8290162)--Thread(Thread[main,5,main])--client released [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity [junit] [EL Finer]: 2024-04-30 17:53:58.709--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 416721922 [junit] [EL Finer]: 2024-04-30 17:53:58.709--ClientSession(416721922)--Thread(Thread[main,5,main])--acquire unit of work: 121382376 [junit] [EL Finest]: 2024-04-30 17:53:58.709--UnitOfWork(121382376)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.709--UnitOfWork(121382376)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.709--UnitOfWork(121382376)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7) [junit] [EL Finest]: 2024-04-30 17:53:58.709--ServerSession(374455656)--Connection(2025060646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.709--ClientSession(416721922)--Connection(2025060646)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.709--ClientSession(416721922)--Connection(2025060646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.71--ClientSession(416721922)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2024-04-30 17:53:58.71--ClientSession(416721922)--Connection(516329661)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [fluppi1, null, 0] [junit] [EL Fine]: 2024-04-30 17:53:58.71--ClientSession(416721922)--Connection(516329661)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2024-04-30 17:53:58.71--UnitOfWork(121382376)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7) [junit] [EL Fine]: 2024-04-30 17:53:58.71--ClientSession(416721922)--Connection(516329661)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?) [junit] bind => [red, 1] [junit] [EL Finer]: 2024-04-30 17:53:58.711--ClientSession(416721922)--Connection(516329661)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.711--ServerSession(374455656)--Connection(2025060646)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.711--UnitOfWork(121382376)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.711--UnitOfWork(121382376)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.711--UnitOfWork(121382376)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.711--ClientSession(416721922)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.72--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1929962198 [junit] [EL Finer]: 2024-04-30 17:53:58.72--ClientSession(1929962198)--Thread(Thread[main,5,main])--acquire unit of work: 934900628 [junit] [EL Finest]: 2024-04-30 17:53:58.72--UnitOfWork(934900628)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.72--UnitOfWork(934900628)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.72--UnitOfWork(934900628)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature@eee47c98) [junit] [EL Finest]: 2024-04-30 17:53:58.72--ServerSession(374455656)--Connection(2056288620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.72--ClientSession(1929962198)--Connection(2056288620)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.72--ClientSession(1929962198)--Connection(2056288620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.72--ClientSession(1929962198)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2024-04-30 17:53:58.72--ClientSession(1929962198)--Connection(113868921)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [unicorn, null, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.721--ClientSession(1929962198)--Connection(113868921)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2024-04-30 17:53:58.721--UnitOfWork(934900628)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature@eee47c98) [junit] [EL Fine]: 2024-04-30 17:53:58.721--ClientSession(1929962198)--Connection(113868921)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?) [junit] bind => [white, 2] [junit] [EL Fine]: 2024-04-30 17:53:58.721--ClientSession(1929962198)--Connection(113868921)--Thread(Thread[main,5,main])--INSERT INTO TMP_MYTHICALCREATURE (STORY, ID) VALUES (?, ?) [junit] bind => [once upon a time, 2] [junit] [EL Finer]: 2024-04-30 17:53:58.721--UnitOfWork(934900628)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.722--UnitOfWork(934900628)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.722--UnitOfWork(934900628)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.722--ClientSession(1929962198)--Connection(113868921)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.722--ServerSession(374455656)--Connection(2056288620)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.722--UnitOfWork(934900628)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.722--UnitOfWork(934900628)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.723--UnitOfWork(934900628)--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]: 2024-04-30 17:53:58.731--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1325360590 [junit] [EL Finer]: 2024-04-30 17:53:58.731--ClientSession(1325360590)--Thread(Thread[main,5,main])--acquire unit of work: 557332591 [junit] [EL Finest]: 2024-04-30 17:53:58.731--UnitOfWork(557332591)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d6e3f6be [junit] [EL Finer]: 2024-04-30 17:53:58.731--UnitOfWork(557332591)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.732--UnitOfWork(557332591)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d6e3f6be) [junit] [EL Finest]: 2024-04-30 17:53:58.732--ServerSession(374455656)--Connection(2017484544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.732--ClientSession(1325360590)--Connection(2017484544)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.732--ClientSession(1325360590)--Connection(2017484544)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.732--ClientSession(1325360590)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2024-04-30 17:53:58.732--ClientSession(1325360590)--Connection(694096221)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [schnappi, null, 0] [junit] [EL Fine]: 2024-04-30 17:53:58.732--ClientSession(1325360590)--Connection(694096221)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2024-04-30 17:53:58.732--UnitOfWork(557332591)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d6e3f6be) [junit] [EL Fine]: 2024-04-30 17:53:58.733--ClientSession(1325360590)--Connection(694096221)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?) [junit] bind => [green, 3] [junit] [EL Finer]: 2024-04-30 17:53:58.733--UnitOfWork(557332591)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.733--UnitOfWork(557332591)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.733--UnitOfWork(557332591)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.733--ClientSession(1325360590)--Connection(694096221)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.733--ServerSession(374455656)--Connection(2017484544)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.733--UnitOfWork(557332591)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.733--UnitOfWork(557332591)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.734--UnitOfWork(557332591)--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]: 2024-04-30 17:53:58.734--UnitOfWork(557332591)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d6e3f6be [junit] [EL Finer]: 2024-04-30 17:53:58.742--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1328669818 [junit] [EL Finer]: 2024-04-30 17:53:58.742--ClientSession(1328669818)--Thread(Thread[main,5,main])--acquire unit of work: 2081693720 [junit] [EL Finest]: 2024-04-30 17:53:58.742--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.742--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.742--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.742--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d8) [junit] [EL Finest]: 2024-04-30 17:53:58.742--ServerSession(374455656)--Connection(573240831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.742--ClientSession(1328669818)--Connection(573240831)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.742--ClientSession(1328669818)--Connection(573240831)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.742--ClientSession(1328669818)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2024-04-30 17:53:58.743--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [fluppi2, null, 0] [junit] [EL Fine]: 2024-04-30 17:53:58.743--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2024-04-30 17:53:58.743--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d8) [junit] [EL Finest]: 2024-04-30 17:53:58.743--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7) [junit] [EL Finest]: 2024-04-30 17:53:58.743--ClientSession(1328669818)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2024-04-30 17:53:58.744--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [fluppi1, null, 0] [junit] [EL Fine]: 2024-04-30 17:53:58.744--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2024-04-30 17:53:58.744--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7) [junit] [EL Finer]: 2024-04-30 17:53:58.744--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.744--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:58.744--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])-- bind => [blue, 4] [junit] [EL Fine]: 2024-04-30 17:53:58.744--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])-- bind => [red, 5] [junit] [EL Finer]: 2024-04-30 17:53:58.744--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:58.745--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.745--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.745--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.745--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.745--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave@1100363d) [junit] [EL Finest]: 2024-04-30 17:53:58.745--ClientSession(1328669818)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creatures" ) [junit] [EL Fine]: 2024-04-30 17:53:58.745--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--INSERT INTO TMP_CAVE (ID, NAME) VALUES (?, ?) [junit] bind => [12, dark hole] [junit] [EL Finest]: 2024-04-30 17:53:58.746--ClientSession(1328669818)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creatures" sql="INSERT INTO TMP_CAVE_CREATURE (CREATURE_ID, CAVE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:58.746--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.746--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--INSERT INTO TMP_CAVE_CREATURE (CREATURE_ID, CAVE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:58.746--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])-- bind => [4, 12] [junit] [EL Fine]: 2024-04-30 17:53:58.746--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])-- bind => [5, 12] [junit] [EL Finer]: 2024-04-30 17:53:58.746--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:58.746--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.746--ServerSession(374455656)--Connection(573240831)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.746--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.746--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:53:58.747--UnitOfWork(2081693720)--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]: 2024-04-30 17:53:58.747--UnitOfWork(2081693720)--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]: 2024-04-30 17:53:58.747--UnitOfWork(2081693720)--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.048 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.001 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.AbstractEntityHandlingTest [junit] [EL Finer]: 2024-04-30 17:53:58.77--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 365067109 [junit] [EL Finer]: 2024-04-30 17:53:58.77--ClientSession(365067109)--Thread(Thread[main,5,main])--acquire unit of work: 275407904 [junit] [EL Finest]: 2024-04-30 17:53:58.77--UnitOfWork(275407904)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.77--UnitOfWork(275407904)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.77--UnitOfWork(275407904)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2024-04-30 17:53:58.77--ServerSession(374455656)--Connection(1501493528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.77--ClientSession(365067109)--Connection(1501493528)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.77--ClientSession(365067109)--Connection(1501493528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.771--ClientSession(365067109)--Connection(452382067)--Thread(Thread[main,5,main])--INSERT INTO TMP_ABSTR_EMP (ID, NAME, S_DATE, EMP_TYPE) VALUES (?, ?, ?, ?) [junit] bind => [123645, Hans Wurst, 2024-04-19, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.771--ClientSession(365067109)--Connection(452382067)--Thread(Thread[main,5,main])--INSERT INTO TMP_CONTRACT_EMP (D_RATE, TERM, ID) VALUES (?, ?, ?) [junit] bind => [100, 1, 123645] [junit] [EL Finer]: 2024-04-30 17:53:58.771--ClientSession(365067109)--Connection(452382067)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.772--ServerSession(374455656)--Connection(1501493528)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.772--UnitOfWork(275407904)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.772--UnitOfWork(275407904)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.772--UnitOfWork(275407904)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.772--ClientSession(365067109)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.772--UnitOfWork(275407904)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.772--ClientSession(365067109)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.772--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 740453808 [junit] [EL Finer]: 2024-04-30 17:53:58.772--ClientSession(740453808)--Thread(Thread[main,5,main])--acquire unit of work: 1290258 [junit] [EL Finest]: 2024-04-30 17:53:58.772--UnitOfWork(1290258)--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]: 2024-04-30 17:53:58.772--ServerSession(374455656)--Connection(1123114631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.772--ServerSession(374455656)--Connection(1123114631)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.772--ServerSession(374455656)--Connection(420561530)--Thread(Thread[main,5,main])--SELECT DISTINCT EMP_TYPE FROM TMP_ABSTR_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Finest]: 2024-04-30 17:53:58.773--ServerSession(374455656)--Connection(1123114631)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.773--ServerSession(374455656)--Connection(431528483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.773--ServerSession(374455656)--Connection(431528483)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.773--ServerSession(374455656)--Connection(1830438178)--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]: 2024-04-30 17:53:58.774--ServerSession(374455656)--Connection(431528483)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:58.774--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1837746467 [junit] [EL Finer]: 2024-04-30 17:53:58.774--ClientSession(1837746467)--Thread(Thread[main,5,main])--acquire unit of work: 1376105189 [junit] [EL Finest]: 2024-04-30 17:53:58.774--UnitOfWork(1376105189)--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]: 2024-04-30 17:53:58.774--ServerSession(374455656)--Connection(30872412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.774--ServerSession(374455656)--Connection(30872412)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.774--ServerSession(374455656)--Connection(741295977)--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]: 2024-04-30 17:53:58.775--ServerSession(374455656)--Connection(30872412)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.775--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.775--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.775--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee ) [junit] [EL Finest]: 2024-04-30 17:53:58.775--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2024-04-30 17:53:58.775--ServerSession(374455656)--Connection(1866281916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.775--ClientSession(1837746467)--Connection(1866281916)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.775--ClientSession(1837746467)--Connection(1866281916)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.775--ClientSession(1837746467)--Connection(848940191)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Fine]: 2024-04-30 17:53:58.775--ClientSession(1837746467)--Connection(848940191)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Finer]: 2024-04-30 17:53:58.776--ClientSession(1837746467)--Connection(848940191)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.776--ServerSession(374455656)--Connection(1866281916)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.776--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.776--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.776--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.776--ClientSession(1837746467)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.776--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.776--ClientSession(1837746467)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.784--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 507448412 [junit] [EL Finer]: 2024-04-30 17:53:58.784--ClientSession(507448412)--Thread(Thread[main,5,main])--acquire unit of work: 343336007 [junit] [EL Finest]: 2024-04-30 17:53:58.784--UnitOfWork(343336007)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.784--UnitOfWork(343336007)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.784--UnitOfWork(343336007)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2024-04-30 17:53:58.784--ServerSession(374455656)--Connection(14393037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.785--ClientSession(507448412)--Connection(14393037)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.785--ClientSession(507448412)--Connection(14393037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.785--ClientSession(507448412)--Connection(598480461)--Thread(Thread[main,5,main])--INSERT INTO TMP_ABSTR_EMP (ID, NAME, S_DATE, EMP_TYPE) VALUES (?, ?, ?, ?) [junit] bind => [123645, Hans Wurst, 2024-04-19, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.785--ClientSession(507448412)--Connection(598480461)--Thread(Thread[main,5,main])--INSERT INTO TMP_CONTRACT_EMP (D_RATE, TERM, ID) VALUES (?, ?, ?) [junit] bind => [100, 1, 123645] [junit] [EL Finer]: 2024-04-30 17:53:58.785--ClientSession(507448412)--Connection(598480461)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.786--ServerSession(374455656)--Connection(14393037)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.786--UnitOfWork(343336007)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.786--UnitOfWork(343336007)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.786--UnitOfWork(343336007)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.786--ClientSession(507448412)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.786--UnitOfWork(343336007)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.786--ClientSession(507448412)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.788--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 692600080 [junit] [EL Finer]: 2024-04-30 17:53:58.788--ClientSession(692600080)--Thread(Thread[main,5,main])--acquire unit of work: 1612485948 [junit] [EL Finest]: 2024-04-30 17:53:58.788--UnitOfWork(1612485948)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=AbstractEmployee sql="SELECT DISTINCT EMP_TYPE FROM TMP_ABSTR_EMP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.788--ServerSession(374455656)--Connection(1554413143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.788--ServerSession(374455656)--Connection(1554413143)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.788--ServerSession(374455656)--Connection(1444911151)--Thread(Thread[main,5,main])--SELECT DISTINCT EMP_TYPE FROM TMP_ABSTR_EMP WHERE (NAME = ?) [junit] bind => [Hugo] [junit] [EL Finest]: 2024-04-30 17:53:58.788--ServerSession(374455656)--Connection(1554413143)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:58.788--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 988170450 [junit] [EL Finer]: 2024-04-30 17:53:58.788--ClientSession(988170450)--Thread(Thread[main,5,main])--acquire unit of work: 1436390679 [junit] [EL Finest]: 2024-04-30 17:53:58.788--UnitOfWork(1436390679)--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]: 2024-04-30 17:53:58.788--ServerSession(374455656)--Connection(2137629035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.788--ServerSession(374455656)--Connection(2137629035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.789--ServerSession(374455656)--Connection(2101744720)--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]: 2024-04-30 17:53:58.789--ServerSession(374455656)--Connection(2137629035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.789--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.789--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.789--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee ) [junit] [EL Finest]: 2024-04-30 17:53:58.789--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2024-04-30 17:53:58.789--ServerSession(374455656)--Connection(1786416670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.789--ClientSession(988170450)--Connection(1786416670)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.789--ClientSession(988170450)--Connection(1786416670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.79--ClientSession(988170450)--Connection(60466581)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Fine]: 2024-04-30 17:53:58.79--ClientSession(988170450)--Connection(60466581)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Finer]: 2024-04-30 17:53:58.79--ClientSession(988170450)--Connection(60466581)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.79--ServerSession(374455656)--Connection(1786416670)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.79--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.79--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.79--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.79--ClientSession(988170450)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.79--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.79--ClientSession(988170450)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.798--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1348905109 [junit] [EL Finer]: 2024-04-30 17:53:58.799--ClientSession(1348905109)--Thread(Thread[main,5,main])--acquire unit of work: 1860982348 [junit] [EL Finest]: 2024-04-30 17:53:58.799--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.799--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.799--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2024-04-30 17:53:58.799--ServerSession(374455656)--Connection(1481077589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.799--ClientSession(1348905109)--Connection(1481077589)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.799--ClientSession(1348905109)--Connection(1481077589)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.799--ClientSession(1348905109)--Connection(1419051047)--Thread(Thread[main,5,main])--INSERT INTO TMP_ABSTR_EMP (ID, NAME, S_DATE, EMP_TYPE) VALUES (?, ?, ?, ?) [junit] bind => [123645, Hans Wurst, 2024-04-19, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.799--ClientSession(1348905109)--Connection(1419051047)--Thread(Thread[main,5,main])--INSERT INTO TMP_CONTRACT_EMP (D_RATE, TERM, ID) VALUES (?, ?, ?) [junit] bind => [100, 1, 123645] [junit] [EL Finer]: 2024-04-30 17:53:58.8--ClientSession(1348905109)--Connection(1419051047)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.8--ServerSession(374455656)--Connection(1481077589)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.8--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.8--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.8--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.8--ClientSession(1348905109)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.8--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.8--ClientSession(1348905109)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.801--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 673987232 [junit] [EL Finer]: 2024-04-30 17:53:58.801--ClientSession(673987232)--Thread(Thread[main,5,main])--acquire unit of work: 627675433 [junit] [EL Finest]: 2024-04-30 17:53:58.801--UnitOfWork(627675433)--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]: 2024-04-30 17:53:58.801--ServerSession(374455656)--Connection(1862345909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.801--ServerSession(374455656)--Connection(1862345909)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.801--ServerSession(374455656)--Connection(1419301538)--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]: 2024-04-30 17:53:58.802--ServerSession(374455656)--Connection(1862345909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:58.802--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1956717054 [junit] [EL Finer]: 2024-04-30 17:53:58.802--ClientSession(1956717054)--Thread(Thread[main,5,main])--acquire unit of work: 308516691 [junit] [EL Finest]: 2024-04-30 17:53:58.802--UnitOfWork(308516691)--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]: 2024-04-30 17:53:58.802--ServerSession(374455656)--Connection(8149631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.802--ServerSession(374455656)--Connection(8149631)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.802--ServerSession(374455656)--Connection(1574206600)--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]: 2024-04-30 17:53:58.802--ServerSession(374455656)--Connection(8149631)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.802--UnitOfWork(308516691)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.802--UnitOfWork(308516691)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.802--UnitOfWork(308516691)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee ) [junit] [EL Finest]: 2024-04-30 17:53:58.802--UnitOfWork(308516691)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2024-04-30 17:53:58.802--ServerSession(374455656)--Connection(844355441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.802--ClientSession(1956717054)--Connection(844355441)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.803--ClientSession(1956717054)--Connection(844355441)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.803--ClientSession(1956717054)--Connection(705459926)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Fine]: 2024-04-30 17:53:58.803--ClientSession(1956717054)--Connection(705459926)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Finer]: 2024-04-30 17:53:58.803--ClientSession(1956717054)--Connection(705459926)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.803--ServerSession(374455656)--Connection(844355441)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.803--UnitOfWork(308516691)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.803--UnitOfWork(308516691)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.803--UnitOfWork(308516691)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.803--ClientSession(1956717054)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.803--UnitOfWork(308516691)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.803--ClientSession(1956717054)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest [junit] [EL Finer]: 2024-04-30 17:53:58.824--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1262813549 [junit] [EL Finer]: 2024-04-30 17:53:58.824--ClientSession(1262813549)--Thread(Thread[main,5,main])--acquire unit of work: 1897517530 [junit] [EL Finest]: 2024-04-30 17:53:58.825--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.825--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@3057728e) [junit] [EL Finest]: 2024-04-30 17:53:58.825--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.825--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5dbd7f00) [junit] [EL Finest]: 2024-04-30 17:53:58.825--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.825--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@3e9053b3) [junit] [EL Finer]: 2024-04-30 17:53:58.825--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.825--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5dbd7f00) [junit] [EL Finest]: 2024-04-30 17:53:58.825--ServerSession(374455656)--Connection(3336648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.825--ClientSession(1262813549)--Connection(3336648)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.825--ClientSession(1262813549)--Connection(3336648)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.826--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@3e9053b3) [junit] [EL Finest]: 2024-04-30 17:53:58.826--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@3057728e) [junit] [EL Finer]: 2024-04-30 17:53:58.826--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.826--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:58.826--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])-- bind => [4, Peugeot, red, 12, 1, 4] [junit] [EL Fine]: 2024-04-30 17:53:58.826--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])-- bind => [5, Fischer, brown, 24, 1, 4711] [junit] [EL Finer]: 2024-04-30 17:53:58.826--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:58.827--ClientSession(1262813549)--Connection(1304046855)--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]: 2024-04-30 17:53:58.827--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.827--ServerSession(374455656)--Connection(3336648)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.828--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.828--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.828--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.828--ClientSession(1262813549)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.828--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.828--ClientSession(1262813549)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.828--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2119959716 [junit] [EL Finer]: 2024-04-30 17:53:58.828--ClientSession(2119959716)--Thread(Thread[main,5,main])--acquire unit of work: 1645403261 [junit] [EL Finest]: 2024-04-30 17:53:58.828--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.828--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@76bfecef [junit] [EL Finest]: 2024-04-30 17:53:58.829--UnitOfWork(1645403261)--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]: 2024-04-30 17:53:58.829--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2d170dac [junit] [EL Finest]: 2024-04-30 17:53:58.829--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.829--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@56b4951a [junit] [EL Finest]: 2024-04-30 17:53:58.83--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.83--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.83--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.83--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.83--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=MountainBike ) [junit] [EL Finest]: 2024-04-30 17:53:58.83--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Vehicle ) [junit] [EL Finest]: 2024-04-30 17:53:58.83--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Bicycle ) [junit] [EL Finest]: 2024-04-30 17:53:58.831--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" ) [junit] [EL Finest]: 2024-04-30 17:53:58.831--ServerSession(374455656)--Connection(978415181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.831--ClientSession(2119959716)--Connection(978415181)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.831--ClientSession(2119959716)--Connection(978415181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.831--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.831--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (BICYCLE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2024-04-30 17:53:58.831--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.831--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (BICYCLE_ID = ?)") [junit] [EL Finer]: 2024-04-30 17:53:58.831--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.831--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] [EL Fine]: 2024-04-30 17:53:58.831--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])-- bind => [5] [junit] [EL Fine]: 2024-04-30 17:53:58.831--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])-- bind => [3] [junit] [EL Finer]: 2024-04-30 17:53:58.831--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:58.832--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:53:58.832--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (BICYCLE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:53:58.832--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@661ec798) [junit] [EL Fine]: 2024-04-30 17:53:58.832--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:53:58.832--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@2d58136) [junit] [EL Finest]: 2024-04-30 17:53:58.833--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@139e291e) [junit] [EL Finer]: 2024-04-30 17:53:58.833--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.833--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:53:58.833--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])-- bind => [3, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.833--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])-- bind => [5, 1] [junit] [EL Fine]: 2024-04-30 17:53:58.833--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])-- bind => [4, 1] [junit] [EL Finer]: 2024-04-30 17:53:58.833--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:58.833--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.834--ServerSession(374455656)--Connection(978415181)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.834--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.834--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.834--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.834--ClientSession(2119959716)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.834--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.834--ClientSession(2119959716)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.852--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 160531591 [junit] [EL Finer]: 2024-04-30 17:53:58.852--ClientSession(160531591)--Thread(Thread[main,5,main])--acquire unit of work: 1289555759 [junit] [EL Finest]: 2024-04-30 17:53:58.852--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.852--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@1f3c3291) [junit] [EL Finest]: 2024-04-30 17:53:58.852--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.852--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1a0c384d) [junit] [EL Finest]: 2024-04-30 17:53:58.852--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.853--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@3e8cf854) [junit] [EL Finer]: 2024-04-30 17:53:58.853--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.853--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1a0c384d) [junit] [EL Finest]: 2024-04-30 17:53:58.853--ServerSession(374455656)--Connection(6812252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.853--ClientSession(160531591)--Connection(6812252)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.853--ClientSession(160531591)--Connection(6812252)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.853--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@3e8cf854) [junit] [EL Finest]: 2024-04-30 17:53:58.853--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@1f3c3291) [junit] [EL Finer]: 2024-04-30 17:53:58.853--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.853--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:58.854--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])-- bind => [7, Peugeot, red, 12, 1, 4] [junit] [EL Fine]: 2024-04-30 17:53:58.854--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])-- bind => [8, Fischer, brown, 24, 1, 4711] [junit] [EL Finer]: 2024-04-30 17:53:58.854--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:53:58.854--ClientSession(160531591)--Connection(1205303598)--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]: 2024-04-30 17:53:58.854--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.855--ServerSession(374455656)--Connection(6812252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.855--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.855--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.855--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.855--ClientSession(160531591)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.855--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.855--ClientSession(160531591)--Thread(Thread[main,5,main])--client released [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest [junit] [EL Finer]: 2024-04-30 17:53:58.876--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 795588312 [junit] [EL Finer]: 2024-04-30 17:53:58.876--ClientSession(795588312)--Thread(Thread[main,5,main])--acquire unit of work: 413097688 [junit] [EL Finest]: 2024-04-30 17:53:58.877--UnitOfWork(413097688)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.877--UnitOfWork(413097688)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@492c1b1b) [junit] [EL Finer]: 2024-04-30 17:53:58.877--UnitOfWork(413097688)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.877--UnitOfWork(413097688)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@492c1b1b) [junit] [EL Finest]: 2024-04-30 17:53:58.877--ServerSession(374455656)--Connection(1928401617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.877--ClientSession(795588312)--Connection(1928401617)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.877--ClientSession(795588312)--Connection(1928401617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.877--ClientSession(795588312)--Connection(284879817)--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]: 2024-04-30 17:53:58.878--ClientSession(795588312)--Connection(284879817)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.878--ServerSession(374455656)--Connection(1928401617)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.878--UnitOfWork(413097688)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.878--UnitOfWork(413097688)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.878--UnitOfWork(413097688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.878--ClientSession(795588312)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.878--UnitOfWork(413097688)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.879--ClientSession(795588312)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.879--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1279743303 [junit] [EL Finer]: 2024-04-30 17:53:58.879--ClientSession(1279743303)--Thread(Thread[main,5,main])--acquire unit of work: 920301956 [junit] [EL Finest]: 2024-04-30 17:53:58.879--UnitOfWork(920301956)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.879--UnitOfWork(920301956)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@71b9b035 [junit] [EL Finest]: 2024-04-30 17:53:58.879--UnitOfWork(920301956)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.879--UnitOfWork(920301956)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.879--UnitOfWork(920301956)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car ) [junit] [EL Finest]: 2024-04-30 17:53:58.879--UnitOfWork(920301956)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.879--ServerSession(374455656)--Connection(1739569814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.879--ClientSession(1279743303)--Connection(1739569814)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.879--ClientSession(1279743303)--Connection(1739569814)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.88--UnitOfWork(920301956)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@63c78e5e) [junit] [EL Fine]: 2024-04-30 17:53:58.88--ClientSession(1279743303)--Connection(1963323207)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] bind => [9] [junit] [EL Fine]: 2024-04-30 17:53:58.88--ClientSession(1279743303)--Connection(1963323207)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [9, 1] [junit] [EL Finer]: 2024-04-30 17:53:58.881--ClientSession(1279743303)--Connection(1963323207)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.881--ServerSession(374455656)--Connection(1739569814)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.881--UnitOfWork(920301956)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.881--UnitOfWork(920301956)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.881--UnitOfWork(920301956)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.881--ClientSession(1279743303)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.881--UnitOfWork(920301956)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.881--ClientSession(1279743303)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.881--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1923082984 [junit] [EL Finer]: 2024-04-30 17:53:58.881--ClientSession(1923082984)--Thread(Thread[main,5,main])--acquire unit of work: 674913323 [junit] [EL Finest]: 2024-04-30 17:53:58.881--UnitOfWork(674913323)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:58.881--UnitOfWork(674913323)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.881--UnitOfWork(674913323)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7bd0e2e9) [junit] [EL Finest]: 2024-04-30 17:53:58.881--ServerSession(374455656)--Connection(1791266948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.881--ClientSession(1923082984)--Connection(1791266948)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.881--ClientSession(1923082984)--Connection(1791266948)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.882--ClientSession(1923082984)--Connection(283460339)--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]: 2024-04-30 17:53:58.882--ClientSession(1923082984)--Connection(283460339)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.883--ServerSession(374455656)--Connection(1791266948)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.883--UnitOfWork(674913323)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.883--UnitOfWork(674913323)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.883--UnitOfWork(674913323)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.883--ClientSession(1923082984)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.883--UnitOfWork(674913323)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.883--ClientSession(1923082984)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.883--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 71700191 [junit] [EL Finer]: 2024-04-30 17:53:58.883--ClientSession(71700191)--Thread(Thread[main,5,main])--acquire unit of work: 1246297699 [junit] [EL Finest]: 2024-04-30 17:53:58.883--UnitOfWork(1246297699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.883--UnitOfWork(1246297699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7000df03 [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest [junit] [EL Finer]: 2024-04-30 17:53:58.905--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 275532402 [junit] [EL Finer]: 2024-04-30 17:53:58.905--ClientSession(275532402)--Thread(Thread[main,5,main])--acquire unit of work: 1026432280 [junit] [EL Finest]: 2024-04-30 17:53:58.905--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.905--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.905--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@402d443d) [junit] [EL Finer]: 2024-04-30 17:53:58.905--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.905--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12b9d405) [junit] [EL Finest]: 2024-04-30 17:53:58.906--ServerSession(374455656)--Connection(590237213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.906--ClientSession(275532402)--Connection(590237213)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.906--ClientSession(275532402)--Connection(590237213)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.906--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@402d443d) [junit] [EL Fine]: 2024-04-30 17:53:58.906--ClientSession(275532402)--Connection(159967977)--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]: 2024-04-30 17:53:58.907--ClientSession(275532402)--Connection(159967977)--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]: 2024-04-30 17:53:58.907--ClientSession(275532402)--Connection(159967977)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.907--ServerSession(374455656)--Connection(590237213)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.908--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.908--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.908--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.908--ClientSession(275532402)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.908--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.908--ClientSession(275532402)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.908--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1307948386 [junit] [EL Finer]: 2024-04-30 17:53:58.908--ClientSession(1307948386)--Thread(Thread[main,5,main])--acquire unit of work: 65327511 [junit] [EL Finest]: 2024-04-30 17:53:58.908--UnitOfWork(65327511)--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]: 2024-04-30 17:53:58.908--UnitOfWork(65327511)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@222557fc [junit] [EL Finest]: 2024-04-30 17:53:58.908--UnitOfWork(65327511)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:58.908--ServerSession(374455656)--Connection(568799154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.909--ServerSession(374455656)--Connection(568799154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.909--ServerSession(374455656)--Connection(563780374)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:58.909--ServerSession(374455656)--Connection(568799154)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.909--UnitOfWork(65327511)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@6c633590 [junit] [EL Finest]: 2024-04-30 17:53:58.909--UnitOfWork(65327511)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@222557fc [junit] [EL Finer]: 2024-04-30 17:53:58.926--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1835961852 [junit] [EL Finer]: 2024-04-30 17:53:58.926--ClientSession(1835961852)--Thread(Thread[main,5,main])--acquire unit of work: 576244244 [junit] [EL Finest]: 2024-04-30 17:53:58.926--UnitOfWork(576244244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.926--UnitOfWork(576244244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.926--UnitOfWork(576244244)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@930b6f9) [junit] [EL Finest]: 2024-04-30 17:53:58.926--UnitOfWork(576244244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.926--UnitOfWork(576244244)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@15363eba) [junit] [EL Finer]: 2024-04-30 17:53:58.926--UnitOfWork(576244244)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.927--UnitOfWork(576244244)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b628376) [junit] [EL Finest]: 2024-04-30 17:53:58.927--ServerSession(374455656)--Connection(2000683658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.927--ClientSession(1835961852)--Connection(2000683658)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.927--ClientSession(1835961852)--Connection(2000683658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.927--UnitOfWork(576244244)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@15363eba) [junit] [EL Fine]: 2024-04-30 17:53:58.927--ClientSession(1835961852)--Connection(1083840077)--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]: 2024-04-30 17:53:58.928--UnitOfWork(576244244)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@930b6f9) [junit] [EL Finest]: 2024-04-30 17:53:58.928--ClientSession(1835961852)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" ) [junit] [EL Finer]: 2024-04-30 17:53:58.928--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.928--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:58.928--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])-- bind => [12, null, null, 0, 1, 4711] [junit] [EL Fine]: 2024-04-30 17:53:58.928--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])-- bind => [11, null, null, 0, 1, 45] [junit] [EL Finer]: 2024-04-30 17:53:58.928--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:58.929--ClientSession(1835961852)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:53:58.929--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.929--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:53:58.929--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])-- bind => [17, 12] [junit] [EL Fine]: 2024-04-30 17:53:58.929--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])-- bind => [17, 11] [junit] [EL Finer]: 2024-04-30 17:53:58.929--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:58.929--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.93--ServerSession(374455656)--Connection(2000683658)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.93--UnitOfWork(576244244)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.93--UnitOfWork(576244244)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.93--UnitOfWork(576244244)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.93--ClientSession(1835961852)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.93--UnitOfWork(576244244)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.931--ClientSession(1835961852)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.931--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 496769209 [junit] [EL Finer]: 2024-04-30 17:53:58.931--ClientSession(496769209)--Thread(Thread[main,5,main])--acquire unit of work: 1149033386 [junit] [EL Finest]: 2024-04-30 17:53:58.931--UnitOfWork(1149033386)--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]: 2024-04-30 17:53:58.931--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e774546 [junit] [EL Finest]: 2024-04-30 17:53:58.931--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:58.931--ServerSession(374455656)--Connection(306425242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.931--ServerSession(374455656)--Connection(306425242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.931--ServerSession(374455656)--Connection(817923571)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:58.931--ServerSession(374455656)--Connection(306425242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.931--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@4f2ab774 [junit] [EL Finest]: 2024-04-30 17:53:58.932--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e774546 [junit] [EL Finest]: 2024-04-30 17:53:58.932--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@f57ced1 [junit] [EL Finest]: 2024-04-30 17:53:58.932--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e774546 [junit] [EL Finer]: 2024-04-30 17:53:58.932--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.932--ClientSession(496769209)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.932--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.932--ClientSession(496769209)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.932--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 972811892 [junit] [EL Finer]: 2024-04-30 17:53:58.932--ClientSession(972811892)--Thread(Thread[main,5,main])--acquire unit of work: 549828088 [junit] [EL Finest]: 2024-04-30 17:53:58.932--UnitOfWork(549828088)--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]: 2024-04-30 17:53:58.932--UnitOfWork(549828088)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@4f2ab774 [junit] [EL Finest]: 2024-04-30 17:53:58.932--UnitOfWork(549828088)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e774546 [junit] [EL Finest]: 2024-04-30 17:53:58.932--UnitOfWork(549828088)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:58.932--ServerSession(374455656)--Connection(1259551167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.932--ServerSession(374455656)--Connection(1259551167)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.933--ServerSession(374455656)--Connection(1190412112)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:58.933--ServerSession(374455656)--Connection(1259551167)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.933--UnitOfWork(549828088)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@4f2ab774 [junit] [EL Finest]: 2024-04-30 17:53:58.933--UnitOfWork(549828088)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@f57ced1 [junit] [EL Finest]: 2024-04-30 17:53:58.933--UnitOfWork(549828088)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e774546 [junit] [EL Finer]: 2024-04-30 17:53:58.933--UnitOfWork(549828088)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.933--UnitOfWork(549828088)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.933--UnitOfWork(549828088)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.95--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1740764606 [junit] [EL Finer]: 2024-04-30 17:53:58.95--ClientSession(1740764606)--Thread(Thread[main,5,main])--acquire unit of work: 1953045023 [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5af7a7) [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@545bc8e1) [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.95--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8872669) [junit] [EL Finer]: 2024-04-30 17:53:58.951--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.951--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f3705e7) [junit] [EL Finest]: 2024-04-30 17:53:58.951--ServerSession(374455656)--Connection(1139660000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.951--ClientSession(1740764606)--Connection(1139660000)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.951--ClientSession(1740764606)--Connection(1139660000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.951--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d26c82d) [junit] [EL Finest]: 2024-04-30 17:53:58.951--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@685e8e17) [junit] [EL Finest]: 2024-04-30 17:53:58.951--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5af7a7) [junit] [EL Finer]: 2024-04-30 17:53:58.951--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:58.951--ClientSession(1740764606)--Connection(120213311)--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]: 2024-04-30 17:53:58.951--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])-- bind => [3, Paulchen, Panther, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:53:58.951--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])-- bind => [1, Paul, Weber, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:53:58.951--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])-- bind => [2, Paul, Breitner, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:53:58.951--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:53:58.952--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8872669) [junit] [EL Fine]: 2024-04-30 17:53:58.952--ClientSession(1740764606)--Connection(120213311)--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]: 2024-04-30 17:53:58.953--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@545bc8e1) [junit] [EL Fine]: 2024-04-30 17:53:58.953--ClientSession(1740764606)--Connection(120213311)--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]: 2024-04-30 17:53:58.953--ClientSession(1740764606)--Connection(120213311)--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]: 2024-04-30 17:53:58.954--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.954--ServerSession(374455656)--Connection(1139660000)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.955--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.955--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.955--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.955--ClientSession(1740764606)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.955--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.955--ClientSession(1740764606)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.955--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1567520676 [junit] [EL Finer]: 2024-04-30 17:53:58.955--ClientSession(1567520676)--Thread(Thread[main,5,main])--acquire unit of work: 96443314 [junit] [EL Finer]: 2024-04-30 17:53:58.956--UnitOfWork(96443314)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:58.956--UnitOfWork(96443314)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:58.956--UnitOfWork(96443314)--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]: 2024-04-30 17:53:58.956--ServerSession(374455656)--Connection(996713740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.956--ServerSession(374455656)--Connection(996713740)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.956--ServerSession(374455656)--Connection(667323595)--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]: 2024-04-30 17:53:58.956--ServerSession(374455656)--Connection(996713740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.956--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43905ade [junit] [EL Finest]: 2024-04-30 17:53:58.957--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:58.957--ServerSession(374455656)--Connection(351394592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.957--ServerSession(374455656)--Connection(351394592)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.957--ServerSession(374455656)--Connection(1433810378)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:58.957--ServerSession(374455656)--Connection(351394592)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.957--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@502326b3 [junit] [EL Finest]: 2024-04-30 17:53:58.958--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56034552 [junit] [EL Finest]: 2024-04-30 17:53:58.958--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:58.958--ServerSession(374455656)--Connection(603237099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.958--ServerSession(374455656)--Connection(603237099)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.958--ServerSession(374455656)--Connection(1871790610)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:58.958--ServerSession(374455656)--Connection(603237099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.958--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@32bff23d [junit] [EL Finest]: 2024-04-30 17:53:58.959--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b9661d4 [junit] [EL Finest]: 2024-04-30 17:53:58.959--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:53:58.959--ServerSession(374455656)--Connection(1159661802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.959--ServerSession(374455656)--Connection(1159661802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.959--ServerSession(374455656)--Connection(231688540)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:53:58.96--ServerSession(374455656)--Connection(1159661802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.96--UnitOfWork(96443314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20de9df [junit] [EL Finer]: 2024-04-30 17:53:58.96--UnitOfWork(96443314)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.96--ClientSession(1567520676)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest [junit] [EL Finer]: 2024-04-30 17:53:58.981--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 595699767 [junit] [EL Finer]: 2024-04-30 17:53:58.981--ClientSession(595699767)--Thread(Thread[main,5,main])--acquire unit of work: 2078448324 [junit] [EL Finest]: 2024-04-30 17:53:58.981--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.982--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@2523730b) [junit] [EL Finest]: 2024-04-30 17:53:58.982--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:58.982--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@25c887ca) [junit] [EL Finer]: 2024-04-30 17:53:58.982--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:58.982--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@25c887ca) [junit] [EL Finest]: 2024-04-30 17:53:58.982--ServerSession(374455656)--Connection(1526223089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.982--ClientSession(595699767)--Connection(1526223089)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:58.982--ClientSession(595699767)--Connection(1526223089)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:58.982--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@2523730b) [junit] [EL Fine]: 2024-04-30 17:53:58.982--ClientSession(595699767)--Connection(997161651)--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]: 2024-04-30 17:53:58.983--ClientSession(595699767)--Connection(997161651)--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]: 2024-04-30 17:53:58.983--ClientSession(595699767)--Connection(997161651)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:58.983--ServerSession(374455656)--Connection(1526223089)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:58.984--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:58.984--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.984--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.984--ClientSession(595699767)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:58.984--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:58.984--ClientSession(595699767)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:58.985--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 582953485 [junit] [EL Finer]: 2024-04-30 17:53:58.985--ClientSession(582953485)--Thread(Thread[main,5,main])--acquire unit of work: 1635207173 [junit] [EL Finest]: 2024-04-30 17:53:58.985--UnitOfWork(1635207173)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:53:58.985--ServerSession(374455656)--Connection(92157210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.985--ServerSession(374455656)--Connection(92157210)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:58.985--ServerSession(374455656)--Connection(455889214)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE [junit] [EL Finest]: 2024-04-30 17:53:58.985--ServerSession(374455656)--Connection(92157210)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:58.986--UnitOfWork(1635207173)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:58.986--UnitOfWork(1635207173)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finer]: 2024-04-30 17:53:59.002--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 917163078 [junit] [EL Finer]: 2024-04-30 17:53:59.002--ClientSession(917163078)--Thread(Thread[main,5,main])--acquire unit of work: 1310708555 [junit] [EL Finest]: 2024-04-30 17:53:59.002--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.003--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@46bc9802) [junit] [EL Finest]: 2024-04-30 17:53:59.003--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.003--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43f81c74) [junit] [EL Finer]: 2024-04-30 17:53:59.003--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.003--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43f81c74) [junit] [EL Finest]: 2024-04-30 17:53:59.003--ServerSession(374455656)--Connection(834391277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.003--ClientSession(917163078)--Connection(834391277)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.003--ClientSession(917163078)--Connection(834391277)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:59.003--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@46bc9802) [junit] [EL Fine]: 2024-04-30 17:53:59.003--ClientSession(917163078)--Connection(849575186)--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]: 2024-04-30 17:53:59.004--ClientSession(917163078)--Connection(849575186)--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]: 2024-04-30 17:53:59.004--ClientSession(917163078)--Connection(849575186)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.004--ServerSession(374455656)--Connection(834391277)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.004--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.004--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.005--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.005--ClientSession(917163078)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.005--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.005--ClientSession(917163078)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.005--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1482163532 [junit] [EL Finer]: 2024-04-30 17:53:59.005--ClientSession(1482163532)--Thread(Thread[main,5,main])--acquire unit of work: 686456664 [junit] [EL Finest]: 2024-04-30 17:53:59.005--UnitOfWork(686456664)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:59.005--UnitOfWork(686456664)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@2cf7ada5 [junit] [EL Finest]: 2024-04-30 17:53:59.006--UnitOfWork(686456664)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, NUM_GEARS, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:53:59.006--UnitOfWork(686456664)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@664c6bbc [junit] [EL Finer]: 2024-04-30 17:53:59.022--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 976699557 [junit] [EL Finer]: 2024-04-30 17:53:59.022--ClientSession(976699557)--Thread(Thread[main,5,main])--acquire unit of work: 132160494 [junit] [EL Finest]: 2024-04-30 17:53:59.022--UnitOfWork(132160494)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.022--UnitOfWork(132160494)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1bb1c6dd) [junit] [EL Finer]: 2024-04-30 17:53:59.022--UnitOfWork(132160494)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.022--UnitOfWork(132160494)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1bb1c6dd) [junit] [EL Finest]: 2024-04-30 17:53:59.022--ServerSession(374455656)--Connection(1495319789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.022--ClientSession(976699557)--Connection(1495319789)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.022--ClientSession(976699557)--Connection(1495319789)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.023--ClientSession(976699557)--Connection(1511787468)--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]: 2024-04-30 17:53:59.023--ClientSession(976699557)--Connection(1511787468)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.023--ServerSession(374455656)--Connection(1495319789)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.023--UnitOfWork(132160494)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.023--UnitOfWork(132160494)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.023--UnitOfWork(132160494)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.023--ClientSession(976699557)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.023--UnitOfWork(132160494)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.023--ClientSession(976699557)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.039--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1203520581 [junit] [EL Finer]: 2024-04-30 17:53:59.039--ClientSession(1203520581)--Thread(Thread[main,5,main])--acquire unit of work: 1753128715 [junit] [EL Finest]: 2024-04-30 17:53:59.039--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.039--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@5074893) [junit] [EL Finer]: 2024-04-30 17:53:59.039--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.039--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@5074893) [junit] [EL Finest]: 2024-04-30 17:53:59.04--ServerSession(374455656)--Connection(1570076320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.04--ClientSession(1203520581)--Connection(1570076320)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.04--ClientSession(1203520581)--Connection(1570076320)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.04--ClientSession(1203520581)--Connection(1099906270)--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]: 2024-04-30 17:53:59.04--ClientSession(1203520581)--Connection(1099906270)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.04--ServerSession(374455656)--Connection(1570076320)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.04--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.04--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.04--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.041--ClientSession(1203520581)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.041--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.041--ClientSession(1203520581)--Thread(Thread[main,5,main])--client released [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.077 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod [junit] [EL Finer]: 2024-04-30 17:53:59.055--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1065251495 [junit] [EL Finer]: 2024-04-30 17:53:59.055--ClientSession(1065251495)--Thread(Thread[main,5,main])--acquire unit of work: 1774138654 [junit] [EL Finest]: 2024-04-30 17:53:59.055--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.055--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.055--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c) [junit] [EL Finest]: 2024-04-30 17:53:59.055--ServerSession(374455656)--Connection(703190139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.055--ClientSession(1065251495)--Connection(703190139)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.055--ClientSession(1065251495)--Connection(703190139)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.055--ClientSession(1065251495)--Connection(971899805)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [12, dep12, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.056--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:59.056--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.056--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.056--ClientSession(1065251495)--Connection(971899805)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:59.056--ServerSession(374455656)--Connection(703190139)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.056--ClientSession(1065251495)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.064--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 150098236 [junit] [EL Finer]: 2024-04-30 17:53:59.064--ClientSession(150098236)--Thread(Thread[main,5,main])--acquire unit of work: 1444624884 [junit] [EL Finer]: 2024-04-30 17:53:59.064--UnitOfWork(1444624884)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.064--ClientSession(150098236)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.072--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1380026145 [junit] [EL Finer]: 2024-04-30 17:53:59.072--ClientSession(1380026145)--Thread(Thread[main,5,main])--acquire unit of work: 1878555109 [junit] [EL Finest]: 2024-04-30 17:53:59.072--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.072--ServerSession(374455656)--Connection(2073971242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.072--ClientSession(1380026145)--Connection(2073971242)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.072--ClientSession(1380026145)--Connection(2073971242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:59.072--ClientSession(1380026145)--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]: 2024-04-30 17:53:59.072--ClientSession(1380026145)--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]: 2024-04-30 17:53:59.072--ClientSession(1380026145)--Connection(632857335)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2024-04-30 17:53:59.073--ClientSession(1380026145)--Connection(632857335)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2024-04-30 17:53:59.073--ClientSession(1380026145)--Connection(632857335)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:53:59.073--ClientSession(1380026145)--Connection(632857335)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.073--ServerSession(374455656)--Connection(632857335)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:53:59.074--ServerSession(374455656)--Connection(2073971242)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:53:59.074--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:blah-muh) [junit] [EL Finer]: 2024-04-30 17:53:59.074--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.074--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:blah-muh) [junit] [EL Finest]: 2024-04-30 17:53:59.074--ServerSession(374455656)--Connection(387608529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.074--ClientSession(1380026145)--Connection(387608529)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.074--ClientSession(1380026145)--Connection(387608529)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.074--ClientSession(1380026145)--Connection(11086262)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [1, null, blah-muh] [junit] [EL Finer]: 2024-04-30 17:53:59.074--ClientSession(1380026145)--Connection(11086262)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.075--ServerSession(374455656)--Connection(387608529)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.075--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.075--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.075--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.075--ClientSession(1380026145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.075--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.075--ClientSession(1380026145)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.075--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1057484510 [junit] [EL Finer]: 2024-04-30 17:53:59.075--ClientSession(1057484510)--Thread(Thread[main,5,main])--acquire unit of work: 2066180616 [junit] [EL Finest]: 2024-04-30 17:53:59.075--UnitOfWork(2066180616)--Thread(Thread[main,5,main])--Merge clone with references 1:null:blah-muh [junit] [EL Finest]: 2024-04-30 17:53:59.075--UnitOfWork(2066180616)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Hobby ) [junit] [EL Finest]: 2024-04-30 17:53:59.075--ServerSession(374455656)--Connection(533920109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.075--ServerSession(374455656)--Connection(533920109)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.075--ServerSession(374455656)--Connection(315924190)--Thread(Thread[main,5,main])--SELECT ID, CATEGORY, DESCRIPTION FROM TMP_HOBBY WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:53:59.076--ServerSession(374455656)--Connection(533920109)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.076--UnitOfWork(2066180616)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.076--ClientSession(1057484510)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.084--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 352202338 [junit] [EL Finer]: 2024-04-30 17:53:59.084--ClientSession(352202338)--Thread(Thread[main,5,main])--acquire unit of work: 440989019 [junit] [EL Finest]: 2024-04-30 17:53:59.084--UnitOfWork(440989019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.084--UnitOfWork(440989019)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.084--UnitOfWork(440989019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:53:59.084--ServerSession(374455656)--Connection(796354033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.084--ClientSession(352202338)--Connection(796354033)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.084--ClientSession(352202338)--Connection(796354033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.085--ClientSession(352202338)--Connection(1925754729)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [7, dep7, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.085--ClientSession(352202338)--Connection(1925754729)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.085--ServerSession(374455656)--Connection(796354033)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.085--UnitOfWork(440989019)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.085--UnitOfWork(440989019)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.085--UnitOfWork(440989019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.085--ClientSession(352202338)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.085--UnitOfWork(440989019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.085--ClientSession(352202338)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.085--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1497779976 [junit] [EL Finer]: 2024-04-30 17:53:59.085--ClientSession(1497779976)--Thread(Thread[main,5,main])--acquire unit of work: 1300951356 [junit] [EL Finer]: 2024-04-30 17:53:59.085--UnitOfWork(1300951356)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.085--ClientSession(1497779976)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.085--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2047785987 [junit] [EL Finer]: 2024-04-30 17:53:59.085--ClientSession(2047785987)--Thread(Thread[main,5,main])--acquire unit of work: 118136684 [junit] [EL Finest]: 2024-04-30 17:53:59.085--UnitOfWork(118136684)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.085--UnitOfWork(118136684)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.085--ClientSession(2047785987)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.086--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2041050451 [junit] [EL Finer]: 2024-04-30 17:53:59.086--ClientSession(2041050451)--Thread(Thread[main,5,main])--acquire unit of work: 713417972 [junit] [EL Finest]: 2024-04-30 17:53:59.086--UnitOfWork(713417972)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.086--UnitOfWork(713417972)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.086--UnitOfWork(713417972)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:53:59.086--ServerSession(374455656)--Connection(1056461410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.086--ClientSession(2041050451)--Connection(1056461410)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.086--ClientSession(2041050451)--Connection(1056461410)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.086--ClientSession(2041050451)--Connection(996123405)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [9, dep9, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.086--ClientSession(2041050451)--Connection(996123405)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.086--ServerSession(374455656)--Connection(1056461410)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.086--UnitOfWork(713417972)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.086--UnitOfWork(713417972)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.087--UnitOfWork(713417972)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.087--ClientSession(2041050451)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.087--UnitOfWork(713417972)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.087--ClientSession(2041050451)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.087--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 481833477 [junit] [EL Finer]: 2024-04-30 17:53:59.087--ClientSession(481833477)--Thread(Thread[main,5,main])--acquire unit of work: 1622083762 [junit] [EL Finest]: 2024-04-30 17:53:59.087--UnitOfWork(1622083762)--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]: 2024-04-30 17:53:59.087--UnitOfWork(1622083762)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finer]: 2024-04-30 17:53:59.087--UnitOfWork(1622083762)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.087--ClientSession(481833477)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.087--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 352985115 [junit] [EL Finer]: 2024-04-30 17:53:59.087--ClientSession(352985115)--Thread(Thread[main,5,main])--acquire unit of work: 2032305216 [junit] [EL Finest]: 2024-04-30 17:53:59.087--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.087--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.087--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:53:59.087--ServerSession(374455656)--Connection(1539156138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.087--ClientSession(352985115)--Connection(1539156138)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.087--ClientSession(352985115)--Connection(1539156138)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.088--ClientSession(352985115)--Connection(919611161)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [10, dep10, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.088--ClientSession(352985115)--Connection(919611161)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.088--ServerSession(374455656)--Connection(1539156138)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.088--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.088--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.088--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.088--ClientSession(352985115)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.088--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.088--ClientSession(352985115)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.088--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 30600223 [junit] [EL Finer]: 2024-04-30 17:53:59.088--ClientSession(30600223)--Thread(Thread[main,5,main])--acquire unit of work: 933035127 [junit] [EL Finest]: 2024-04-30 17:53:59.088--UnitOfWork(933035127)--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]: 2024-04-30 17:53:59.088--UnitOfWork(933035127)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:53:59.088--UnitOfWork(933035127)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.088--UnitOfWork(933035127)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.089--ClientSession(30600223)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.089--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 192058961 [junit] [EL Finer]: 2024-04-30 17:53:59.089--ClientSession(192058961)--Thread(Thread[main,5,main])--acquire unit of work: 348508704 [junit] [EL Finest]: 2024-04-30 17:53:59.089--UnitOfWork(348508704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.089--UnitOfWork(348508704)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.089--UnitOfWork(348508704)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:59.089--ServerSession(374455656)--Connection(955309575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.089--ClientSession(192058961)--Connection(955309575)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.089--ClientSession(192058961)--Connection(955309575)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.089--ClientSession(192058961)--Connection(35545067)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, dep11, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.089--ClientSession(192058961)--Connection(35545067)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.089--ServerSession(374455656)--Connection(955309575)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.089--UnitOfWork(348508704)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.089--UnitOfWork(348508704)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.089--UnitOfWork(348508704)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.089--ClientSession(192058961)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.09--UnitOfWork(348508704)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.09--ClientSession(192058961)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.09--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1822540118 [junit] [EL Finer]: 2024-04-30 17:53:59.09--ClientSession(1822540118)--Thread(Thread[main,5,main])--acquire unit of work: 1377774115 [junit] [EL Finest]: 2024-04-30 17:53:59.09--UnitOfWork(1377774115)--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]: 2024-04-30 17:53:59.09--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:53:59.09--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.09--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.09--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:59.09--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:53:59.09--ServerSession(374455656)--Connection(2035285538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.09--ClientSession(1822540118)--Connection(2035285538)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.09--ClientSession(1822540118)--Connection(2035285538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.09--ClientSession(1822540118)--Connection(765553969)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.091--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:59.091--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.091--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.091--ClientSession(1822540118)--Connection(765553969)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:59.091--ServerSession(374455656)--Connection(2035285538)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.091--ClientSession(1822540118)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.099--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1992420835 [junit] [EL Finer]: 2024-04-30 17:53:59.099--ClientSession(1992420835)--Thread(Thread[main,5,main])--acquire unit of work: 1508456612 [junit] [EL Finest]: 2024-04-30 17:53:59.099--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.099--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.099--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@d) [junit] [EL Finest]: 2024-04-30 17:53:59.099--ServerSession(374455656)--Connection(2003758509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.099--ClientSession(1992420835)--Connection(2003758509)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.099--ClientSession(1992420835)--Connection(2003758509)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.1--ClientSession(1992420835)--Connection(1733482492)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [13, dep13, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.1--ClientSession(1992420835)--Connection(1733482492)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.1--ServerSession(374455656)--Connection(2003758509)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.1--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.1--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.1--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.1--ClientSession(1992420835)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.1--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.1--ClientSession(1992420835)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.1--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1148627986 [junit] [EL Finer]: 2024-04-30 17:53:59.1--ClientSession(1148627986)--Thread(Thread[main,5,main])--acquire unit of work: 1148527284 [junit] [EL Finest]: 2024-04-30 17:53:59.1--UnitOfWork(1148527284)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@d [junit] [EL Finer]: 2024-04-30 17:53:59.101--UnitOfWork(1148527284)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.101--UnitOfWork(1148527284)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@d) [junit] [EL Finest]: 2024-04-30 17:53:59.101--ServerSession(374455656)--Connection(365059254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.101--ClientSession(1148627986)--Connection(365059254)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.101--ClientSession(1148627986)--Connection(365059254)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.101--ClientSession(1148627986)--Connection(1876351111)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 13, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.101--ClientSession(1148627986)--Connection(1876351111)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.101--ServerSession(374455656)--Connection(365059254)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.102--UnitOfWork(1148527284)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.102--UnitOfWork(1148527284)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.11--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2034906128 [junit] [EL Finer]: 2024-04-30 17:53:59.11--ClientSession(2034906128)--Thread(Thread[main,5,main])--acquire unit of work: 1655294039 [junit] [EL Finest]: 2024-04-30 17:53:59.11--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.11--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.11--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:53:59.111--ServerSession(374455656)--Connection(1261956576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.111--ClientSession(2034906128)--Connection(1261956576)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.111--ClientSession(2034906128)--Connection(1261956576)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.111--ClientSession(2034906128)--Connection(1743814561)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [4, dep4, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.111--ClientSession(2034906128)--Connection(1743814561)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.111--ServerSession(374455656)--Connection(1261956576)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.112--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.112--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.112--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.112--ClientSession(2034906128)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.112--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.112--ClientSession(2034906128)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.112--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 705170339 [junit] [EL Finer]: 2024-04-30 17:53:59.112--ClientSession(705170339)--Thread(Thread[main,5,main])--acquire unit of work: 1587850223 [junit] [EL Finest]: 2024-04-30 17:53:59.112--UnitOfWork(1587850223)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finer]: 2024-04-30 17:53:59.112--UnitOfWork(1587850223)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.112--UnitOfWork(1587850223)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:53:59.112--ServerSession(374455656)--Connection(1663892421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.112--ClientSession(705170339)--Connection(1663892421)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.112--ClientSession(705170339)--Connection(1663892421)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.112--ClientSession(705170339)--Connection(413978524)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 4, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.113--ClientSession(705170339)--Connection(413978524)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.113--ServerSession(374455656)--Connection(1663892421)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.113--UnitOfWork(1587850223)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.113--UnitOfWork(1587850223)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.121--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2034291323 [junit] [EL Finer]: 2024-04-30 17:53:59.122--ClientSession(2034291323)--Thread(Thread[main,5,main])--acquire unit of work: 434359962 [junit] [EL Finest]: 2024-04-30 17:53:59.122--UnitOfWork(434359962)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.122--UnitOfWork(434359962)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.122--UnitOfWork(434359962)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:59.122--ServerSession(374455656)--Connection(1875479664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.122--ClientSession(2034291323)--Connection(1875479664)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.122--ClientSession(2034291323)--Connection(1875479664)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.122--ClientSession(2034291323)--Connection(1750665229)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, dep3, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.122--ClientSession(2034291323)--Connection(1750665229)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.122--ServerSession(374455656)--Connection(1875479664)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.122--UnitOfWork(434359962)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.123--UnitOfWork(434359962)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.123--UnitOfWork(434359962)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.123--ClientSession(2034291323)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.123--UnitOfWork(434359962)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.123--ClientSession(2034291323)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.123--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 27905604 [junit] [EL Finer]: 2024-04-30 17:53:59.123--ClientSession(27905604)--Thread(Thread[main,5,main])--acquire unit of work: 572553229 [junit] [EL Finest]: 2024-04-30 17:53:59.123--UnitOfWork(572553229)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:53:59.123--UnitOfWork(572553229)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.123--UnitOfWork(572553229)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:59.123--ServerSession(374455656)--Connection(64092169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.123--ClientSession(27905604)--Connection(64092169)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.123--ClientSession(27905604)--Connection(64092169)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.123--ClientSession(27905604)--Connection(579868782)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 3, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.123--ClientSession(27905604)--Connection(579868782)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.124--ServerSession(374455656)--Connection(64092169)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.124--UnitOfWork(572553229)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.124--UnitOfWork(572553229)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.132--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 604006203 [junit] [EL Finer]: 2024-04-30 17:53:59.132--ClientSession(604006203)--Thread(Thread[main,5,main])--acquire unit of work: 471577063 [junit] [EL Finest]: 2024-04-30 17:53:59.132--UnitOfWork(471577063)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.132--UnitOfWork(471577063)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.132--UnitOfWork(471577063)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65) [junit] [EL Finest]: 2024-04-30 17:53:59.132--ServerSession(374455656)--Connection(1518219015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.132--ClientSession(604006203)--Connection(1518219015)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.132--ClientSession(604006203)--Connection(1518219015)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.132--ClientSession(604006203)--Connection(464206118)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [101, dep1, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.133--ClientSession(604006203)--Connection(464206118)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.133--ServerSession(374455656)--Connection(1518219015)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.133--UnitOfWork(471577063)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.133--UnitOfWork(471577063)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.133--UnitOfWork(471577063)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.133--ClientSession(604006203)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.133--UnitOfWork(471577063)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.133--ClientSession(604006203)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.133--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1099915107 [junit] [EL Finer]: 2024-04-30 17:53:59.133--ClientSession(1099915107)--Thread(Thread[main,5,main])--acquire unit of work: 1780635202 [junit] [EL Finest]: 2024-04-30 17:53:59.133--UnitOfWork(1780635202)--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]: 2024-04-30 17:53:59.133--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65 [junit] [EL Finest]: 2024-04-30 17:53:59.133--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.133--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.133--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:53:59.133--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65) [junit] [EL Finest]: 2024-04-30 17:53:59.133--ServerSession(374455656)--Connection(1680976673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.133--ClientSession(1099915107)--Connection(1680976673)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.133--ClientSession(1099915107)--Connection(1680976673)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.134--ClientSession(1099915107)--Connection(1569414390)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [101, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.134--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:59.134--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.134--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.134--ClientSession(1099915107)--Connection(1569414390)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:59.134--ServerSession(374455656)--Connection(1680976673)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.134--ClientSession(1099915107)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.143--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1901260342 [junit] [EL Finer]: 2024-04-30 17:53:59.143--ClientSession(1901260342)--Thread(Thread[main,5,main])--acquire unit of work: 568073625 [junit] [EL Finest]: 2024-04-30 17:53:59.143--UnitOfWork(568073625)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.143--UnitOfWork(568073625)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.143--UnitOfWork(568073625)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@f) [junit] [EL Finest]: 2024-04-30 17:53:59.143--ServerSession(374455656)--Connection(549208447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.143--ClientSession(1901260342)--Connection(549208447)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.143--ClientSession(1901260342)--Connection(549208447)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.143--ClientSession(1901260342)--Connection(1632477220)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [15, dep15, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.143--ClientSession(1901260342)--Connection(1632477220)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.144--ServerSession(374455656)--Connection(549208447)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.144--UnitOfWork(568073625)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.144--UnitOfWork(568073625)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.144--UnitOfWork(568073625)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.144--ClientSession(1901260342)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.144--UnitOfWork(568073625)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.144--ClientSession(1901260342)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.144--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1143345830 [junit] [EL Finer]: 2024-04-30 17:53:59.144--ClientSession(1143345830)--Thread(Thread[main,5,main])--acquire unit of work: 106108132 [junit] [EL Finest]: 2024-04-30 17:53:59.144--UnitOfWork(106108132)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@f [junit] [EL Finer]: 2024-04-30 17:53:59.144--UnitOfWork(106108132)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.144--UnitOfWork(106108132)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@f) [junit] [EL Finest]: 2024-04-30 17:53:59.144--ServerSession(374455656)--Connection(14366507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.144--ClientSession(1143345830)--Connection(14366507)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.144--ClientSession(1143345830)--Connection(14366507)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.145--ClientSession(1143345830)--Connection(506587104)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 15, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.145--ClientSession(1143345830)--Connection(506587104)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.145--ServerSession(374455656)--Connection(14366507)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.145--UnitOfWork(106108132)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.145--UnitOfWork(106108132)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.162--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 570588770 [junit] [EL Finer]: 2024-04-30 17:53:59.162--ClientSession(570588770)--Thread(Thread[main,5,main])--acquire unit of work: 1298475974 [junit] [EL Finest]: 2024-04-30 17:53:59.162--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.162--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.162--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@e) [junit] [EL Finest]: 2024-04-30 17:53:59.162--ServerSession(374455656)--Connection(1182340616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.163--ClientSession(570588770)--Connection(1182340616)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.163--ClientSession(570588770)--Connection(1182340616)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.163--ClientSession(570588770)--Connection(572931610)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [14, dep14, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.163--ClientSession(570588770)--Connection(572931610)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.163--ServerSession(374455656)--Connection(1182340616)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.163--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.163--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.163--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.163--ClientSession(570588770)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.163--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.164--ClientSession(570588770)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.164--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 471571945 [junit] [EL Finer]: 2024-04-30 17:53:59.164--ClientSession(471571945)--Thread(Thread[main,5,main])--acquire unit of work: 308023604 [junit] [EL Finest]: 2024-04-30 17:53:59.164--UnitOfWork(308023604)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@e [junit] [EL Finer]: 2024-04-30 17:53:59.164--UnitOfWork(308023604)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.164--UnitOfWork(308023604)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@e) [junit] [EL Finest]: 2024-04-30 17:53:59.164--ServerSession(374455656)--Connection(1444618680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.164--ClientSession(471571945)--Connection(1444618680)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.164--ClientSession(471571945)--Connection(1444618680)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.164--ClientSession(471571945)--Connection(607932414)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 14, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.165--ClientSession(471571945)--Connection(607932414)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.165--ServerSession(374455656)--Connection(1444618680)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.165--UnitOfWork(308023604)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.165--UnitOfWork(308023604)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.173--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1266601271 [junit] [EL Finer]: 2024-04-30 17:53:59.173--ClientSession(1266601271)--Thread(Thread[main,5,main])--acquire unit of work: 683699260 [junit] [EL Finest]: 2024-04-30 17:53:59.173--UnitOfWork(683699260)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.173--UnitOfWork(683699260)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.173--UnitOfWork(683699260)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@64) [junit] [EL Finest]: 2024-04-30 17:53:59.173--ServerSession(374455656)--Connection(1435238201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.173--ClientSession(1266601271)--Connection(1435238201)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.173--ClientSession(1266601271)--Connection(1435238201)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.174--ClientSession(1266601271)--Connection(2114050104)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [100, dep1, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.174--ClientSession(1266601271)--Connection(2114050104)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.174--ServerSession(374455656)--Connection(1435238201)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.174--UnitOfWork(683699260)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.174--UnitOfWork(683699260)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.174--UnitOfWork(683699260)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.174--ClientSession(1266601271)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.174--UnitOfWork(683699260)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.174--ClientSession(1266601271)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.174--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1722153366 [junit] [EL Finer]: 2024-04-30 17:53:59.174--ClientSession(1722153366)--Thread(Thread[main,5,main])--acquire unit of work: 1826467916 [junit] [EL Finest]: 2024-04-30 17:53:59.174--UnitOfWork(1826467916)--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]: 2024-04-30 17:53:59.175--UnitOfWork(1826467916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@64 [junit] [EL Finest]: 2024-04-30 17:53:59.175--UnitOfWork(1826467916)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.175--UnitOfWork(1826467916)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.175--ClientSession(1722153366)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.183--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1167424399 [junit] [EL Finer]: 2024-04-30 17:53:59.183--ClientSession(1167424399)--Thread(Thread[main,5,main])--acquire unit of work: 1890425499 [junit] [EL Finer]: 2024-04-30 17:53:59.183--UnitOfWork(1890425499)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.183--ClientSession(1167424399)--Thread(Thread[main,5,main])--client released [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.138 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic [junit] [EL Finer]: 2024-04-30 17:53:59.198--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1185331414 [junit] [EL Finer]: 2024-04-30 17:53:59.198--ClientSession(1185331414)--Thread(Thread[main,5,main])--acquire unit of work: 1213830903 [junit] [EL Finest]: 2024-04-30 17:53:59.198--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.198--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.199--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@a) [junit] [EL Finest]: 2024-04-30 17:53:59.199--ServerSession(374455656)--Connection(125611067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.199--ClientSession(1185331414)--Connection(125611067)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.199--ClientSession(1185331414)--Connection(125611067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.199--ClientSession(1185331414)--Connection(51805197)--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]: 2024-04-30 17:53:59.2--ClientSession(1185331414)--Connection(51805197)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 10] [junit] [EL Finer]: 2024-04-30 17:53:59.2--ClientSession(1185331414)--Connection(51805197)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.2--ServerSession(374455656)--Connection(125611067)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.2--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.2--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.2--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.2--ClientSession(1185331414)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.2--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.2--ClientSession(1185331414)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.2--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 482041911 [junit] [EL Finer]: 2024-04-30 17:53:59.2--ClientSession(482041911)--Thread(Thread[main,5,main])--acquire unit of work: 754815417 [junit] [EL Finest]: 2024-04-30 17:53:59.201--UnitOfWork(754815417)--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]: 2024-04-30 17:53:59.201--ServerSession(374455656)--Connection(889224058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.201--ServerSession(374455656)--Connection(889224058)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.201--ServerSession(374455656)--Connection(334078706)--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]: 2024-04-30 17:53:59.201--ServerSession(374455656)--Connection(889224058)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.201--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 989006520 [junit] [EL Finer]: 2024-04-30 17:53:59.201--ClientSession(989006520)--Thread(Thread[main,5,main])--acquire unit of work: 1683210534 [junit] [EL Finest]: 2024-04-30 17:53:59.202--UnitOfWork(1683210534)--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]: 2024-04-30 17:53:59.202--ServerSession(374455656)--Connection(1701144858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.202--ServerSession(374455656)--Connection(1701144858)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.202--ServerSession(374455656)--Connection(442208119)--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]: 2024-04-30 17:53:59.202--ServerSession(374455656)--Connection(1701144858)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.202--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.202--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@a) [junit] [EL Finest]: 2024-04-30 17:53:59.203--ServerSession(374455656)--Connection(1139115981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.203--ClientSession(989006520)--Connection(1139115981)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.203--ClientSession(989006520)--Connection(1139115981)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.203--ClientSession(989006520)--Connection(1251806319)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [two, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.204--ClientSession(989006520)--Connection(1251806319)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.204--ServerSession(374455656)--Connection(1139115981)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.204--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.204--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.204--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.204--ClientSession(989006520)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.204--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.204--ClientSession(989006520)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.205--UnitOfWork(754815417)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.205--UnitOfWork(754815417)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@a) [junit] [EL Finest]: 2024-04-30 17:53:59.205--ServerSession(374455656)--Connection(1649449847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.205--ClientSession(482041911)--Connection(1649449847)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.205--ClientSession(482041911)--Connection(1649449847)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.205--ClientSession(482041911)--Connection(1074531622)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.207--ClientSession(482041911)--Connection(1074531622)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:59.208--ServerSession(374455656)--Connection(1649449847)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:59.208--UnitOfWork(754815417)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:88) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:155) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testOptimisticLockExceptionUpdateUpdate(TestOptimistic.java:76) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:53:59.208--UnitOfWork(754815417)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.208--ClientSession(482041911)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.218--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1102491217 [junit] [EL Finer]: 2024-04-30 17:53:59.218--ClientSession(1102491217)--Thread(Thread[main,5,main])--acquire unit of work: 1751779572 [junit] [EL Finest]: 2024-04-30 17:53:59.218--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.218--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.218--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@14) [junit] [EL Finest]: 2024-04-30 17:53:59.218--ServerSession(374455656)--Connection(209299239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.218--ClientSession(1102491217)--Connection(209299239)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.218--ClientSession(1102491217)--Connection(209299239)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.218--ClientSession(1102491217)--Connection(887895028)--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]: 2024-04-30 17:53:59.219--ClientSession(1102491217)--Connection(887895028)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 20] [junit] [EL Finer]: 2024-04-30 17:53:59.219--ClientSession(1102491217)--Connection(887895028)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.22--ServerSession(374455656)--Connection(209299239)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.22--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.22--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.22--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.22--ClientSession(1102491217)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.22--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.22--ClientSession(1102491217)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.22--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1873487115 [junit] [EL Finer]: 2024-04-30 17:53:59.22--ClientSession(1873487115)--Thread(Thread[main,5,main])--acquire unit of work: 982374553 [junit] [EL Finest]: 2024-04-30 17:53:59.22--UnitOfWork(982374553)--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]: 2024-04-30 17:53:59.22--ServerSession(374455656)--Connection(1033922792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.22--ServerSession(374455656)--Connection(1033922792)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.22--ServerSession(374455656)--Connection(1149788645)--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]: 2024-04-30 17:53:59.221--ServerSession(374455656)--Connection(1033922792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.221--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 418974680 [junit] [EL Finer]: 2024-04-30 17:53:59.221--ClientSession(418974680)--Thread(Thread[main,5,main])--acquire unit of work: 536467051 [junit] [EL Finest]: 2024-04-30 17:53:59.221--UnitOfWork(536467051)--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]: 2024-04-30 17:53:59.221--ServerSession(374455656)--Connection(31639297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.221--ServerSession(374455656)--Connection(31639297)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.221--ServerSession(374455656)--Connection(568607185)--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]: 2024-04-30 17:53:59.221--ServerSession(374455656)--Connection(31639297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.221--UnitOfWork(536467051)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.222--UnitOfWork(536467051)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.222--UnitOfWork(536467051)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:59.222--UnitOfWork(536467051)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@14) [junit] [EL Finest]: 2024-04-30 17:53:59.222--ServerSession(374455656)--Connection(1553482916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.222--ClientSession(418974680)--Connection(1553482916)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.222--ClientSession(418974680)--Connection(1553482916)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.222--ClientSession(418974680)--Connection(1005511973)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [20] [junit] [EL Fine]: 2024-04-30 17:53:59.223--ClientSession(418974680)--Connection(1005511973)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [20, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.223--ClientSession(418974680)--Connection(1005511973)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.223--ServerSession(374455656)--Connection(1553482916)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.223--UnitOfWork(536467051)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.223--UnitOfWork(536467051)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.223--UnitOfWork(536467051)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.223--ClientSession(418974680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.223--UnitOfWork(536467051)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.223--ClientSession(418974680)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.223--UnitOfWork(982374553)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.223--UnitOfWork(982374553)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@14) [junit] [EL Finest]: 2024-04-30 17:53:59.224--ServerSession(374455656)--Connection(592106757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.224--ClientSession(1873487115)--Connection(592106757)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.224--ClientSession(1873487115)--Connection(592106757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.224--ClientSession(1873487115)--Connection(662267010)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 2, 20, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.224--ClientSession(1873487115)--Connection(662267010)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:59.224--ServerSession(374455656)--Connection(592106757)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:53:59.224--UnitOfWork(982374553)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:88) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:155) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testOptimisticLockExceptionDeleteUpdate(TestOptimistic.java:119) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:53:59.225--UnitOfWork(982374553)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.225--ClientSession(1873487115)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.233--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1476236281 [junit] [EL Finer]: 2024-04-30 17:53:59.233--ClientSession(1476236281)--Thread(Thread[main,5,main])--acquire unit of work: 1586413785 [junit] [EL Finest]: 2024-04-30 17:53:59.233--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.233--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.233--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50) [junit] [EL Finest]: 2024-04-30 17:53:59.233--ServerSession(374455656)--Connection(10365254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.233--ClientSession(1476236281)--Connection(10365254)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.234--ClientSession(1476236281)--Connection(10365254)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.234--ClientSession(1476236281)--Connection(675199364)--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]: 2024-04-30 17:53:59.234--ClientSession(1476236281)--Connection(675199364)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 80] [junit] [EL Finer]: 2024-04-30 17:53:59.234--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:59.234--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.234--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.234--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50) [junit] [EL Fine]: 2024-04-30 17:53:59.235--ClientSession(1476236281)--Connection(675199364)--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]: 2024-04-30 17:53:59.235--ClientSession(1476236281)--Connection(675199364)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.236--ServerSession(374455656)--Connection(10365254)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.236--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.236--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.236--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.236--ClientSession(1476236281)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.236--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.236--ClientSession(1476236281)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.236--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 561019416 [junit] [EL Finer]: 2024-04-30 17:53:59.236--ClientSession(561019416)--Thread(Thread[main,5,main])--acquire unit of work: 1791572871 [junit] [EL Finest]: 2024-04-30 17:53:59.236--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50 [junit] [EL Finest]: 2024-04-30 17:53:59.236--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:59.236--ServerSession(374455656)--Connection(119206855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.236--ServerSession(374455656)--Connection(119206855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.236--ServerSession(374455656)--Connection(769992441)--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]: 2024-04-30 17:53:59.237--ServerSession(374455656)--Connection(119206855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.237--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.237--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50) [junit] [EL Finest]: 2024-04-30 17:53:59.237--ServerSession(374455656)--Connection(2027116430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.237--ClientSession(561019416)--Connection(2027116430)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.237--ClientSession(561019416)--Connection(2027116430)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.237--ClientSession(561019416)--Connection(1313694066)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [AAA, 3, 80, 2] [junit] [EL Finer]: 2024-04-30 17:53:59.237--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:59.237--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.237--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.238--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50) [junit] [EL Fine]: 2024-04-30 17:53:59.238--ClientSession(561019416)--Connection(1313694066)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [BBB, 4, 80, 3] [junit] [EL Finer]: 2024-04-30 17:53:59.238--ClientSession(561019416)--Connection(1313694066)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.238--ServerSession(374455656)--Connection(2027116430)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.238--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.238--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.238--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.238--ClientSession(561019416)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.238--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.238--ClientSession(561019416)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.238--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2068970565 [junit] [EL Finer]: 2024-04-30 17:53:59.238--ClientSession(2068970565)--Thread(Thread[main,5,main])--acquire unit of work: 2025913046 [junit] [EL Finest]: 2024-04-30 17:53:59.238--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50 [junit] [EL Finest]: 2024-04-30 17:53:59.238--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:59.239--ServerSession(374455656)--Connection(1011014815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.239--ServerSession(374455656)--Connection(1011014815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.239--ServerSession(374455656)--Connection(1891412311)--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]: 2024-04-30 17:53:59.239--ServerSession(374455656)--Connection(1011014815)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.239--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:59.239--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:53:59.239--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.239--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.239--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.239--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.239--ClientSession(2068970565)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.239--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.239--ClientSession(2068970565)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.239--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1149103230 [junit] [EL Finer]: 2024-04-30 17:53:59.239--ClientSession(1149103230)--Thread(Thread[main,5,main])--acquire unit of work: 517656952 [junit] [EL Finest]: 2024-04-30 17:53:59.239--UnitOfWork(517656952)--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]: 2024-04-30 17:53:59.239--ServerSession(374455656)--Connection(1908521581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.239--ServerSession(374455656)--Connection(1908521581)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.24--ServerSession(374455656)--Connection(1358359319)--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]: 2024-04-30 17:53:59.24--ServerSession(374455656)--Connection(1908521581)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.249--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1175673530 [junit] [EL Finer]: 2024-04-30 17:53:59.249--ClientSession(1175673530)--Thread(Thread[main,5,main])--acquire unit of work: 39461258 [junit] [EL Finest]: 2024-04-30 17:53:59.249--UnitOfWork(39461258)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.249--UnitOfWork(39461258)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.249--UnitOfWork(39461258)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@64) [junit] [EL Finest]: 2024-04-30 17:53:59.249--ServerSession(374455656)--Connection(1122492719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.249--ClientSession(1175673530)--Connection(1122492719)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.249--ClientSession(1175673530)--Connection(1122492719)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.249--ClientSession(1175673530)--Connection(300080776)--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]: 2024-04-30 17:53:59.25--ClientSession(1175673530)--Connection(300080776)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 100] [junit] [EL Finer]: 2024-04-30 17:53:59.25--ClientSession(1175673530)--Connection(300080776)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.25--ServerSession(374455656)--Connection(1122492719)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.25--UnitOfWork(39461258)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.25--UnitOfWork(39461258)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.25--UnitOfWork(39461258)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.25--ClientSession(1175673530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.25--UnitOfWork(39461258)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.25--ClientSession(1175673530)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.25--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 739765175 [junit] [EL Finer]: 2024-04-30 17:53:59.25--ClientSession(739765175)--Thread(Thread[main,5,main])--acquire unit of work: 730232355 [junit] [EL Finest]: 2024-04-30 17:53:59.25--UnitOfWork(730232355)--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]: 2024-04-30 17:53:59.25--ServerSession(374455656)--Connection(1820692724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.25--ServerSession(374455656)--Connection(1820692724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.251--ServerSession(374455656)--Connection(423999195)--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]: 2024-04-30 17:53:59.251--ServerSession(374455656)--Connection(1820692724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.251--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1383187611 [junit] [EL Finer]: 2024-04-30 17:53:59.251--ClientSession(1383187611)--Thread(Thread[main,5,main])--acquire unit of work: 1723224928 [junit] [EL Finest]: 2024-04-30 17:53:59.251--UnitOfWork(1723224928)--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]: 2024-04-30 17:53:59.251--ServerSession(374455656)--Connection(153434037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.251--ServerSession(374455656)--Connection(153434037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.251--ServerSession(374455656)--Connection(71010740)--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]: 2024-04-30 17:53:59.252--ServerSession(374455656)--Connection(153434037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.252--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.252--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@64) [junit] [EL Finest]: 2024-04-30 17:53:59.252--ServerSession(374455656)--Connection(1960700193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.252--ClientSession(1383187611)--Connection(1960700193)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.252--ClientSession(1383187611)--Connection(1960700193)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.252--ClientSession(1383187611)--Connection(975450222)--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]: 2024-04-30 17:53:59.252--ClientSession(1383187611)--Connection(975450222)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.253--ServerSession(374455656)--Connection(1960700193)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.253--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.253--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.253--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.253--ClientSession(1383187611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.253--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.253--ClientSession(1383187611)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:53:59.253--UnitOfWork(730232355)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:53:59.253--ServerSession(374455656)--Connection(1514744309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.253--ServerSession(374455656)--Connection(1514744309)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.253--ServerSession(374455656)--Connection(1095128956)--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]: 2024-04-30 17:53:59.253--ServerSession(374455656)--Connection(1514744309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.253--UnitOfWork(730232355)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.253--UnitOfWork(730232355)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@64) [junit] [EL Finest]: 2024-04-30 17:53:59.254--ServerSession(374455656)--Connection(837354325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.254--ClientSession(739765175)--Connection(837354325)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.254--ClientSession(739765175)--Connection(837354325)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.254--ClientSession(739765175)--Connection(1122455459)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [y, 3, 100, 2] [junit] [EL Finer]: 2024-04-30 17:53:59.254--ClientSession(739765175)--Connection(1122455459)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.254--ServerSession(374455656)--Connection(837354325)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.254--UnitOfWork(730232355)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.254--UnitOfWork(730232355)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.254--UnitOfWork(730232355)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.254--ClientSession(739765175)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.254--UnitOfWork(730232355)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.254--ClientSession(739765175)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.263--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 176200290 [junit] [EL Finer]: 2024-04-30 17:53:59.263--ClientSession(176200290)--Thread(Thread[main,5,main])--acquire unit of work: 1260852145 [junit] [EL Finest]: 2024-04-30 17:53:59.263--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.263--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.263--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@78) [junit] [EL Finest]: 2024-04-30 17:53:59.263--ServerSession(374455656)--Connection(1855412326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.263--ClientSession(176200290)--Connection(1855412326)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.263--ClientSession(176200290)--Connection(1855412326)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.263--ClientSession(176200290)--Connection(501118110)--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]: 2024-04-30 17:53:59.264--ClientSession(176200290)--Connection(501118110)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 120] [junit] [EL Finer]: 2024-04-30 17:53:59.264--ClientSession(176200290)--Connection(501118110)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.264--ServerSession(374455656)--Connection(1855412326)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.264--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.264--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.264--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.264--ClientSession(176200290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.264--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.264--ClientSession(176200290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.264--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1220379207 [junit] [EL Finer]: 2024-04-30 17:53:59.264--ClientSession(1220379207)--Thread(Thread[main,5,main])--acquire unit of work: 648639818 [junit] [EL Finest]: 2024-04-30 17:53:59.264--UnitOfWork(648639818)--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]: 2024-04-30 17:53:59.264--ServerSession(374455656)--Connection(1938612885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.264--ServerSession(374455656)--Connection(1938612885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.264--ServerSession(374455656)--Connection(44983031)--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]: 2024-04-30 17:53:59.265--ServerSession(374455656)--Connection(1938612885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.265--UnitOfWork(648639818)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.265--UnitOfWork(648639818)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.265--UnitOfWork(648639818)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.265--UnitOfWork(648639818)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.265--ClientSession(1220379207)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.265--UnitOfWork(648639818)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.265--ClientSession(1220379207)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.273--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 845739620 [junit] [EL Finer]: 2024-04-30 17:53:59.273--ClientSession(845739620)--Thread(Thread[main,5,main])--acquire unit of work: 1371425781 [junit] [EL Finest]: 2024-04-30 17:53:59.273--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.273--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.273--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e) [junit] [EL Finest]: 2024-04-30 17:53:59.273--ServerSession(374455656)--Connection(1026777845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.273--ClientSession(845739620)--Connection(1026777845)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.273--ClientSession(845739620)--Connection(1026777845)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.273--ClientSession(845739620)--Connection(510752581)--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]: 2024-04-30 17:53:59.274--ClientSession(845739620)--Connection(510752581)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 110] [junit] [EL Finer]: 2024-04-30 17:53:59.274--ClientSession(845739620)--Connection(510752581)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.274--ServerSession(374455656)--Connection(1026777845)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.274--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.274--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.274--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.274--ClientSession(845739620)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.274--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.274--ClientSession(845739620)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.274--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1043004320 [junit] [EL Finer]: 2024-04-30 17:53:59.274--ClientSession(1043004320)--Thread(Thread[main,5,main])--acquire unit of work: 729053311 [junit] [EL Finest]: 2024-04-30 17:53:59.274--UnitOfWork(729053311)--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]: 2024-04-30 17:53:59.275--ServerSession(374455656)--Connection(865048309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.275--ServerSession(374455656)--Connection(865048309)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.275--ServerSession(374455656)--Connection(1800100552)--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]: 2024-04-30 17:53:59.275--ServerSession(374455656)--Connection(865048309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.275--UnitOfWork(729053311)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.275--UnitOfWork(729053311)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e) [junit] [EL Finest]: 2024-04-30 17:53:59.275--ServerSession(374455656)--Connection(1949430968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.275--ClientSession(1043004320)--Connection(1949430968)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.275--ClientSession(1043004320)--Connection(1949430968)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.275--ClientSession(1043004320)--Connection(1553165151)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [0, 2, 110, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.276--ClientSession(1043004320)--Connection(1553165151)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.276--ServerSession(374455656)--Connection(1949430968)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.276--UnitOfWork(729053311)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.276--UnitOfWork(729053311)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.276--UnitOfWork(729053311)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.276--ClientSession(1043004320)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.276--UnitOfWork(729053311)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.276--ClientSession(1043004320)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.276--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 732929236 [junit] [EL Finer]: 2024-04-30 17:53:59.276--ClientSession(732929236)--Thread(Thread[main,5,main])--acquire unit of work: 1354774829 [junit] [EL Finest]: 2024-04-30 17:53:59.276--UnitOfWork(1354774829)--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]: 2024-04-30 17:53:59.276--ServerSession(374455656)--Connection(391019001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.276--ServerSession(374455656)--Connection(391019001)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.276--ServerSession(374455656)--Connection(91914586)--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]: 2024-04-30 17:53:59.277--ServerSession(374455656)--Connection(391019001)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.277--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.277--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e) [junit] [EL Finest]: 2024-04-30 17:53:59.277--ServerSession(374455656)--Connection(922266594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.277--ClientSession(732929236)--Connection(922266594)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.277--ClientSession(732929236)--Connection(922266594)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.277--ClientSession(732929236)--Connection(1128920364)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 3, 110, 2] [junit] [EL Finer]: 2024-04-30 17:53:59.277--ClientSession(732929236)--Connection(1128920364)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.277--ServerSession(374455656)--Connection(922266594)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.277--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.277--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.278--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.278--ClientSession(732929236)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.278--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.278--ClientSession(732929236)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.278--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 241222934 [junit] [EL Finer]: 2024-04-30 17:53:59.278--ClientSession(241222934)--Thread(Thread[main,5,main])--acquire unit of work: 2108999811 [junit] [EL Finest]: 2024-04-30 17:53:59.278--UnitOfWork(2108999811)--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]: 2024-04-30 17:53:59.278--ServerSession(374455656)--Connection(1901634188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.278--ServerSession(374455656)--Connection(1901634188)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.278--ServerSession(374455656)--Connection(1094706575)--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]: 2024-04-30 17:53:59.278--ServerSession(374455656)--Connection(1901634188)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:53:59.278--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.278--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e) [junit] [EL Finest]: 2024-04-30 17:53:59.278--ServerSession(374455656)--Connection(411168628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.278--ClientSession(241222934)--Connection(411168628)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.278--ClientSession(241222934)--Connection(411168628)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.279--ClientSession(241222934)--Connection(802102567)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 4, 110, 3] [junit] [EL Finer]: 2024-04-30 17:53:59.279--ClientSession(241222934)--Connection(802102567)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.279--ServerSession(374455656)--Connection(411168628)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.279--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.279--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.279--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.279--ClientSession(241222934)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.279--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.279--ClientSession(241222934)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:53:59.287--ServerSession(374455656)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Connection(1515207920)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:59.288--ServerSession(374455656)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:53:59.289--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@2176d934 [junit] [EL Finer]: 2024-04-30 17:53:59.291--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:59.292--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.292--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.292--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:59.292--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.292--ServerSession(860651710)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:59.292--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:59.292--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:59.292--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:59.292--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:59.292--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:59.301--ServerSession(860651710)--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]: 2024-04-30 17:53:59.301--ServerSession(860651710)--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]: 2024-04-30 17:53:59.302--ServerSession(860651710)--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]: 2024-04-30 17:53:59.302--ServerSession(860651710)--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]: 2024-04-30 17:53:59.302--ServerSession(860651710)--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]: 2024-04-30 17:53:59.302--ServerSession(860651710)--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]: 2024-04-30 17:53:59.302--ServerSession(860651710)--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]: 2024-04-30 17:53:59.302--ServerSession(860651710)--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]: 2024-04-30 17:53:59.302--ServerSession(860651710)--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]: 2024-04-30 17:53:59.302--ServerSession(860651710)--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]: 2024-04-30 17:53:59.303--ServerSession(860651710)--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]: 2024-04-30 17:53:59.303--ServerSession(860651710)--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]: 2024-04-30 17:53:59.303--ServerSession(860651710)--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]: 2024-04-30 17:53:59.303--ServerSession(860651710)--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]: 2024-04-30 17:53:59.303--ServerSession(860651710)--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]: 2024-04-30 17:53:59.312--ServerSession(860651710)--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]: 2024-04-30 17:53:59.313--ServerSession(860651710)--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]: 2024-04-30 17:53:59.313--ServerSession(860651710)--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]: 2024-04-30 17:53:59.313--ServerSession(860651710)--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]: 2024-04-30 17:53:59.313--ServerSession(860651710)--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]: 2024-04-30 17:53:59.313--ServerSession(860651710)--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]: 2024-04-30 17:53:59.313--ServerSession(860651710)--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]: 2024-04-30 17:53:59.313--ServerSession(860651710)--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]: 2024-04-30 17:53:59.314--ServerSession(860651710)--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]: 2024-04-30 17:53:59.314--ServerSession(860651710)--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]: 2024-04-30 17:53:59.314--ServerSession(860651710)--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]: 2024-04-30 17:53:59.314--ServerSession(860651710)--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]: 2024-04-30 17:53:59.314--ServerSession(860651710)--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]: 2024-04-30 17:53:59.314--ServerSession(860651710)--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]: 2024-04-30 17:53:59.314--ServerSession(860651710)--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]: 2024-04-30 17:53:59.315--ServerSession(860651710)--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]: 2024-04-30 17:53:59.315--ServerSession(860651710)--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]: 2024-04-30 17:53:59.315--ServerSession(860651710)--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]: 2024-04-30 17:53:59.315--ServerSession(860651710)--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]: 2024-04-30 17:53:59.315--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.316--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.317--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.318--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.319--ServerSession(860651710)--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]: 2024-04-30 17:53:59.32--ServerSession(860651710)--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]: 2024-04-30 17:53:59.32--ServerSession(860651710)--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]: 2024-04-30 17:53:59.32--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.32--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:59.32--ServerSession(860651710)--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]: 2024-04-30 17:53:59.32--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.32--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.32--ServerSession(860651710)--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]: 2024-04-30 17:53:59.32--ServerSession(860651710)--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]: 2024-04-30 17:53:59.32--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:59.32--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:59.32--ServerSession(860651710)--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]: 2024-04-30 17:53:59.32--ServerSession(860651710)--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]: 2024-04-30 17:53:59.32--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.32--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:59.32--ServerSession(860651710)--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]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--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]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--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]: 2024-04-30 17:53:59.321--ServerSession(860651710)--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]: 2024-04-30 17:53:59.321--ServerSession(860651710)--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]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--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]: 2024-04-30 17:53:59.321--ServerSession(860651710)--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]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--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]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.321--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:59.322--ServerSession(860651710)--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]: 2024-04-30 17:53:59.322--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--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]: 2024-04-30 17:53:59.323--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.324--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:59.324--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--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]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:59.325--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--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]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--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]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--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]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--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]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--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]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--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]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--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]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:59.326--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--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]: 2024-04-30 17:53:59.327--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.328--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.329--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.329--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.329--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--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]: 2024-04-30 17:53:59.329--ServerSession(860651710)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.416--ServerSession(860651710)--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]: 2024-04-30 17:53:59.416--ServerSession(860651710)--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]: 2024-04-30 17:53:59.417--ServerSession(860651710)--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]: 2024-04-30 17:53:59.417--ServerSession(860651710)--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]: 2024-04-30 17:53:59.417--ServerSession(860651710)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:59.418--ServerSession(860651710)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:59.418--ServerSession(860651710)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:59.418--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:59.418--ServerSession(860651710)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:59.418--ServerSession(860651710)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--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]: 2024-04-30 17:53:59.419--ServerSession(860651710)--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]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.419--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.42--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.421--ServerSession(860651710)--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]: 2024-04-30 17:53:59.421--ServerSession(860651710)--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]: 2024-04-30 17:53:59.421--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.422--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.423--ServerSession(860651710)--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]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:59.423--ServerSession(860651710)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:59.426--ServerSession(860651710)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC [junit] [EL Finest]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:59.427--ServerSession(860651710)--Connection(1115366592)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Connection(120737155)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Connection(923523409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Connection(923523409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Connection(743286356)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Connection(1938136232)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:59.428--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.429--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.429--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.429--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.429--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.429--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.429--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:59.43--ServerSession(860651710)--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]: 2024-04-30 17:53:59.431--ServerSession(860651710)--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 Fine]: 2024-04-30 17:53:59.442--ServerSession(860651710)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:59.442--ServerSession(860651710)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.443--ServerSession(860651710)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.443--ServerSession(860651710)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.443--ServerSession(860651710)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:59.443--ServerSession(860651710)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:59.443--ServerSession(860651710)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finer]: 2024-04-30 17:53:59.444--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.444--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.444--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.444--ServerSession(860651710)--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]: 2024-04-30 17:53:59.444--ServerSession(860651710)--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]: 2024-04-30 17:53:59.444--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.445--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.446--ServerSession(860651710)--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]: 2024-04-30 17:53:59.446--ServerSession(860651710)--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]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.447--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--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]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:59.448--ServerSession(860651710)--Thread(Thread[main,5,main])--client acquired: 711248067 [junit] [EL Finer]: 2024-04-30 17:53:59.448--ClientSession(711248067)--Thread(Thread[main,5,main])--acquire unit of work: 549864175 [junit] [EL Finest]: 2024-04-30 17:53:59.448--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.448--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.448--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.448--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.448--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.448--UnitOfWork(549864175)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.449--UnitOfWork(549864175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:59.449--ServerSession(860651710)--Connection(1974308008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(1974308008)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(1974308008)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:59.449--UnitOfWork(549864175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:59.449--UnitOfWork(549864175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:59.449--UnitOfWork(549864175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:53:59.449--UnitOfWork(549864175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finer]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])-- bind => [1, 1, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])-- bind => [2, 2, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])-- bind => [3, 3, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])-- bind => [5, 5, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])-- bind => [4, 4, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.449--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:59.45--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.451--ServerSession(860651710)--Connection(1974308008)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.451--UnitOfWork(549864175)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.451--UnitOfWork(549864175)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.451--UnitOfWork(549864175)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.451--ClientSession(711248067)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.451--UnitOfWork(549864175)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.451--ClientSession(711248067)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.451--ServerSession(860651710)--Thread(Thread[main,5,main])--client acquired: 2077929580 [junit] [EL Finer]: 2024-04-30 17:53:59.451--ClientSession(2077929580)--Thread(Thread[main,5,main])--acquire unit of work: 1644931955 [junit] [EL Finest]: 2024-04-30 17:53:59.451--UnitOfWork(1644931955)--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]: 2024-04-30 17:53:59.451--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:53:59.452--UnitOfWork(1644931955)--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]: 2024-04-30 17:53:59.452--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2024-04-30 17:53:59.452--UnitOfWork(1644931955)--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]: 2024-04-30 17:53:59.452--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2024-04-30 17:53:59.452--ServerSession(860651710)--Thread(Thread[main,5,main])--client acquired: 908398862 [junit] [EL Finer]: 2024-04-30 17:53:59.452--ClientSession(908398862)--Thread(Thread[main,5,main])--acquire unit of work: 1852656228 [junit] [EL Finest]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--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]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--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]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--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]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:59.452--ServerSession(860651710)--Connection(543119166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.452--ClientSession(908398862)--Connection(543119166)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.452--ClientSession(908398862)--Connection(543119166)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:59.452--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:59.453--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finer]: 2024-04-30 17:53:59.453--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:59.453--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:53:59.453--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])-- bind => [a, 2, 1, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.453--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])-- bind => [b, 2, 2, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.453--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])-- bind => [c, 2, 3, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.453--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:59.453--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.454--ServerSession(860651710)--Connection(543119166)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.454--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.454--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.454--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.454--ClientSession(908398862)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.454--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.454--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:59.454--ServerSession(860651710)--Connection(1185714469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.454--ClientSession(2077929580)--Connection(1185714469)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.454--ClientSession(2077929580)--Connection(1185714469)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:59.454--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:53:59.454--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finer]: 2024-04-30 17:53:59.454--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:59.454--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:53:59.454--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])-- bind => [x, 2, 3, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.454--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])-- bind => [y, 2, 4, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.454--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])-- bind => [z, 2, 5, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.454--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:59.455--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.455--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:59.455--ServerSession(860651710)--Connection(1185714469)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.455--ClientSession(2077929580)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:53:59.455--ServerSession(860651710)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:59.455--ServerSession(860651710)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.456--ServerSession(860651710)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.456--ServerSession(860651710)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.456--ServerSession(860651710)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.456--ServerSession(860651710)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:59.456--ServerSession(860651710)--Connection(923523409)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:59.456--ServerSession(860651710)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:59.456--ServerSession(860651710)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:59.456--ServerSession(860651710)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:53:59.464--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@2f4ffb35 [junit] [EL Finer]: 2024-04-30 17:53:59.466--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:59.466--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.466--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.466--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:59.466--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.466--ServerSession(2093967237)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:59.466--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:59.466--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:59.466--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:59.466--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:59.467--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:59.475--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.475--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.475--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.475--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.475--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.475--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.475--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.476--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.476--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.476--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.476--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.476--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.476--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.476--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.476--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.477--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.477--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.477--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.477--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.477--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.477--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.477--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.477--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.478--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.478--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.478--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.478--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.478--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.478--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.478--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.479--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.479--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.479--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.479--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.479--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.479--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.48--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.52--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.52--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.52--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.52--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.521--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.522--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.523--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.524--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.525--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.526--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.527--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.528--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:59.529--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.53--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.531--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.532--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.533--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.534--ServerSession(2093967237)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:59.534--ServerSession(2093967237)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:59.534--ServerSession(2093967237)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:59.534--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:59.534--ServerSession(2093967237)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:59.534--ServerSession(2093967237)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.535--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.536--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.537--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.538--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.539--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.539--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:59.539--ServerSession(2093967237)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None [junit] [EL Finest]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:59.542--ServerSession(2093967237)--Connection(2062346332)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:59.543--ServerSession(2093967237)--Connection(231130570)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:59.543--ServerSession(2093967237)--Connection(509743079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.543--ServerSession(2093967237)--Connection(509743079)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:59.543--ServerSession(2093967237)--Connection(55683711)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:59.543--ServerSession(2093967237)--Connection(1090892242)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:59.544--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:59.544--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:59.544--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:59.544--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:59.544--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:59.625--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.625--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.625--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.625--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.625--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.625--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.625--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:59.626--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.627--ServerSession(2093967237)--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 Fine]: 2024-04-30 17:53:59.638--ServerSession(2093967237)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:59.638--ServerSession(2093967237)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.638--ServerSession(2093967237)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.638--ServerSession(2093967237)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.639--ServerSession(2093967237)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:59.639--ServerSession(2093967237)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:59.639--ServerSession(2093967237)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.64--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.641--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.642--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.643--ServerSession(2093967237)--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]: 2024-04-30 17:53:59.644--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.644--ServerSession(2093967237)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:59.644--ServerSession(2093967237)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:59.644--ServerSession(2093967237)--Thread(Thread[main,5,main])--client acquired: 1921700436 [junit] [EL Finer]: 2024-04-30 17:53:59.644--ClientSession(1921700436)--Thread(Thread[main,5,main])--acquire unit of work: 995691809 [junit] [EL Finest]: 2024-04-30 17:53:59.644--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.644--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.644--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.644--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.644--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.644--UnitOfWork(995691809)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.644--UnitOfWork(995691809)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:59.644--ServerSession(2093967237)--Connection(1911504652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.644--ClientSession(1921700436)--Connection(1911504652)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.644--ClientSession(1921700436)--Connection(1911504652)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.645--ClientSession(1921700436)--Connection(1192239608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, 1, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.645--UnitOfWork(995691809)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Fine]: 2024-04-30 17:53:59.645--ClientSession(1921700436)--Connection(1192239608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [5, 5, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.645--UnitOfWork(995691809)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Fine]: 2024-04-30 17:53:59.645--ClientSession(1921700436)--Connection(1192239608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [4, 4, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.645--UnitOfWork(995691809)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2024-04-30 17:53:59.645--ClientSession(1921700436)--Connection(1192239608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, 2, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.645--UnitOfWork(995691809)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2024-04-30 17:53:59.645--ClientSession(1921700436)--Connection(1192239608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, 3, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.646--ClientSession(1921700436)--Connection(1192239608)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.646--ServerSession(2093967237)--Connection(1911504652)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.646--UnitOfWork(995691809)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.646--UnitOfWork(995691809)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.646--UnitOfWork(995691809)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.646--ClientSession(1921700436)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.646--UnitOfWork(995691809)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.646--ClientSession(1921700436)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.646--ServerSession(2093967237)--Thread(Thread[main,5,main])--client acquired: 122661394 [junit] [EL Finer]: 2024-04-30 17:53:59.646--ClientSession(122661394)--Thread(Thread[main,5,main])--acquire unit of work: 1695501686 [junit] [EL Finest]: 2024-04-30 17:53:59.647--UnitOfWork(1695501686)--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]: 2024-04-30 17:53:59.647--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:53:59.647--UnitOfWork(1695501686)--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]: 2024-04-30 17:53:59.647--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2024-04-30 17:53:59.647--UnitOfWork(1695501686)--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]: 2024-04-30 17:53:59.647--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2024-04-30 17:53:59.647--ServerSession(2093967237)--Thread(Thread[main,5,main])--client acquired: 540278073 [junit] [EL Finer]: 2024-04-30 17:53:59.647--ClientSession(540278073)--Thread(Thread[main,5,main])--acquire unit of work: 524383279 [junit] [EL Finest]: 2024-04-30 17:53:59.647--UnitOfWork(524383279)--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]: 2024-04-30 17:53:59.647--UnitOfWork(524383279)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:59.647--UnitOfWork(524383279)--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]: 2024-04-30 17:53:59.647--UnitOfWork(524383279)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:59.647--UnitOfWork(524383279)--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]: 2024-04-30 17:53:59.647--UnitOfWork(524383279)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:53:59.647--UnitOfWork(524383279)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.647--UnitOfWork(524383279)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:59.647--ServerSession(2093967237)--Connection(1164504888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.647--ClientSession(540278073)--Connection(1164504888)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.647--ClientSession(540278073)--Connection(1164504888)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.648--ClientSession(540278073)--Connection(1260479657)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [a, 2, 1, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.648--UnitOfWork(524383279)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2024-04-30 17:53:59.648--ClientSession(540278073)--Connection(1260479657)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [b, 2, 2, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.648--UnitOfWork(524383279)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2024-04-30 17:53:59.648--ClientSession(540278073)--Connection(1260479657)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [c, 2, 3, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.649--ClientSession(540278073)--Connection(1260479657)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.649--ServerSession(2093967237)--Connection(1164504888)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.649--UnitOfWork(524383279)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.649--UnitOfWork(524383279)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.649--UnitOfWork(524383279)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.649--ClientSession(540278073)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.649--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.649--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:59.649--ServerSession(2093967237)--Connection(1096248964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.649--ClientSession(122661394)--Connection(1096248964)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.649--ClientSession(122661394)--Connection(1096248964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.649--ClientSession(122661394)--Connection(932384584)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [x, 2, 3, 1] [junit] [EL Warning]: 2024-04-30 17:53:59.65--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:146) [junit] at org.eclipse.persistence.descriptors.VersionLockingPolicy.validateUpdate(VersionLockingPolicy.java:792) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1170) [junit] at org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:86) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:275) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:133) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1519) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1665) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:463) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:975) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic$2.trigger(TestOptimistic.java:525) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.verifyBatchOLE(TestOptimistic.java:596) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testBatchOLEFlush(TestOptimistic.java:530) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:53:59.65--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.65--ClientSession(122661394)--Connection(932384584)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:59.65--ServerSession(2093967237)--Connection(1096248964)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.65--ClientSession(122661394)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:53:59.65--ServerSession(2093967237)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:59.65--ServerSession(2093967237)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.65--ServerSession(2093967237)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.65--ServerSession(2093967237)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.651--ServerSession(2093967237)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.651--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:59.651--ServerSession(2093967237)--Connection(509743079)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:59.651--ServerSession(2093967237)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:59.651--ServerSession(2093967237)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:59.651--ServerSession(2093967237)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:53:59.66--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@8862881 [junit] [EL Finer]: 2024-04-30 17:53:59.661--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:59.661--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.661--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.661--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:59.661--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.661--ServerSession(1634110469)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:59.661--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:59.661--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:59.661--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:59.661--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:59.662--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:59.669--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.669--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.67--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.671--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.671--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.671--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.671--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.671--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.671--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.671--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.672--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.672--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.672--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.672--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.672--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.672--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.673--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.673--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.673--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.673--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.673--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.674--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.675--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.676--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.729--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:59.73--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.731--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.732--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.733--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.734--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.735--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.736--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.737--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.738--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.739--ServerSession(1634110469)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.74--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.74--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.74--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.74--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.74--ServerSession(1634110469)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:59.741--ServerSession(1634110469)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:59.741--ServerSession(1634110469)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:59.741--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:59.741--ServerSession(1634110469)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:59.741--ServerSession(1634110469)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:59.741--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.742--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.743--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.744--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.745--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.746--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:59.747--ServerSession(1634110469)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC [junit] [EL Finest]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:59.75--ServerSession(1634110469)--Connection(2107268831)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:59.751--ServerSession(1634110469)--Connection(1508240555)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:59.751--ServerSession(1634110469)--Connection(2044784651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.751--ServerSession(1634110469)--Connection(2044784651)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:59.751--ServerSession(1634110469)--Connection(1445147982)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:59.751--ServerSession(1634110469)--Connection(588497553)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.752--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:59.753--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.754--ServerSession(1634110469)--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 Fine]: 2024-04-30 17:53:59.765--ServerSession(1634110469)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:59.765--ServerSession(1634110469)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.765--ServerSession(1634110469)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.765--ServerSession(1634110469)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.765--ServerSession(1634110469)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:59.765--ServerSession(1634110469)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:59.765--ServerSession(1634110469)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finer]: 2024-04-30 17:53:59.766--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.766--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.766--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.766--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.766--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.766--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.767--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.767--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.767--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.767--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.767--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.833--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.834--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.835--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--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]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:59.836--ServerSession(1634110469)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:59.837--ServerSession(1634110469)--Thread(Thread[main,5,main])--client acquired: 389257434 [junit] [EL Finer]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Thread(Thread[main,5,main])--acquire unit of work: 1918389311 [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:53:59.837--ServerSession(1634110469)--Connection(467043101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(467043101)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(467043101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:59.837--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finer]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])-- bind => [5, 5, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])-- bind => [2, 2, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])-- bind => [1, 1, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])-- bind => [3, 3, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])-- bind => [4, 4, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.837--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:59.838--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.839--ServerSession(1634110469)--Connection(467043101)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.839--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.839--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.839--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.839--ClientSession(389257434)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.839--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.839--ClientSession(389257434)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.839--ServerSession(1634110469)--Thread(Thread[main,5,main])--client acquired: 943901945 [junit] [EL Finer]: 2024-04-30 17:53:59.839--ClientSession(943901945)--Thread(Thread[main,5,main])--acquire unit of work: 388198023 [junit] [EL Finest]: 2024-04-30 17:53:59.839--UnitOfWork(388198023)--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]: 2024-04-30 17:53:59.839--UnitOfWork(388198023)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:53:59.84--UnitOfWork(388198023)--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]: 2024-04-30 17:53:59.84--UnitOfWork(388198023)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2024-04-30 17:53:59.84--UnitOfWork(388198023)--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]: 2024-04-30 17:53:59.84--UnitOfWork(388198023)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2024-04-30 17:53:59.84--ServerSession(1634110469)--Thread(Thread[main,5,main])--client acquired: 1742963611 [junit] [EL Finer]: 2024-04-30 17:53:59.84--ClientSession(1742963611)--Thread(Thread[main,5,main])--acquire unit of work: 2114236200 [junit] [EL Finest]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--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]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--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]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--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]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:59.84--ServerSession(1634110469)--Connection(1075996770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.84--ClientSession(1742963611)--Connection(1075996770)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.84--ClientSession(1742963611)--Connection(1075996770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:53:59.84--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finer]: 2024-04-30 17:53:59.841--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:59.841--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:53:59.841--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])-- bind => [a, 2, 1, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.841--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])-- bind => [b, 2, 2, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.841--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])-- bind => [c, 2, 3, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.841--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:59.841--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.842--ServerSession(1634110469)--Connection(1075996770)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.842--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.842--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.842--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.842--ClientSession(1742963611)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.842--UnitOfWork(388198023)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.842--UnitOfWork(388198023)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:59.843--ServerSession(1634110469)--Connection(1058098963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.843--ClientSession(943901945)--Connection(1058098963)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.843--ClientSession(943901945)--Connection(1058098963)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:53:59.843--UnitOfWork(388198023)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:53:59.843--UnitOfWork(388198023)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finer]: 2024-04-30 17:53:59.843--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:53:59.843--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:53:59.843--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])-- bind => [x, 2, 3, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.843--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])-- bind => [y, 2, 4, 1] [junit] [EL Fine]: 2024-04-30 17:53:59.843--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])-- bind => [z, 2, 5, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.843--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:53:59.844--UnitOfWork(388198023)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.844--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:53:59.844--ServerSession(1634110469)--Connection(1058098963)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.844--ClientSession(943901945)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:53:59.844--ServerSession(1634110469)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:59.844--ServerSession(1634110469)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.844--ServerSession(1634110469)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.844--ServerSession(1634110469)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.844--ServerSession(1634110469)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.845--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:53:59.845--ServerSession(1634110469)--Connection(2044784651)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:53:59.845--ServerSession(1634110469)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:53:59.845--ServerSession(1634110469)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:53:59.845--ServerSession(1634110469)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:53:59.853--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1366c37e [junit] [EL Finer]: 2024-04-30 17:53:59.855--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:53:59.855--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.855--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.855--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:53:59.855--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.855--ServerSession(1957804428)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:59.855--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:53:59.855--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:53:59.855--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:53:59.855--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:53:59.855--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:53:59.862--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.862--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.863--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.864--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.864--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.864--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.864--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.864--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.864--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.864--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.864--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.865--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.865--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.865--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.865--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.865--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.866--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.866--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.866--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.866--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.866--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.866--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.866--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.867--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.868--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.869--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.87--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:53:59.871--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.872--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.872--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.872--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.872--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.872--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:59.872--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.881--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:53:59.882--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.883--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.937--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.938--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.939--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.94--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.941--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.942--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.943--ServerSession(1957804428)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:53:59.944--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.944--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.945--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.946--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.947--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.948--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.948--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.948--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.948--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.948--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:59.948--ServerSession(1957804428)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:53:59.95--ServerSession(1957804428)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:53:59.95--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.95--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None [junit] [EL Finest]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Connection(1312997050)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Connection(1808214710)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Connection(2095225286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Connection(2095225286)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:53:59.951--ServerSession(1957804428)--Connection(663641998)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Connection(384017505)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:53:59.952--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:53:59.953--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.954--ServerSession(1957804428)--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 Fine]: 2024-04-30 17:53:59.963--ServerSession(1957804428)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:53:59.963--ServerSession(1957804428)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.964--ServerSession(1957804428)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.965--ServerSession(1957804428)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:53:59.965--ServerSession(1957804428)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:53:59.965--ServerSession(1957804428)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:53:59.965--ServerSession(1957804428)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finer]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.966--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.967--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.968--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.969--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.97--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.97--ServerSession(1957804428)--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]: 2024-04-30 17:53:59.97--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:53:59.97--ServerSession(1957804428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:53:59.97--ServerSession(1957804428)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:53:59.97--ServerSession(1957804428)--Thread(Thread[main,5,main])--client acquired: 1980134912 [junit] [EL Finer]: 2024-04-30 17:53:59.97--ClientSession(1980134912)--Thread(Thread[main,5,main])--acquire unit of work: 1594694157 [junit] [EL Finest]: 2024-04-30 17:53:59.97--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.97--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.97--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.97--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:53:59.97--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:53:59.97--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.97--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:53:59.97--ServerSession(1957804428)--Connection(679270834)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.97--ClientSession(1980134912)--Connection(679270834)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.97--ClientSession(1980134912)--Connection(679270834)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.971--ClientSession(1980134912)--Connection(1228156855)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [4, 4, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.971--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2024-04-30 17:53:59.971--ClientSession(1980134912)--Connection(1228156855)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, 2, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.971--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Fine]: 2024-04-30 17:53:59.971--ClientSession(1980134912)--Connection(1228156855)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, 1, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.971--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2024-04-30 17:53:59.971--ClientSession(1980134912)--Connection(1228156855)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, 3, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.971--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Fine]: 2024-04-30 17:53:59.971--ClientSession(1980134912)--Connection(1228156855)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [5, 5, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.972--ClientSession(1980134912)--Connection(1228156855)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.972--ServerSession(1957804428)--Connection(679270834)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.972--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.972--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.972--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.972--ClientSession(1980134912)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:53:59.972--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.972--ClientSession(1980134912)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.972--ServerSession(1957804428)--Thread(Thread[main,5,main])--client acquired: 142342328 [junit] [EL Finer]: 2024-04-30 17:53:59.972--ClientSession(142342328)--Thread(Thread[main,5,main])--acquire unit of work: 902161605 [junit] [EL Finest]: 2024-04-30 17:53:59.973--UnitOfWork(902161605)--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]: 2024-04-30 17:53:59.973--UnitOfWork(902161605)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:53:59.973--UnitOfWork(902161605)--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]: 2024-04-30 17:53:59.973--UnitOfWork(902161605)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2024-04-30 17:53:59.973--UnitOfWork(902161605)--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]: 2024-04-30 17:53:59.973--UnitOfWork(902161605)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2024-04-30 17:53:59.973--ServerSession(1957804428)--Thread(Thread[main,5,main])--client acquired: 171594966 [junit] [EL Finer]: 2024-04-30 17:53:59.973--ClientSession(171594966)--Thread(Thread[main,5,main])--acquire unit of work: 712591232 [junit] [EL Finest]: 2024-04-30 17:53:59.973--UnitOfWork(712591232)--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]: 2024-04-30 17:53:59.973--UnitOfWork(712591232)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:53:59.973--UnitOfWork(712591232)--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]: 2024-04-30 17:53:59.973--UnitOfWork(712591232)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:53:59.973--UnitOfWork(712591232)--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]: 2024-04-30 17:53:59.973--UnitOfWork(712591232)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:53:59.973--UnitOfWork(712591232)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:53:59.973--UnitOfWork(712591232)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:53:59.973--ServerSession(1957804428)--Connection(560300685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.973--ClientSession(171594966)--Connection(560300685)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.973--ClientSession(171594966)--Connection(560300685)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.974--ClientSession(171594966)--Connection(893441507)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [a, 2, 1, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.974--UnitOfWork(712591232)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2024-04-30 17:53:59.974--ClientSession(171594966)--Connection(893441507)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [b, 2, 2, 1] [junit] [EL Finest]: 2024-04-30 17:53:59.974--UnitOfWork(712591232)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2024-04-30 17:53:59.974--ClientSession(171594966)--Connection(893441507)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [c, 2, 3, 1] [junit] [EL Finer]: 2024-04-30 17:53:59.975--ClientSession(171594966)--Connection(893441507)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:53:59.975--ServerSession(1957804428)--Connection(560300685)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.975--UnitOfWork(712591232)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:53:59.975--UnitOfWork(712591232)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.975--UnitOfWork(712591232)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:53:59.975--ClientSession(171594966)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:53:59.975--UnitOfWork(902161605)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:53:59.975--UnitOfWork(902161605)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:53:59.976--ServerSession(1957804428)--Connection(808334468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:53:59.976--ClientSession(142342328)--Connection(808334468)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:53:59.976--ClientSession(142342328)--Connection(808334468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:53:59.976--ClientSession(142342328)--Connection(1303450773)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [x, 2, 3, 1] [junit] [EL Warning]: 2024-04-30 17:54:00.042--UnitOfWork(902161605)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:146) [junit] at org.eclipse.persistence.descriptors.VersionLockingPolicy.validateUpdate(VersionLockingPolicy.java:792) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1170) [junit] at org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:86) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:275) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:133) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1519) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1665) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:463) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:975) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.performPreQueryFlush(QueryImpl.java:978) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:211) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic$3.trigger(TestOptimistic.java:541) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.verifyBatchOLE(TestOptimistic.java:596) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testBatchOLEQuery(TestOptimistic.java:547) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:54:00.042--UnitOfWork(902161605)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.042--ClientSession(142342328)--Connection(1303450773)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:00.042--ServerSession(1957804428)--Connection(808334468)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.042--ClientSession(142342328)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Connection(2095225286)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:54:00.043--ServerSession(1957804428)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:54:00.053--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@78cb15b9 [junit] [EL Finer]: 2024-04-30 17:54:00.054--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:54:00.054--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.054--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.054--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:54:00.054--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.055--ServerSession(1409844559)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:54:00.055--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:54:00.055--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:54:00.055--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:54:00.055--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:54:00.055--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:54:00.061--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.061--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.062--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.063--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.063--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.063--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.063--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.063--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.063--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.063--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.063--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.064--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.064--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.064--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.064--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.064--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.064--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.065--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.065--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.065--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.065--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.065--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.065--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.065--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.065--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.066--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.067--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.068--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.069--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.07--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:54:00.071--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:54:00.072--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.073--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.074--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.145--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.145--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.145--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.145--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.146--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.147--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.148--ServerSession(1409844559)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:54:00.148--ServerSession(1409844559)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:54:00.148--ServerSession(1409844559)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:54:00.149--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.149--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.15--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.151--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.152--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.153--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.153--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.153--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.153--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:54:00.153--ServerSession(1409844559)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:54:00.155--ServerSession(1409844559)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:54:00.155--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.155--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC [junit] [EL Finest]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Connection(534027987)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Connection(975404820)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Connection(1957274125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Connection(1957274125)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:54:00.156--ServerSession(1409844559)--Connection(1336969293)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Connection(714635869)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.157--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:54:00.158--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.158--ServerSession(1409844559)--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 Fine]: 2024-04-30 17:54:00.168--ServerSession(1409844559)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:54:00.168--ServerSession(1409844559)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.168--ServerSession(1409844559)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.168--ServerSession(1409844559)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.168--ServerSession(1409844559)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:54:00.168--ServerSession(1409844559)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:54:00.168--ServerSession(1409844559)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finer]: 2024-04-30 17:54:00.169--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.17--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.171--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.172--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--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]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:54:00.173--ServerSession(1409844559)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:54:00.174--ServerSession(1409844559)--Thread(Thread[main,5,main])--client acquired: 355638521 [junit] [EL Finer]: 2024-04-30 17:54:00.174--ClientSession(355638521)--Thread(Thread[main,5,main])--acquire unit of work: 1136069814 [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:00.174--ServerSession(1409844559)--Connection(354878928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.174--ClientSession(355638521)--Connection(354878928)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:00.174--ClientSession(355638521)--Connection(354878928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:00.174--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finer]: 2024-04-30 17:54:00.174--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:00.174--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:00.174--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])-- bind => [1, 1, 1] [junit] [EL Fine]: 2024-04-30 17:54:00.175--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])-- bind => [5, 5, 1] [junit] [EL Fine]: 2024-04-30 17:54:00.175--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])-- bind => [2, 2, 1] [junit] [EL Fine]: 2024-04-30 17:54:00.175--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])-- bind => [3, 3, 1] [junit] [EL Fine]: 2024-04-30 17:54:00.175--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])-- bind => [4, 4, 1] [junit] [EL Finer]: 2024-04-30 17:54:00.175--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:00.175--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:00.176--ServerSession(1409844559)--Connection(354878928)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.176--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:00.176--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.176--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:00.176--ClientSession(355638521)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:00.176--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.176--ClientSession(355638521)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:00.176--ServerSession(1409844559)--Thread(Thread[main,5,main])--client acquired: 1489484545 [junit] [EL Finer]: 2024-04-30 17:54:00.176--ClientSession(1489484545)--Thread(Thread[main,5,main])--acquire unit of work: 1977822284 [junit] [EL Finest]: 2024-04-30 17:54:00.176--UnitOfWork(1977822284)--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]: 2024-04-30 17:54:00.176--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:00.177--UnitOfWork(1977822284)--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]: 2024-04-30 17:54:00.177--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2024-04-30 17:54:00.177--UnitOfWork(1977822284)--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]: 2024-04-30 17:54:00.177--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2024-04-30 17:54:00.177--ServerSession(1409844559)--Thread(Thread[main,5,main])--client acquired: 1030952053 [junit] [EL Finer]: 2024-04-30 17:54:00.177--ClientSession(1030952053)--Thread(Thread[main,5,main])--acquire unit of work: 2074968663 [junit] [EL Finest]: 2024-04-30 17:54:00.177--UnitOfWork(2074968663)--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]: 2024-04-30 17:54:00.177--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:00.177--UnitOfWork(2074968663)--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]: 2024-04-30 17:54:00.177--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:00.177--UnitOfWork(2074968663)--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]: 2024-04-30 17:54:00.177--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:54:00.177--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:00.177--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:00.177--ServerSession(1409844559)--Connection(231262971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.177--ClientSession(1030952053)--Connection(231262971)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:00.177--ClientSession(1030952053)--Connection(231262971)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:00.178--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:00.178--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finer]: 2024-04-30 17:54:00.178--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:00.178--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:54:00.178--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])-- bind => [a, 2, 1, 1] [junit] [EL Fine]: 2024-04-30 17:54:00.178--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])-- bind => [b, 2, 2, 1] [junit] [EL Fine]: 2024-04-30 17:54:00.178--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])-- bind => [c, 2, 3, 1] [junit] [EL Finer]: 2024-04-30 17:54:00.178--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:00.179--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:00.179--ServerSession(1409844559)--Connection(231262971)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.179--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:00.179--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.179--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.179--ClientSession(1030952053)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:00.179--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:00.179--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:00.179--ServerSession(1409844559)--Connection(903167315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.179--ClientSession(1489484545)--Connection(903167315)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:00.179--ClientSession(1489484545)--Connection(903167315)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:00.179--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:00.179--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finer]: 2024-04-30 17:54:00.18--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:00.18--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2024-04-30 17:54:00.18--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])-- bind => [x, 2, 3, 1] [junit] [EL Fine]: 2024-04-30 17:54:00.18--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])-- bind => [y, 2, 4, 1] [junit] [EL Fine]: 2024-04-30 17:54:00.18--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])-- bind => [z, 2, 5, 1] [junit] [EL Finer]: 2024-04-30 17:54:00.18--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:00.18--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Connection(903167315)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:54:00.181--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:88) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:186) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic$1.trigger(TestOptimistic.java:509) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.verifyBatchOLE(TestOptimistic.java:596) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testBatchOLECommit(TestOptimistic.java:512) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:54:00.181--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.181--ClientSession(1489484545)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Connection(1957274125)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:54:00.181--ServerSession(1409844559)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:54:00.19--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4bc76331 [junit] [EL Fine]: 2024-04-30 17:54:00.192--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@720f29f0 [junit] [EL Finer]: 2024-04-30 17:54:00.193--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:54:00.193--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.193--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.193--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:54:00.193--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.193--ServerSession(1980933707)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:54:00.193--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:54:00.193--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:54:00.193--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:54:00.193--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:54:00.194--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:54:00.2--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.2--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.2--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.2--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.2--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.2--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.2--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.201--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.201--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.201--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.201--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.201--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.249--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.249--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.249--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.25--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.25--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.25--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.25--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.25--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.25--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.25--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.25--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.251--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.251--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.251--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.251--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.251--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.251--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.251--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.252--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.253--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.254--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.255--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.256--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:54:00.257--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.258--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.259--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.26--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.261--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.262--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.353--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.353--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.353--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.354--ServerSession(1980933707)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:54:00.354--ServerSession(1980933707)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:54:00.355--ServerSession(1980933707)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:54:00.355--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:54:00.355--ServerSession(1980933707)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:54:00.355--ServerSession(1980933707)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:54:00.355--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.355--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.355--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.355--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.356--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.357--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.358--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:54:00.359--ServerSession(1980933707)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:54:00.361--ServerSession(1980933707)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None [junit] [EL Finest]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:54:00.362--ServerSession(1980933707)--Connection(120733519)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Connection(242590008)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Connection(190014801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Connection(190014801)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Connection(495840051)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Connection(910260446)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.363--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:54:00.364--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.364--ServerSession(1980933707)--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 Fine]: 2024-04-30 17:54:00.372--ServerSession(1980933707)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:54:00.372--ServerSession(1980933707)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.373--ServerSession(1980933707)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.373--ServerSession(1980933707)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.373--ServerSession(1980933707)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:54:00.373--ServerSession(1980933707)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:54:00.373--ServerSession(1980933707)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.374--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.375--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.376--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.377--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.378--ServerSession(1980933707)--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]: 2024-04-30 17:54:00.378--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.378--ServerSession(1980933707)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:54:00.378--ServerSession(1980933707)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:54:00.378--ServerSession(1980933707)--Thread(Thread[main,5,main])--client acquired: 56185058 [junit] [EL Finer]: 2024-04-30 17:54:00.378--ClientSession(56185058)--Thread(Thread[main,5,main])--acquire unit of work: 2012264919 [junit] [EL Finest]: 2024-04-30 17:54:00.378--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.378--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.378--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.378--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.378--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:00.378--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:00.378--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:00.378--ServerSession(1980933707)--Connection(1288158473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.378--ClientSession(56185058)--Connection(1288158473)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:00.378--ClientSession(56185058)--Connection(1288158473)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.379--ClientSession(56185058)--Connection(1211426838)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, 2, 1] [junit] [EL Finest]: 2024-04-30 17:54:00.379--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Fine]: 2024-04-30 17:54:00.379--ClientSession(56185058)--Connection(1211426838)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, 1, 1] [junit] [EL Finest]: 2024-04-30 17:54:00.379--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2024-04-30 17:54:00.379--ClientSession(56185058)--Connection(1211426838)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, 3, 1] [junit] [EL Finest]: 2024-04-30 17:54:00.379--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Fine]: 2024-04-30 17:54:00.379--ClientSession(56185058)--Connection(1211426838)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [5, 5, 1] [junit] [EL Finest]: 2024-04-30 17:54:00.379--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Fine]: 2024-04-30 17:54:00.38--ClientSession(56185058)--Connection(1211426838)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [4, 4, 1] [junit] [EL Finer]: 2024-04-30 17:54:00.38--ClientSession(56185058)--Connection(1211426838)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:00.38--ServerSession(1980933707)--Connection(1288158473)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.38--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:00.38--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.38--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:00.38--ClientSession(56185058)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:00.38--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.38--ClientSession(56185058)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:00.38--ServerSession(1980933707)--Thread(Thread[main,5,main])--client acquired: 640910214 [junit] [EL Finer]: 2024-04-30 17:54:00.38--ClientSession(640910214)--Thread(Thread[main,5,main])--acquire unit of work: 1049235767 [junit] [EL Finest]: 2024-04-30 17:54:00.38--UnitOfWork(1049235767)--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]: 2024-04-30 17:54:00.38--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:00.381--UnitOfWork(1049235767)--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]: 2024-04-30 17:54:00.381--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2024-04-30 17:54:00.381--UnitOfWork(1049235767)--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]: 2024-04-30 17:54:00.381--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2024-04-30 17:54:00.381--ServerSession(1980933707)--Thread(Thread[main,5,main])--client acquired: 1877110785 [junit] [EL Finer]: 2024-04-30 17:54:00.381--ClientSession(1877110785)--Thread(Thread[main,5,main])--acquire unit of work: 1018364889 [junit] [EL Finest]: 2024-04-30 17:54:00.381--UnitOfWork(1018364889)--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]: 2024-04-30 17:54:00.381--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:00.381--UnitOfWork(1018364889)--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]: 2024-04-30 17:54:00.381--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:00.381--UnitOfWork(1018364889)--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]: 2024-04-30 17:54:00.381--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2024-04-30 17:54:00.381--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:00.381--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:00.381--ServerSession(1980933707)--Connection(2002489487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.381--ClientSession(1877110785)--Connection(2002489487)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:00.381--ClientSession(1877110785)--Connection(2002489487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.381--ClientSession(1877110785)--Connection(1090881670)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [a, 2, 1, 1] [junit] [EL Finest]: 2024-04-30 17:54:00.382--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2024-04-30 17:54:00.382--ClientSession(1877110785)--Connection(1090881670)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [b, 2, 2, 1] [junit] [EL Finest]: 2024-04-30 17:54:00.382--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2024-04-30 17:54:00.382--ClientSession(1877110785)--Connection(1090881670)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [c, 2, 3, 1] [junit] [EL Finer]: 2024-04-30 17:54:00.382--ClientSession(1877110785)--Connection(1090881670)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:00.382--ServerSession(1980933707)--Connection(2002489487)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.383--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:00.383--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.383--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.383--ClientSession(1877110785)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:00.383--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:00.383--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:00.383--ServerSession(1980933707)--Connection(1172748538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.383--ClientSession(640910214)--Connection(1172748538)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:00.383--ClientSession(640910214)--Connection(1172748538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.383--ClientSession(640910214)--Connection(983177951)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [x, 2, 3, 1] [junit] [EL Warning]: 2024-04-30 17:54:00.383--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:146) [junit] at org.eclipse.persistence.descriptors.VersionLockingPolicy.validateUpdate(VersionLockingPolicy.java:792) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1170) [junit] at org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:86) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:275) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:133) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1519) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1609) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:280) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic$1.trigger(TestOptimistic.java:509) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.verifyBatchOLE(TestOptimistic.java:596) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testBatchOLECommit(TestOptimistic.java:514) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:54:00.384--ClientSession(640910214)--Connection(983177951)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Connection(1172748538)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:00.384--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:00.384--ClientSession(640910214)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249) on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Fine]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Connection(190014801)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Fine]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 logout successful [junit] [EL Finest]: 2024-04-30 17:54:00.384--ServerSession(1980933707)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2024-04-30 17:54:00.393--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@716d4283 [junit] [EL Fine]: 2024-04-30 17:54:00.394--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@178e125f [junit] [EL Finer]: 2024-04-30 17:54:00.395--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:54:00.395--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.395--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.395--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2024-04-30 17:54:00.395--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.395--ServerSession(454071866)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:54:00.396--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2024-04-30 17:54:00.396--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2024-04-30 17:54:00.396--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2024-04-30 17:54:00.396--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2024-04-30 17:54:00.396--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2024-04-30 17:54:00.402--ServerSession(454071866)--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]: 2024-04-30 17:54:00.402--ServerSession(454071866)--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]: 2024-04-30 17:54:00.402--ServerSession(454071866)--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]: 2024-04-30 17:54:00.402--ServerSession(454071866)--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]: 2024-04-30 17:54:00.402--ServerSession(454071866)--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]: 2024-04-30 17:54:00.402--ServerSession(454071866)--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]: 2024-04-30 17:54:00.402--ServerSession(454071866)--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]: 2024-04-30 17:54:00.402--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.403--ServerSession(454071866)--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]: 2024-04-30 17:54:00.404--ServerSession(454071866)--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]: 2024-04-30 17:54:00.404--ServerSession(454071866)--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]: 2024-04-30 17:54:00.404--ServerSession(454071866)--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]: 2024-04-30 17:54:00.404--ServerSession(454071866)--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]: 2024-04-30 17:54:00.404--ServerSession(454071866)--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]: 2024-04-30 17:54:00.404--ServerSession(454071866)--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]: 2024-04-30 17:54:00.404--ServerSession(454071866)--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]: 2024-04-30 17:54:00.404--ServerSession(454071866)--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]: 2024-04-30 17:54:00.457--ServerSession(454071866)--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]: 2024-04-30 17:54:00.457--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.458--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.459--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.46--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.461--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.461--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--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]: 2024-04-30 17:54:00.461--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2024-04-30 17:54:00.461--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.462--ServerSession(454071866)--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]: 2024-04-30 17:54:00.462--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.463--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2024-04-30 17:54:00.463--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.464--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2024-04-30 17:54:00.465--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.466--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--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]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.467--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.468--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--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]: 2024-04-30 17:54:00.468--ServerSession(454071866)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:54:00.469--ServerSession(454071866)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2024-04-30 17:54:00.469--ServerSession(454071866)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2024-04-30 17:54:00.469--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2024-04-30 17:54:00.469--ServerSession(454071866)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2024-04-30 17:54:00.469--ServerSession(454071866)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:54:00.469--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.469--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.469--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.469--ServerSession(454071866)--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]: 2024-04-30 17:54:00.47--ServerSession(454071866)--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]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.47--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.471--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--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]: 2024-04-30 17:54:00.472--ServerSession(454071866)--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]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.472--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.473--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.561--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.562--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.562--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.562--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.562--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.562--ServerSession(454071866)--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]: 2024-04-30 17:54:00.562--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:00.562--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:54:00.562--ServerSession(454071866)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2024-04-30 17:54:00.564--ServerSession(454071866)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Finest]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: 2024-04-30 17:54:00.565--ServerSession(454071866)--Connection(1492407639)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Connection(1583018508)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Connection(2118246884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Connection(2118246884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Connection(82140566)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Connection(121670664)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2024-04-30 17:54:00.566--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Warning]: 2024-04-30 17:54:00.567--ServerSession(454071866)--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]: 2024-04-30 17:54:00.567--ServerSession(454071866)--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 Fine]: 2024-04-30 17:54:00.576--ServerSession(454071866)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finer]: 2024-04-30 17:54:00.576--ServerSession(454071866)--Thread(Thread[main,5,main])--jmx_mbean_runtime_services_registration_mbeanserver_print (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:00.577--ServerSession(454071866)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.577--ServerSession(454071866)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_756936249)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@3cec79d3 [junit] [EL Finest]: 2024-04-30 17:54:00.577--ServerSession(454071866)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [junit] [EL Finest]: 2024-04-30 17:54:00.577--ServerSession(454071866)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:54:00.577--ServerSession(454071866)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249] is [unknown] [junit] [EL Finest]: 2024-04-30 17:54:00.579--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2024-04-30 17:54:00.579--ServerSession(454071866)--Connection(669305446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.579--ServerSession(454071866)--Connection(669305446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.58--ServerSession(454071866)--Connection(918966428)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Finest]: 2024-04-30 17:54:00.584--ServerSession(454071866)--Connection(669305446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.584--ServerSession(454071866)--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]: 2024-04-30 17:54:00.584--ServerSession(454071866)--Connection(2064306183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.584--ServerSession(454071866)--Connection(2064306183)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.584--ServerSession(454071866)--Connection(2059174650)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:54:00.588--ServerSession(454071866)--Connection(2064306183)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.588--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2024-04-30 17:54:00.588--ServerSession(454071866)--Connection(2041360896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.588--ServerSession(454071866)--Connection(2041360896)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.588--ServerSession(454071866)--Connection(1418452954)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.597--ServerSession(454071866)--Connection(2041360896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.597--ServerSession(454071866)--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]: 2024-04-30 17:54:00.597--ServerSession(454071866)--Connection(1737835586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.597--ServerSession(454071866)--Connection(1737835586)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.597--ServerSession(454071866)--Connection(2075510274)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:54:00.6--ServerSession(454071866)--Connection(1737835586)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.6--ServerSession(454071866)--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]: 2024-04-30 17:54:00.6--ServerSession(454071866)--Connection(1252544591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.6--ServerSession(454071866)--Connection(1252544591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.601--ServerSession(454071866)--Connection(131246604)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:54:00.605--ServerSession(454071866)--Connection(1252544591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.605--ServerSession(454071866)--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]: 2024-04-30 17:54:00.605--ServerSession(454071866)--Connection(1995542376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.605--ServerSession(454071866)--Connection(1995542376)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.605--ServerSession(454071866)--Connection(2119402449)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Finest]: 2024-04-30 17:54:00.61--ServerSession(454071866)--Connection(1995542376)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.61--ServerSession(454071866)--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]: 2024-04-30 17:54:00.61--ServerSession(454071866)--Connection(701332382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.61--ServerSession(454071866)--Connection(701332382)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.61--ServerSession(454071866)--Connection(1404906240)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Finest]: 2024-04-30 17:54:00.614--ServerSession(454071866)--Connection(701332382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.614--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:54:00.614--ServerSession(454071866)--Connection(1124448382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.614--ServerSession(454071866)--Connection(1124448382)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.614--ServerSession(454071866)--Connection(30812683)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Finest]: 2024-04-30 17:54:00.63--ServerSession(454071866)--Connection(1124448382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.63--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2024-04-30 17:54:00.63--ServerSession(454071866)--Connection(428102601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.63--ServerSession(454071866)--Connection(428102601)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.63--ServerSession(454071866)--Connection(1999425231)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Finest]: 2024-04-30 17:54:00.646--ServerSession(454071866)--Connection(428102601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.646--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2024-04-30 17:54:00.646--ServerSession(454071866)--Connection(868692382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.646--ServerSession(454071866)--Connection(868692382)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.647--ServerSession(454071866)--Connection(140912180)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:54:00.664--ServerSession(454071866)--Connection(868692382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.664--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:54:00.664--ServerSession(454071866)--Connection(251911323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.664--ServerSession(454071866)--Connection(251911323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.664--ServerSession(454071866)--Connection(96618276)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:54:00.679--ServerSession(454071866)--Connection(251911323)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.679--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:54:00.679--ServerSession(454071866)--Connection(1269605689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.679--ServerSession(454071866)--Connection(1269605689)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.679--ServerSession(454071866)--Connection(1524260819)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:54:00.695--ServerSession(454071866)--Connection(1269605689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.695--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2024-04-30 17:54:00.695--ServerSession(454071866)--Connection(359873189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.695--ServerSession(454071866)--Connection(359873189)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.695--ServerSession(454071866)--Connection(995676255)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Finest]: 2024-04-30 17:54:00.71--ServerSession(454071866)--Connection(359873189)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.71--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2024-04-30 17:54:00.71--ServerSession(454071866)--Connection(1216332293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.71--ServerSession(454071866)--Connection(1216332293)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.71--ServerSession(454071866)--Connection(1146449853)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Finest]: 2024-04-30 17:54:00.724--ServerSession(454071866)--Connection(1216332293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.724--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:54:00.724--ServerSession(454071866)--Connection(733307770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.724--ServerSession(454071866)--Connection(733307770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.725--ServerSession(454071866)--Connection(502068195)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_YEAR [junit] [EL Finest]: 2024-04-30 17:54:00.731--ServerSession(454071866)--Connection(733307770)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.731--ServerSession(454071866)--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]: 2024-04-30 17:54:00.731--ServerSession(454071866)--Connection(1608420596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.731--ServerSession(454071866)--Connection(1608420596)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.731--ServerSession(454071866)--Connection(1601211078)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Finest]: 2024-04-30 17:54:00.735--ServerSession(454071866)--Connection(1608420596)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.735--ServerSession(454071866)--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]: 2024-04-30 17:54:00.735--ServerSession(454071866)--Connection(226570900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.735--ServerSession(454071866)--Connection(226570900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.735--ServerSession(454071866)--Connection(638822140)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Finest]: 2024-04-30 17:54:00.738--ServerSession(454071866)--Connection(226570900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.738--ServerSession(454071866)--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]: 2024-04-30 17:54:00.738--ServerSession(454071866)--Connection(271812806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.738--ServerSession(454071866)--Connection(271812806)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.738--ServerSession(454071866)--Connection(337780166)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Finest]: 2024-04-30 17:54:00.742--ServerSession(454071866)--Connection(271812806)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.742--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2024-04-30 17:54:00.742--ServerSession(454071866)--Connection(590207587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.742--ServerSession(454071866)--Connection(590207587)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.742--ServerSession(454071866)--Connection(794039160)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Finest]: 2024-04-30 17:54:00.745--ServerSession(454071866)--Connection(590207587)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.745--ServerSession(454071866)--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]: 2024-04-30 17:54:00.745--ServerSession(454071866)--Connection(1862966607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.745--ServerSession(454071866)--Connection(1862966607)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.745--ServerSession(454071866)--Connection(582593551)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Finest]: 2024-04-30 17:54:00.749--ServerSession(454071866)--Connection(1862966607)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.749--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2024-04-30 17:54:00.749--ServerSession(454071866)--Connection(1628584202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.749--ServerSession(454071866)--Connection(1628584202)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.749--ServerSession(454071866)--Connection(1523130498)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Finest]: 2024-04-30 17:54:00.758--ServerSession(454071866)--Connection(1628584202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.758--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2024-04-30 17:54:00.758--ServerSession(454071866)--Connection(1438728800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.758--ServerSession(454071866)--Connection(1438728800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.758--ServerSession(454071866)--Connection(627833787)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Finest]: 2024-04-30 17:54:00.764--ServerSession(454071866)--Connection(1438728800)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.765--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2024-04-30 17:54:00.765--ServerSession(454071866)--Connection(2058775892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.765--ServerSession(454071866)--Connection(2058775892)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.766--ServerSession(454071866)--Connection(624685600)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Finest]: 2024-04-30 17:54:00.774--ServerSession(454071866)--Connection(2058775892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.774--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2024-04-30 17:54:00.774--ServerSession(454071866)--Connection(1103719015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.774--ServerSession(454071866)--Connection(1103719015)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.774--ServerSession(454071866)--Connection(148665287)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Finest]: 2024-04-30 17:54:00.781--ServerSession(454071866)--Connection(1103719015)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.781--ServerSession(454071866)--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]: 2024-04-30 17:54:00.781--ServerSession(454071866)--Connection(377962715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.781--ServerSession(454071866)--Connection(377962715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.782--ServerSession(454071866)--Connection(471308862)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.785--ServerSession(454071866)--Connection(377962715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.785--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2024-04-30 17:54:00.785--ServerSession(454071866)--Connection(1685162131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.785--ServerSession(454071866)--Connection(1685162131)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.785--ServerSession(454071866)--Connection(1214025054)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.789--ServerSession(454071866)--Connection(1685162131)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.789--ServerSession(454071866)--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]: 2024-04-30 17:54:00.789--ServerSession(454071866)--Connection(1803950630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.789--ServerSession(454071866)--Connection(1803950630)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.789--ServerSession(454071866)--Connection(64697045)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Finest]: 2024-04-30 17:54:00.793--ServerSession(454071866)--Connection(1803950630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.793--ServerSession(454071866)--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]: 2024-04-30 17:54:00.793--ServerSession(454071866)--Connection(369276484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.793--ServerSession(454071866)--Connection(369276484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.793--ServerSession(454071866)--Connection(1292814728)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Finest]: 2024-04-30 17:54:00.796--ServerSession(454071866)--Connection(369276484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.796--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2024-04-30 17:54:00.796--ServerSession(454071866)--Connection(867211529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.796--ServerSession(454071866)--Connection(867211529)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.796--ServerSession(454071866)--Connection(805550509)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Finest]: 2024-04-30 17:54:00.798--ServerSession(454071866)--Connection(867211529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.798--ServerSession(454071866)--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]: 2024-04-30 17:54:00.798--ServerSession(454071866)--Connection(1409773698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.798--ServerSession(454071866)--Connection(1409773698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.799--ServerSession(454071866)--Connection(1674105818)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.803--ServerSession(454071866)--Connection(1409773698)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.803--ServerSession(454071866)--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]: 2024-04-30 17:54:00.803--ServerSession(454071866)--Connection(371983010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.803--ServerSession(454071866)--Connection(371983010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.803--ServerSession(454071866)--Connection(2042684293)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.807--ServerSession(454071866)--Connection(371983010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.807--ServerSession(454071866)--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]: 2024-04-30 17:54:00.807--ServerSession(454071866)--Connection(1275995925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.807--ServerSession(454071866)--Connection(1275995925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.807--ServerSession(454071866)--Connection(977339684)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.811--ServerSession(454071866)--Connection(1275995925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.811--ServerSession(454071866)--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]: 2024-04-30 17:54:00.811--ServerSession(454071866)--Connection(89816131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.811--ServerSession(454071866)--Connection(89816131)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.811--ServerSession(454071866)--Connection(944883058)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Finest]: 2024-04-30 17:54:00.815--ServerSession(454071866)--Connection(89816131)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.815--ServerSession(454071866)--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]: 2024-04-30 17:54:00.815--ServerSession(454071866)--Connection(1444790559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.815--ServerSession(454071866)--Connection(1444790559)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.815--ServerSession(454071866)--Connection(7542779)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Finest]: 2024-04-30 17:54:00.819--ServerSession(454071866)--Connection(1444790559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.819--ServerSession(454071866)--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]: 2024-04-30 17:54:00.819--ServerSession(454071866)--Connection(1620646203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.819--ServerSession(454071866)--Connection(1620646203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.819--ServerSession(454071866)--Connection(1479817486)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Finest]: 2024-04-30 17:54:00.823--ServerSession(454071866)--Connection(1620646203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.823--ServerSession(454071866)--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]: 2024-04-30 17:54:00.823--ServerSession(454071866)--Connection(265713738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.823--ServerSession(454071866)--Connection(265713738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.823--ServerSession(454071866)--Connection(657385546)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Finest]: 2024-04-30 17:54:00.827--ServerSession(454071866)--Connection(265713738)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.827--ServerSession(454071866)--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]: 2024-04-30 17:54:00.827--ServerSession(454071866)--Connection(528710336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.827--ServerSession(454071866)--Connection(528710336)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.827--ServerSession(454071866)--Connection(590038354)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Finest]: 2024-04-30 17:54:00.831--ServerSession(454071866)--Connection(528710336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.831--ServerSession(454071866)--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]: 2024-04-30 17:54:00.831--ServerSession(454071866)--Connection(2012702294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.831--ServerSession(454071866)--Connection(2012702294)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.831--ServerSession(454071866)--Connection(1940281106)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:54:00.837--ServerSession(454071866)--Connection(2012702294)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.837--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR") [junit] [EL Finest]: 2024-04-30 17:54:00.837--ServerSession(454071866)--Connection(1160284354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.837--ServerSession(454071866)--Connection(1160284354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.837--ServerSession(454071866)--Connection(161580007)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_YEAR [junit] [EL Finest]: 2024-04-30 17:54:00.84--ServerSession(454071866)--Connection(1160284354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.84--ServerSession(454071866)--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]: 2024-04-30 17:54:00.84--ServerSession(454071866)--Connection(909207165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.84--ServerSession(454071866)--Connection(909207165)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.84--ServerSession(454071866)--Connection(937330401)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Finest]: 2024-04-30 17:54:00.844--ServerSession(454071866)--Connection(909207165)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.844--ServerSession(454071866)--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]: 2024-04-30 17:54:00.844--ServerSession(454071866)--Connection(142200423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.844--ServerSession(454071866)--Connection(142200423)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.844--ServerSession(454071866)--Connection(893797275)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Finest]: 2024-04-30 17:54:00.848--ServerSession(454071866)--Connection(142200423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.848--ServerSession(454071866)--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]: 2024-04-30 17:54:00.848--ServerSession(454071866)--Connection(1748846178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.848--ServerSession(454071866)--Connection(1748846178)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.848--ServerSession(454071866)--Connection(787593204)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Finest]: 2024-04-30 17:54:00.854--ServerSession(454071866)--Connection(1748846178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.854--ServerSession(454071866)--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]: 2024-04-30 17:54:00.854--ServerSession(454071866)--Connection(1044761217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.854--ServerSession(454071866)--Connection(1044761217)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.854--ServerSession(454071866)--Connection(1019843965)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Finest]: 2024-04-30 17:54:00.858--ServerSession(454071866)--Connection(1044761217)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.858--ServerSession(454071866)--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]: 2024-04-30 17:54:00.858--ServerSession(454071866)--Connection(1440435946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.858--ServerSession(454071866)--Connection(1440435946)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.858--ServerSession(454071866)--Connection(1171953426)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:54:00.862--ServerSession(454071866)--Connection(1440435946)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.862--ServerSession(454071866)--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]: 2024-04-30 17:54:00.862--ServerSession(454071866)--Connection(210569700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.862--ServerSession(454071866)--Connection(210569700)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.862--ServerSession(454071866)--Connection(61782657)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.865--ServerSession(454071866)--Connection(210569700)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.865--ServerSession(454071866)--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]: 2024-04-30 17:54:00.865--ServerSession(454071866)--Connection(1675708619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.865--ServerSession(454071866)--Connection(1675708619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.865--ServerSession(454071866)--Connection(122142586)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.87--ServerSession(454071866)--Connection(1675708619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.87--ServerSession(454071866)--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]: 2024-04-30 17:54:00.87--ServerSession(454071866)--Connection(219516094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.87--ServerSession(454071866)--Connection(219516094)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.87--ServerSession(454071866)--Connection(1683696327)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.874--ServerSession(454071866)--Connection(219516094)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.874--ServerSession(454071866)--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]: 2024-04-30 17:54:00.874--ServerSession(454071866)--Connection(1954641756)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.874--ServerSession(454071866)--Connection(1954641756)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.875--ServerSession(454071866)--Connection(1439720718)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2024-04-30 17:54:00.878--ServerSession(454071866)--Connection(1954641756)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.878--ServerSession(454071866)--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]: 2024-04-30 17:54:00.878--ServerSession(454071866)--Connection(1504093961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.878--ServerSession(454071866)--Connection(1504093961)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.878--ServerSession(454071866)--Connection(643956982)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.881--ServerSession(454071866)--Connection(1504093961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.881--ServerSession(454071866)--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]: 2024-04-30 17:54:00.881--ServerSession(454071866)--Connection(465890353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.881--ServerSession(454071866)--Connection(465890353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.881--ServerSession(454071866)--Connection(2000064175)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Finest]: 2024-04-30 17:54:00.886--ServerSession(454071866)--Connection(465890353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.886--ServerSession(454071866)--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]: 2024-04-30 17:54:00.886--ServerSession(454071866)--Connection(1450686947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.886--ServerSession(454071866)--Connection(1450686947)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.886--ServerSession(454071866)--Connection(1785619064)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Finest]: 2024-04-30 17:54:00.889--ServerSession(454071866)--Connection(1450686947)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.889--ServerSession(454071866)--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]: 2024-04-30 17:54:00.889--ServerSession(454071866)--Connection(1120415603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.889--ServerSession(454071866)--Connection(1120415603)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.889--ServerSession(454071866)--Connection(689651304)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Finest]: 2024-04-30 17:54:00.893--ServerSession(454071866)--Connection(1120415603)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.893--ServerSession(454071866)--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]: 2024-04-30 17:54:00.893--ServerSession(454071866)--Connection(1872618824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.893--ServerSession(454071866)--Connection(1872618824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.893--ServerSession(454071866)--Connection(1814948991)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Finest]: 2024-04-30 17:54:00.897--ServerSession(454071866)--Connection(1872618824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.897--ServerSession(454071866)--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]: 2024-04-30 17:54:00.897--ServerSession(454071866)--Connection(1403081623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.897--ServerSession(454071866)--Connection(1403081623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.897--ServerSession(454071866)--Connection(1402358542)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Finest]: 2024-04-30 17:54:00.901--ServerSession(454071866)--Connection(1403081623)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.901--ServerSession(454071866)--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]: 2024-04-30 17:54:00.901--ServerSession(454071866)--Connection(1734774007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.901--ServerSession(454071866)--Connection(1734774007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.901--ServerSession(454071866)--Connection(1040336487)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Finest]: 2024-04-30 17:54:00.904--ServerSession(454071866)--Connection(1734774007)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.904--ServerSession(454071866)--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]: 2024-04-30 17:54:00.904--ServerSession(454071866)--Connection(1462144963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.904--ServerSession(454071866)--Connection(1462144963)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.904--ServerSession(454071866)--Connection(83140836)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Finest]: 2024-04-30 17:54:00.908--ServerSession(454071866)--Connection(1462144963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.908--ServerSession(454071866)--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]: 2024-04-30 17:54:00.908--ServerSession(454071866)--Connection(441599944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.908--ServerSession(454071866)--Connection(441599944)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.909--ServerSession(454071866)--Connection(2045348822)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Finest]: 2024-04-30 17:54:00.913--ServerSession(454071866)--Connection(441599944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.913--ServerSession(454071866)--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]: 2024-04-30 17:54:00.913--ServerSession(454071866)--Connection(1062078732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.913--ServerSession(454071866)--Connection(1062078732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.913--ServerSession(454071866)--Connection(933917994)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Finest]: 2024-04-30 17:54:00.918--ServerSession(454071866)--Connection(1062078732)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.918--ServerSession(454071866)--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]: 2024-04-30 17:54:00.918--ServerSession(454071866)--Connection(94959479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.918--ServerSession(454071866)--Connection(94959479)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.918--ServerSession(454071866)--Connection(1247910055)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Finest]: 2024-04-30 17:54:00.921--ServerSession(454071866)--Connection(94959479)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.921--ServerSession(454071866)--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]: 2024-04-30 17:54:00.921--ServerSession(454071866)--Connection(1804766329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.921--ServerSession(454071866)--Connection(1804766329)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.921--ServerSession(454071866)--Connection(700702003)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Finest]: 2024-04-30 17:54:00.927--ServerSession(454071866)--Connection(1804766329)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.927--ServerSession(454071866)--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]: 2024-04-30 17:54:00.927--ServerSession(454071866)--Connection(1946386331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.927--ServerSession(454071866)--Connection(1946386331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.927--ServerSession(454071866)--Connection(185451558)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Finest]: 2024-04-30 17:54:00.93--ServerSession(454071866)--Connection(1946386331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.93--ServerSession(454071866)--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]: 2024-04-30 17:54:00.93--ServerSession(454071866)--Connection(1571835907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.93--ServerSession(454071866)--Connection(1571835907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.931--ServerSession(454071866)--Connection(840958857)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.934--ServerSession(454071866)--Connection(1571835907)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.934--ServerSession(454071866)--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]: 2024-04-30 17:54:00.934--ServerSession(454071866)--Connection(1846621409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.934--ServerSession(454071866)--Connection(1846621409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.934--ServerSession(454071866)--Connection(838750568)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Finest]: 2024-04-30 17:54:00.937--ServerSession(454071866)--Connection(1846621409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.937--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2024-04-30 17:54:00.937--ServerSession(454071866)--Connection(443024593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.937--ServerSession(454071866)--Connection(443024593)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.937--ServerSession(454071866)--Connection(2109316417)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Finest]: 2024-04-30 17:54:00.939--ServerSession(454071866)--Connection(443024593)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.939--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2024-04-30 17:54:00.939--ServerSession(454071866)--Connection(1014603091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.939--ServerSession(454071866)--Connection(1014603091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.939--ServerSession(454071866)--Connection(1726826625)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Finest]: 2024-04-30 17:54:00.941--ServerSession(454071866)--Connection(1014603091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.941--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2024-04-30 17:54:00.941--ServerSession(454071866)--Connection(385166696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.941--ServerSession(454071866)--Connection(385166696)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.941--ServerSession(454071866)--Connection(1712765408)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Finest]: 2024-04-30 17:54:00.943--ServerSession(454071866)--Connection(385166696)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.943--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2024-04-30 17:54:00.943--ServerSession(454071866)--Connection(1090717951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.943--ServerSession(454071866)--Connection(1090717951)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.943--ServerSession(454071866)--Connection(2116219866)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Finest]: 2024-04-30 17:54:00.944--ServerSession(454071866)--Connection(1090717951)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.944--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2024-04-30 17:54:00.944--ServerSession(454071866)--Connection(1569495365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.944--ServerSession(454071866)--Connection(1569495365)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.944--ServerSession(454071866)--Connection(76625659)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Finest]: 2024-04-30 17:54:00.945--ServerSession(454071866)--Connection(1569495365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.945--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2024-04-30 17:54:00.945--ServerSession(454071866)--Connection(82266843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.945--ServerSession(454071866)--Connection(82266843)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.946--ServerSession(454071866)--Connection(1025031603)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Finest]: 2024-04-30 17:54:00.947--ServerSession(454071866)--Connection(82266843)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.947--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2024-04-30 17:54:00.947--ServerSession(454071866)--Connection(2020820394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.947--ServerSession(454071866)--Connection(2020820394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.947--ServerSession(454071866)--Connection(1190951405)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Finest]: 2024-04-30 17:54:00.949--ServerSession(454071866)--Connection(2020820394)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.949--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2024-04-30 17:54:00.949--ServerSession(454071866)--Connection(360304421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.949--ServerSession(454071866)--Connection(360304421)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.949--ServerSession(454071866)--Connection(2001049141)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Finest]: 2024-04-30 17:54:00.95--ServerSession(454071866)--Connection(360304421)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.95--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2024-04-30 17:54:00.95--ServerSession(454071866)--Connection(1637670238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.95--ServerSession(454071866)--Connection(1637670238)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.95--ServerSession(454071866)--Connection(986130095)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Finest]: 2024-04-30 17:54:00.952--ServerSession(454071866)--Connection(1637670238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.952--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2024-04-30 17:54:00.952--ServerSession(454071866)--Connection(782587714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.952--ServerSession(454071866)--Connection(782587714)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.952--ServerSession(454071866)--Connection(701762021)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Finest]: 2024-04-30 17:54:00.954--ServerSession(454071866)--Connection(782587714)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.954--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2024-04-30 17:54:00.954--ServerSession(454071866)--Connection(213162397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.954--ServerSession(454071866)--Connection(213162397)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.954--ServerSession(454071866)--Connection(145739790)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Finest]: 2024-04-30 17:54:00.955--ServerSession(454071866)--Connection(213162397)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.955--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:54:00.955--ServerSession(454071866)--Connection(111021846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.955--ServerSession(454071866)--Connection(111021846)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.955--ServerSession(454071866)--Connection(785258025)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Finest]: 2024-04-30 17:54:00.957--ServerSession(454071866)--Connection(111021846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.957--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:00.957--ServerSession(454071866)--Connection(849241856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.957--ServerSession(454071866)--Connection(849241856)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.957--ServerSession(454071866)--Connection(1141778682)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:00.959--ServerSession(454071866)--Connection(849241856)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.959--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:00.959--ServerSession(454071866)--Connection(2117999483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.959--ServerSession(454071866)--Connection(2117999483)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.959--ServerSession(454071866)--Connection(1071236571)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Finest]: 2024-04-30 17:54:00.961--ServerSession(454071866)--Connection(2117999483)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.961--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:54:00.961--ServerSession(454071866)--Connection(1751135259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.961--ServerSession(454071866)--Connection(1751135259)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.961--ServerSession(454071866)--Connection(1720393647)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Finest]: 2024-04-30 17:54:00.963--ServerSession(454071866)--Connection(1751135259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.963--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2024-04-30 17:54:00.963--ServerSession(454071866)--Connection(907064328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.963--ServerSession(454071866)--Connection(907064328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.963--ServerSession(454071866)--Connection(1606000189)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Finest]: 2024-04-30 17:54:00.964--ServerSession(454071866)--Connection(907064328)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.964--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2024-04-30 17:54:00.964--ServerSession(454071866)--Connection(424243645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.964--ServerSession(454071866)--Connection(424243645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.964--ServerSession(454071866)--Connection(709506664)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Finest]: 2024-04-30 17:54:00.966--ServerSession(454071866)--Connection(424243645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.966--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:54:00.966--ServerSession(454071866)--Connection(1420648398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.966--ServerSession(454071866)--Connection(1420648398)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.966--ServerSession(454071866)--Connection(104536191)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Finest]: 2024-04-30 17:54:00.967--ServerSession(454071866)--Connection(1420648398)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.967--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:54:00.967--ServerSession(454071866)--Connection(1290977062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.967--ServerSession(454071866)--Connection(1290977062)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.967--ServerSession(454071866)--Connection(1914690137)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Finest]: 2024-04-30 17:54:00.969--ServerSession(454071866)--Connection(1290977062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.969--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2024-04-30 17:54:00.969--ServerSession(454071866)--Connection(487356931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.969--ServerSession(454071866)--Connection(487356931)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.969--ServerSession(454071866)--Connection(1147071755)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Finest]: 2024-04-30 17:54:00.97--ServerSession(454071866)--Connection(487356931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.97--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:54:00.97--ServerSession(454071866)--Connection(706747049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.97--ServerSession(454071866)--Connection(706747049)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.97--ServerSession(454071866)--Connection(1409462668)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Finest]: 2024-04-30 17:54:00.972--ServerSession(454071866)--Connection(706747049)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.972--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2024-04-30 17:54:00.972--ServerSession(454071866)--Connection(1459556331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.972--ServerSession(454071866)--Connection(1459556331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.972--ServerSession(454071866)--Connection(2090906319)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Finest]: 2024-04-30 17:54:00.973--ServerSession(454071866)--Connection(1459556331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.973--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2024-04-30 17:54:00.973--ServerSession(454071866)--Connection(1676906417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.973--ServerSession(454071866)--Connection(1676906417)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.973--ServerSession(454071866)--Connection(1297962099)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Finest]: 2024-04-30 17:54:00.975--ServerSession(454071866)--Connection(1676906417)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.975--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2024-04-30 17:54:00.975--ServerSession(454071866)--Connection(1982794379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.975--ServerSession(454071866)--Connection(1982794379)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.975--ServerSession(454071866)--Connection(157191672)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Finest]: 2024-04-30 17:54:00.976--ServerSession(454071866)--Connection(1982794379)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.976--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2024-04-30 17:54:00.976--ServerSession(454071866)--Connection(263913016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.976--ServerSession(454071866)--Connection(263913016)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.976--ServerSession(454071866)--Connection(30393878)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Finest]: 2024-04-30 17:54:00.978--ServerSession(454071866)--Connection(263913016)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.978--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2024-04-30 17:54:00.978--ServerSession(454071866)--Connection(1877217192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.978--ServerSession(454071866)--Connection(1877217192)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.978--ServerSession(454071866)--Connection(938960722)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Finest]: 2024-04-30 17:54:00.979--ServerSession(454071866)--Connection(1877217192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.979--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2024-04-30 17:54:00.979--ServerSession(454071866)--Connection(700537906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.979--ServerSession(454071866)--Connection(700537906)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.979--ServerSession(454071866)--Connection(1721212909)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Finest]: 2024-04-30 17:54:00.981--ServerSession(454071866)--Connection(700537906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.981--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2024-04-30 17:54:00.981--ServerSession(454071866)--Connection(495979908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.981--ServerSession(454071866)--Connection(495979908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.981--ServerSession(454071866)--Connection(1041494728)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Finest]: 2024-04-30 17:54:00.982--ServerSession(454071866)--Connection(495979908)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.982--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2024-04-30 17:54:00.982--ServerSession(454071866)--Connection(996414823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.982--ServerSession(454071866)--Connection(996414823)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.982--ServerSession(454071866)--Connection(646300578)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Finest]: 2024-04-30 17:54:00.983--ServerSession(454071866)--Connection(996414823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.983--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2024-04-30 17:54:00.983--ServerSession(454071866)--Connection(1757412102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.983--ServerSession(454071866)--Connection(1757412102)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.983--ServerSession(454071866)--Connection(1936397403)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Finest]: 2024-04-30 17:54:00.985--ServerSession(454071866)--Connection(1757412102)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.985--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2024-04-30 17:54:00.985--ServerSession(454071866)--Connection(1934806912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.985--ServerSession(454071866)--Connection(1934806912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.985--ServerSession(454071866)--Connection(1688370471)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Finest]: 2024-04-30 17:54:00.987--ServerSession(454071866)--Connection(1934806912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.987--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2024-04-30 17:54:00.987--ServerSession(454071866)--Connection(1854957026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.987--ServerSession(454071866)--Connection(1854957026)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.987--ServerSession(454071866)--Connection(198941055)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Finest]: 2024-04-30 17:54:00.988--ServerSession(454071866)--Connection(1854957026)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.988--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2024-04-30 17:54:00.988--ServerSession(454071866)--Connection(810167434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.988--ServerSession(454071866)--Connection(810167434)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.988--ServerSession(454071866)--Connection(1570304020)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Finest]: 2024-04-30 17:54:00.99--ServerSession(454071866)--Connection(810167434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.99--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2024-04-30 17:54:00.99--ServerSession(454071866)--Connection(1254877490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.99--ServerSession(454071866)--Connection(1254877490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.99--ServerSession(454071866)--Connection(721728157)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Finest]: 2024-04-30 17:54:00.991--ServerSession(454071866)--Connection(1254877490)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.991--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2024-04-30 17:54:00.991--ServerSession(454071866)--Connection(1199219058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.992--ServerSession(454071866)--Connection(1199219058)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.992--ServerSession(454071866)--Connection(1391280854)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Finest]: 2024-04-30 17:54:00.993--ServerSession(454071866)--Connection(1199219058)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.993--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2024-04-30 17:54:00.993--ServerSession(454071866)--Connection(1510917452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.993--ServerSession(454071866)--Connection(1510917452)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.993--ServerSession(454071866)--Connection(1215143502)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Finest]: 2024-04-30 17:54:00.995--ServerSession(454071866)--Connection(1510917452)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.995--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:54:00.995--ServerSession(454071866)--Connection(814683100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.995--ServerSession(454071866)--Connection(814683100)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.995--ServerSession(454071866)--Connection(470254628)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Finest]: 2024-04-30 17:54:00.997--ServerSession(454071866)--Connection(814683100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.997--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:54:00.997--ServerSession(454071866)--Connection(1013254866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.997--ServerSession(454071866)--Connection(1013254866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:00.997--ServerSession(454071866)--Connection(1958543217)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:54:00.999--ServerSession(454071866)--Connection(1013254866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:00.999--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2024-04-30 17:54:01.0--ServerSession(454071866)--Connection(191439651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.0--ServerSession(454071866)--Connection(191439651)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.0--ServerSession(454071866)--Connection(533629702)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Finest]: 2024-04-30 17:54:01.001--ServerSession(454071866)--Connection(191439651)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.001--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2024-04-30 17:54:01.001--ServerSession(454071866)--Connection(196922207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.001--ServerSession(454071866)--Connection(196922207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.002--ServerSession(454071866)--Connection(1234080048)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Finest]: 2024-04-30 17:54:01.003--ServerSession(454071866)--Connection(196922207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.003--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2024-04-30 17:54:01.003--ServerSession(454071866)--Connection(2071436411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.003--ServerSession(454071866)--Connection(2071436411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.003--ServerSession(454071866)--Connection(385635961)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Finest]: 2024-04-30 17:54:01.005--ServerSession(454071866)--Connection(2071436411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.005--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2024-04-30 17:54:01.005--ServerSession(454071866)--Connection(338152470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.005--ServerSession(454071866)--Connection(338152470)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.005--ServerSession(454071866)--Connection(1408503469)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Finest]: 2024-04-30 17:54:01.006--ServerSession(454071866)--Connection(338152470)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.006--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2024-04-30 17:54:01.006--ServerSession(454071866)--Connection(1040476448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.006--ServerSession(454071866)--Connection(1040476448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.006--ServerSession(454071866)--Connection(350832010)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Finest]: 2024-04-30 17:54:01.007--ServerSession(454071866)--Connection(1040476448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.007--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2024-04-30 17:54:01.007--ServerSession(454071866)--Connection(1042558830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.007--ServerSession(454071866)--Connection(1042558830)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.008--ServerSession(454071866)--Connection(603200739)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Finest]: 2024-04-30 17:54:01.009--ServerSession(454071866)--Connection(1042558830)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.009--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2024-04-30 17:54:01.009--ServerSession(454071866)--Connection(1204329011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.009--ServerSession(454071866)--Connection(1204329011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.009--ServerSession(454071866)--Connection(1476952827)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Finest]: 2024-04-30 17:54:01.011--ServerSession(454071866)--Connection(1204329011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.011--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2024-04-30 17:54:01.011--ServerSession(454071866)--Connection(1488220852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.011--ServerSession(454071866)--Connection(1488220852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.011--ServerSession(454071866)--Connection(1529770643)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Finest]: 2024-04-30 17:54:01.013--ServerSession(454071866)--Connection(1488220852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.013--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2024-04-30 17:54:01.013--ServerSession(454071866)--Connection(1482304217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.013--ServerSession(454071866)--Connection(1482304217)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.013--ServerSession(454071866)--Connection(587256500)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Finest]: 2024-04-30 17:54:01.014--ServerSession(454071866)--Connection(1482304217)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.014--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2024-04-30 17:54:01.015--ServerSession(454071866)--Connection(628345868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.015--ServerSession(454071866)--Connection(628345868)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.015--ServerSession(454071866)--Connection(754329241)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Finest]: 2024-04-30 17:54:01.016--ServerSession(454071866)--Connection(628345868)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.016--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:01.016--ServerSession(454071866)--Connection(377392298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.016--ServerSession(454071866)--Connection(377392298)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.016--ServerSession(454071866)--Connection(769012165)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:01.018--ServerSession(454071866)--Connection(377392298)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.018--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2024-04-30 17:54:01.018--ServerSession(454071866)--Connection(257303060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.018--ServerSession(454071866)--Connection(257303060)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.018--ServerSession(454071866)--Connection(1840243848)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Finest]: 2024-04-30 17:54:01.021--ServerSession(454071866)--Connection(257303060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.021--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2024-04-30 17:54:01.021--ServerSession(454071866)--Connection(156936092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.021--ServerSession(454071866)--Connection(156936092)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.021--ServerSession(454071866)--Connection(933388833)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Finest]: 2024-04-30 17:54:01.023--ServerSession(454071866)--Connection(156936092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.023--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2024-04-30 17:54:01.023--ServerSession(454071866)--Connection(154911519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.023--ServerSession(454071866)--Connection(154911519)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.023--ServerSession(454071866)--Connection(1434579939)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Finest]: 2024-04-30 17:54:01.024--ServerSession(454071866)--Connection(154911519)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.024--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2024-04-30 17:54:01.024--ServerSession(454071866)--Connection(235784512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.024--ServerSession(454071866)--Connection(235784512)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.024--ServerSession(454071866)--Connection(1501155493)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Finest]: 2024-04-30 17:54:01.025--ServerSession(454071866)--Connection(235784512)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.026--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2024-04-30 17:54:01.026--ServerSession(454071866)--Connection(1139496989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.026--ServerSession(454071866)--Connection(1139496989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.026--ServerSession(454071866)--Connection(600628969)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Finest]: 2024-04-30 17:54:01.027--ServerSession(454071866)--Connection(1139496989)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.027--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2024-04-30 17:54:01.027--ServerSession(454071866)--Connection(1577369573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.027--ServerSession(454071866)--Connection(1577369573)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.027--ServerSession(454071866)--Connection(1194733448)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Finest]: 2024-04-30 17:54:01.029--ServerSession(454071866)--Connection(1577369573)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.029--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2024-04-30 17:54:01.029--ServerSession(454071866)--Connection(143879459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.029--ServerSession(454071866)--Connection(143879459)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.029--ServerSession(454071866)--Connection(1930629187)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Finest]: 2024-04-30 17:54:01.031--ServerSession(454071866)--Connection(143879459)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.031--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2024-04-30 17:54:01.031--ServerSession(454071866)--Connection(1139880288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.031--ServerSession(454071866)--Connection(1139880288)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.032--ServerSession(454071866)--Connection(1343796808)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Finest]: 2024-04-30 17:54:01.033--ServerSession(454071866)--Connection(1139880288)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.033--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2024-04-30 17:54:01.033--ServerSession(454071866)--Connection(1198508193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.033--ServerSession(454071866)--Connection(1198508193)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.033--ServerSession(454071866)--Connection(232753949)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Finest]: 2024-04-30 17:54:01.034--ServerSession(454071866)--Connection(1198508193)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.034--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2024-04-30 17:54:01.034--ServerSession(454071866)--Connection(838871585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.034--ServerSession(454071866)--Connection(838871585)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.034--ServerSession(454071866)--Connection(185845248)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Finest]: 2024-04-30 17:54:01.036--ServerSession(454071866)--Connection(838871585)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.036--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:54:01.036--ServerSession(454071866)--Connection(1680603742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.036--ServerSession(454071866)--Connection(1680603742)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.036--ServerSession(454071866)--Connection(1464436184)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Finest]: 2024-04-30 17:54:01.037--ServerSession(454071866)--Connection(1680603742)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.037--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2024-04-30 17:54:01.037--ServerSession(454071866)--Connection(290540663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.037--ServerSession(454071866)--Connection(290540663)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.037--ServerSession(454071866)--Connection(714321161)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Finest]: 2024-04-30 17:54:01.039--ServerSession(454071866)--Connection(290540663)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.039--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:54:01.039--ServerSession(454071866)--Connection(142538462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.039--ServerSession(454071866)--Connection(142538462)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.039--ServerSession(454071866)--Connection(324477266)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Finest]: 2024-04-30 17:54:01.042--ServerSession(454071866)--Connection(142538462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.042--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2024-04-30 17:54:01.042--ServerSession(454071866)--Connection(1768925739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.042--ServerSession(454071866)--Connection(1768925739)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.042--ServerSession(454071866)--Connection(383281630)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Finest]: 2024-04-30 17:54:01.043--ServerSession(454071866)--Connection(1768925739)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.043--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:54:01.043--ServerSession(454071866)--Connection(1093138474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.043--ServerSession(454071866)--Connection(1093138474)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.044--ServerSession(454071866)--Connection(1426930903)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Finest]: 2024-04-30 17:54:01.045--ServerSession(454071866)--Connection(1093138474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.045--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:54:01.045--ServerSession(454071866)--Connection(1084100201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.045--ServerSession(454071866)--Connection(1084100201)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.045--ServerSession(454071866)--Connection(1040603384)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Finest]: 2024-04-30 17:54:01.046--ServerSession(454071866)--Connection(1084100201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.046--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:54:01.046--ServerSession(454071866)--Connection(1940326065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.046--ServerSession(454071866)--Connection(1940326065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.046--ServerSession(454071866)--Connection(1132110826)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:54:01.048--ServerSession(454071866)--Connection(1940326065)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.048--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:54:01.048--ServerSession(454071866)--Connection(1156464912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.048--ServerSession(454071866)--Connection(1156464912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.048--ServerSession(454071866)--Connection(255280562)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:54:01.049--ServerSession(454071866)--Connection(1156464912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.049--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2024-04-30 17:54:01.049--ServerSession(454071866)--Connection(1762966346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.049--ServerSession(454071866)--Connection(1762966346)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.049--ServerSession(454071866)--Connection(1598329273)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Finest]: 2024-04-30 17:54:01.051--ServerSession(454071866)--Connection(1762966346)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.051--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2024-04-30 17:54:01.051--ServerSession(454071866)--Connection(1434592412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.051--ServerSession(454071866)--Connection(1434592412)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.051--ServerSession(454071866)--Connection(427826061)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Finest]: 2024-04-30 17:54:01.053--ServerSession(454071866)--Connection(1434592412)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.053--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2024-04-30 17:54:01.053--ServerSession(454071866)--Connection(1379935176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.053--ServerSession(454071866)--Connection(1379935176)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.053--ServerSession(454071866)--Connection(371346392)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Finest]: 2024-04-30 17:54:01.054--ServerSession(454071866)--Connection(1379935176)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.054--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2024-04-30 17:54:01.054--ServerSession(454071866)--Connection(2044852019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.054--ServerSession(454071866)--Connection(2044852019)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.054--ServerSession(454071866)--Connection(720164260)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Finest]: 2024-04-30 17:54:01.056--ServerSession(454071866)--Connection(2044852019)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.056--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:54:01.056--ServerSession(454071866)--Connection(443581676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.056--ServerSession(454071866)--Connection(443581676)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.056--ServerSession(454071866)--Connection(1826529534)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.059--ServerSession(454071866)--Connection(443581676)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.059--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.059--ServerSession(454071866)--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]: 2024-04-30 17:54:01.059--ServerSession(454071866)--Connection(796247027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.059--ServerSession(454071866)--Connection(796247027)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.059--ServerSession(454071866)--Connection(826045717)--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]: 2024-04-30 17:54:01.062--ServerSession(454071866)--Connection(796247027)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.062--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.062--ServerSession(454071866)--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]: 2024-04-30 17:54:01.062--ServerSession(454071866)--Connection(283036702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.062--ServerSession(454071866)--Connection(283036702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.063--ServerSession(454071866)--Connection(288747437)--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]: 2024-04-30 17:54:01.065--ServerSession(454071866)--Connection(283036702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.065--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.065--ServerSession(454071866)--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]: 2024-04-30 17:54:01.065--ServerSession(454071866)--Connection(211029675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.065--ServerSession(454071866)--Connection(211029675)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.066--ServerSession(454071866)--Connection(1783405851)--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]: 2024-04-30 17:54:01.068--ServerSession(454071866)--Connection(211029675)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.068--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.068--ServerSession(454071866)--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]: 2024-04-30 17:54:01.068--ServerSession(454071866)--Connection(179677200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.068--ServerSession(454071866)--Connection(179677200)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.068--ServerSession(454071866)--Connection(645406395)--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]: 2024-04-30 17:54:01.074--ServerSession(454071866)--Connection(179677200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.074--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.074--ServerSession(454071866)--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]: 2024-04-30 17:54:01.074--ServerSession(454071866)--Connection(773169367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.074--ServerSession(454071866)--Connection(773169367)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.075--ServerSession(454071866)--Connection(155678765)--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]: 2024-04-30 17:54:01.078--ServerSession(454071866)--Connection(773169367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.078--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.078--ServerSession(454071866)--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]: 2024-04-30 17:54:01.078--ServerSession(454071866)--Connection(1352142620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.078--ServerSession(454071866)--Connection(1352142620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.078--ServerSession(454071866)--Connection(1393036992)--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]: 2024-04-30 17:54:01.081--ServerSession(454071866)--Connection(1352142620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.081--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.081--ServerSession(454071866)--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]: 2024-04-30 17:54:01.081--ServerSession(454071866)--Connection(1863144225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.081--ServerSession(454071866)--Connection(1863144225)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.081--ServerSession(454071866)--Connection(2138919219)--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]: 2024-04-30 17:54:01.084--ServerSession(454071866)--Connection(1863144225)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.084--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.084--ServerSession(454071866)--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]: 2024-04-30 17:54:01.084--ServerSession(454071866)--Connection(1765636478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.084--ServerSession(454071866)--Connection(1765636478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.084--ServerSession(454071866)--Connection(1823255331)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.087--ServerSession(454071866)--Connection(1765636478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.087--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.087--ServerSession(454071866)--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]: 2024-04-30 17:54:01.087--ServerSession(454071866)--Connection(348150489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.087--ServerSession(454071866)--Connection(348150489)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.087--ServerSession(454071866)--Connection(372516790)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.09--ServerSession(454071866)--Connection(348150489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.09--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.09--ServerSession(454071866)--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]: 2024-04-30 17:54:01.09--ServerSession(454071866)--Connection(181046446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.09--ServerSession(454071866)--Connection(181046446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.09--ServerSession(454071866)--Connection(483002812)--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]: 2024-04-30 17:54:01.092--ServerSession(454071866)--Connection(181046446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.092--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.092--ServerSession(454071866)--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]: 2024-04-30 17:54:01.092--ServerSession(454071866)--Connection(2013246953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.092--ServerSession(454071866)--Connection(2013246953)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.093--ServerSession(454071866)--Connection(688842820)--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]: 2024-04-30 17:54:01.095--ServerSession(454071866)--Connection(2013246953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.095--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.095--ServerSession(454071866)--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]: 2024-04-30 17:54:01.095--ServerSession(454071866)--Connection(1780412216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.095--ServerSession(454071866)--Connection(1780412216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.095--ServerSession(454071866)--Connection(1623478127)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.098--ServerSession(454071866)--Connection(1780412216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.098--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.098--ServerSession(454071866)--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]: 2024-04-30 17:54:01.098--ServerSession(454071866)--Connection(2000887570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.098--ServerSession(454071866)--Connection(2000887570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.098--ServerSession(454071866)--Connection(1790527981)--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]: 2024-04-30 17:54:01.102--ServerSession(454071866)--Connection(2000887570)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.102--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.102--ServerSession(454071866)--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]: 2024-04-30 17:54:01.102--ServerSession(454071866)--Connection(547733262)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.102--ServerSession(454071866)--Connection(547733262)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.102--ServerSession(454071866)--Connection(1341235079)--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]: 2024-04-30 17:54:01.104--ServerSession(454071866)--Connection(547733262)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.104--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.104--ServerSession(454071866)--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]: 2024-04-30 17:54:01.104--ServerSession(454071866)--Connection(1636443007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.104--ServerSession(454071866)--Connection(1636443007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.105--ServerSession(454071866)--Connection(1817886095)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.107--ServerSession(454071866)--Connection(1636443007)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.107--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.107--ServerSession(454071866)--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]: 2024-04-30 17:54:01.107--ServerSession(454071866)--Connection(2062240906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.107--ServerSession(454071866)--Connection(2062240906)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.107--ServerSession(454071866)--Connection(1246370163)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.11--ServerSession(454071866)--Connection(2062240906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.11--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.11--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME))") [junit] [EL Finest]: 2024-04-30 17:54:01.11--ServerSession(454071866)--Connection(2089779718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.11--ServerSession(454071866)--Connection(2089779718)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.11--ServerSession(454071866)--Connection(1553997313)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_YEAR INTEGER NOT NULL, PAT_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (PAT_YEAR, PAT_NAME)) [junit] [EL Finest]: 2024-04-30 17:54:01.113--ServerSession(454071866)--Connection(2089779718)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.113--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.113--ServerSession(454071866)--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]: 2024-04-30 17:54:01.113--ServerSession(454071866)--Connection(507355187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.113--ServerSession(454071866)--Connection(507355187)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.113--ServerSession(454071866)--Connection(513973824)--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]: 2024-04-30 17:54:01.116--ServerSession(454071866)--Connection(507355187)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.116--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.116--ServerSession(454071866)--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]: 2024-04-30 17:54:01.116--ServerSession(454071866)--Connection(1545629340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.116--ServerSession(454071866)--Connection(1545629340)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.116--ServerSession(454071866)--Connection(795832595)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.118--ServerSession(454071866)--Connection(1545629340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.118--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.118--ServerSession(454071866)--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]: 2024-04-30 17:54:01.118--ServerSession(454071866)--Connection(301141958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.118--ServerSession(454071866)--Connection(301141958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.118--ServerSession(454071866)--Connection(1316542442)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.121--ServerSession(454071866)--Connection(301141958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.121--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.121--ServerSession(454071866)--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]: 2024-04-30 17:54:01.121--ServerSession(454071866)--Connection(304581916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.121--ServerSession(454071866)--Connection(304581916)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.121--ServerSession(454071866)--Connection(455290273)--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]: 2024-04-30 17:54:01.124--ServerSession(454071866)--Connection(304581916)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.124--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.124--ServerSession(454071866)--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]: 2024-04-30 17:54:01.124--ServerSession(454071866)--Connection(1474631986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.124--ServerSession(454071866)--Connection(1474631986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.124--ServerSession(454071866)--Connection(2030318015)--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]: 2024-04-30 17:54:01.126--ServerSession(454071866)--Connection(1474631986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.126--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.126--ServerSession(454071866)--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]: 2024-04-30 17:54:01.127--ServerSession(454071866)--Connection(195161588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.127--ServerSession(454071866)--Connection(195161588)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.127--ServerSession(454071866)--Connection(1962039611)--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]: 2024-04-30 17:54:01.13--ServerSession(454071866)--Connection(195161588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.13--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.13--ServerSession(454071866)--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]: 2024-04-30 17:54:01.13--ServerSession(454071866)--Connection(360382401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.13--ServerSession(454071866)--Connection(360382401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.13--ServerSession(454071866)--Connection(288386775)--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]: 2024-04-30 17:54:01.135--ServerSession(454071866)--Connection(360382401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.135--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.135--ServerSession(454071866)--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]: 2024-04-30 17:54:01.135--ServerSession(454071866)--Connection(1136974570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.135--ServerSession(454071866)--Connection(1136974570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.135--ServerSession(454071866)--Connection(16949668)--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]: 2024-04-30 17:54:01.138--ServerSession(454071866)--Connection(16949668)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:54:01.138--ServerSession(454071866)--Connection(1136974570)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.138--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.138--ServerSession(454071866)--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]: 2024-04-30 17:54:01.138--ServerSession(454071866)--Connection(168849978)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.138--ServerSession(454071866)--Connection(168849978)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.138--ServerSession(454071866)--Connection(1869019672)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.14--ServerSession(454071866)--Connection(168849978)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.14--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.14--ServerSession(454071866)--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]: 2024-04-30 17:54:01.141--ServerSession(454071866)--Connection(1493513506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.141--ServerSession(454071866)--Connection(1493513506)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.141--ServerSession(454071866)--Connection(1351421338)--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]: 2024-04-30 17:54:01.143--ServerSession(454071866)--Connection(1493513506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.144--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.144--ServerSession(454071866)--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]: 2024-04-30 17:54:01.144--ServerSession(454071866)--Connection(415254661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.144--ServerSession(454071866)--Connection(415254661)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.144--ServerSession(454071866)--Connection(1755103898)--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]: 2024-04-30 17:54:01.146--ServerSession(454071866)--Connection(415254661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.146--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.146--ServerSession(454071866)--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]: 2024-04-30 17:54:01.146--ServerSession(454071866)--Connection(1156514988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.146--ServerSession(454071866)--Connection(1156514988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.146--ServerSession(454071866)--Connection(1584523476)--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]: 2024-04-30 17:54:01.149--ServerSession(454071866)--Connection(1156514988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.149--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.149--ServerSession(454071866)--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]: 2024-04-30 17:54:01.149--ServerSession(454071866)--Connection(793983953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.149--ServerSession(454071866)--Connection(793983953)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.149--ServerSession(454071866)--Connection(329617651)--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]: 2024-04-30 17:54:01.152--ServerSession(454071866)--Connection(793983953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.152--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.152--ServerSession(454071866)--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]: 2024-04-30 17:54:01.152--ServerSession(454071866)--Connection(697509672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.152--ServerSession(454071866)--Connection(697509672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.152--ServerSession(454071866)--Connection(531111032)--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]: 2024-04-30 17:54:01.155--ServerSession(454071866)--Connection(697509672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.155--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.155--ServerSession(454071866)--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]: 2024-04-30 17:54:01.155--ServerSession(454071866)--Connection(2101555022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.155--ServerSession(454071866)--Connection(2101555022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.155--ServerSession(454071866)--Connection(1297739177)--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]: 2024-04-30 17:54:01.157--ServerSession(454071866)--Connection(2101555022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.157--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.157--ServerSession(454071866)--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]: 2024-04-30 17:54:01.157--ServerSession(454071866)--Connection(458910236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.157--ServerSession(454071866)--Connection(458910236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.158--ServerSession(454071866)--Connection(2131169126)--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]: 2024-04-30 17:54:01.161--ServerSession(454071866)--Connection(2131169126)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:54:01.161--ServerSession(454071866)--Connection(458910236)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.161--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.161--ServerSession(454071866)--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]: 2024-04-30 17:54:01.161--ServerSession(454071866)--Connection(77077977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.161--ServerSession(454071866)--Connection(77077977)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.161--ServerSession(454071866)--Connection(1281007068)--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]: 2024-04-30 17:54:01.163--ServerSession(454071866)--Connection(77077977)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.163--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.164--ServerSession(454071866)--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]: 2024-04-30 17:54:01.164--ServerSession(454071866)--Connection(2049813033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.164--ServerSession(454071866)--Connection(2049813033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.164--ServerSession(454071866)--Connection(1050609248)--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]: 2024-04-30 17:54:01.168--ServerSession(454071866)--Connection(1050609248)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:54:01.168--ServerSession(454071866)--Connection(1050609248)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:54:01.168--ServerSession(454071866)--Connection(2049813033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.168--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.168--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:54:01.168--ServerSession(454071866)--Connection(602874477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.168--ServerSession(454071866)--Connection(602874477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.168--ServerSession(454071866)--Connection(881113307)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.17--ServerSession(454071866)--Connection(602874477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.17--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.17--ServerSession(454071866)--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]: 2024-04-30 17:54:01.17--ServerSession(454071866)--Connection(1252368698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.17--ServerSession(454071866)--Connection(1252368698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.171--ServerSession(454071866)--Connection(268639817)--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]: 2024-04-30 17:54:01.173--ServerSession(454071866)--Connection(1252368698)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.173--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.173--ServerSession(454071866)--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]: 2024-04-30 17:54:01.173--ServerSession(454071866)--Connection(60657033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.173--ServerSession(454071866)--Connection(60657033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.173--ServerSession(454071866)--Connection(1683378353)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.176--ServerSession(454071866)--Connection(60657033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.176--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.176--ServerSession(454071866)--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]: 2024-04-30 17:54:01.176--ServerSession(454071866)--Connection(1820917741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.176--ServerSession(454071866)--Connection(1820917741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.177--ServerSession(454071866)--Connection(60216880)--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]: 2024-04-30 17:54:01.179--ServerSession(454071866)--Connection(1820917741)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.179--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.179--ServerSession(454071866)--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]: 2024-04-30 17:54:01.179--ServerSession(454071866)--Connection(1190554214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.179--ServerSession(454071866)--Connection(1190554214)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.179--ServerSession(454071866)--Connection(1831506626)--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]: 2024-04-30 17:54:01.182--ServerSession(454071866)--Connection(1190554214)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.182--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.182--ServerSession(454071866)--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]: 2024-04-30 17:54:01.182--ServerSession(454071866)--Connection(327748280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.182--ServerSession(454071866)--Connection(327748280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.182--ServerSession(454071866)--Connection(1717168117)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.185--ServerSession(454071866)--Connection(327748280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.185--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.185--ServerSession(454071866)--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]: 2024-04-30 17:54:01.185--ServerSession(454071866)--Connection(1074524258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.185--ServerSession(454071866)--Connection(1074524258)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.185--ServerSession(454071866)--Connection(453836305)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.188--ServerSession(454071866)--Connection(1074524258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.188--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.188--ServerSession(454071866)--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]: 2024-04-30 17:54:01.188--ServerSession(454071866)--Connection(193794249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.188--ServerSession(454071866)--Connection(193794249)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.188--ServerSession(454071866)--Connection(345667898)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.19--ServerSession(454071866)--Connection(193794249)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.19--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.191--ServerSession(454071866)--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]: 2024-04-30 17:54:01.191--ServerSession(454071866)--Connection(1154719107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.191--ServerSession(454071866)--Connection(1154719107)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.191--ServerSession(454071866)--Connection(666621576)--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]: 2024-04-30 17:54:01.193--ServerSession(454071866)--Connection(1154719107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.193--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.193--ServerSession(454071866)--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]: 2024-04-30 17:54:01.193--ServerSession(454071866)--Connection(1602527654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.193--ServerSession(454071866)--Connection(1602527654)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.193--ServerSession(454071866)--Connection(132317264)--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]: 2024-04-30 17:54:01.196--ServerSession(454071866)--Connection(1602527654)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.196--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.196--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:54:01.196--ServerSession(454071866)--Connection(1734649556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.196--ServerSession(454071866)--Connection(1734649556)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.197--ServerSession(454071866)--Connection(488092175)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.199--ServerSession(454071866)--Connection(1734649556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.2--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.2--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2024-04-30 17:54:01.2--ServerSession(454071866)--Connection(1357054363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.2--ServerSession(454071866)--Connection(1357054363)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.2--ServerSession(454071866)--Connection(317939541)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.202--ServerSession(454071866)--Connection(1357054363)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.202--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.202--ServerSession(454071866)--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]: 2024-04-30 17:54:01.202--ServerSession(454071866)--Connection(2121422033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.202--ServerSession(454071866)--Connection(2121422033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.203--ServerSession(454071866)--Connection(919956829)--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]: 2024-04-30 17:54:01.211--ServerSession(454071866)--Connection(919956829)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:54:01.211--ServerSession(454071866)--Connection(919956829)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:54:01.211--ServerSession(454071866)--Connection(2121422033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.211--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.211--ServerSession(454071866)--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]: 2024-04-30 17:54:01.211--ServerSession(454071866)--Connection(739520577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.211--ServerSession(454071866)--Connection(739520577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.211--ServerSession(454071866)--Connection(1076641230)--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]: 2024-04-30 17:54:01.217--ServerSession(454071866)--Connection(1076641230)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:54:01.217--ServerSession(454071866)--Connection(1076641230)--Thread(Thread[main,5,main])--Integer display width is deprecated and will be removed in a future release.:HY000 - null [junit] [EL Finest]: 2024-04-30 17:54:01.217--ServerSession(454071866)--Connection(739520577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.217--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.217--ServerSession(454071866)--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]: 2024-04-30 17:54:01.217--ServerSession(454071866)--Connection(1206473770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.217--ServerSession(454071866)--Connection(1206473770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.217--ServerSession(454071866)--Connection(1257435822)--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]: 2024-04-30 17:54:01.22--ServerSession(454071866)--Connection(1206473770)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.22--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.22--ServerSession(454071866)--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]: 2024-04-30 17:54:01.22--ServerSession(454071866)--Connection(1179261077)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.22--ServerSession(454071866)--Connection(1179261077)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.22--ServerSession(454071866)--Connection(1259297906)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.223--ServerSession(454071866)--Connection(1179261077)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.223--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.223--ServerSession(454071866)--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]: 2024-04-30 17:54:01.223--ServerSession(454071866)--Connection(1986526326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.223--ServerSession(454071866)--Connection(1986526326)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.223--ServerSession(454071866)--Connection(1627380895)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.226--ServerSession(454071866)--Connection(1986526326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.226--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.226--ServerSession(454071866)--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]: 2024-04-30 17:54:01.226--ServerSession(454071866)--Connection(1781335661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.226--ServerSession(454071866)--Connection(1781335661)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.226--ServerSession(454071866)--Connection(593543954)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2024-04-30 17:54:01.229--ServerSession(454071866)--Connection(1781335661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.229--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.229--ServerSession(454071866)--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]: 2024-04-30 17:54:01.229--ServerSession(454071866)--Connection(2072038471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.229--ServerSession(454071866)--Connection(2072038471)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.229--ServerSession(454071866)--Connection(2040312628)--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]: 2024-04-30 17:54:01.231--ServerSession(454071866)--Connection(2072038471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.231--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.231--ServerSession(454071866)--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]: 2024-04-30 17:54:01.231--ServerSession(454071866)--Connection(1324380107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.231--ServerSession(454071866)--Connection(1324380107)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.232--ServerSession(454071866)--Connection(862941350)--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]: 2024-04-30 17:54:01.234--ServerSession(454071866)--Connection(1324380107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.234--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.234--ServerSession(454071866)--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]: 2024-04-30 17:54:01.234--ServerSession(454071866)--Connection(2145200627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.234--ServerSession(454071866)--Connection(2145200627)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.234--ServerSession(454071866)--Connection(849256436)--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]: 2024-04-30 17:54:01.237--ServerSession(454071866)--Connection(2145200627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.237--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.237--ServerSession(454071866)--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]: 2024-04-30 17:54:01.237--ServerSession(454071866)--Connection(1725025770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.237--ServerSession(454071866)--Connection(1725025770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.237--ServerSession(454071866)--Connection(1893069426)--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]: 2024-04-30 17:54:01.239--ServerSession(454071866)--Connection(1725025770)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.24--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.24--ServerSession(454071866)--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]: 2024-04-30 17:54:01.24--ServerSession(454071866)--Connection(768583959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.24--ServerSession(454071866)--Connection(768583959)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.24--ServerSession(454071866)--Connection(1159303129)--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]: 2024-04-30 17:54:01.242--ServerSession(454071866)--Connection(768583959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.243--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.243--ServerSession(454071866)--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]: 2024-04-30 17:54:01.243--ServerSession(454071866)--Connection(969207075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.243--ServerSession(454071866)--Connection(969207075)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.243--ServerSession(454071866)--Connection(1762884637)--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]: 2024-04-30 17:54:01.245--ServerSession(454071866)--Connection(969207075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.246--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.246--ServerSession(454071866)--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]: 2024-04-30 17:54:01.246--ServerSession(454071866)--Connection(2147034407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.246--ServerSession(454071866)--Connection(2147034407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.246--ServerSession(454071866)--Connection(1632268814)--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]: 2024-04-30 17:54:01.248--ServerSession(454071866)--Connection(2147034407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.248--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.248--ServerSession(454071866)--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]: 2024-04-30 17:54:01.248--ServerSession(454071866)--Connection(422650431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.248--ServerSession(454071866)--Connection(422650431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.248--ServerSession(454071866)--Connection(794295331)--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]: 2024-04-30 17:54:01.251--ServerSession(454071866)--Connection(422650431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.251--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.251--ServerSession(454071866)--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]: 2024-04-30 17:54:01.251--ServerSession(454071866)--Connection(1458752949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.251--ServerSession(454071866)--Connection(1458752949)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.252--ServerSession(454071866)--Connection(1187130766)--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]: 2024-04-30 17:54:01.254--ServerSession(454071866)--Connection(1458752949)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.255--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.255--ServerSession(454071866)--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]: 2024-04-30 17:54:01.255--ServerSession(454071866)--Connection(850515329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.255--ServerSession(454071866)--Connection(850515329)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.255--ServerSession(454071866)--Connection(1919826183)--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]: 2024-04-30 17:54:01.257--ServerSession(454071866)--Connection(850515329)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.257--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.257--ServerSession(454071866)--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]: 2024-04-30 17:54:01.257--ServerSession(454071866)--Connection(1354426181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.257--ServerSession(454071866)--Connection(1354426181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.258--ServerSession(454071866)--Connection(1822108942)--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]: 2024-04-30 17:54:01.26--ServerSession(454071866)--Connection(1354426181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.26--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.26--ServerSession(454071866)--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]: 2024-04-30 17:54:01.26--ServerSession(454071866)--Connection(1956001257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.26--ServerSession(454071866)--Connection(1956001257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.26--ServerSession(454071866)--Connection(1938912497)--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]: 2024-04-30 17:54:01.263--ServerSession(454071866)--Connection(1956001257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.263--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.263--ServerSession(454071866)--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]: 2024-04-30 17:54:01.263--ServerSession(454071866)--Connection(1565397454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.263--ServerSession(454071866)--Connection(1565397454)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.263--ServerSession(454071866)--Connection(414342899)--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]: 2024-04-30 17:54:01.266--ServerSession(454071866)--Connection(1565397454)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.266--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.266--ServerSession(454071866)--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]: 2024-04-30 17:54:01.266--ServerSession(454071866)--Connection(418721379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.266--ServerSession(454071866)--Connection(418721379)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.266--ServerSession(454071866)--Connection(890801362)--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]: 2024-04-30 17:54:01.269--ServerSession(454071866)--Connection(418721379)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.269--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.269--ServerSession(454071866)--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]: 2024-04-30 17:54:01.269--ServerSession(454071866)--Connection(999295617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.269--ServerSession(454071866)--Connection(999295617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.269--ServerSession(454071866)--Connection(178765222)--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]: 2024-04-30 17:54:01.271--ServerSession(454071866)--Connection(999295617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.271--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.271--ServerSession(454071866)--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]: 2024-04-30 17:54:01.272--ServerSession(454071866)--Connection(2092102964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.272--ServerSession(454071866)--Connection(2092102964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.272--ServerSession(454071866)--Connection(1204628513)--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]: 2024-04-30 17:54:01.274--ServerSession(454071866)--Connection(2092102964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.274--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.274--ServerSession(454071866)--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]: 2024-04-30 17:54:01.274--ServerSession(454071866)--Connection(1297386215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.274--ServerSession(454071866)--Connection(1297386215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.274--ServerSession(454071866)--Connection(639950124)--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]: 2024-04-30 17:54:01.279--ServerSession(454071866)--Connection(1297386215)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.279--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2024-04-30 17:54:01.279--ServerSession(454071866)--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]: 2024-04-30 17:54:01.279--ServerSession(454071866)--Connection(2147353713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.279--ServerSession(454071866)--Connection(2147353713)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.279--ServerSession(454071866)--Connection(378841819)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2024-04-30 17:54:01.284--ServerSession(454071866)--Connection(2147353713)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.284--ServerSession(454071866)--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]: 2024-04-30 17:54:01.284--ServerSession(454071866)--Connection(751454855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.284--ServerSession(454071866)--Connection(751454855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.284--ServerSession(454071866)--Connection(588779235)--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]: 2024-04-30 17:54:01.294--ServerSession(454071866)--Connection(751454855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.294--ServerSession(454071866)--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]: 2024-04-30 17:54:01.294--ServerSession(454071866)--Connection(1219243428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.294--ServerSession(454071866)--Connection(1219243428)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.294--ServerSession(454071866)--Connection(919390276)--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]: 2024-04-30 17:54:01.302--ServerSession(454071866)--Connection(1219243428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.302--ServerSession(454071866)--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]: 2024-04-30 17:54:01.302--ServerSession(454071866)--Connection(145090331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.302--ServerSession(454071866)--Connection(145090331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.302--ServerSession(454071866)--Connection(558705318)--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]: 2024-04-30 17:54:01.312--ServerSession(454071866)--Connection(145090331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.312--ServerSession(454071866)--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]: 2024-04-30 17:54:01.312--ServerSession(454071866)--Connection(557337230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.312--ServerSession(454071866)--Connection(557337230)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.312--ServerSession(454071866)--Connection(109243533)--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]: 2024-04-30 17:54:01.32--ServerSession(454071866)--Connection(557337230)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.32--ServerSession(454071866)--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]: 2024-04-30 17:54:01.32--ServerSession(454071866)--Connection(636216648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.32--ServerSession(454071866)--Connection(636216648)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.32--ServerSession(454071866)--Connection(1181005633)--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]: 2024-04-30 17:54:01.328--ServerSession(454071866)--Connection(636216648)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.328--ServerSession(454071866)--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]: 2024-04-30 17:54:01.328--ServerSession(454071866)--Connection(250582129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.328--ServerSession(454071866)--Connection(250582129)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.328--ServerSession(454071866)--Connection(1951723841)--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]: 2024-04-30 17:54:01.338--ServerSession(454071866)--Connection(250582129)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.338--ServerSession(454071866)--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]: 2024-04-30 17:54:01.338--ServerSession(454071866)--Connection(1591713457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.338--ServerSession(454071866)--Connection(1591713457)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.338--ServerSession(454071866)--Connection(752997639)--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]: 2024-04-30 17:54:01.346--ServerSession(454071866)--Connection(1591713457)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.346--ServerSession(454071866)--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]: 2024-04-30 17:54:01.346--ServerSession(454071866)--Connection(615466717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.346--ServerSession(454071866)--Connection(615466717)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.346--ServerSession(454071866)--Connection(111636207)--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]: 2024-04-30 17:54:01.36--ServerSession(454071866)--Connection(615466717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.36--ServerSession(454071866)--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]: 2024-04-30 17:54:01.36--ServerSession(454071866)--Connection(1015149700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.36--ServerSession(454071866)--Connection(1015149700)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.36--ServerSession(454071866)--Connection(1657193575)--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]: 2024-04-30 17:54:01.376--ServerSession(454071866)--Connection(1015149700)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.376--ServerSession(454071866)--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]: 2024-04-30 17:54:01.376--ServerSession(454071866)--Connection(494132656)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.376--ServerSession(454071866)--Connection(494132656)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.376--ServerSession(454071866)--Connection(778383182)--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]: 2024-04-30 17:54:01.394--ServerSession(454071866)--Connection(494132656)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.394--ServerSession(454071866)--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]: 2024-04-30 17:54:01.394--ServerSession(454071866)--Connection(2098094011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.394--ServerSession(454071866)--Connection(2098094011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.394--ServerSession(454071866)--Connection(2115208183)--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]: 2024-04-30 17:54:01.412--ServerSession(454071866)--Connection(2098094011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.412--ServerSession(454071866)--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]: 2024-04-30 17:54:01.412--ServerSession(454071866)--Connection(580711655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.412--ServerSession(454071866)--Connection(580711655)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.412--ServerSession(454071866)--Connection(769688712)--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]: 2024-04-30 17:54:01.43--ServerSession(454071866)--Connection(580711655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.43--ServerSession(454071866)--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]: 2024-04-30 17:54:01.43--ServerSession(454071866)--Connection(1749232081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.43--ServerSession(454071866)--Connection(1749232081)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.43--ServerSession(454071866)--Connection(767415282)--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]: 2024-04-30 17:54:01.449--ServerSession(454071866)--Connection(1749232081)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.449--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:54:01.449--ServerSession(454071866)--Connection(1054054669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.449--ServerSession(454071866)--Connection(1054054669)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.45--ServerSession(454071866)--Connection(1336881831)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:54:01.458--ServerSession(454071866)--Connection(1054054669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.458--ServerSession(454071866)--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]: 2024-04-30 17:54:01.458--ServerSession(454071866)--Connection(246167037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.458--ServerSession(454071866)--Connection(246167037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.459--ServerSession(454071866)--Connection(739626708)--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]: 2024-04-30 17:54:01.466--ServerSession(454071866)--Connection(246167037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.466--ServerSession(454071866)--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]: 2024-04-30 17:54:01.466--ServerSession(454071866)--Connection(1686020889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.466--ServerSession(454071866)--Connection(1686020889)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.466--ServerSession(454071866)--Connection(194146742)--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]: 2024-04-30 17:54:01.474--ServerSession(454071866)--Connection(1686020889)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.474--ServerSession(454071866)--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]: 2024-04-30 17:54:01.474--ServerSession(454071866)--Connection(1549830536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.474--ServerSession(454071866)--Connection(1549830536)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.474--ServerSession(454071866)--Connection(1301782390)--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]: 2024-04-30 17:54:01.481--ServerSession(454071866)--Connection(1549830536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.481--ServerSession(454071866)--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]: 2024-04-30 17:54:01.481--ServerSession(454071866)--Connection(1192937442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.481--ServerSession(454071866)--Connection(1192937442)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.481--ServerSession(454071866)--Connection(535706176)--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]: 2024-04-30 17:54:01.489--ServerSession(454071866)--Connection(1192937442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.489--ServerSession(454071866)--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]: 2024-04-30 17:54:01.489--ServerSession(454071866)--Connection(963732041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.489--ServerSession(454071866)--Connection(963732041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.489--ServerSession(454071866)--Connection(675649362)--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]: 2024-04-30 17:54:01.497--ServerSession(454071866)--Connection(963732041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.497--ServerSession(454071866)--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]: 2024-04-30 17:54:01.497--ServerSession(454071866)--Connection(868639324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.497--ServerSession(454071866)--Connection(868639324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.497--ServerSession(454071866)--Connection(18296135)--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]: 2024-04-30 17:54:01.507--ServerSession(454071866)--Connection(868639324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.507--ServerSession(454071866)--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]: 2024-04-30 17:54:01.507--ServerSession(454071866)--Connection(2141255481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.507--ServerSession(454071866)--Connection(2141255481)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.507--ServerSession(454071866)--Connection(2138353171)--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]: 2024-04-30 17:54:01.518--ServerSession(454071866)--Connection(2141255481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.518--ServerSession(454071866)--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]: 2024-04-30 17:54:01.518--ServerSession(454071866)--Connection(605503804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.518--ServerSession(454071866)--Connection(605503804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.518--ServerSession(454071866)--Connection(1551266744)--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]: 2024-04-30 17:54:01.527--ServerSession(454071866)--Connection(605503804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.527--ServerSession(454071866)--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]: 2024-04-30 17:54:01.527--ServerSession(454071866)--Connection(1327339480)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.527--ServerSession(454071866)--Connection(1327339480)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.527--ServerSession(454071866)--Connection(1360867750)--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]: 2024-04-30 17:54:01.535--ServerSession(454071866)--Connection(1327339480)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.535--ServerSession(454071866)--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]: 2024-04-30 17:54:01.535--ServerSession(454071866)--Connection(2057690764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.535--ServerSession(454071866)--Connection(2057690764)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.535--ServerSession(454071866)--Connection(1495610711)--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]: 2024-04-30 17:54:01.543--ServerSession(454071866)--Connection(2057690764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.543--ServerSession(454071866)--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]: 2024-04-30 17:54:01.543--ServerSession(454071866)--Connection(352167272)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.543--ServerSession(454071866)--Connection(352167272)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.543--ServerSession(454071866)--Connection(1081628869)--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]: 2024-04-30 17:54:01.551--ServerSession(454071866)--Connection(352167272)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.551--ServerSession(454071866)--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]: 2024-04-30 17:54:01.551--ServerSession(454071866)--Connection(1022896347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.551--ServerSession(454071866)--Connection(1022896347)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.551--ServerSession(454071866)--Connection(1163336905)--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]: 2024-04-30 17:54:01.56--ServerSession(454071866)--Connection(1022896347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.56--ServerSession(454071866)--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]: 2024-04-30 17:54:01.56--ServerSession(454071866)--Connection(1299613689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.56--ServerSession(454071866)--Connection(1299613689)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.56--ServerSession(454071866)--Connection(808829052)--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]: 2024-04-30 17:54:01.569--ServerSession(454071866)--Connection(1299613689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.569--ServerSession(454071866)--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]: 2024-04-30 17:54:01.569--ServerSession(454071866)--Connection(1415441908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.569--ServerSession(454071866)--Connection(1415441908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.569--ServerSession(454071866)--Connection(770568649)--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]: 2024-04-30 17:54:01.577--ServerSession(454071866)--Connection(1415441908)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.578--ServerSession(454071866)--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]: 2024-04-30 17:54:01.578--ServerSession(454071866)--Connection(933693884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.578--ServerSession(454071866)--Connection(933693884)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.578--ServerSession(454071866)--Connection(212754673)--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]: 2024-04-30 17:54:01.586--ServerSession(454071866)--Connection(933693884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.586--ServerSession(454071866)--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]: 2024-04-30 17:54:01.586--ServerSession(454071866)--Connection(1380435023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.586--ServerSession(454071866)--Connection(1380435023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.587--ServerSession(454071866)--Connection(1562565970)--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]: 2024-04-30 17:54:01.596--ServerSession(454071866)--Connection(1380435023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.596--ServerSession(454071866)--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]: 2024-04-30 17:54:01.596--ServerSession(454071866)--Connection(286285758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.596--ServerSession(454071866)--Connection(286285758)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.596--ServerSession(454071866)--Connection(2107212911)--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]: 2024-04-30 17:54:01.604--ServerSession(454071866)--Connection(286285758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.604--ServerSession(454071866)--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]: 2024-04-30 17:54:01.604--ServerSession(454071866)--Connection(819407872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.604--ServerSession(454071866)--Connection(819407872)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.605--ServerSession(454071866)--Connection(598308875)--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]: 2024-04-30 17:54:01.616--ServerSession(454071866)--Connection(819407872)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.616--ServerSession(454071866)--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]: 2024-04-30 17:54:01.616--ServerSession(454071866)--Connection(1957220972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.616--ServerSession(454071866)--Connection(1957220972)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.616--ServerSession(454071866)--Connection(2098612181)--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]: 2024-04-30 17:54:01.625--ServerSession(454071866)--Connection(1957220972)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.625--ServerSession(454071866)--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]: 2024-04-30 17:54:01.625--ServerSession(454071866)--Connection(383886401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.625--ServerSession(454071866)--Connection(383886401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.626--ServerSession(454071866)--Connection(619196227)--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]: 2024-04-30 17:54:01.639--ServerSession(454071866)--Connection(383886401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.639--ServerSession(454071866)--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]: 2024-04-30 17:54:01.639--ServerSession(454071866)--Connection(1186925880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.639--ServerSession(454071866)--Connection(1186925880)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.639--ServerSession(454071866)--Connection(1567058434)--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]: 2024-04-30 17:54:01.648--ServerSession(454071866)--Connection(1186925880)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.648--ServerSession(454071866)--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]: 2024-04-30 17:54:01.648--ServerSession(454071866)--Connection(745301984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.648--ServerSession(454071866)--Connection(745301984)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.648--ServerSession(454071866)--Connection(302279064)--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]: 2024-04-30 17:54:01.661--ServerSession(454071866)--Connection(745301984)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.661--ServerSession(454071866)--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]: 2024-04-30 17:54:01.661--ServerSession(454071866)--Connection(1247644388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.661--ServerSession(454071866)--Connection(1247644388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.661--ServerSession(454071866)--Connection(96577320)--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]: 2024-04-30 17:54:01.671--ServerSession(454071866)--Connection(1247644388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.671--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME)") [junit] [EL Finest]: 2024-04-30 17:54:01.671--ServerSession(454071866)--Connection(1761937072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.671--ServerSession(454071866)--Connection(1761937072)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.672--ServerSession(454071866)--Connection(1328135134)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_YEAR FOREIGN KEY (PATENT_YEAR, PATENT_NAME) REFERENCES TMP_PATENT (PAT_YEAR, PAT_NAME) [junit] [EL Finest]: 2024-04-30 17:54:01.68--ServerSession(454071866)--Connection(1761937072)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.68--ServerSession(454071866)--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]: 2024-04-30 17:54:01.68--ServerSession(454071866)--Connection(832726752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.68--ServerSession(454071866)--Connection(832726752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.68--ServerSession(454071866)--Connection(1884542690)--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]: 2024-04-30 17:54:01.687--ServerSession(454071866)--Connection(832726752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.687--ServerSession(454071866)--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]: 2024-04-30 17:54:01.687--ServerSession(454071866)--Connection(2014990800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.687--ServerSession(454071866)--Connection(2014990800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.687--ServerSession(454071866)--Connection(1521331541)--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]: 2024-04-30 17:54:01.696--ServerSession(454071866)--Connection(2014990800)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.696--ServerSession(454071866)--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]: 2024-04-30 17:54:01.696--ServerSession(454071866)--Connection(1977850689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.696--ServerSession(454071866)--Connection(1977850689)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.697--ServerSession(454071866)--Connection(1608372476)--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]: 2024-04-30 17:54:01.705--ServerSession(454071866)--Connection(1977850689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.705--ServerSession(454071866)--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]: 2024-04-30 17:54:01.705--ServerSession(454071866)--Connection(1612953298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.705--ServerSession(454071866)--Connection(1612953298)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.705--ServerSession(454071866)--Connection(158531588)--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]: 2024-04-30 17:54:01.714--ServerSession(454071866)--Connection(1612953298)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.714--ServerSession(454071866)--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]: 2024-04-30 17:54:01.714--ServerSession(454071866)--Connection(956283395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.714--ServerSession(454071866)--Connection(956283395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.714--ServerSession(454071866)--Connection(1167527656)--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]: 2024-04-30 17:54:01.722--ServerSession(454071866)--Connection(956283395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.722--ServerSession(454071866)--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]: 2024-04-30 17:54:01.722--ServerSession(454071866)--Connection(793367373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.722--ServerSession(454071866)--Connection(793367373)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.722--ServerSession(454071866)--Connection(1789086469)--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]: 2024-04-30 17:54:01.73--ServerSession(454071866)--Connection(793367373)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.73--ServerSession(454071866)--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]: 2024-04-30 17:54:01.731--ServerSession(454071866)--Connection(1771995611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.731--ServerSession(454071866)--Connection(1771995611)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.731--ServerSession(454071866)--Connection(145548318)--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]: 2024-04-30 17:54:01.741--ServerSession(454071866)--Connection(1771995611)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.741--ServerSession(454071866)--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]: 2024-04-30 17:54:01.741--ServerSession(454071866)--Connection(415128526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.741--ServerSession(454071866)--Connection(415128526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.741--ServerSession(454071866)--Connection(95654235)--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]: 2024-04-30 17:54:01.75--ServerSession(454071866)--Connection(415128526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.75--ServerSession(454071866)--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]: 2024-04-30 17:54:01.75--ServerSession(454071866)--Connection(694115797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.75--ServerSession(454071866)--Connection(694115797)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.75--ServerSession(454071866)--Connection(1138033435)--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]: 2024-04-30 17:54:01.757--ServerSession(454071866)--Connection(694115797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.757--ServerSession(454071866)--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]: 2024-04-30 17:54:01.757--ServerSession(454071866)--Connection(805326571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.757--ServerSession(454071866)--Connection(805326571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.758--ServerSession(454071866)--Connection(1675762891)--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]: 2024-04-30 17:54:01.766--ServerSession(454071866)--Connection(805326571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.766--ServerSession(454071866)--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]: 2024-04-30 17:54:01.766--ServerSession(454071866)--Connection(2031868671)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.766--ServerSession(454071866)--Connection(2031868671)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.766--ServerSession(454071866)--Connection(1272882209)--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]: 2024-04-30 17:54:01.773--ServerSession(454071866)--Connection(2031868671)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.773--ServerSession(454071866)--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]: 2024-04-30 17:54:01.773--ServerSession(454071866)--Connection(276177673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.773--ServerSession(454071866)--Connection(276177673)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.773--ServerSession(454071866)--Connection(933093338)--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]: 2024-04-30 17:54:01.782--ServerSession(454071866)--Connection(276177673)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.782--ServerSession(454071866)--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]: 2024-04-30 17:54:01.782--ServerSession(454071866)--Connection(2121046287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.782--ServerSession(454071866)--Connection(2121046287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.782--ServerSession(454071866)--Connection(1596162976)--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]: 2024-04-30 17:54:01.789--ServerSession(454071866)--Connection(2121046287)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.789--ServerSession(454071866)--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]: 2024-04-30 17:54:01.789--ServerSession(454071866)--Connection(1811765068)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.789--ServerSession(454071866)--Connection(1811765068)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.789--ServerSession(454071866)--Connection(1908613085)--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]: 2024-04-30 17:54:01.797--ServerSession(454071866)--Connection(1811765068)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.797--ServerSession(454071866)--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]: 2024-04-30 17:54:01.797--ServerSession(454071866)--Connection(2076867436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.797--ServerSession(454071866)--Connection(2076867436)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.798--ServerSession(454071866)--Connection(2047607918)--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]: 2024-04-30 17:54:01.805--ServerSession(454071866)--Connection(2076867436)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.805--ServerSession(454071866)--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]: 2024-04-30 17:54:01.805--ServerSession(454071866)--Connection(1422362420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.805--ServerSession(454071866)--Connection(1422362420)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.805--ServerSession(454071866)--Connection(2097059803)--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]: 2024-04-30 17:54:01.813--ServerSession(454071866)--Connection(1422362420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.813--ServerSession(454071866)--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]: 2024-04-30 17:54:01.813--ServerSession(454071866)--Connection(869168747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.813--ServerSession(454071866)--Connection(869168747)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.814--ServerSession(454071866)--Connection(1540929793)--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]: 2024-04-30 17:54:01.821--ServerSession(454071866)--Connection(869168747)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.821--ServerSession(454071866)--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]: 2024-04-30 17:54:01.821--ServerSession(454071866)--Connection(1803109857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.821--ServerSession(454071866)--Connection(1803109857)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.821--ServerSession(454071866)--Connection(734272459)--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]: 2024-04-30 17:54:01.829--ServerSession(454071866)--Connection(1803109857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.829--ServerSession(454071866)--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]: 2024-04-30 17:54:01.829--ServerSession(454071866)--Connection(1675828105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.829--ServerSession(454071866)--Connection(1675828105)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.829--ServerSession(454071866)--Connection(1108614233)--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]: 2024-04-30 17:54:01.836--ServerSession(454071866)--Connection(1675828105)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.836--ServerSession(454071866)--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]: 2024-04-30 17:54:01.836--ServerSession(454071866)--Connection(702009623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.836--ServerSession(454071866)--Connection(702009623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.836--ServerSession(454071866)--Connection(1377020151)--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]: 2024-04-30 17:54:01.845--ServerSession(454071866)--Connection(702009623)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.845--ServerSession(454071866)--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]: 2024-04-30 17:54:01.845--ServerSession(454071866)--Connection(1393404542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.845--ServerSession(454071866)--Connection(1393404542)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.845--ServerSession(454071866)--Connection(1145411169)--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]: 2024-04-30 17:54:01.854--ServerSession(454071866)--Connection(1393404542)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.854--ServerSession(454071866)--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]: 2024-04-30 17:54:01.854--ServerSession(454071866)--Connection(122981645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.854--ServerSession(454071866)--Connection(122981645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.854--ServerSession(454071866)--Connection(959744451)--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]: 2024-04-30 17:54:01.862--ServerSession(454071866)--Connection(122981645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.862--ServerSession(454071866)--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]: 2024-04-30 17:54:01.862--ServerSession(454071866)--Connection(752437387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.862--ServerSession(454071866)--Connection(752437387)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.862--ServerSession(454071866)--Connection(256283896)--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]: 2024-04-30 17:54:01.869--ServerSession(454071866)--Connection(752437387)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.869--ServerSession(454071866)--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]: 2024-04-30 17:54:01.869--ServerSession(454071866)--Connection(339591226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.869--ServerSession(454071866)--Connection(339591226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.87--ServerSession(454071866)--Connection(1917210406)--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]: 2024-04-30 17:54:01.878--ServerSession(454071866)--Connection(339591226)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(130067409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(130067409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(1835059686)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(130067409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(1637556786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(1637556786)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(1661441011)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(1637556786)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(720928122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(720928122)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.882--ServerSession(454071866)--Connection(315248805)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2024-04-30 17:54:01.883--ServerSession(454071866)--Connection(720928122)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.886--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:54:01.886--ServerSession(454071866)--Connection(912939829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.886--ServerSession(454071866)--Connection(912939829)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.886--ServerSession(454071866)--Connection(1986357797)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:54:01.886--ServerSession(454071866)--Connection(912939829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.886--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2024-04-30 17:54:01.886--ServerSession(454071866)--Connection(234554442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.886--ServerSession(454071866)--Connection(234554442)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.887--ServerSession(454071866)--Connection(1764513075)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2024-04-30 17:54:01.887--ServerSession(454071866)--Connection(234554442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.887--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2024-04-30 17:54:01.887--ServerSession(454071866)--Connection(2102364949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.887--ServerSession(454071866)--Connection(2102364949)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.887--ServerSession(454071866)--Connection(683874722)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2024-04-30 17:54:01.887--ServerSession(454071866)--Connection(2102364949)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.89--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:54:01.89--ServerSession(454071866)--Connection(1064330000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.89--ServerSession(454071866)--Connection(1064330000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.89--ServerSession(454071866)--Connection(265184085)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(1064330000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(1241878571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(1241878571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(1993413272)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(1241878571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(198979478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(198979478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(1832808974)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:54:01.891--ServerSession(454071866)--Connection(198979478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.894--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:54:01.894--ServerSession(454071866)--Connection(996821905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.894--ServerSession(454071866)--Connection(996821905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(635101424)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(996821905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(1269014222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(1269014222)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(586969832)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(1269014222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(1878704627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(1878704627)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(947414828)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:54:01.895--ServerSession(454071866)--Connection(1878704627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Connection(240805199)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Connection(240805199)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Connection(1977627311)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Connection(240805199)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Connection(486165209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Connection(486165209)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Connection(1104622612)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2024-04-30 17:54:01.899--ServerSession(454071866)--Connection(486165209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.9--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:54:01.9--ServerSession(454071866)--Connection(49584354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.9--ServerSession(454071866)--Connection(49584354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.9--ServerSession(454071866)--Connection(1276552935)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:54:01.9--ServerSession(454071866)--Connection(49584354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Connection(390194342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Connection(390194342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Connection(1847150903)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Connection(390194342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Connection(59879145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Connection(59879145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.904--ServerSession(454071866)--Connection(460132073)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2024-04-30 17:54:01.905--ServerSession(454071866)--Connection(59879145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.905--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2024-04-30 17:54:01.905--ServerSession(454071866)--Connection(1630353202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.905--ServerSession(454071866)--Connection(1630353202)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.905--ServerSession(454071866)--Connection(1875196696)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2024-04-30 17:54:01.905--ServerSession(454071866)--Connection(1630353202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--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]: 2024-04-30 17:54:01.906--ServerSession(454071866)--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]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.906--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.907--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--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]: 2024-04-30 17:54:01.908--ServerSession(454071866)--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]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.908--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.909--ServerSession(454071866)--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]: 2024-04-30 17:54:01.909--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2024-04-30 17:54:01.91--ServerSession(454071866)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2024-04-30 17:54:01.91--ServerSession(454071866)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: 2024-04-30 17:54:01.91--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 152415324 [junit] [EL Finer]: 2024-04-30 17:54:01.91--ClientSession(152415324)--Thread(Thread[main,5,main])--acquire unit of work: 996208972 [junit] [EL Finest]: 2024-04-30 17:54:01.91--UnitOfWork(996208972)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:01.91--UnitOfWork(996208972)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.91--UnitOfWork(996208972)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@32) [junit] [EL Finest]: 2024-04-30 17:54:01.91--ServerSession(454071866)--Connection(114142659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.91--ClientSession(152415324)--Connection(114142659)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.91--ClientSession(152415324)--Connection(114142659)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.91--ClientSession(152415324)--Connection(983291591)--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]: 2024-04-30 17:54:01.912--ClientSession(152415324)--Connection(983291591)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 50] [junit] [EL Finer]: 2024-04-30 17:54:01.912--ClientSession(152415324)--Connection(983291591)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:01.912--ServerSession(454071866)--Connection(114142659)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.912--UnitOfWork(996208972)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:01.912--UnitOfWork(996208972)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.912--UnitOfWork(996208972)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.912--ClientSession(152415324)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.912--UnitOfWork(996208972)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.912--ClientSession(152415324)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:01.912--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1899977239 [junit] [EL Finer]: 2024-04-30 17:54:01.912--ClientSession(1899977239)--Thread(Thread[main,5,main])--acquire unit of work: 360093465 [junit] [EL Finest]: 2024-04-30 17:54:01.913--UnitOfWork(360093465)--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]: 2024-04-30 17:54:01.913--ServerSession(454071866)--Connection(1546346279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.913--ServerSession(454071866)--Connection(1546346279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.913--ServerSession(454071866)--Connection(1943778918)--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]: 2024-04-30 17:54:01.913--ServerSession(454071866)--Connection(1546346279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:01.913--UnitOfWork(360093465)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:01.913--UnitOfWork(360093465)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:01.913--UnitOfWork(360093465)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.913--UnitOfWork(360093465)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.913--ClientSession(1899977239)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.913--UnitOfWork(360093465)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.913--ClientSession(1899977239)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:01.941--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1470325129 [junit] [EL Finer]: 2024-04-30 17:54:01.941--ClientSession(1470325129)--Thread(Thread[main,5,main])--acquire unit of work: 1275976398 [junit] [EL Finest]: 2024-04-30 17:54:01.941--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:01.941--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.941--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1e) [junit] [EL Finest]: 2024-04-30 17:54:01.941--ServerSession(454071866)--Connection(148723502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.941--ClientSession(1470325129)--Connection(148723502)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.941--ClientSession(1470325129)--Connection(148723502)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.942--ClientSession(1470325129)--Connection(715405137)--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]: 2024-04-30 17:54:01.942--ClientSession(1470325129)--Connection(715405137)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 30] [junit] [EL Finer]: 2024-04-30 17:54:01.942--ClientSession(1470325129)--Connection(715405137)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:01.942--ServerSession(454071866)--Connection(148723502)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.942--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:01.942--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.942--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.942--ClientSession(1470325129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.942--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.942--ClientSession(1470325129)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:01.942--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1049659915 [junit] [EL Finer]: 2024-04-30 17:54:01.943--ClientSession(1049659915)--Thread(Thread[main,5,main])--acquire unit of work: 897924151 [junit] [EL Finest]: 2024-04-30 17:54:01.943--UnitOfWork(897924151)--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]: 2024-04-30 17:54:01.943--ServerSession(454071866)--Connection(1257117293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.943--ServerSession(454071866)--Connection(1257117293)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.943--ServerSession(454071866)--Connection(545677298)--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]: 2024-04-30 17:54:01.943--ServerSession(454071866)--Connection(1257117293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:01.943--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1013156100 [junit] [EL Finer]: 2024-04-30 17:54:01.943--ClientSession(1013156100)--Thread(Thread[main,5,main])--acquire unit of work: 780675253 [junit] [EL Finest]: 2024-04-30 17:54:01.943--UnitOfWork(780675253)--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]: 2024-04-30 17:54:01.943--ServerSession(454071866)--Connection(1447369182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.943--ServerSession(454071866)--Connection(1447369182)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.943--ServerSession(454071866)--Connection(1974752067)--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]: 2024-04-30 17:54:01.944--ServerSession(454071866)--Connection(1447369182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:01.944--UnitOfWork(780675253)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.944--UnitOfWork(780675253)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1e) [junit] [EL Finest]: 2024-04-30 17:54:01.944--ServerSession(454071866)--Connection(1929055411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.944--ClientSession(1013156100)--Connection(1929055411)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.944--ClientSession(1013156100)--Connection(1929055411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.944--ClientSession(1013156100)--Connection(814093658)--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]: 2024-04-30 17:54:01.945--ClientSession(1013156100)--Connection(814093658)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:01.945--ServerSession(454071866)--Connection(1929055411)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.945--UnitOfWork(780675253)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:01.945--UnitOfWork(780675253)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.945--UnitOfWork(780675253)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.945--ClientSession(1013156100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.945--UnitOfWork(780675253)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.945--ClientSession(1013156100)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:54:01.945--UnitOfWork(897924151)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:01.945--UnitOfWork(897924151)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.945--UnitOfWork(897924151)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:01.945--UnitOfWork(897924151)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1e) [junit] [EL Finest]: 2024-04-30 17:54:01.945--ServerSession(454071866)--Connection(696530985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.945--ClientSession(1049659915)--Connection(696530985)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.945--ClientSession(1049659915)--Connection(696530985)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.945--ClientSession(1049659915)--Connection(659210281)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [30] [junit] [EL Fine]: 2024-04-30 17:54:01.946--ClientSession(1049659915)--Connection(659210281)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [30, 1] [junit] [EL Finer]: 2024-04-30 17:54:01.946--ClientSession(1049659915)--Connection(659210281)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:01.946--ServerSession(454071866)--Connection(696530985)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:54:01.946--UnitOfWork(897924151)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:88) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:155) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testOptimisticLockExceptionUpdateDelete(TestOptimistic.java:159) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:54:01.946--UnitOfWork(897924151)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.946--ClientSession(1049659915)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:01.956--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 553856509 [junit] [EL Finer]: 2024-04-30 17:54:01.956--ClientSession(553856509)--Thread(Thread[main,5,main])--acquire unit of work: 1494264366 [junit] [EL Finest]: 2024-04-30 17:54:01.956--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:01.956--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.956--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28) [junit] [EL Finest]: 2024-04-30 17:54:01.956--ServerSession(454071866)--Connection(1534401451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.956--ClientSession(553856509)--Connection(1534401451)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.956--ClientSession(553856509)--Connection(1534401451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.956--ClientSession(553856509)--Connection(124295985)--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]: 2024-04-30 17:54:01.957--ClientSession(553856509)--Connection(124295985)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 40] [junit] [EL Finer]: 2024-04-30 17:54:01.957--ClientSession(553856509)--Connection(124295985)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:01.957--ServerSession(454071866)--Connection(1534401451)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.957--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:01.957--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.957--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.957--ClientSession(553856509)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.957--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.957--ClientSession(553856509)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:01.957--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 673515233 [junit] [EL Finer]: 2024-04-30 17:54:01.957--ClientSession(673515233)--Thread(Thread[main,5,main])--acquire unit of work: 1800909255 [junit] [EL Finest]: 2024-04-30 17:54:01.957--UnitOfWork(1800909255)--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]: 2024-04-30 17:54:01.957--ServerSession(454071866)--Connection(1871755082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.957--ServerSession(454071866)--Connection(1871755082)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.957--ServerSession(454071866)--Connection(1139909000)--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]: 2024-04-30 17:54:01.958--ServerSession(454071866)--Connection(1871755082)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:01.958--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2133598779 [junit] [EL Finer]: 2024-04-30 17:54:01.958--ClientSession(2133598779)--Thread(Thread[main,5,main])--acquire unit of work: 832512439 [junit] [EL Finest]: 2024-04-30 17:54:01.958--UnitOfWork(832512439)--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]: 2024-04-30 17:54:01.958--ServerSession(454071866)--Connection(1871319536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.958--ServerSession(454071866)--Connection(1871319536)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.958--ServerSession(454071866)--Connection(503163935)--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]: 2024-04-30 17:54:01.958--ServerSession(454071866)--Connection(1871319536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.958--UnitOfWork(832512439)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:01.958--UnitOfWork(832512439)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.958--UnitOfWork(832512439)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:01.958--UnitOfWork(832512439)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28) [junit] [EL Finest]: 2024-04-30 17:54:01.958--ServerSession(454071866)--Connection(72563193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.958--ClientSession(2133598779)--Connection(72563193)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.958--ClientSession(2133598779)--Connection(72563193)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.959--ClientSession(2133598779)--Connection(1950241906)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [40] [junit] [EL Fine]: 2024-04-30 17:54:01.959--ClientSession(2133598779)--Connection(1950241906)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [40, 1] [junit] [EL Finer]: 2024-04-30 17:54:01.959--ClientSession(2133598779)--Connection(1950241906)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:01.959--ServerSession(454071866)--Connection(72563193)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.959--UnitOfWork(832512439)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:01.959--UnitOfWork(832512439)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.959--UnitOfWork(832512439)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.959--ClientSession(2133598779)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.959--UnitOfWork(832512439)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.959--ClientSession(2133598779)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2024-04-30 17:54:01.959--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:01.959--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.959--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:01.959--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28) [junit] [EL Finest]: 2024-04-30 17:54:01.959--ServerSession(454071866)--Connection(77441398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.959--ClientSession(673515233)--Connection(77441398)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.959--ClientSession(673515233)--Connection(77441398)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.96--ClientSession(673515233)--Connection(1077297779)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [40] [junit] [EL Warning]: 2024-04-30 17:54:01.96--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:88) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:155) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.appendCall(ParameterizedSQLBatchWritingMechanism.java:85) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:612) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:236) [junit] at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:121) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:220) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:121) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:344) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:293) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1522) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1609) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:280) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testOptimisticLockExceptionDeleteDelete(TestOptimistic.java:196) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:54:01.982--ClientSession(673515233)--Connection(1077297779)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:01.982--ServerSession(454071866)--Connection(77441398)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.982--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.982--ClientSession(673515233)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:01.991--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 632631730 [junit] [EL Finer]: 2024-04-30 17:54:01.991--ClientSession(632631730)--Thread(Thread[main,5,main])--acquire unit of work: 1198745517 [junit] [EL Finest]: 2024-04-30 17:54:01.991--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:01.991--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.991--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@46) [junit] [EL Finest]: 2024-04-30 17:54:01.991--ServerSession(454071866)--Connection(111131743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.991--ClientSession(632631730)--Connection(111131743)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.991--ClientSession(632631730)--Connection(111131743)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.991--ClientSession(632631730)--Connection(1519254830)--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]: 2024-04-30 17:54:01.992--ClientSession(632631730)--Connection(1519254830)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 70] [junit] [EL Finer]: 2024-04-30 17:54:01.992--ClientSession(632631730)--Connection(1519254830)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:01.992--ServerSession(454071866)--Connection(111131743)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.992--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:01.992--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.992--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.992--ClientSession(632631730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:01.992--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.992--ClientSession(632631730)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:01.992--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1187136794 [junit] [EL Finer]: 2024-04-30 17:54:01.992--ClientSession(1187136794)--Thread(Thread[main,5,main])--acquire unit of work: 1939055713 [junit] [EL Finest]: 2024-04-30 17:54:01.992--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@46 [junit] [EL Finest]: 2024-04-30 17:54:01.992--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:01.992--ServerSession(454071866)--Connection(2106446837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:01.992--ServerSession(454071866)--Connection(2106446837)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.992--ServerSession(454071866)--Connection(1661658830)--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]: 2024-04-30 17:54:01.993--ServerSession(454071866)--Connection(2106446837)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:01.993--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:01.993--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@46) [junit] [EL Finest]: 2024-04-30 17:54:01.993--ServerSession(454071866)--Connection(1844267460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:01.993--ClientSession(1187136794)--Connection(1844267460)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:01.993--ClientSession(1187136794)--Connection(1844267460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:01.993--ClientSession(1187136794)--Connection(1618121013)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [8, 70, 7] [junit] [EL Finer]: 2024-04-30 17:54:01.994--ClientSession(1187136794)--Connection(1618121013)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:01.994--ServerSession(454071866)--Connection(1844267460)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2024-04-30 17:54:01.994--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:88) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:155) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:137) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1896) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4446) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5895) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1725) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1693) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:287) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1246) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:140) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testIllegalVersionAccessManaged(TestOptimistic.java:267) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] [junit] [EL Finer]: 2024-04-30 17:54:01.994--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:01.994--ClientSession(1187136794)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.004--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 445647475 [junit] [EL Finer]: 2024-04-30 17:54:02.004--ClientSession(445647475)--Thread(Thread[main,5,main])--acquire unit of work: 391027432 [junit] [EL Finest]: 2024-04-30 17:54:02.004--UnitOfWork(391027432)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:02.004--UnitOfWork(391027432)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.004--UnitOfWork(391027432)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@5a) [junit] [EL Finest]: 2024-04-30 17:54:02.004--ServerSession(454071866)--Connection(118772841)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.004--ClientSession(445647475)--Connection(118772841)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.004--ClientSession(445647475)--Connection(118772841)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.004--ClientSession(445647475)--Connection(1684936633)--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]: 2024-04-30 17:54:02.004--ClientSession(445647475)--Connection(1684936633)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 90] [junit] [EL Finer]: 2024-04-30 17:54:02.004--ClientSession(445647475)--Connection(1684936633)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.005--ServerSession(454071866)--Connection(118772841)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.005--UnitOfWork(391027432)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.005--UnitOfWork(391027432)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.005--UnitOfWork(391027432)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.005--ClientSession(445647475)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.005--UnitOfWork(391027432)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.005--ClientSession(445647475)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.005--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 21897563 [junit] [EL Finer]: 2024-04-30 17:54:02.005--ClientSession(21897563)--Thread(Thread[main,5,main])--acquire unit of work: 352926996 [junit] [EL Finest]: 2024-04-30 17:54:02.005--UnitOfWork(352926996)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@5a [junit] [EL Finest]: 2024-04-30 17:54:02.005--UnitOfWork(352926996)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:02.005--ServerSession(454071866)--Connection(796568322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.005--ServerSession(454071866)--Connection(796568322)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.005--ServerSession(454071866)--Connection(1607336783)--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]: 2024-04-30 17:54:02.005--ServerSession(454071866)--Connection(796568322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:02.005--UnitOfWork(352926996)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.005--ClientSession(21897563)--Thread(Thread[main,5,main])--client released [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.817 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest [junit] [EL Finer]: 2024-04-30 17:54:02.033--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 952657666 [junit] [EL Finer]: 2024-04-30 17:54:02.033--ClientSession(952657666)--Thread(Thread[main,5,main])--acquire unit of work: 96286987 [junit] [EL Finest]: 2024-04-30 17:54:02.033--UnitOfWork(96286987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.033--ServerSession(454071866)--Connection(675141674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.033--ClientSession(952657666)--Connection(675141674)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.033--ClientSession(952657666)--Connection(675141674)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.033--ClientSession(952657666)--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]: 2024-04-30 17:54:02.034--ClientSession(952657666)--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]: 2024-04-30 17:54:02.034--ClientSession(952657666)--Connection(1396071000)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:02.034--ClientSession(952657666)--Connection(1396071000)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:02.034--ClientSession(952657666)--Connection(1396071000)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:54:02.034--ClientSession(952657666)--Connection(1396071000)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.035--ServerSession(454071866)--Connection(1396071000)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:02.035--ServerSession(454071866)--Connection(675141674)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:02.035--UnitOfWork(96286987)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e990e301) [junit] [EL Finer]: 2024-04-30 17:54:02.035--UnitOfWork(96286987)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.035--UnitOfWork(96286987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.035--UnitOfWork(96286987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e990e301) [junit] [EL Finest]: 2024-04-30 17:54:02.035--ServerSession(454071866)--Connection(1396472402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.035--ClientSession(952657666)--Connection(1396472402)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.035--ClientSession(952657666)--Connection(1396472402)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.036--UnitOfWork(96286987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task@68d07b48) [junit] [EL Fine]: 2024-04-30 17:54:02.036--ClientSession(952657666)--Connection(1184861666)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [1, photo album] [junit] [EL Fine]: 2024-04-30 17:54:02.036--ClientSession(952657666)--Connection(1184861666)--Thread(Thread[main,5,main])--INSERT INTO TMP_TASK (TASK_ID, DESCRIPTION, PROJ_ID) VALUES (?, ?, ?) [junit] bind => [1, null, 1] [junit] [EL Fine]: 2024-04-30 17:54:02.036--ClientSession(952657666)--Connection(1184861666)--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]: 2024-04-30 17:54:02.037--ClientSession(952657666)--Connection(1184861666)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.037--ServerSession(454071866)--Connection(1396472402)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.037--UnitOfWork(96286987)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.037--UnitOfWork(96286987)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.037--UnitOfWork(96286987)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.037--ClientSession(952657666)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.037--UnitOfWork(96286987)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.037--ClientSession(952657666)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.037--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 278885249 [junit] [EL Finer]: 2024-04-30 17:54:02.037--ClientSession(278885249)--Thread(Thread[main,5,main])--acquire unit of work: 224342296 [junit] [EL Finest]: 2024-04-30 17:54:02.037--UnitOfWork(224342296)--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]: 2024-04-30 17:54:02.037--UnitOfWork(224342296)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e990e301 [junit] [EL Finest]: 2024-04-30 17:54:02.038--UnitOfWork(224342296)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="tasks" referenceClass=Task ) [junit] [EL Finest]: 2024-04-30 17:54:02.038--ServerSession(454071866)--Connection(1769512940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.038--ServerSession(454071866)--Connection(1769512940)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.038--ServerSession(454071866)--Connection(1335943526)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:02.038--ServerSession(454071866)--Connection(1769512940)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.039--UnitOfWork(224342296)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="project" referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:54:02.039--UnitOfWork(224342296)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task@12223f2b [junit] [EL Finer]: 2024-04-30 17:54:02.039--UnitOfWork(224342296)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.039--UnitOfWork(224342296)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task@12223f2b) [junit] [EL Finest]: 2024-04-30 17:54:02.039--ServerSession(454071866)--Connection(1612814898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.039--ClientSession(278885249)--Connection(1612814898)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.039--ClientSession(278885249)--Connection(1612814898)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.04--ClientSession(278885249)--Connection(1668885114)--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]: 2024-04-30 17:54:02.04--ClientSession(278885249)--Connection(1668885114)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.04--ServerSession(454071866)--Connection(1612814898)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.04--UnitOfWork(224342296)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.04--UnitOfWork(224342296)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.04--UnitOfWork(224342296)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.04--ClientSession(278885249)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.04--UnitOfWork(224342296)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.04--ClientSession(278885249)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.04--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1803367996 [junit] [EL Finer]: 2024-04-30 17:54:02.04--ClientSession(1803367996)--Thread(Thread[main,5,main])--acquire unit of work: 132239723 [junit] [EL Finest]: 2024-04-30 17:54:02.041--UnitOfWork(132239723)--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]: 2024-04-30 17:54:02.041--ServerSession(454071866)--Connection(931679015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.041--ServerSession(454071866)--Connection(931679015)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.041--ServerSession(454071866)--Connection(141859848)--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]: 2024-04-30 17:54:02.041--ServerSession(454071866)--Connection(931679015)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.041--UnitOfWork(132239723)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="project" referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:54:02.041--UnitOfWork(132239723)--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.018 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.TestSecondaryTable [junit] [EL Finer]: 2024-04-30 17:54:02.055--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 899066325 [junit] [EL Finer]: 2024-04-30 17:54:02.055--ClientSession(899066325)--Thread(Thread[main,5,main])--acquire unit of work: 1142936077 [junit] [EL Finest]: 2024-04-30 17:54:02.055--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.055--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.055--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2024-04-30 17:54:02.055--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.055--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2024-04-30 17:54:02.055--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:02.055--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.055--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:02.056--ServerSession(454071866)--Connection(1076682592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.056--ClientSession(899066325)--Connection(1076682592)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.056--ClientSession(899066325)--Connection(1076682592)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.056--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@687d4471) [junit] [EL Fine]: 2024-04-30 17:54:02.056--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [7, dep7, 1] [junit] [EL Finest]: 2024-04-30 17:54:02.056--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Fine]: 2024-04-30 17:54:02.056--ClientSession(899066325)--Connection(69880727)--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]: 2024-04-30 17:54:02.057--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finer]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])-- bind => [2, P1] [junit] [EL Fine]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])-- bind => [3, P2] [junit] [EL Finer]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Finer]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:02.057--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])-- bind => [17, 18, 2] [junit] [EL Fine]: 2024-04-30 17:54:02.058--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])-- bind => [27, 28, 3] [junit] [EL Finer]: 2024-04-30 17:54:02.058--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:02.058--ClientSession(899066325)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:02.058--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.058--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:02.058--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])-- bind => [2, 13] [junit] [EL Fine]: 2024-04-30 17:54:02.058--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])-- bind => [3, 13] [junit] [EL Finer]: 2024-04-30 17:54:02.058--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:02.059--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.059--ServerSession(454071866)--Connection(1076682592)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.059--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.059--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:02.059--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@687d4471 [junit] [EL Finer]: 2024-04-30 17:54:02.06--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.06--ClientSession(899066325)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.068--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2090591370 [junit] [EL Finer]: 2024-04-30 17:54:02.068--ClientSession(2090591370)--Thread(Thread[main,5,main])--acquire unit of work: 631848463 [junit] [EL Finest]: 2024-04-30 17:54:02.068--UnitOfWork(631848463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.069--UnitOfWork(631848463)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853) [junit] [EL Finer]: 2024-04-30 17:54:02.069--UnitOfWork(631848463)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.069--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853) [junit] [EL Finest]: 2024-04-30 17:54:02.069--ServerSession(454071866)--Connection(1181810712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.069--ClientSession(2090591370)--Connection(1181810712)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.069--ClientSession(2090591370)--Connection(1181810712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.069--ClientSession(2090591370)--Connection(717490079)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [4, trallala] [junit] [EL Fine]: 2024-04-30 17:54:02.069--ClientSession(2090591370)--Connection(717490079)--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]: 2024-04-30 17:54:02.07--ClientSession(2090591370)--Connection(717490079)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.07--ServerSession(454071866)--Connection(1181810712)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.07--UnitOfWork(631848463)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.07--UnitOfWork(631848463)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:02.07--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853 [junit] [EL Finer]: 2024-04-30 17:54:02.07--UnitOfWork(631848463)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.07--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853) [junit] [EL Finest]: 2024-04-30 17:54:02.07--ServerSession(454071866)--Connection(993777150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.07--ClientSession(2090591370)--Connection(993777150)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.07--ClientSession(2090591370)--Connection(993777150)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.071--ClientSession(2090591370)--Connection(450904819)--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]: 2024-04-30 17:54:02.071--ClientSession(2090591370)--Connection(450904819)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.071--ServerSession(454071866)--Connection(993777150)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.071--UnitOfWork(631848463)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.071--UnitOfWork(631848463)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:02.071--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853 [junit] [EL Finest]: 2024-04-30 17:54:02.071--UnitOfWork(631848463)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:02.071--UnitOfWork(631848463)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.071--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:54:02.072--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" ) [junit] [EL Finest]: 2024-04-30 17:54:02.072--ServerSession(454071866)--Connection(1290583870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.072--ClientSession(2090591370)--Connection(1290583870)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.072--ClientSession(2090591370)--Connection(1290583870)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.072--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853) [junit] [EL Fine]: 2024-04-30 17:54:02.072--ClientSession(2090591370)--Connection(1409522570)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [4] [junit] [EL Fine]: 2024-04-30 17:54:02.072--ClientSession(2090591370)--Connection(1409522570)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [4] [junit] [EL Fine]: 2024-04-30 17:54:02.072--ClientSession(2090591370)--Connection(1409522570)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finer]: 2024-04-30 17:54:02.073--ClientSession(2090591370)--Connection(1409522570)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.073--ServerSession(454071866)--Connection(1290583870)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.073--UnitOfWork(631848463)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.073--UnitOfWork(631848463)--Thread(Thread[main,5,main])--resume unit of work [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.028 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestAggregates [junit] [EL Finer]: 2024-04-30 17:54:02.097--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 333347770 [junit] [EL Finer]: 2024-04-30 17:54:02.098--ClientSession(333347770)--Thread(Thread[main,5,main])--acquire unit of work: 338431038 [junit] [EL Finest]: 2024-04-30 17:54:02.098--UnitOfWork(338431038)--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]: 2024-04-30 17:54:02.098--ServerSession(454071866)--Connection(601211928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.098--ServerSession(454071866)--Connection(601211928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.098--ServerSession(454071866)--Connection(134367664)--Thread(Thread[main,5,main])--SELECT FIRSTNAME, AVG(SALARY) FROM TMP_EMP GROUP BY FIRSTNAME HAVING (AVG(SALARY) > ?) [junit] bind => [2000] [junit] [EL Finest]: 2024-04-30 17:54:02.098--ServerSession(454071866)--Connection(601211928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.051 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments [junit] [EL Finer]: 2024-04-30 17:54:02.175--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 196417889 [junit] [EL Finer]: 2024-04-30 17:54:02.175--ClientSession(196417889)--Thread(Thread[main,5,main])--acquire unit of work: 392407201 [junit] [EL Finest]: 2024-04-30 17:54:02.175--UnitOfWork(392407201)--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]: 2024-04-30 17:54:02.175--ServerSession(454071866)--Connection(800292754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.175--ServerSession(454071866)--Connection(800292754)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.176--ServerSession(454071866)--Connection(173403393)--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]: 2024-04-30 17:54:02.176--ServerSession(454071866)--Connection(800292754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:02.301--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2038353966 [junit] [EL Finer]: 2024-04-30 17:54:02.301--ClientSession(2038353966)--Thread(Thread[main,5,main])--acquire unit of work: 1297090661 [junit] [EL Finest]: 2024-04-30 17:54:02.301--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.301--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.301--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.301--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.301--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:02.301--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.301--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:02.301--ServerSession(454071866)--Connection(159833775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.301--ClientSession(2038353966)--Connection(159833775)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.301--ClientSession(2038353966)--Connection(159833775)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.301--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:02.302--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4d97c12c) [junit] [EL Finer]: 2024-04-30 17:54:02.302--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.302--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:02.302--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:02.302--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:02.302--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:02.302--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@620a2725) [junit] [EL Fine]: 2024-04-30 17:54:02.303--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:02.303--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c9ebdb) [junit] [EL Finer]: 2024-04-30 17:54:02.303--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.303--ClientSession(2038353966)--Connection(570205651)--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]: 2024-04-30 17:54:02.303--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:02.303--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:02.303--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:02.304--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.304--ServerSession(454071866)--Connection(159833775)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.304--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.304--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.304--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.304--ClientSession(2038353966)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.304--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.304--ClientSession(2038353966)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.305--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1540609863 [junit] [EL Finer]: 2024-04-30 17:54:02.305--ClientSession(1540609863)--Thread(Thread[main,5,main])--acquire unit of work: 1268894895 [junit] [EL Finest]: 2024-04-30 17:54:02.305--UnitOfWork(1268894895)--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]: 2024-04-30 17:54:02.305--UnitOfWork(1268894895)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@150ba838 [junit] [EL Finest]: 2024-04-30 17:54:02.305--UnitOfWork(1268894895)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@198b4fb6 [junit] [EL Finest]: 2024-04-30 17:54:02.305--UnitOfWork(1268894895)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:02.305--UnitOfWork(1268894895)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:02.305--ServerSession(454071866)--Connection(944838279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.306--ServerSession(454071866)--Connection(944838279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.306--ServerSession(454071866)--Connection(202835924)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:02.306--ServerSession(454071866)--Connection(944838279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.306--UnitOfWork(1268894895)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@150ba838 [junit] [EL Finest]: 2024-04-30 17:54:02.307--UnitOfWork(1268894895)--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]: 2024-04-30 17:54:02.307--ServerSession(454071866)--Connection(1913292527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.307--ServerSession(454071866)--Connection(1913292527)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.307--ServerSession(454071866)--Connection(469483253)--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]: 2024-04-30 17:54:02.308--ServerSession(454071866)--Connection(1913292527)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:02.334--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1641289501 [junit] [EL Finer]: 2024-04-30 17:54:02.334--ClientSession(1641289501)--Thread(Thread[main,5,main])--acquire unit of work: 1178306139 [junit] [EL Finest]: 2024-04-30 17:54:02.334--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.334--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.335--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.335--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.335--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:02.335--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.335--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:02.335--ServerSession(454071866)--Connection(704104254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.335--ClientSession(1641289501)--Connection(704104254)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.335--ClientSession(1641289501)--Connection(704104254)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.335--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:02.335--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@63888c14) [junit] [EL Finer]: 2024-04-30 17:54:02.335--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.335--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:02.335--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:02.335--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:02.335--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:02.336--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@627f515c) [junit] [EL Fine]: 2024-04-30 17:54:02.336--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:02.336--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@799bc760) [junit] [EL Finer]: 2024-04-30 17:54:02.336--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.336--ClientSession(1641289501)--Connection(1841083445)--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]: 2024-04-30 17:54:02.336--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:02.336--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:02.336--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:02.337--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.337--ServerSession(454071866)--Connection(704104254)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.338--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.338--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.338--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.338--ClientSession(1641289501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.338--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.338--ClientSession(1641289501)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.338--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 453428216 [junit] [EL Finer]: 2024-04-30 17:54:02.338--ClientSession(453428216)--Thread(Thread[main,5,main])--acquire unit of work: 2023948863 [junit] [EL Finest]: 2024-04-30 17:54:02.338--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.338--ServerSession(454071866)--Connection(552526972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.338--ClientSession(453428216)--Connection(552526972)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.338--ClientSession(453428216)--Connection(552526972)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.338--ClientSession(453428216)--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]: 2024-04-30 17:54:02.338--ClientSession(453428216)--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]: 2024-04-30 17:54:02.338--ClientSession(453428216)--Connection(224062106)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:02.339--ClientSession(453428216)--Connection(224062106)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:02.339--ClientSession(453428216)--Connection(224062106)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:54:02.339--ClientSession(453428216)--Connection(224062106)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.339--ServerSession(454071866)--Connection(224062106)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:02.339--ServerSession(454071866)--Connection(552526972)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:02.339--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d752f29) [junit] [EL Finest]: 2024-04-30 17:54:02.34--ServerSession(454071866)--Thread(Thread[main,5,main])--java.lang.reflect.InvocationTargetException [junit] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [junit] at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeConstructor(PrivilegedAccessHelper.java:614) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.createInjectionManager(AbstractSession.java:1224) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.getInjectionManager(AbstractSession.java:2359) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.createEntityListenerAndInjectDependencies(EntityListener.java:139) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.constructListenerInstance(EntityListener.java:153) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.getListener(EntityListener.java:229) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.invokeMethod(EntityListener.java:346) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.prePersist(EntityListener.java:453) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyListener(DescriptorEventManager.java:746) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyEJB30Listeners(DescriptorEventManager.java:672) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.executeEvent(DescriptorEventManager.java:233) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectClone(UnitOfWorkImpl.java:4515) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:4491) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:532) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:4433) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.persist(EntityManagerImpl.java:601) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments.testEnumParameters(TestArguments.java:206) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [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 java.naming/javax.naming.spi.NamingManager.getFactory(NamingManager.java:760) [junit] at java.naming/javax.naming.spi.NamingManager.lambda$getInitialContext$1(NamingManager.java:722) [junit] at java.base/jdk.internal.loader.AbstractClassLoaderValue$Memoizer.get(AbstractClassLoaderValue.java:329) [junit] at java.base/jdk.internal.loader.AbstractClassLoaderValue.computeIfAbsent(AbstractClassLoaderValue.java:205) [junit] at java.naming/javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:722) [junit] at java.naming/javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:305) [junit] at java.naming/javax.naming.InitialContext.init(InitialContext.java:236) [junit] at java.naming/javax.naming.InitialContext.(InitialContext.java:184) [junit] at org.eclipse.persistence.internal.sessions.cdi.InjectionManagerImpl.(InjectionManagerImpl.java:49) [junit] ... 48 more [junit] Caused by: java.lang.ClassNotFoundException: org.jboss.naming.remote.client.InitialContextFactory [junit] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) [junit] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) [junit] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) [junit] at java.base/java.lang.Class.forName0(Native Method) [junit] at java.base/java.lang.Class.forName(Class.java:398) [junit] at java.naming/com.sun.naming.internal.VersionHelper.loadClass(VersionHelper.java:127) [junit] at java.naming/com.sun.naming.internal.VersionHelper.loadClass(VersionHelper.java:133) [junit] at java.naming/com.sun.naming.internal.VersionHelper.loadClass(VersionHelper.java:96) [junit] at java.naming/javax.naming.spi.NamingManager.getFactory(NamingManager.java:757) [junit] ... 56 more [junit] [junit] [EL Finest]: 2024-04-30 17:54:02.341--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.341--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@23368646) [junit] [EL Finest]: 2024-04-30 17:54:02.341--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.341--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@4dc80b7a) [junit] [EL Finer]: 2024-04-30 17:54:02.341--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.341--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@4dc80b7a) [junit] [EL Finest]: 2024-04-30 17:54:02.341--ServerSession(454071866)--Connection(57537894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.341--ClientSession(453428216)--Connection(57537894)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.341--ClientSession(453428216)--Connection(57537894)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.341--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d752f29) [junit] [EL Fine]: 2024-04-30 17:54:02.341--ClientSession(453428216)--Connection(1431128150)--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]: 2024-04-30 17:54:02.342--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@23368646) [junit] [EL Fine]: 2024-04-30 17:54:02.342--ClientSession(453428216)--Connection(1431128150)--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]: 2024-04-30 17:54:02.342--ClientSession(453428216)--Connection(1431128150)--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]: 2024-04-30 17:54:02.342--ClientSession(453428216)--Connection(1431128150)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.343--ServerSession(454071866)--Connection(57537894)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.343--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.343--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.343--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.343--ClientSession(453428216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.343--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.343--ClientSession(453428216)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.344--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 242773374 [junit] [EL Finer]: 2024-04-30 17:54:02.344--ClientSession(242773374)--Thread(Thread[main,5,main])--acquire unit of work: 416024522 [junit] [EL Finest]: 2024-04-30 17:54:02.344--UnitOfWork(416024522)--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]: 2024-04-30 17:54:02.344--ServerSession(454071866)--Connection(1396466384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.344--ServerSession(454071866)--Connection(1396466384)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.344--ServerSession(454071866)--Connection(2120376337)--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]: 2024-04-30 17:54:02.345--ServerSession(454071866)--Connection(1396466384)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.345--UnitOfWork(416024522)--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]: 2024-04-30 17:54:02.345--ServerSession(454071866)--Connection(2066514832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.345--ServerSession(454071866)--Connection(2066514832)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.345--ServerSession(454071866)--Connection(379782668)--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]: 2024-04-30 17:54:02.345--ServerSession(454071866)--Connection(2066514832)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:02.377--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2126925891 [junit] [EL Finer]: 2024-04-30 17:54:02.377--ClientSession(2126925891)--Thread(Thread[main,5,main])--acquire unit of work: 1881202346 [junit] [EL Finer]: 2024-04-30 17:54:02.473--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1617238800 [junit] [EL Finer]: 2024-04-30 17:54:02.473--ClientSession(1617238800)--Thread(Thread[main,5,main])--acquire unit of work: 1466559355 [junit] [EL Finest]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:02.474--ServerSession(454071866)--Connection(1500767468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.474--ClientSession(1617238800)--Connection(1500767468)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.474--ClientSession(1617238800)--Connection(1500767468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:02.474--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3c72031c) [junit] [EL Finer]: 2024-04-30 17:54:02.474--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.474--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:02.474--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:02.474--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:02.474--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:02.475--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@452895aa) [junit] [EL Fine]: 2024-04-30 17:54:02.475--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:02.475--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24d815da) [junit] [EL Finer]: 2024-04-30 17:54:02.475--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.475--ClientSession(1617238800)--Connection(1859753031)--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]: 2024-04-30 17:54:02.475--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:02.475--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:02.475--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:02.476--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.476--ServerSession(454071866)--Connection(1500767468)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.477--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.477--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.477--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.477--ClientSession(1617238800)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.477--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.477--ClientSession(1617238800)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.478--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1405534694 [junit] [EL Finer]: 2024-04-30 17:54:02.478--ClientSession(1405534694)--Thread(Thread[main,5,main])--acquire unit of work: 635321548 [junit] [EL Finest]: 2024-04-30 17:54:02.478--UnitOfWork(635321548)--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]: 2024-04-30 17:54:02.478--ServerSession(454071866)--Connection(1857928854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.478--ServerSession(454071866)--Connection(1857928854)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.478--ServerSession(454071866)--Connection(588755151)--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]: 2024-04-30 17:54:02.478--ServerSession(454071866)--Connection(1857928854)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.479--UnitOfWork(635321548)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:02.479--UnitOfWork(635321548)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:02.479--ServerSession(454071866)--Connection(261287451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.479--ServerSession(454071866)--Connection(261287451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.479--ServerSession(454071866)--Connection(366378255)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:02.479--ServerSession(454071866)--Connection(261287451)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:02.479--UnitOfWork(635321548)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@150ba838 [junit] [EL Finest]: 2024-04-30 17:54:02.479--UnitOfWork(635321548)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@198b4fb6 [junit] [EL Finer]: 2024-04-30 17:54:02.516--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1619932351 [junit] [EL Finer]: 2024-04-30 17:54:02.516--ClientSession(1619932351)--Thread(Thread[main,5,main])--acquire unit of work: 977990184 [junit] [EL Finest]: 2024-04-30 17:54:02.516--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.516--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.516--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.516--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:02.516--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:02.516--UnitOfWork(977990184)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:02.516--UnitOfWork(977990184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:02.516--ServerSession(454071866)--Connection(592463657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.517--ClientSession(1619932351)--Connection(592463657)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.517--ClientSession(1619932351)--Connection(592463657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:02.517--UnitOfWork(977990184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:02.517--UnitOfWork(977990184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7aa146e5) [junit] [EL Finer]: 2024-04-30 17:54:02.517--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.517--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:02.517--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:02.517--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:02.517--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:02.517--UnitOfWork(977990184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77a19366) [junit] [EL Fine]: 2024-04-30 17:54:02.518--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:02.518--UnitOfWork(977990184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1717302b) [junit] [EL Finer]: 2024-04-30 17:54:02.518--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:02.518--ClientSession(1619932351)--Connection(330849841)--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]: 2024-04-30 17:54:02.518--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:02.518--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:02.518--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:02.519--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.519--ServerSession(454071866)--Connection(592463657)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.519--UnitOfWork(977990184)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.519--UnitOfWork(977990184)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.519--UnitOfWork(977990184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.519--ClientSession(1619932351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:02.519--UnitOfWork(977990184)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.519--ClientSession(1619932351)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:02.519--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 215043081 [junit] [EL Finer]: 2024-04-30 17:54:02.519--ClientSession(215043081)--Thread(Thread[main,5,main])--acquire unit of work: 1712589293 [junit] [EL Finer]: 2024-04-30 17:54:02.525--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:02.525--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:02.525--UnitOfWork(1712589293)--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]: 2024-04-30 17:54:02.526--ServerSession(454071866)--Connection(1634834140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.526--ClientSession(215043081)--Connection(1634834140)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:02.526--ClientSession(215043081)--Connection(1634834140)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:02.526--ClientSession(215043081)--Connection(347905317)--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]: 2024-04-30 17:54:02.526--ClientSession(215043081)--Connection(347905317)--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]: 2024-04-30 17:54:02.527--ClientSession(215043081)--Connection(347905317)--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]: 2024-04-30 17:54:02.527--ClientSession(215043081)--Connection(347905317)--Thread(Thread[main,5,main])--DELETE FROM TL_TMP_EMP [junit] [EL Finer]: 2024-04-30 17:54:02.528--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.528--ClientSession(215043081)--Connection(347905317)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:02.528--ServerSession(454071866)--Connection(1634834140)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:02.528--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:02.528--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:02.54--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1725913819 [junit] [EL Finer]: 2024-04-30 17:54:02.54--ClientSession(1725913819)--Thread(Thread[main,5,main])--acquire unit of work: 1796421017 [junit] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.51 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestBuiltInFunctionExpressions [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 0.712 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions [junit] [EL Finer]: 2024-04-30 17:54:03.397--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1410857033 [junit] [EL Finer]: 2024-04-30 17:54:03.397--ClientSession(1410857033)--Thread(Thread[main,5,main])--acquire unit of work: 1878765102 [junit] [EL Finer]: 2024-04-30 17:54:03.547--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 721076983 [junit] [EL Finer]: 2024-04-30 17:54:03.547--ClientSession(721076983)--Thread(Thread[main,5,main])--acquire unit of work: 726176539 [junit] [EL Finest]: 2024-04-30 17:54:03.547--UnitOfWork(726176539)--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]: 2024-04-30 17:54:03.547--ServerSession(454071866)--Connection(1967392275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.547--ServerSession(454071866)--Connection(1967392275)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.547--ServerSession(454071866)--Connection(1879467705)--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]: 2024-04-30 17:54:03.548--ServerSession(454071866)--Connection(1967392275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:03.717--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 377591941 [junit] [EL Finer]: 2024-04-30 17:54:03.717--ClientSession(377591941)--Thread(Thread[main,5,main])--acquire unit of work: 1634773603 [junit] [EL Finest]: 2024-04-30 17:54:03.717--UnitOfWork(1634773603)--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]: 2024-04-30 17:54:03.717--ServerSession(454071866)--Connection(1522755386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.717--ServerSession(454071866)--Connection(1522755386)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.717--ServerSession(454071866)--Connection(1436240216)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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@2b833ee7, [B@315ccea2] [junit] [EL Finest]: 2024-04-30 17:54:03.718--ServerSession(454071866)--Connection(1522755386)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:03.792--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 126325576 [junit] [EL Finer]: 2024-04-30 17:54:03.792--ClientSession(126325576)--Thread(Thread[main,5,main])--acquire unit of work: 1803981378 [junit] [EL Finest]: 2024-04-30 17:54:03.792--UnitOfWork(1803981378)--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]: 2024-04-30 17:54:03.792--ServerSession(454071866)--Connection(1323763455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.792--ServerSession(454071866)--Connection(1323763455)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.792--ServerSession(454071866)--Connection(635084960)--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]: 2024-04-30 17:54:03.793--ServerSession(454071866)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:54:03.793--ServerSession(454071866)--Connection(1323763455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:03.793--UnitOfWork(1803981378)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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:342) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) [junit] at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) [junit] at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) [junit] at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:172) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling2(TestConditionalExpressions.java:399) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.SQLSyntaxErrorException: 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 com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) [junit] ... 51 more [junit] [junit] [EL Finer]: 2024-04-30 17:54:03.826--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 147518308 [junit] [EL Finer]: 2024-04-30 17:54:03.826--ClientSession(147518308)--Thread(Thread[main,5,main])--acquire unit of work: 98677797 [junit] [EL Finest]: 2024-04-30 17:54:03.826--UnitOfWork(98677797)--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]: 2024-04-30 17:54:03.826--ServerSession(454071866)--Connection(358136039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.826--ServerSession(454071866)--Connection(358136039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.826--ServerSession(454071866)--Connection(770983702)--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]: 2024-04-30 17:54:03.826--ServerSession(454071866)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:54:03.827--ServerSession(454071866)--Connection(358136039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:03.827--UnitOfWork(98677797)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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:342) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) [junit] at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) [junit] at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) [junit] at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:172) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling9(TestConditionalExpressions.java:437) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.SQLSyntaxErrorException: 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 com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) [junit] ... 51 more [junit] [junit] Tests run: 111, Failures: 0, Errors: 0, Skipped: 47, Time elapsed: 0.591 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount [junit] [EL Finer]: 2024-04-30 17:54:03.972--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1989570152 [junit] [EL Finer]: 2024-04-30 17:54:03.972--ClientSession(1989570152)--Thread(Thread[main,5,main])--acquire unit of work: 1791285768 [junit] [EL Finest]: 2024-04-30 17:54:03.972--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:03.972--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:03.972--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:03.972--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:03.973--ServerSession(454071866)--Connection(813049902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:03.973--ClientSession(1989570152)--Connection(813049902)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:03.973--ClientSession(1989570152)--Connection(813049902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:03.973--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:03.973--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:03.973--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:03.973--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:03.973--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:03.973--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:03.974--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:03.974--ServerSession(454071866)--Connection(813049902)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:03.974--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:03.974--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:03.974--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:03.974--ClientSession(1989570152)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:03.974--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:03.974--ClientSession(1989570152)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:03.974--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2083733961 [junit] [EL Finer]: 2024-04-30 17:54:03.974--ClientSession(2083733961)--Thread(Thread[main,5,main])--acquire unit of work: 2097492281 [junit] [EL Finest]: 2024-04-30 17:54:03.974--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:03.974--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finest]: 2024-04-30 17:54:03.974--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:03.974--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finest]: 2024-04-30 17:54:03.975--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:03.975--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:03.975--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@71d47c80) [junit] [EL Finest]: 2024-04-30 17:54:03.975--ServerSession(454071866)--Connection(550975541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:03.975--ClientSession(2083733961)--Connection(550975541)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:03.975--ClientSession(2083733961)--Connection(550975541)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:03.975--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Fine]: 2024-04-30 17:54:03.975--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, red-green-gold] [junit] [EL Finest]: 2024-04-30 17:54:03.976--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finer]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])-- bind => [5, Eis Kratzen] [junit] [EL Fine]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])-- bind => [6, Schnee Schieben] [junit] [EL Finer]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])-- bind => [1, 0, 5] [junit] [EL Fine]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])-- bind => [1, 0, 6] [junit] [EL Finer]: 2024-04-30 17:54:03.976--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:03.977--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:03.977--ServerSession(454071866)--Connection(550975541)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:03.977--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:03.977--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:03.978--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:03.978--ClientSession(2083733961)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:03.978--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:03.978--ClientSession(2083733961)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:03.978--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1730115764 [junit] [EL Finer]: 2024-04-30 17:54:03.979--ClientSession(1730115764)--Thread(Thread[main,5,main])--acquire unit of work: 1757832736 [junit] [EL Finest]: 2024-04-30 17:54:03.979--UnitOfWork(1757832736)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(ID) FROM TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:03.979--ServerSession(454071866)--Connection(1515982678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.979--ServerSession(454071866)--Connection(1515982678)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.979--ServerSession(454071866)--Connection(1835741116)--Thread(Thread[main,5,main])--SELECT COUNT(ID) FROM TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:03.979--ServerSession(454071866)--Connection(1515982678)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:03.981--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1610505085 [junit] [EL Finer]: 2024-04-30 17:54:03.982--ClientSession(1610505085)--Thread(Thread[main,5,main])--acquire unit of work: 1199759746 [junit] [EL Finest]: 2024-04-30 17:54:03.982--UnitOfWork(1199759746)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(DISTINCT(ID)) FROM TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:03.982--ServerSession(454071866)--Connection(1489152144)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.982--ServerSession(454071866)--Connection(1489152144)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.982--ServerSession(454071866)--Connection(1004224296)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ID)) FROM TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:03.982--ServerSession(454071866)--Connection(1489152144)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:03.983--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1243000331 [junit] [EL Finer]: 2024-04-30 17:54:03.983--ClientSession(1243000331)--Thread(Thread[main,5,main])--acquire unit of work: 1925371545 [junit] [EL Finest]: 2024-04-30 17:54:03.983--UnitOfWork(1925371545)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Cubicle sql="SELECT COUNT(PLACE) FROM TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:54:03.983--ServerSession(454071866)--Connection(718777370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.983--ServerSession(454071866)--Connection(718777370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.983--ServerSession(454071866)--Connection(442606276)--Thread(Thread[main,5,main])--SELECT COUNT(PLACE) FROM TMP_CUBICLE [junit] [EL Finest]: 2024-04-30 17:54:03.983--ServerSession(454071866)--Connection(718777370)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:03.984--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 882303082 [junit] [EL Finer]: 2024-04-30 17:54:03.984--ClientSession(882303082)--Thread(Thread[main,5,main])--acquire unit of work: 1713545680 [junit] [EL Finest]: 2024-04-30 17:54:03.984--UnitOfWork(1713545680)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(DISTINCT(NAME)) FROM TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:03.984--ServerSession(454071866)--Connection(797727191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.984--ServerSession(454071866)--Connection(797727191)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.984--ServerSession(454071866)--Connection(708304939)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(NAME)) FROM TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:03.984--ServerSession(454071866)--Connection(797727191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:03.985--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 754157613 [junit] [EL Finer]: 2024-04-30 17:54:03.985--ClientSession(754157613)--Thread(Thread[main,5,main])--acquire unit of work: 657657753 [junit] [EL Finest]: 2024-04-30 17:54:03.985--UnitOfWork(657657753)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(ID) FROM TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:03.985--ServerSession(454071866)--Connection(1588339934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:03.985--ServerSession(454071866)--Connection(1588339934)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:03.985--ServerSession(454071866)--Connection(366563106)--Thread(Thread[main,5,main])--SELECT COUNT(ID) FROM TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:03.985--ServerSession(454071866)--Connection(1588339934)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:03.994--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2053186864 [junit] [EL Finer]: 2024-04-30 17:54:03.994--ClientSession(2053186864)--Thread(Thread[main,5,main])--acquire unit of work: 121451655 [junit] [EL Finest]: 2024-04-30 17:54:03.994--UnitOfWork(121451655)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:03.994--UnitOfWork(121451655)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:03.994--UnitOfWork(121451655)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:03.994--UnitOfWork(121451655)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:03.994--ServerSession(454071866)--Connection(647097278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:03.995--ClientSession(2053186864)--Connection(647097278)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:03.995--ClientSession(2053186864)--Connection(647097278)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:03.995--UnitOfWork(121451655)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:03.995--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:03.995--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:03.995--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:03.995--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:03.995--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:03.995--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:03.996--ServerSession(454071866)--Connection(647097278)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:03.996--UnitOfWork(121451655)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:03.996--UnitOfWork(121451655)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:03.996--UnitOfWork(121451655)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:03.996--ClientSession(2053186864)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:03.996--UnitOfWork(121451655)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:03.996--ClientSession(2053186864)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:03.996--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1477690410 [junit] [EL Finer]: 2024-04-30 17:54:03.996--ClientSession(1477690410)--Thread(Thread[main,5,main])--acquire unit of work: 1903564941 [junit] [EL Finest]: 2024-04-30 17:54:03.996--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:03.996--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finest]: 2024-04-30 17:54:03.996--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:03.996--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finest]: 2024-04-30 17:54:03.996--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:03.996--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:03.996--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@28446b82) [junit] [EL Finest]: 2024-04-30 17:54:03.996--ServerSession(454071866)--Connection(801683650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:03.996--ClientSession(1477690410)--Connection(801683650)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:03.996--ClientSession(1477690410)--Connection(801683650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:03.997--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Fine]: 2024-04-30 17:54:03.997--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, red-green-gold] [junit] [EL Finest]: 2024-04-30 17:54:03.997--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finer]: 2024-04-30 17:54:03.997--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:03.997--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:03.997--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])-- bind => [7, Eis Kratzen] [junit] [EL Fine]: 2024-04-30 17:54:03.997--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])-- bind => [8, Schnee Schieben] [junit] [EL Finer]: 2024-04-30 17:54:03.997--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:03.998--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:03.998--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:03.998--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])-- bind => [1, 0, 7] [junit] [EL Fine]: 2024-04-30 17:54:03.998--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])-- bind => [1, 0, 8] [junit] [EL Finer]: 2024-04-30 17:54:03.998--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:03.998--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:03.999--ServerSession(454071866)--Connection(801683650)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:03.999--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:03.999--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:03.999--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:03.999--ClientSession(1477690410)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:03.999--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:03.999--ClientSession(1477690410)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:03.999--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1301837375 [junit] [EL Finer]: 2024-04-30 17:54:04.0--ClientSession(1301837375)--Thread(Thread[main,5,main])--acquire unit of work: 1032288206 [junit] [EL Finest]: 2024-04-30 17:54:04.0--UnitOfWork(1032288206)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(NAME) FROM TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:04.0--ServerSession(454071866)--Connection(890585894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.0--ServerSession(454071866)--Connection(890585894)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.0--ServerSession(454071866)--Connection(1003761499)--Thread(Thread[main,5,main])--SELECT COUNT(NAME) FROM TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:04.0--ServerSession(454071866)--Connection(890585894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:04.011--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 913015532 [junit] [EL Finer]: 2024-04-30 17:54:04.011--ClientSession(913015532)--Thread(Thread[main,5,main])--acquire unit of work: 525141182 [junit] [EL Finest]: 2024-04-30 17:54:04.011--UnitOfWork(525141182)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.011--UnitOfWork(525141182)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.011--UnitOfWork(525141182)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.011--UnitOfWork(525141182)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:04.011--ServerSession(454071866)--Connection(136667318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.011--ClientSession(913015532)--Connection(136667318)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.011--ClientSession(913015532)--Connection(136667318)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.012--UnitOfWork(525141182)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:04.012--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.012--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.012--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.012--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.012--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.013--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.013--ServerSession(454071866)--Connection(136667318)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.013--UnitOfWork(525141182)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.013--UnitOfWork(525141182)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.013--UnitOfWork(525141182)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.013--ClientSession(913015532)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.013--UnitOfWork(525141182)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.013--ClientSession(913015532)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.013--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 47872139 [junit] [EL Finer]: 2024-04-30 17:54:04.013--ClientSession(47872139)--Thread(Thread[main,5,main])--acquire unit of work: 559519926 [junit] [EL Finest]: 2024-04-30 17:54:04.013--UnitOfWork(559519926)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.013--UnitOfWork(559519926)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finest]: 2024-04-30 17:54:04.013--UnitOfWork(559519926)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.014--UnitOfWork(559519926)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finest]: 2024-04-30 17:54:04.014--UnitOfWork(559519926)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.014--UnitOfWork(559519926)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.014--UnitOfWork(559519926)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@71a25687) [junit] [EL Finest]: 2024-04-30 17:54:04.014--ServerSession(454071866)--Connection(661254089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.014--ClientSession(47872139)--Connection(661254089)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.014--ClientSession(47872139)--Connection(661254089)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.014--UnitOfWork(559519926)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Fine]: 2024-04-30 17:54:04.014--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, red-green-gold] [junit] [EL Finest]: 2024-04-30 17:54:04.015--UnitOfWork(559519926)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finer]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])-- bind => [10, Schnee Schieben] [junit] [EL Fine]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])-- bind => [9, Eis Kratzen] [junit] [EL Finer]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])-- bind => [1, 0, 10] [junit] [EL Fine]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])-- bind => [1, 0, 9] [junit] [EL Finer]: 2024-04-30 17:54:04.015--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.016--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.016--ServerSession(454071866)--Connection(661254089)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.016--UnitOfWork(559519926)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.017--UnitOfWork(559519926)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.017--UnitOfWork(559519926)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.017--ClientSession(47872139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.017--UnitOfWork(559519926)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.017--ClientSession(47872139)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.023--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1232467480 [junit] [EL Finer]: 2024-04-30 17:54:04.023--ClientSession(1232467480)--Thread(Thread[main,5,main])--acquire unit of work: 261885568 [junit] [EL Finest]: 2024-04-30 17:54:04.023--UnitOfWork(261885568)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Cubicle sql="SELECT COUNT(DISTINCT PLACE, FLOOR) FROM TMP_CUBICLE") [junit] [EL Finest]: 2024-04-30 17:54:04.023--ServerSession(454071866)--Connection(22489242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.023--ServerSession(454071866)--Connection(22489242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.023--ServerSession(454071866)--Connection(2133975803)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT PLACE, FLOOR) FROM TMP_CUBICLE [junit] [EL Finest]: 2024-04-30 17:54:04.024--ServerSession(454071866)--Connection(22489242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:04.035--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 931293521 [junit] [EL Finer]: 2024-04-30 17:54:04.035--ClientSession(931293521)--Thread(Thread[main,5,main])--acquire unit of work: 1846687021 [junit] [EL Finest]: 2024-04-30 17:54:04.035--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.036--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.036--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.036--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:04.036--ServerSession(454071866)--Connection(1025959866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.036--ClientSession(931293521)--Connection(1025959866)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.036--ClientSession(931293521)--Connection(1025959866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.036--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:04.036--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.036--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.037--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.037--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.037--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.037--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.038--ServerSession(454071866)--Connection(1025959866)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.038--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.038--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.038--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.038--ClientSession(931293521)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.038--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.038--ClientSession(931293521)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.038--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 682108068 [junit] [EL Finer]: 2024-04-30 17:54:04.038--ClientSession(682108068)--Thread(Thread[main,5,main])--acquire unit of work: 582556988 [junit] [EL Finest]: 2024-04-30 17:54:04.038--UnitOfWork(582556988)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.038--UnitOfWork(582556988)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finest]: 2024-04-30 17:54:04.039--UnitOfWork(582556988)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.039--UnitOfWork(582556988)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finest]: 2024-04-30 17:54:04.039--UnitOfWork(582556988)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.039--UnitOfWork(582556988)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.039--UnitOfWork(582556988)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4f6e663b) [junit] [EL Finest]: 2024-04-30 17:54:04.039--ServerSession(454071866)--Connection(1150846464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.039--ClientSession(682108068)--Connection(1150846464)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.039--ClientSession(682108068)--Connection(1150846464)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.039--UnitOfWork(582556988)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Fine]: 2024-04-30 17:54:04.04--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, red-green-gold] [junit] [EL Finest]: 2024-04-30 17:54:04.04--UnitOfWork(582556988)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finer]: 2024-04-30 17:54:04.04--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.04--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.04--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])-- bind => [11, Eis Kratzen] [junit] [EL Fine]: 2024-04-30 17:54:04.04--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])-- bind => [12, Schnee Schieben] [junit] [EL Finer]: 2024-04-30 17:54:04.04--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.041--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.041--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.041--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])-- bind => [1, 0, 11] [junit] [EL Fine]: 2024-04-30 17:54:04.041--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])-- bind => [1, 0, 12] [junit] [EL Finer]: 2024-04-30 17:54:04.041--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.041--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.042--ServerSession(454071866)--Connection(1150846464)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.042--UnitOfWork(582556988)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.042--UnitOfWork(582556988)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.042--UnitOfWork(582556988)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.042--ClientSession(682108068)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.042--UnitOfWork(582556988)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.042--ClientSession(682108068)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.043--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1797797200 [junit] [EL Finer]: 2024-04-30 17:54:04.043--ClientSession(1797797200)--Thread(Thread[main,5,main])--acquire unit of work: 610322728 [junit] [EL Finest]: 2024-04-30 17:54:04.043--UnitOfWork(610322728)--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]: 2024-04-30 17:54:04.043--ServerSession(454071866)--Connection(329756359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.043--ServerSession(454071866)--Connection(329756359)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.043--ServerSession(454071866)--Connection(1757649704)--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]: 2024-04-30 17:54:04.044--ServerSession(454071866)--Connection(329756359)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.081 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery [junit] [EL Finer]: 2024-04-30 17:54:04.061--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1981974826 [junit] [EL Finer]: 2024-04-30 17:54:04.061--ClientSession(1981974826)--Thread(Thread[main,5,main])--acquire unit of work: 252672164 [junit] [EL Finest]: 2024-04-30 17:54:04.061--UnitOfWork(252672164)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.061--UnitOfWork(252672164)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@18cc6) [junit] [EL Finest]: 2024-04-30 17:54:04.061--UnitOfWork(252672164)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.061--UnitOfWork(252672164)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@17c13) [junit] [EL Finer]: 2024-04-30 17:54:04.061--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:04.061--UnitOfWork(252672164)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@17c13) [junit] [EL Finest]: 2024-04-30 17:54:04.062--ServerSession(454071866)--Connection(980839615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.062--ClientSession(1981974826)--Connection(980839615)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.062--ClientSession(1981974826)--Connection(980839615)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.062--UnitOfWork(252672164)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@18cc6) [junit] [EL Finer]: 2024-04-30 17:54:04.062--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.062--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.062--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])-- bind => [14, bar] [junit] [EL Fine]: 2024-04-30 17:54:04.062--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])-- bind => [13, foo] [junit] [EL Finer]: 2024-04-30 17:54:04.062--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.063--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.063--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.063--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])-- bind => [100, 410, 14] [junit] [EL Fine]: 2024-04-30 17:54:04.063--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])-- bind => [1, 53, 13] [junit] [EL Finer]: 2024-04-30 17:54:04.063--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.064--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.064--UnitOfWork(252672164)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.064--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.064--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.064--ServerSession(454071866)--Connection(980839615)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.064--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.064--UnitOfWork(252672164)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.068--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.068--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:04.068--UnitOfWork(252672164)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Project sql="DELETE FROM TL_TMP_PROJECT") [junit] [EL Finest]: 2024-04-30 17:54:04.068--ServerSession(454071866)--Connection(1930778751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.068--ClientSession(1981974826)--Connection(1930778751)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.068--ClientSession(1981974826)--Connection(1930778751)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.069--ClientSession(1981974826)--Connection(830615916)--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]: 2024-04-30 17:54:04.069--ClientSession(1981974826)--Connection(830615916)--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]: 2024-04-30 17:54:04.07--ClientSession(1981974826)--Connection(830615916)--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]: 2024-04-30 17:54:04.07--ClientSession(1981974826)--Connection(830615916)--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]: 2024-04-30 17:54:04.07--ClientSession(1981974826)--Connection(830615916)--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]: 2024-04-30 17:54:04.071--ClientSession(1981974826)--Connection(830615916)--Thread(Thread[main,5,main])--DELETE FROM TL_TMP_PROJECT [junit] [EL Finer]: 2024-04-30 17:54:04.071--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.071--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.071--UnitOfWork(252672164)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.071--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.071--ClientSession(1981974826)--Connection(830615916)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.072--ServerSession(454071866)--Connection(1930778751)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.072--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.072--UnitOfWork(252672164)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.093--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1080108605 [junit] [EL Finer]: 2024-04-30 17:54:04.093--ClientSession(1080108605)--Thread(Thread[main,5,main])--acquire unit of work: 1901493875 [junit] [EL Finest]: 2024-04-30 17:54:04.093--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.093--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.093--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:04.094--ServerSession(454071866)--Connection(1308774401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.094--ClientSession(1080108605)--Connection(1308774401)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.094--ClientSession(1080108605)--Connection(1308774401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.094--ClientSession(1080108605)--Connection(216341076)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, hugo, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.094--ClientSession(1080108605)--Connection(216341076)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.095--ServerSession(454071866)--Connection(1308774401)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.095--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.095--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.095--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.095--ClientSession(1080108605)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.095--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.095--ClientSession(1080108605)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.095--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 68159840 [junit] [EL Finer]: 2024-04-30 17:54:04.095--ClientSession(68159840)--Thread(Thread[main,5,main])--acquire unit of work: 1489945531 [junit] [EL Finer]: 2024-04-30 17:54:04.096--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.096--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:04.096--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--Execute query UpdateAllQuery(referenceClass=Department sql="UPDATE TMP_DEP SET VERSION = (VERSION + ?), NAME = ? WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.096--ServerSession(454071866)--Connection(571628375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.096--ClientSession(68159840)--Connection(571628375)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.096--ClientSession(68159840)--Connection(571628375)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.096--ClientSession(68159840)--Connection(325228829)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = (VERSION + ?), NAME = ? WHERE (ID = ?) [junit] bind => [1, emil, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.096--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.096--ClientSession(68159840)--Connection(325228829)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.097--ServerSession(454071866)--Connection(571628375)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.097--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.097--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.097--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.097--ClientSession(68159840)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.097--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.097--ClientSession(68159840)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.097--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2015305272 [junit] [EL Finer]: 2024-04-30 17:54:04.097--ClientSession(2015305272)--Thread(Thread[main,5,main])--acquire unit of work: 1214724751 [junit] [EL Finest]: 2024-04-30 17:54:04.097--UnitOfWork(1214724751)--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]: 2024-04-30 17:54:04.097--ServerSession(454071866)--Connection(1745832679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.097--ServerSession(454071866)--Connection(1745832679)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.098--ServerSession(454071866)--Connection(1242808120)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:04.098--ServerSession(454071866)--Connection(1745832679)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:04.115--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 186221253 [junit] [EL Finer]: 2024-04-30 17:54:04.116--ClientSession(186221253)--Thread(Thread[main,5,main])--acquire unit of work: 1139526069 [junit] [EL Finer]: 2024-04-30 17:54:04.116--UnitOfWork(1139526069)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.116--ClientSession(186221253)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.124--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 482729490 [junit] [EL Finer]: 2024-04-30 17:54:04.124--ClientSession(482729490)--Thread(Thread[main,5,main])--acquire unit of work: 25041502 [junit] [EL Finer]: 2024-04-30 17:54:04.124--UnitOfWork(25041502)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.125--ClientSession(482729490)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.141--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1314139892 [junit] [EL Finer]: 2024-04-30 17:54:04.141--ClientSession(1314139892)--Thread(Thread[main,5,main])--acquire unit of work: 1807566055 [junit] [EL Finest]: 2024-04-30 17:54:04.141--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.141--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.141--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.141--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.141--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:04.141--ServerSession(454071866)--Connection(820999998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.141--ClientSession(1314139892)--Connection(820999998)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.141--ClientSession(1314139892)--Connection(820999998)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.142--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:04.142--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d28a805) [junit] [EL Finer]: 2024-04-30 17:54:04.142--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.142--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.142--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.142--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.142--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:04.143--ClientSession(1314139892)--Connection(649313423)--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]: 2024-04-30 17:54:04.143--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.143--ServerSession(454071866)--Connection(820999998)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.144--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.144--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.144--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.144--ClientSession(1314139892)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.144--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.144--ClientSession(1314139892)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.144--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1377911428 [junit] [EL Finer]: 2024-04-30 17:54:04.144--ClientSession(1377911428)--Thread(Thread[main,5,main])--acquire unit of work: 1766710155 [junit] [EL Finest]: 2024-04-30 17:54:04.144--UnitOfWork(1766710155)--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]: 2024-04-30 17:54:04.144--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2024-04-30 17:54:04.145--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.145--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:04.145--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.145--ServerSession(454071866)--Connection(968394264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.145--ClientSession(1377911428)--Connection(968394264)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.145--ClientSession(1377911428)--Connection(968394264)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.145--ClientSession(1377911428)--Connection(1147193123)--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]: 2024-04-30 17:54:04.146--ClientSession(1377911428)--Connection(1147193123)--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]: 2024-04-30 17:54:04.146--ClientSession(1377911428)--Connection(1147193123)--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]: 2024-04-30 17:54:04.146--ClientSession(1377911428)--Connection(1147193123)--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]: 2024-04-30 17:54:04.146--ClientSession(1377911428)--Connection(1147193123)--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]: 2024-04-30 17:54:04.146--ClientSession(1377911428)--Connection(1147193123)--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]: 2024-04-30 17:54:04.147--ClientSession(1377911428)--Connection(1147193123)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?) [junit] bind => [10] [junit] [EL Finer]: 2024-04-30 17:54:04.147--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.147--ClientSession(1377911428)--Connection(1147193123)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.147--ServerSession(454071866)--Connection(968394264)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.147--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.147--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:04.148--UnitOfWork(1766710155)--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]: 2024-04-30 17:54:04.148--ServerSession(454071866)--Connection(927793961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.148--ServerSession(454071866)--Connection(927793961)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.148--ServerSession(454071866)--Connection(821115706)--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]: 2024-04-30 17:54:04.148--ServerSession(454071866)--Connection(927793961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:04.148--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.148--ClientSession(1377911428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.148--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.148--ClientSession(1377911428)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.156--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1793168557 [junit] [EL Finer]: 2024-04-30 17:54:04.157--ClientSession(1793168557)--Thread(Thread[main,5,main])--acquire unit of work: 1408256544 [junit] [EL Finest]: 2024-04-30 17:54:04.157--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.157--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.157--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.157--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.157--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:04.157--ServerSession(454071866)--Connection(1331269115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.157--ClientSession(1793168557)--Connection(1331269115)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.157--ClientSession(1793168557)--Connection(1331269115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.157--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:04.157--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d7325f3) [junit] [EL Finer]: 2024-04-30 17:54:04.157--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.157--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.157--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.157--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.157--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:04.158--ClientSession(1793168557)--Connection(1795040256)--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]: 2024-04-30 17:54:04.158--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.159--ServerSession(454071866)--Connection(1331269115)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.159--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.159--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.159--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.159--ClientSession(1793168557)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.159--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.159--ClientSession(1793168557)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.159--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1072442184 [junit] [EL Finer]: 2024-04-30 17:54:04.159--ClientSession(1072442184)--Thread(Thread[main,5,main])--acquire unit of work: 606721681 [junit] [EL Finer]: 2024-04-30 17:54:04.159--UnitOfWork(606721681)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.159--UnitOfWork(606721681)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:04.159--UnitOfWork(606721681)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.159--ServerSession(454071866)--Connection(801476373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.159--ClientSession(1072442184)--Connection(801476373)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.159--ClientSession(1072442184)--Connection(801476373)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.159--ClientSession(1072442184)--Connection(1502715703)--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]: 2024-04-30 17:54:04.16--ClientSession(1072442184)--Connection(1502715703)--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]: 2024-04-30 17:54:04.16--ClientSession(1072442184)--Connection(1502715703)--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]: 2024-04-30 17:54:04.16--ClientSession(1072442184)--Connection(1502715703)--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]: 2024-04-30 17:54:04.16--ClientSession(1072442184)--Connection(1502715703)--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]: 2024-04-30 17:54:04.161--ClientSession(1072442184)--Connection(1502715703)--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]: 2024-04-30 17:54:04.161--ClientSession(1072442184)--Connection(1502715703)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?) [junit] bind => [10] [junit] [EL Finer]: 2024-04-30 17:54:04.161--UnitOfWork(606721681)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.161--ClientSession(1072442184)--Connection(1502715703)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.161--ServerSession(454071866)--Connection(801476373)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.161--UnitOfWork(606721681)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.161--UnitOfWork(606721681)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:04.162--UnitOfWork(606721681)--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]: 2024-04-30 17:54:04.162--ServerSession(454071866)--Connection(1344487293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.162--ServerSession(454071866)--Connection(1344487293)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.162--ServerSession(454071866)--Connection(648951789)--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]: 2024-04-30 17:54:04.162--ServerSession(454071866)--Connection(1344487293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:04.162--UnitOfWork(606721681)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.162--ClientSession(1072442184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.162--UnitOfWork(606721681)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.162--ClientSession(1072442184)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.17--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1158951378 [junit] [EL Finer]: 2024-04-30 17:54:04.171--ClientSession(1158951378)--Thread(Thread[main,5,main])--acquire unit of work: 488914619 [junit] [EL Finer]: 2024-04-30 17:54:04.171--UnitOfWork(488914619)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.171--ClientSession(1158951378)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.187--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1438877828 [junit] [EL Finer]: 2024-04-30 17:54:04.188--ClientSession(1438877828)--Thread(Thread[main,5,main])--acquire unit of work: 135973740 [junit] [EL Finest]: 2024-04-30 17:54:04.188--UnitOfWork(135973740)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.188--UnitOfWork(135973740)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.188--UnitOfWork(135973740)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.188--UnitOfWork(135973740)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.188--UnitOfWork(135973740)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:04.188--ServerSession(454071866)--Connection(1209760826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.188--ClientSession(1438877828)--Connection(1209760826)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.188--ClientSession(1438877828)--Connection(1209760826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.188--UnitOfWork(135973740)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:04.188--UnitOfWork(135973740)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62f15023) [junit] [EL Finer]: 2024-04-30 17:54:04.188--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.188--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.188--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.188--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.188--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:04.189--ClientSession(1438877828)--Connection(17389797)--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]: 2024-04-30 17:54:04.189--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.19--ServerSession(454071866)--Connection(1209760826)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.19--UnitOfWork(135973740)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.19--UnitOfWork(135973740)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.19--UnitOfWork(135973740)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.19--ClientSession(1438877828)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.19--UnitOfWork(135973740)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.19--ClientSession(1438877828)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.19--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 615024544 [junit] [EL Finer]: 2024-04-30 17:54:04.19--ClientSession(615024544)--Thread(Thread[main,5,main])--acquire unit of work: 1873620384 [junit] [EL Finer]: 2024-04-30 17:54:04.191--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.191--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:04.191--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:04.191--ServerSession(454071866)--Connection(1799500692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.191--ClientSession(615024544)--Connection(1799500692)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.191--ClientSession(615024544)--Connection(1799500692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.191--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:54:04.191--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:54:04.191--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:54:04.191--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:54:04.191--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:54:04.192--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:54:04.192--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2024-04-30 17:54:04.192--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.192--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.192--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:04.192--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="delete from TMP_DEP where ID is not null") [junit] [EL Fine]: 2024-04-30 17:54:04.192--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--delete from TMP_DEP where ID is not null [junit] [EL Finer]: 2024-04-30 17:54:04.192--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.193--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.193--ServerSession(454071866)--Connection(1799500692)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.193--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.193--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.202--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1907078375 [junit] [EL Finer]: 2024-04-30 17:54:04.202--ClientSession(1907078375)--Thread(Thread[main,5,main])--acquire unit of work: 874287506 [junit] [EL Finest]: 2024-04-30 17:54:04.202--UnitOfWork(874287506)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.202--UnitOfWork(874287506)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.202--UnitOfWork(874287506)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.202--UnitOfWork(874287506)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.202--UnitOfWork(874287506)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:04.202--ServerSession(454071866)--Connection(1208903779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.202--ClientSession(1907078375)--Connection(1208903779)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.202--ClientSession(1907078375)--Connection(1208903779)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.202--UnitOfWork(874287506)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:04.202--UnitOfWork(874287506)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62bf77cc) [junit] [EL Finer]: 2024-04-30 17:54:04.203--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.203--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.203--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.203--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.203--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:04.203--ClientSession(1907078375)--Connection(1449214164)--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]: 2024-04-30 17:54:04.204--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.204--ServerSession(454071866)--Connection(1208903779)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.204--UnitOfWork(874287506)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.204--UnitOfWork(874287506)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.204--UnitOfWork(874287506)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.204--ClientSession(1907078375)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.204--UnitOfWork(874287506)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.204--ClientSession(1907078375)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.204--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.204--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.204--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:04.204--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:04.205--ServerSession(454071866)--Connection(957247265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(957247265)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(957247265)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:54:04.205--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2024-04-30 17:54:04.206--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.206--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.206--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:04.206--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="delete from TMP_DEP where TMP_DEP.ID = 10") [junit] [EL Fine]: 2024-04-30 17:54:04.206--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--delete from TMP_DEP where TMP_DEP.ID = 10 [junit] [EL Finer]: 2024-04-30 17:54:04.206--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.206--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.207--ServerSession(454071866)--Connection(957247265)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.207--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.207--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.223--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1679210211 [junit] [EL Finer]: 2024-04-30 17:54:04.223--ClientSession(1679210211)--Thread(Thread[main,5,main])--acquire unit of work: 738767874 [junit] [EL Finest]: 2024-04-30 17:54:04.223--UnitOfWork(738767874)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.224--UnitOfWork(738767874)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.224--UnitOfWork(738767874)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.224--UnitOfWork(738767874)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.224--UnitOfWork(738767874)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:04.224--ServerSession(454071866)--Connection(145387773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.224--ClientSession(1679210211)--Connection(145387773)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.224--ClientSession(1679210211)--Connection(145387773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.224--UnitOfWork(738767874)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:04.224--UnitOfWork(738767874)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60d2a1c6) [junit] [EL Finer]: 2024-04-30 17:54:04.224--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.224--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.224--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.224--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.224--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:04.225--ClientSession(1679210211)--Connection(472254691)--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]: 2024-04-30 17:54:04.225--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.226--ServerSession(454071866)--Connection(145387773)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.226--UnitOfWork(738767874)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.226--UnitOfWork(738767874)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.226--UnitOfWork(738767874)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.226--ClientSession(1679210211)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.226--UnitOfWork(738767874)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.226--ClientSession(1679210211)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.226--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2118686543 [junit] [EL Finer]: 2024-04-30 17:54:04.226--ClientSession(2118686543)--Thread(Thread[main,5,main])--acquire unit of work: 1376123253 [junit] [EL Finer]: 2024-04-30 17:54:04.226--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.226--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:04.226--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:04.226--ServerSession(454071866)--Connection(1564077910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.226--ClientSession(2118686543)--Connection(1564077910)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.226--ClientSession(2118686543)--Connection(1564077910)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.227--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:54:04.227--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:54:04.227--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:54:04.227--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:54:04.227--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:54:04.227--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:54:04.227--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2024-04-30 17:54:04.228--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.228--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.228--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:04.228--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Department sql="DELETE FROM TMP_DEP WHERE (ID IS NOT NULL)") [junit] [EL Fine]: 2024-04-30 17:54:04.228--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE (ID IS NOT NULL) [junit] [EL Finer]: 2024-04-30 17:54:04.228--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.228--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.229--ServerSession(454071866)--Connection(1564077910)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.229--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.229--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.238--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1127850725 [junit] [EL Finer]: 2024-04-30 17:54:04.238--ClientSession(1127850725)--Thread(Thread[main,5,main])--acquire unit of work: 1751407735 [junit] [EL Finest]: 2024-04-30 17:54:04.238--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.238--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.238--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.238--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.238--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:04.238--ServerSession(454071866)--Connection(376601228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.238--ClientSession(1127850725)--Connection(376601228)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.238--ClientSession(1127850725)--Connection(376601228)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.238--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:04.238--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a2cc1e5) [junit] [EL Finer]: 2024-04-30 17:54:04.238--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.238--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.239--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.239--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.239--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:04.239--ClientSession(1127850725)--Connection(191943324)--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]: 2024-04-30 17:54:04.24--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.24--ServerSession(454071866)--Connection(376601228)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.24--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.24--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.24--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.24--ClientSession(1127850725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.24--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.24--ClientSession(1127850725)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.241--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.241--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.241--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:04.241--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:04.241--ServerSession(454071866)--Connection(501003344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.241--ClientSession(2118686543)--Connection(501003344)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.241--ClientSession(2118686543)--Connection(501003344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.241--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:54:04.241--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:54:04.241--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:54:04.242--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:54:04.242--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:54:04.242--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:54:04.242--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2024-04-30 17:54:04.243--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.243--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:04.243--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:04.243--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Department sql="DELETE FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:04.243--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE (ID = ?) [junit] bind => [10] [junit] [EL Finer]: 2024-04-30 17:54:04.243--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.243--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.244--ServerSession(454071866)--Connection(501003344)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.244--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.244--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 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.066 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries [junit] [EL Finer]: 2024-04-30 17:54:04.327--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1150111083 [junit] [EL Finer]: 2024-04-30 17:54:04.328--ClientSession(1150111083)--Thread(Thread[main,5,main])--acquire unit of work: 1874143156 [junit] [EL Finest]: 2024-04-30 17:54:04.328--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.328--ServerSession(454071866)--Connection(840777224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.328--ClientSession(1150111083)--Connection(840777224)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.328--ClientSession(1150111083)--Connection(840777224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.328--ClientSession(1150111083)--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]: 2024-04-30 17:54:04.328--ClientSession(1150111083)--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]: 2024-04-30 17:54:04.328--ClientSession(1150111083)--Connection(475388725)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:04.328--ClientSession(1150111083)--Connection(475388725)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:04.329--ClientSession(1150111083)--Connection(475388725)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:54:04.329--ClientSession(1150111083)--Connection(475388725)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.329--ServerSession(454071866)--Connection(475388725)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:04.329--ServerSession(454071866)--Connection(840777224)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:04.329--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:04.329--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.329--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:04.329--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f01b8fe) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4707686e) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a72427) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6ce5b6) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.33--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2948726d) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55f02b32) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b126bbe) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fef7c55) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6764730c) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b8c9157) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37b5203) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7728bed) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.331--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@434a641c) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c93530b) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45a1f1d0) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@561f276a) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46e5c331) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4068dbed) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a8d8d41) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2506cf0d) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d127cd7) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ba3612b) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2da21a9b) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ecfc685) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6065f14f) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.332--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@301f6e51) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d54cc0b) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4defc8ca) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24fb7b1) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (33 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49692c4f) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (34 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@627695fd) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (35 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@516cb8e1) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (36 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e617f42) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (37 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eea3595) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (38 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@786594c8) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (39 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cfa8095) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (40 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69c47d27) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (41 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16fdbb17) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.333--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (42 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@426abed4) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (43 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a0c7024) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (44 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10eb1307) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (45 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb5270e) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (46 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cbeb8b2) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (47 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@450a6a51) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (48 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@db13adc) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (49 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f7ef133) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (50 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@468cbb46) [junit] [EL Finest]: 2024-04-30 17:54:04.334--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.334--ServerSession(454071866)--Connection(1419886138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.334--ClientSession(1150111083)--Connection(1419886138)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.334--ClientSession(1150111083)--Connection(1419886138)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.334--ClientSession(1150111083)--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]: 2024-04-30 17:54:04.334--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:04.334--ClientSession(1150111083)--Connection(1819159284)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:04.335--ClientSession(1150111083)--Connection(1819159284)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:04.335--ClientSession(1150111083)--Connection(1819159284)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 51, last: 100 [junit] [EL Finer]: 2024-04-30 17:54:04.335--ClientSession(1150111083)--Connection(1819159284)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.336--ServerSession(454071866)--Connection(1819159284)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:04.336--ServerSession(454071866)--Connection(1419886138)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (51 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50c20924) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (52 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56d96ef4) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (53 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bfdd751) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (54 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ba34ac0) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (55 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56748a6f) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (56 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b47e09b) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (57 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ea5e1fd) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (58 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f9153a3) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (59 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d4493cc) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (60 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29f3e3c7) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (61 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6818550d) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (62 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d310fe6) [junit] [EL Finest]: 2024-04-30 17:54:04.336--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (63 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34923f7f) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (64 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2491ff1) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (65 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28d38288) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (66 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd8e64b) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (67 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48945548) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (68 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e86d3c) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (69 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@361b682b) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (70 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cdb3a1d) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (71 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@768f12db) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (72 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@374f10bb) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (73 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5af87c49) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (74 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f36bed9) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (75 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11216e2e) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.337--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (76 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ea46e79) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (77 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47a74bd0) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (78 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dcdf58b) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (79 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7787a602) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (80 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a2dc92d) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (81 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77a9ea73) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (82 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@754a38a0) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (83 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f3737bd) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (84 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bb7e5d7) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (85 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63f566a0) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (86 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@475ecd46) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (87 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41d280cf) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (88 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25af5c7f) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (89 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d27fe0c) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.338--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (90 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c223a13) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (91 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9a31da0) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (92 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56b0f44f) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (93 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@435b70b) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (94 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@498ae73c) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (95 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58d5bdb0) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (96 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9162869) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (97 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20325baf) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (98 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e9feb92) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (99 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b52e9cc) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (100 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@733fc5af) [junit] [EL Finest]: 2024-04-30 17:54:04.339--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.339--ServerSession(454071866)--Connection(6334337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.339--ClientSession(1150111083)--Connection(6334337)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.339--ClientSession(1150111083)--Connection(6334337)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.339--ClientSession(1150111083)--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]: 2024-04-30 17:54:04.34--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:04.34--ClientSession(1150111083)--Connection(1545609928)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:04.34--ClientSession(1150111083)--Connection(1545609928)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:04.34--ClientSession(1150111083)--Connection(1545609928)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 101, last: 150 [junit] [EL Finer]: 2024-04-30 17:54:04.34--ClientSession(1150111083)--Connection(1545609928)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.34--ServerSession(454071866)--Connection(1545609928)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:04.34--ServerSession(454071866)--Connection(6334337)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (101 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41621744) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (102 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56f8032) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (103 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5884d435) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (104 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7524241d) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (105 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@46b9a780) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (106 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3faec175) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (107 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@41758fc9) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.341--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (108 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@15a54f36) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.342--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.343--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.344--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.345--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.346--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.346--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.346--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.346--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.346--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.346--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.346--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.407--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.408--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.408--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.408--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.408--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.408--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:04.408--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:04.41--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7524241d) [junit] [EL Finest]: 2024-04-30 17:54:04.41--ServerSession(454071866)--Connection(1666671572)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.41--ClientSession(1150111083)--Connection(1666671572)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.41--ClientSession(1150111083)--Connection(1666671572)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.41--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@41758fc9) [junit] [EL Finest]: 2024-04-30 17:54:04.41--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@46b9a780) [junit] [EL Finest]: 2024-04-30 17:54:04.411--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3faec175) [junit] [EL Finest]: 2024-04-30 17:54:04.411--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@15a54f36) [junit] [EL Finest]: 2024-04-30 17:54:04.411--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finer]: 2024-04-30 17:54:04.411--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.411--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.411--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [104, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.411--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [107, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.411--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [105, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.411--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [106, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.411--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [108, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:04.411--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:04.412--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36dada39) [junit] [EL Finer]: 2024-04-30 17:54:04.412--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Finer]: 2024-04-30 17:54:04.413--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.414--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55e13772) [junit] [EL Finest]: 2024-04-30 17:54:04.414--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d8d7b25) [junit] [EL Finest]: 2024-04-30 17:54:04.414--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dd5923a) [junit] [EL Finest]: 2024-04-30 17:54:04.414--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f822222) [junit] [EL Finest]: 2024-04-30 17:54:04.414--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15fc044d) [junit] [EL Finest]: 2024-04-30 17:54:04.414--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4393cb22) [junit] [EL Finest]: 2024-04-30 17:54:04.414--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b95678b) [junit] [EL Finest]: 2024-04-30 17:54:04.414--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ae1ba63) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f041bad) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a09b982) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12d0699d) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a474e00) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fb8d97a) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@607c77f4) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ca01434) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1990d2bb) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@488702c7) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53416190) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@528a7eea) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fa53b0d) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f832f81) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ac8bbef) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@372f005a) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@124e5ce1) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a2a94ae) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50d9b736) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79c26be5) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cd5fb8b) [junit] [EL Finest]: 2024-04-30 17:54:04.415--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b41d473) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bfe7d31) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38e2431b) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f0e935d) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2eb76c8c) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@218cf600) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a2299ea) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cdbe28) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42122f28) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f8d7fcb) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c9ec20e) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@187a5b38) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@239b9195) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c315b7c) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e0169d0) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c25207) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@164b28c4) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ca3e595) [junit] [EL Finest]: 2024-04-30 17:54:04.416--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c2d330) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74703266) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11620d7b) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@518a9c8a) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27294098) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@318d0545) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ba1bed1) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13c90cb9) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bddcaef) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2957c30c) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68deb8e1) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c31ec8f) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a874ebf) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39c01d57) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6982fae) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@574c8a2a) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d20cd82) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@735c49cc) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cc9bbea) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a180d5b) [junit] [EL Finest]: 2024-04-30 17:54:04.417--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48214788) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fffd548) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37cff0fe) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30ee00f6) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f52313c) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15a26fcc) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31f9cb3a) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11518582) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43948dc8) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ef76bed) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12fb67f6) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64a31882) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1756c8aa) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2affcf6b) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d143e6e) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fd0b8ab) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72a4b564) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1939ecca) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c1048a9) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5747a07c) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3cce689c) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@730cc7da) [junit] [EL Finest]: 2024-04-30 17:54:04.418--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f04ed21) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f1c9f54) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@595ebb98) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3df7184) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58420a75) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28e826c3) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@288f3ac6) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33a800bf) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@600dfbca) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bc9bd00) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78a9991a) [junit] [EL Finest]: 2024-04-30 17:54:04.419--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(6:null:computers) [junit] [EL Finer]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--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]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [18, Henri, Hildebrand, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [49, Helma, Hawke, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [65, Horst, Heer, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [40, Hendrik, Hawke, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [60, Hagen, Hilgenfeld, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [75, Hartwig, Henschel, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.419--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [45, Helmut, Haas, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [20, Holger, Hildebrandt, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [59, Hendrik, Hense, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [94, Hauke, Hardenberg, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [10, Heiko, Hennig, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [50, Heiko, Hermann, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [51, Hulda, Hawke, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [95, Holde, Hildebrand, null, 2024-05-12 07:40:44.408, 2024-04-19 04:07:24.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [52, Hedda, Hary, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [90, Harry, Havenstein, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [77, Hanna, Heer, null, 2024-05-12 07:40:44.346, 2024-04-19 04:07:24.346, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [72, Hannes, Hewitt, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [64, Heinz, Heim, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [11, Hermine, Haus Lancaster, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [44, Herma, Hartig, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [47, Helga, Hache, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [87, Hieu, Hardy, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [32, Hermann, Hanstein, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [97, Hubert, Helbig, null, 2024-05-12 07:40:44.408, 2024-04-19 04:07:24.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [56, Hein, Herzog, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.42--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [31, H?nel, Hanstein, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [36, Hakon, Hecht, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [81, Heida, Herrmann, null, 2024-05-12 07:40:44.346, 2024-04-19 04:07:24.346, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [30, Hartmut, Hilgenfeld, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [62, Hermine, Heise, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [15, Henryk, Haak, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [12, Hertha, Heise, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [93, Heinke, Hanstein, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [35, Harry, Heuser, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [17, Herbert, Heuser, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [73, Helge, Hense, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [99, Hazel, Haak, null, 2024-05-12 07:40:44.408, 2024-04-19 04:07:24.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [92, Herma, Hayek, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, Hildegard, Harnack, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [98, Harriet, Hentschel, null, 2024-05-12 07:40:44.408, 2024-04-19 04:07:24.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [42, Harro, Hilgenfeld, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, Heidi, Hary, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [9, Hilarius, Hardenberg, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, Herbert, Hawke, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, Hendrik, Heer, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [82, Heike, Hildebrandt, null, 2024-05-12 07:40:44.346, 2024-04-19 04:07:24.346, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [63, Hanns, Haus Lancaster, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [22, Hilde, Hettner, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [68, Hansklaus, Hartig, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.421--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [83, Helena, Haak, null, 2024-05-12 07:40:44.346, 2024-04-19 04:07:24.346, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [7, Helena, Henning, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [96, Hermann, Henning, null, 2024-05-12 07:40:44.408, 2024-04-19 04:07:24.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [79, Hedi, Hartig, null, 2024-05-12 07:40:44.346, 2024-04-19 04:07:24.346, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [80, Hertha, Haas, null, 2024-05-12 07:40:44.346, 2024-04-19 04:07:24.346, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [14, Heidi, Henschel, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [38, Hjalmar, Hache, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [76, Heyko, Hawke, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [21, Hannes, Hermelink, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [25, Heida, Hilgenfeld, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [39, Henning, Heim, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [43, Holda, Hennig, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [34, Horst, Hildebrand, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [46, Hermine, Hamann, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [58, Henryk, Hartig, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [37, Herma, Hense, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [66, Hans, Hartfelder, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [88, Hansj?rg, Hardy, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [19, Helma, Hein, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [69, Hermann, Hemsterhuis, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [48, Hilarius, Hartenthaler, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [13, Helma, Henry, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [91, Hanspeter, Heinichen, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [84, Heinz, Hartfelder, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.422--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [74, Heribert, Havenstein, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [61, Herma, Hamilton, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [29, Heiner, Hildebrandt, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [86, Hedwig, Heider, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [67, Helmut, Henry, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [85, Heidemarie, Hanisch, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, Hieu, Heinrich, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [89, Heinrich, Hamann, null, 2024-05-12 07:40:44.407, 2024-04-19 04:07:24.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [33, Harro, Hamann, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [54, Hubertus, Hendrix, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [55, Hansj?rg, Heinichen, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [16, Hagen, Heise, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [0, Henrik, Hanisch, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [28, Hedda, Havenstein, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [41, Hilde, Hesse, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [71, Heiko, Halbach, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [24, Heike, Hennig, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [27, Henning, Heinichen, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [78, Hazel, Hausner, null, 2024-05-12 07:40:44.346, 2024-04-19 04:07:24.346, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [26, Hannes, Hamburger, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, Hertha, Heinrich, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [70, Humphrey, Habermann, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [23, Henryk, Hary, null, 2024-05-12 07:40:44.343, 2024-04-19 04:07:24.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [57, Hilarius, Hardenberg, null, 2024-05-12 07:40:44.345, 2024-04-19 04:07:24.345, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [53, Hanns, Hense, null, 2024-05-12 07:40:44.344, 2024-04-19 04:07:24.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [8, Hermann, Harding, null, 2024-05-12 07:40:44.342, 2024-04-19 04:07:24.342, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:04.423--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.447--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(5:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:04.447--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(7:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:04.447--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(4:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:04.447--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(3:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:04.447--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(2:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:04.447--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:04.447--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58d5bdb0) [junit] [EL Finer]: 2024-04-30 17:54:04.447--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.447--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.447--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:04.447--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:04.447--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [7, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:04.447--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:04.447--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:04.447--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:04.448--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, null, reading] [junit] [EL Finer]: 2024-04-30 17:54:04.448--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50c20924) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48945548) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e617f42) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@498ae73c) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cbeb8b2) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6065f14f) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eea3595) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b47e09b) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24fb7b1) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56748a6f) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16fdbb17) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bb7e5d7) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@361b682b) [junit] [EL Finest]: 2024-04-30 17:54:04.449--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@374f10bb) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d27fe0c) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fef7c55) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2506cf0d) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ea46e79) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b8c9157) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@468cbb46) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a72427) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@754a38a0) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@561f276a) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@434a641c) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9162869) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49692c4f) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a0c7024) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9a31da0) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29f3e3c7) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c223a13) [junit] [EL Finest]: 2024-04-30 17:54:04.45--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@786594c8) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56d96ef4) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56f8032) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2948726d) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f36bed9) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f9153a3) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e9feb92) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11216e2e) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@db13adc) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d127cd7) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55f02b32) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37b5203) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@516cb8e1) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20325baf) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63f566a0) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@733fc5af) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45a1f1d0) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41621744) [junit] [EL Finest]: 2024-04-30 17:54:04.451--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6ce5b6) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@426abed4) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cfa8095) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25af5c7f) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56b0f44f) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d4493cc) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4068dbed) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7787a602) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47a74bd0) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46e5c331) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dcdf58b) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ba34ac0) [junit] [EL Finest]: 2024-04-30 17:54:04.452--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a8d8d41) [junit] [EL Finest]: 2024-04-30 17:54:04.511--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e86d3c) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a2dc92d) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2da21a9b) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7728bed) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10eb1307) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b126bbe) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41d280cf) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4defc8ca) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69c47d27) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@627695fd) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ba3612b) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@475ecd46) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd8e64b) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6818550d) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bfdd751) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d310fe6) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6764730c) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5af87c49) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b52e9cc) [junit] [EL Finest]: 2024-04-30 17:54:04.512--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@301f6e51) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34923f7f) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ecfc685) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cdb3a1d) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2491ff1) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4707686e) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c93530b) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@450a6a51) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb5270e) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d54cc0b) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77a9ea73) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5884d435) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f01b8fe) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@768f12db) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ea5e1fd) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f7ef133) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f3737bd) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@435b70b) [junit] [EL Finest]: 2024-04-30 17:54:04.513--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28d38288) [junit] [EL Finest]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" ) [junit] [EL Finer]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--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]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [95, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [51, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [67, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [36, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [94, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [46, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [28, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [37, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [56, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [32, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [55, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [41, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [84, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [69, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [72, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [89, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [11, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [23, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [76, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [13, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [50, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [82, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [19, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [16, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [96, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.514--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [33, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [43, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [91, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [60, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [90, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [38, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [52, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [102, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [8, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [74, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [58, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [98, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [75, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [48, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [24, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [9, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [14, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [35, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [97, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [85, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [100, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [18, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [101, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [7, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [42, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [39, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [88, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [92, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [59, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [21, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [79, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [77, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [20, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [78, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [54, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [22, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [68, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [80, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [26, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [15, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [44, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [10, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [87, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.515--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [31, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [40, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [34, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [25, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [86, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [66, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [61, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [53, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [62, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [12, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [73, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [99, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [29, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [63, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [27, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [70, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [64, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [17, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [47, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [45, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [30, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [81, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [103, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [71, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [57, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [49, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [83, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [93, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [65, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Finer]: 2024-04-30 17:54:04.516--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.528--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.528--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.528--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.529--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Finer]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [19, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [25, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [35, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [59, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [61, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [67, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [73, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [75, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [81, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [83, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [89, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [91, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.53--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [97, 104] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [9, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [11, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [23, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [31, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [39, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [43, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [51, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [55, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [57, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [63, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [69, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [79, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [87, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [99, 107] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [15, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [21, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [29, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [33, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [37, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [41, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [45, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [47, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [53, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [65, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [71, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [85, 105] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [7, 106] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [13, 106] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [17, 106] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [27, 106] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [49, 106] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [77, 106] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [93, 106] [junit] [EL Fine]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [95, 106] [junit] [EL Finer]: 2024-04-30 17:54:04.531--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.536--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.537--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.538--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 18] [junit] [EL Fine]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 18] [junit] [EL Fine]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 18] [junit] [EL Fine]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 18] [junit] [EL Fine]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 18] [junit] [EL Fine]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 49] [junit] [EL Fine]: 2024-04-30 17:54:04.539--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 49] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 49] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 49] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 49] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 65] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 65] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 65] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 65] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 65] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 40] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 40] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 40] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 40] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 40] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 60] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 60] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 60] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 60] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 60] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 75] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 75] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 75] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 75] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 75] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 45] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 45] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 45] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 45] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 45] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 20] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 20] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 20] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 20] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 20] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 59] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 59] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 59] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 59] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 59] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 94] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 94] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 94] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 94] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 94] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 10] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 10] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 10] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 10] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 10] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 50] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 50] [junit] [EL Fine]: 2024-04-30 17:54:04.54--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 50] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 50] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 50] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 51] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 51] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 51] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 51] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 51] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 95] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 95] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 95] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 95] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 95] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 52] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 52] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 52] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 52] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 52] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 90] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 90] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 90] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 90] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 90] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 77] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 77] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 77] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 77] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 77] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 72] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 72] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 72] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 72] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 72] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 64] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 64] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 64] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 64] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 64] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 11] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 11] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 11] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 11] [junit] [EL Fine]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 11] [junit] [EL Finer]: 2024-04-30 17:54:04.541--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.554--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.554--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.554--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.554--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.554--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.554--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.554--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.615--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.616--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.617--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 44] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 44] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 44] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 44] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 44] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 47] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 47] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 47] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 47] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 47] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 87] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 87] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 87] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 87] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 87] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 32] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 32] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 32] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 32] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 32] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 97] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 97] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 97] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 97] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 97] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 56] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 56] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 56] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 56] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 56] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 31] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 31] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 31] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 31] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 31] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 36] [junit] [EL Fine]: 2024-04-30 17:54:04.618--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 36] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 36] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 36] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 36] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 81] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 81] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 81] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 81] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 81] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 30] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 30] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 30] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 30] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 30] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 62] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 62] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 62] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 62] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 62] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 15] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 15] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 15] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 15] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 15] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 12] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 12] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 12] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 12] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 12] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 93] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 93] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 93] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 93] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 93] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 35] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 35] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 35] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 35] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 35] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 17] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 17] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 17] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 17] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 17] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 73] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 73] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 73] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 73] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 73] [junit] [EL Fine]: 2024-04-30 17:54:04.619--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 99] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 99] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 99] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 99] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 99] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 92] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 92] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 92] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 92] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 92] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 3] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 3] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 3] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 3] [junit] [EL Fine]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 3] [junit] [EL Finer]: 2024-04-30 17:54:04.62--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.636--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.637--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.638--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 98] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 98] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 98] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 98] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 98] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 42] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 42] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 42] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 42] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 42] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 6] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 6] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 6] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 6] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 6] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 9] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 9] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 9] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 9] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 9] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 1] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 4] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 82] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 82] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 82] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 82] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 82] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 63] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 63] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 63] [junit] [EL Fine]: 2024-04-30 17:54:04.639--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 63] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 63] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 22] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 22] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 22] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 22] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 22] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 68] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 68] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 68] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 68] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 68] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 83] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 83] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 83] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 83] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 83] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 7] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 7] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 7] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 7] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 7] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 96] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 96] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 96] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 96] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 96] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 79] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 79] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 79] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 79] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 79] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 80] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 80] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 80] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 80] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 80] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 14] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 14] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 14] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 14] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 14] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 38] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 38] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 38] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 38] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 38] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 76] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 76] [junit] [EL Fine]: 2024-04-30 17:54:04.64--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 76] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 76] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 76] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 21] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 21] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 21] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 21] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 21] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 25] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 25] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 25] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 25] [junit] [EL Fine]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 25] [junit] [EL Finer]: 2024-04-30 17:54:04.641--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.657--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.658--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 39] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 39] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 39] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 39] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 39] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 43] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 43] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 43] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 43] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 43] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 34] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 34] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 34] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 34] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 34] [junit] [EL Fine]: 2024-04-30 17:54:04.659--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 46] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 46] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 46] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 46] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 46] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 58] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 58] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 58] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 58] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 58] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 37] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 37] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 37] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 37] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 37] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 66] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 66] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 66] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 66] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 66] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 88] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 88] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 88] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 88] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 88] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 19] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 19] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 19] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 19] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 19] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 69] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 69] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 69] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 69] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 69] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 48] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 48] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 48] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 48] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 48] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 13] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 13] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 13] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 13] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 13] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.66--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.722--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 91] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 84] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 84] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 84] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 84] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 84] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 74] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 74] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 74] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 74] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 74] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 61] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 61] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 61] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 61] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 61] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 29] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 29] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 29] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 29] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 29] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 86] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 86] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 86] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 86] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 86] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 67] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 67] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 67] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 67] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 67] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 85] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 85] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 85] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 85] [junit] [EL Fine]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 85] [junit] [EL Finer]: 2024-04-30 17:54:04.723--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:04.738--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.739--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.74--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 2] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 2] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 2] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 2] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 2] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 89] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 89] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 89] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 89] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 89] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 33] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 33] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 33] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 33] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 33] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 54] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 54] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 54] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 54] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 54] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 55] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 55] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 55] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 55] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 55] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 16] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 16] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 16] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 16] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 16] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 0] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 0] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 0] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 0] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 0] [junit] [EL Fine]: 2024-04-30 17:54:04.741--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 28] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 28] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 28] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 28] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 28] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 41] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 41] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 41] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 41] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 41] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 71] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 71] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 71] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 71] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 71] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 24] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 24] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 24] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 24] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 24] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 27] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 27] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 27] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 27] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 27] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 78] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 78] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 78] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 78] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 78] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 26] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 26] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 26] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 26] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 26] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 5] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 5] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 5] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 5] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 5] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 70] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 70] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 70] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 70] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 70] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 23] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 23] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 23] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 23] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 23] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 57] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 57] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 57] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 57] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 57] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 53] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 53] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [4, 53] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 53] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 53] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [5, 8] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [3, 8] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [2, 8] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [1, 8] [junit] [EL Fine]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])-- bind => [6, 8] [junit] [EL Finer]: 2024-04-30 17:54:04.742--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:04.758--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.759--ServerSession(454071866)--Connection(1666671572)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.764--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:04.764--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.767--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.767--ClientSession(1150111083)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:04.768--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:04.768--ClientSession(1150111083)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:04.768--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2062654928 [junit] [EL Finer]: 2024-04-30 17:54:04.768--ClientSession(2062654928)--Thread(Thread[main,5,main])--acquire unit of work: 2130968306 [junit] [EL Finest]: 2024-04-30 17:54:04.768--UnitOfWork(2130968306)--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]: 2024-04-30 17:54:04.768--ServerSession(454071866)--Connection(1230921148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.768--ServerSession(454071866)--Connection(1230921148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.768--ServerSession(454071866)--Connection(2094008042)--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]: 2024-04-30 17:54:04.773--ServerSession(454071866)--Connection(1230921148)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.773--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.773--ServerSession(454071866)--Connection(1361412898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.773--ServerSession(454071866)--Connection(1361412898)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.773--ServerSession(454071866)--Connection(759048378)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.774--ServerSession(454071866)--Connection(1361412898)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.774--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.774--ServerSession(454071866)--Connection(342989681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.774--ServerSession(454071866)--Connection(342989681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.774--ServerSession(454071866)--Connection(1221987005)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.775--ServerSession(454071866)--Connection(342989681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.775--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.775--ServerSession(454071866)--Connection(379005401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.775--ServerSession(454071866)--Connection(379005401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.775--ServerSession(454071866)--Connection(1860983380)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.776--ServerSession(454071866)--Connection(379005401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.776--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.776--ServerSession(454071866)--Connection(370117627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.776--ServerSession(454071866)--Connection(370117627)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.776--ServerSession(454071866)--Connection(440225172)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.777--ServerSession(454071866)--Connection(370117627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.777--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.777--ServerSession(454071866)--Connection(812185730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.777--ServerSession(454071866)--Connection(812185730)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.777--ServerSession(454071866)--Connection(1086935798)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.777--ServerSession(454071866)--Connection(812185730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.778--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.778--ServerSession(454071866)--Connection(333935078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.778--ServerSession(454071866)--Connection(333935078)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.778--ServerSession(454071866)--Connection(431214478)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.778--ServerSession(454071866)--Connection(333935078)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.778--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.778--ServerSession(454071866)--Connection(425908241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.778--ServerSession(454071866)--Connection(425908241)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.779--ServerSession(454071866)--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 => [6, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.779--ServerSession(454071866)--Connection(425908241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.779--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.779--ServerSession(454071866)--Connection(484485052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.779--ServerSession(454071866)--Connection(484485052)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.779--ServerSession(454071866)--Connection(1465486839)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.78--ServerSession(454071866)--Connection(484485052)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.78--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.78--ServerSession(454071866)--Connection(725284794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.78--ServerSession(454071866)--Connection(725284794)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.78--ServerSession(454071866)--Connection(815264031)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.781--ServerSession(454071866)--Connection(725284794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.781--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.781--ServerSession(454071866)--Connection(1898269766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.781--ServerSession(454071866)--Connection(1898269766)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.781--ServerSession(454071866)--Connection(2117420148)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.781--ServerSession(454071866)--Connection(1898269766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.782--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.782--ServerSession(454071866)--Connection(1561726183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.782--ServerSession(454071866)--Connection(1561726183)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.782--ServerSession(454071866)--Connection(156558805)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.782--ServerSession(454071866)--Connection(1561726183)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.782--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.782--ServerSession(454071866)--Connection(1681631162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.782--ServerSession(454071866)--Connection(1681631162)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.783--ServerSession(454071866)--Connection(1248828581)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.783--ServerSession(454071866)--Connection(1681631162)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.783--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.783--ServerSession(454071866)--Connection(264045953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.783--ServerSession(454071866)--Connection(264045953)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.783--ServerSession(454071866)--Connection(956377703)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.784--ServerSession(454071866)--Connection(264045953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.784--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.784--ServerSession(454071866)--Connection(891393588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.784--ServerSession(454071866)--Connection(891393588)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.784--ServerSession(454071866)--Connection(96714981)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.785--ServerSession(454071866)--Connection(891393588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.785--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.785--ServerSession(454071866)--Connection(87228768)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.785--ServerSession(454071866)--Connection(87228768)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.785--ServerSession(454071866)--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 => [14, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.785--ServerSession(454071866)--Connection(87228768)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.786--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.786--ServerSession(454071866)--Connection(999951125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.786--ServerSession(454071866)--Connection(999951125)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.786--ServerSession(454071866)--Connection(1147665368)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.786--ServerSession(454071866)--Connection(999951125)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.786--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.786--ServerSession(454071866)--Connection(1737995412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.786--ServerSession(454071866)--Connection(1737995412)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.787--ServerSession(454071866)--Connection(475347589)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.787--ServerSession(454071866)--Connection(1737995412)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.787--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.787--ServerSession(454071866)--Connection(879237517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.787--ServerSession(454071866)--Connection(879237517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.787--ServerSession(454071866)--Connection(22842519)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.788--ServerSession(454071866)--Connection(879237517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.788--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.788--ServerSession(454071866)--Connection(3330999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.788--ServerSession(454071866)--Connection(3330999)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.788--ServerSession(454071866)--Connection(1701826322)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.789--ServerSession(454071866)--Connection(3330999)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.789--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.789--ServerSession(454071866)--Connection(1446559456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.789--ServerSession(454071866)--Connection(1446559456)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.789--ServerSession(454071866)--Connection(1303702634)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.789--ServerSession(454071866)--Connection(1446559456)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.79--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.79--ServerSession(454071866)--Connection(1045377646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.79--ServerSession(454071866)--Connection(1045377646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.79--ServerSession(454071866)--Connection(1416777329)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.827--ServerSession(454071866)--Connection(1045377646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.827--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.827--ServerSession(454071866)--Connection(80893664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.827--ServerSession(454071866)--Connection(80893664)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.827--ServerSession(454071866)--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 => [21, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.828--ServerSession(454071866)--Connection(80893664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.828--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.828--ServerSession(454071866)--Connection(1622689353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.828--ServerSession(454071866)--Connection(1622689353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.828--ServerSession(454071866)--Connection(239970426)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.829--ServerSession(454071866)--Connection(1622689353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.829--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.829--ServerSession(454071866)--Connection(754548660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.829--ServerSession(454071866)--Connection(754548660)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.829--ServerSession(454071866)--Connection(1335102505)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.829--ServerSession(454071866)--Connection(754548660)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.83--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.83--ServerSession(454071866)--Connection(2079540445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.83--ServerSession(454071866)--Connection(2079540445)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.83--ServerSession(454071866)--Connection(350874318)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.83--ServerSession(454071866)--Connection(2079540445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.83--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.83--ServerSession(454071866)--Connection(2044553071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.831--ServerSession(454071866)--Connection(2044553071)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.831--ServerSession(454071866)--Connection(574184704)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.831--ServerSession(454071866)--Connection(2044553071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.831--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.831--ServerSession(454071866)--Connection(1712989864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.831--ServerSession(454071866)--Connection(1712989864)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.831--ServerSession(454071866)--Connection(245605942)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.832--ServerSession(454071866)--Connection(1712989864)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.832--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.832--ServerSession(454071866)--Connection(1706473449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.832--ServerSession(454071866)--Connection(1706473449)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.832--ServerSession(454071866)--Connection(1983328127)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.833--ServerSession(454071866)--Connection(1706473449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.833--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.833--ServerSession(454071866)--Connection(277030800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.833--ServerSession(454071866)--Connection(277030800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.833--ServerSession(454071866)--Connection(1602268712)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.833--ServerSession(454071866)--Connection(277030800)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.834--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.834--ServerSession(454071866)--Connection(819043106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.834--ServerSession(454071866)--Connection(819043106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.834--ServerSession(454071866)--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 => [29, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.834--ServerSession(454071866)--Connection(819043106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.834--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.834--ServerSession(454071866)--Connection(1171242178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.834--ServerSession(454071866)--Connection(1171242178)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.835--ServerSession(454071866)--Connection(2065443831)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.835--ServerSession(454071866)--Connection(1171242178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.835--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.835--ServerSession(454071866)--Connection(1526482966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.835--ServerSession(454071866)--Connection(1526482966)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.835--ServerSession(454071866)--Connection(1076200237)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.836--ServerSession(454071866)--Connection(1526482966)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.836--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.836--ServerSession(454071866)--Connection(320569017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.836--ServerSession(454071866)--Connection(320569017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.836--ServerSession(454071866)--Connection(2135669532)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.837--ServerSession(454071866)--Connection(320569017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.837--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.837--ServerSession(454071866)--Connection(2131025559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.837--ServerSession(454071866)--Connection(2131025559)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.837--ServerSession(454071866)--Connection(1563760944)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.837--ServerSession(454071866)--Connection(2131025559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.838--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.838--ServerSession(454071866)--Connection(1911661875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.838--ServerSession(454071866)--Connection(1911661875)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.838--ServerSession(454071866)--Connection(75026084)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.838--ServerSession(454071866)--Connection(1911661875)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.838--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.838--ServerSession(454071866)--Connection(1239960330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.838--ServerSession(454071866)--Connection(1239960330)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.839--ServerSession(454071866)--Connection(187150717)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.839--ServerSession(454071866)--Connection(1239960330)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.839--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.839--ServerSession(454071866)--Connection(1436005574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.839--ServerSession(454071866)--Connection(1436005574)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.839--ServerSession(454071866)--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 => [36, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.84--ServerSession(454071866)--Connection(1436005574)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.84--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.84--ServerSession(454071866)--Connection(357744070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.84--ServerSession(454071866)--Connection(357744070)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.84--ServerSession(454071866)--Connection(470557687)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.84--ServerSession(454071866)--Connection(357744070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.841--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.841--ServerSession(454071866)--Connection(917187702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.841--ServerSession(454071866)--Connection(917187702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.841--ServerSession(454071866)--Connection(1271247567)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.841--ServerSession(454071866)--Connection(917187702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.841--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.841--ServerSession(454071866)--Connection(1033062816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.841--ServerSession(454071866)--Connection(1033062816)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.842--ServerSession(454071866)--Connection(1529272087)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.842--ServerSession(454071866)--Connection(1033062816)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.842--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.842--ServerSession(454071866)--Connection(1126605815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.842--ServerSession(454071866)--Connection(1126605815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.843--ServerSession(454071866)--Connection(777341675)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.843--ServerSession(454071866)--Connection(1126605815)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.843--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.843--ServerSession(454071866)--Connection(1504499795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.843--ServerSession(454071866)--Connection(1504499795)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.843--ServerSession(454071866)--Connection(1563083679)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.844--ServerSession(454071866)--Connection(1504499795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.844--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.844--ServerSession(454071866)--Connection(1337641264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.844--ServerSession(454071866)--Connection(1337641264)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.844--ServerSession(454071866)--Connection(1141362019)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.845--ServerSession(454071866)--Connection(1337641264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.845--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.845--ServerSession(454071866)--Connection(646866001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.845--ServerSession(454071866)--Connection(646866001)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.845--ServerSession(454071866)--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 => [43, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.845--ServerSession(454071866)--Connection(646866001)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.845--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.846--ServerSession(454071866)--Connection(1265052909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.846--ServerSession(454071866)--Connection(1265052909)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.846--ServerSession(454071866)--Connection(1370234318)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.846--ServerSession(454071866)--Connection(1265052909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.846--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.846--ServerSession(454071866)--Connection(544535736)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.846--ServerSession(454071866)--Connection(544535736)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.847--ServerSession(454071866)--Connection(285728533)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.847--ServerSession(454071866)--Connection(544535736)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.847--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.847--ServerSession(454071866)--Connection(131827040)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.847--ServerSession(454071866)--Connection(131827040)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.847--ServerSession(454071866)--Connection(671813113)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.848--ServerSession(454071866)--Connection(131827040)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.848--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.848--ServerSession(454071866)--Connection(264198575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.848--ServerSession(454071866)--Connection(264198575)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.848--ServerSession(454071866)--Connection(2141972836)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.849--ServerSession(454071866)--Connection(264198575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.849--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.849--ServerSession(454071866)--Connection(1837542371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.849--ServerSession(454071866)--Connection(1837542371)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.849--ServerSession(454071866)--Connection(1304858622)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.849--ServerSession(454071866)--Connection(1837542371)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.85--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.85--ServerSession(454071866)--Connection(1519590402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.85--ServerSession(454071866)--Connection(1519590402)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.85--ServerSession(454071866)--Connection(601080273)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.85--ServerSession(454071866)--Connection(1519590402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.85--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.851--ServerSession(454071866)--Connection(470571061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.851--ServerSession(454071866)--Connection(470571061)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.851--ServerSession(454071866)--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 => [50, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.851--ServerSession(454071866)--Connection(470571061)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.851--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.851--ServerSession(454071866)--Connection(1342955099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.851--ServerSession(454071866)--Connection(1342955099)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.852--ServerSession(454071866)--Connection(400125657)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.852--ServerSession(454071866)--Connection(1342955099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.852--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.852--ServerSession(454071866)--Connection(1110445596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.852--ServerSession(454071866)--Connection(1110445596)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.852--ServerSession(454071866)--Connection(516099877)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.853--ServerSession(454071866)--Connection(1110445596)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.853--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.853--ServerSession(454071866)--Connection(743499162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.853--ServerSession(454071866)--Connection(743499162)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.853--ServerSession(454071866)--Connection(720141586)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.854--ServerSession(454071866)--Connection(743499162)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.854--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.854--ServerSession(454071866)--Connection(1673106676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.854--ServerSession(454071866)--Connection(1673106676)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.854--ServerSession(454071866)--Connection(720662908)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.854--ServerSession(454071866)--Connection(1673106676)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.855--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.855--ServerSession(454071866)--Connection(608209569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.855--ServerSession(454071866)--Connection(608209569)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.855--ServerSession(454071866)--Connection(766927044)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.855--ServerSession(454071866)--Connection(608209569)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.855--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.856--ServerSession(454071866)--Connection(581618226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.856--ServerSession(454071866)--Connection(581618226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.856--ServerSession(454071866)--Connection(1006907107)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.856--ServerSession(454071866)--Connection(581618226)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.856--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.856--ServerSession(454071866)--Connection(932028064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.856--ServerSession(454071866)--Connection(932028064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.857--ServerSession(454071866)--Connection(711183748)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.857--ServerSession(454071866)--Connection(932028064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.857--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.857--ServerSession(454071866)--Connection(1680051610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.857--ServerSession(454071866)--Connection(1680051610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.858--ServerSession(454071866)--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 => [58, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.858--ServerSession(454071866)--Connection(1680051610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.858--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.858--ServerSession(454071866)--Connection(349268879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.858--ServerSession(454071866)--Connection(349268879)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.858--ServerSession(454071866)--Connection(121708969)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.859--ServerSession(454071866)--Connection(349268879)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.859--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.859--ServerSession(454071866)--Connection(1441043181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.859--ServerSession(454071866)--Connection(1441043181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.859--ServerSession(454071866)--Connection(1537654161)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.86--ServerSession(454071866)--Connection(1441043181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.86--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.86--ServerSession(454071866)--Connection(221114613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.86--ServerSession(454071866)--Connection(221114613)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.86--ServerSession(454071866)--Connection(1661570804)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.86--ServerSession(454071866)--Connection(221114613)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.86--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.861--ServerSession(454071866)--Connection(1378085730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.861--ServerSession(454071866)--Connection(1378085730)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.861--ServerSession(454071866)--Connection(2104668668)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.861--ServerSession(454071866)--Connection(1378085730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.861--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.861--ServerSession(454071866)--Connection(1772347887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.861--ServerSession(454071866)--Connection(1772347887)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.861--ServerSession(454071866)--Connection(28725366)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.862--ServerSession(454071866)--Connection(1772347887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.862--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.862--ServerSession(454071866)--Connection(1930135443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.862--ServerSession(454071866)--Connection(1930135443)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.862--ServerSession(454071866)--Connection(1083006052)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.862--ServerSession(454071866)--Connection(1930135443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.863--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.863--ServerSession(454071866)--Connection(1260970395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.863--ServerSession(454071866)--Connection(1260970395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.863--ServerSession(454071866)--Connection(1642920678)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.863--ServerSession(454071866)--Connection(1260970395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.863--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.864--ServerSession(454071866)--Connection(964380792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.864--ServerSession(454071866)--Connection(964380792)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.864--ServerSession(454071866)--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 => [66, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.864--ServerSession(454071866)--Connection(964380792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.864--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.864--ServerSession(454071866)--Connection(1286219941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.864--ServerSession(454071866)--Connection(1286219941)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.865--ServerSession(454071866)--Connection(1175839293)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.865--ServerSession(454071866)--Connection(1286219941)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.865--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.865--ServerSession(454071866)--Connection(1221502991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.865--ServerSession(454071866)--Connection(1221502991)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.865--ServerSession(454071866)--Connection(555986721)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.866--ServerSession(454071866)--Connection(1221502991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.866--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.866--ServerSession(454071866)--Connection(1095714479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.866--ServerSession(454071866)--Connection(1095714479)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.866--ServerSession(454071866)--Connection(2108269312)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.866--ServerSession(454071866)--Connection(1095714479)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.867--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.867--ServerSession(454071866)--Connection(1793452756)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.867--ServerSession(454071866)--Connection(1793452756)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.867--ServerSession(454071866)--Connection(1516565803)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.867--ServerSession(454071866)--Connection(1793452756)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.868--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.868--ServerSession(454071866)--Connection(2122658437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.868--ServerSession(454071866)--Connection(2122658437)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.868--ServerSession(454071866)--Connection(53824979)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.868--ServerSession(454071866)--Connection(2122658437)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.868--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.868--ServerSession(454071866)--Connection(964455035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.868--ServerSession(454071866)--Connection(964455035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.868--ServerSession(454071866)--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 => [72, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:04.93--ServerSession(454071866)--Connection(964455035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.931--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.931--ServerSession(454071866)--Connection(1076877483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.931--ServerSession(454071866)--Connection(1076877483)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.931--ServerSession(454071866)--Connection(660387727)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.931--ServerSession(454071866)--Connection(1076877483)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.931--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.932--ServerSession(454071866)--Connection(297747648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.932--ServerSession(454071866)--Connection(297747648)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.932--ServerSession(454071866)--Connection(1402825143)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.932--ServerSession(454071866)--Connection(297747648)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.932--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.932--ServerSession(454071866)--Connection(1867628623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.932--ServerSession(454071866)--Connection(1867628623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.932--ServerSession(454071866)--Connection(1471794371)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.933--ServerSession(454071866)--Connection(1867628623)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.933--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.933--ServerSession(454071866)--Connection(1772320694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.933--ServerSession(454071866)--Connection(1772320694)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.933--ServerSession(454071866)--Connection(1894080917)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.933--ServerSession(454071866)--Connection(1772320694)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.934--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.934--ServerSession(454071866)--Connection(932985067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.934--ServerSession(454071866)--Connection(932985067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.934--ServerSession(454071866)--Connection(1814957636)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.934--ServerSession(454071866)--Connection(932985067)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.934--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.934--ServerSession(454071866)--Connection(1158948524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.935--ServerSession(454071866)--Connection(1158948524)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.935--ServerSession(454071866)--Connection(1507085412)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.935--ServerSession(454071866)--Connection(1158948524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.935--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.935--ServerSession(454071866)--Connection(614559968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.935--ServerSession(454071866)--Connection(614559968)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.935--ServerSession(454071866)--Connection(1609412476)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.936--ServerSession(454071866)--Connection(614559968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.936--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.936--ServerSession(454071866)--Connection(1765630401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.936--ServerSession(454071866)--Connection(1765630401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.936--ServerSession(454071866)--Connection(1528411605)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.936--ServerSession(454071866)--Connection(1765630401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.936--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.936--ServerSession(454071866)--Connection(1558845628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.936--ServerSession(454071866)--Connection(1558845628)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.937--ServerSession(454071866)--Connection(1246472681)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.937--ServerSession(454071866)--Connection(1558845628)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.937--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.937--ServerSession(454071866)--Connection(1536897504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.937--ServerSession(454071866)--Connection(1536897504)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.937--ServerSession(454071866)--Connection(1275645851)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.937--ServerSession(454071866)--Connection(1536897504)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.938--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.938--ServerSession(454071866)--Connection(1198978735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.938--ServerSession(454071866)--Connection(1198978735)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.938--ServerSession(454071866)--Connection(1292410317)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.938--ServerSession(454071866)--Connection(1198978735)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.938--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.938--ServerSession(454071866)--Connection(2022973332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.938--ServerSession(454071866)--Connection(2022973332)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.938--ServerSession(454071866)--Connection(1903887294)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.939--ServerSession(454071866)--Connection(2022973332)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.939--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.939--ServerSession(454071866)--Connection(100477557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.939--ServerSession(454071866)--Connection(100477557)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.939--ServerSession(454071866)--Connection(741523335)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.939--ServerSession(454071866)--Connection(100477557)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.939--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.94--ServerSession(454071866)--Connection(896373825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.94--ServerSession(454071866)--Connection(896373825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.94--ServerSession(454071866)--Connection(211471340)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.94--ServerSession(454071866)--Connection(896373825)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.94--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.94--ServerSession(454071866)--Connection(645470836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.94--ServerSession(454071866)--Connection(645470836)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.94--ServerSession(454071866)--Connection(2095472892)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.94--ServerSession(454071866)--Connection(645470836)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.941--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.941--ServerSession(454071866)--Connection(179555689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.941--ServerSession(454071866)--Connection(179555689)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.941--ServerSession(454071866)--Connection(1167961411)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.941--ServerSession(454071866)--Connection(179555689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.941--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.941--ServerSession(454071866)--Connection(368385104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.941--ServerSession(454071866)--Connection(368385104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.941--ServerSession(454071866)--Connection(1026182168)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.942--ServerSession(454071866)--Connection(368385104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.942--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.942--ServerSession(454071866)--Connection(2033938361)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.942--ServerSession(454071866)--Connection(2033938361)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.942--ServerSession(454071866)--Connection(379495946)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.942--ServerSession(454071866)--Connection(2033938361)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.943--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.943--ServerSession(454071866)--Connection(181509258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.943--ServerSession(454071866)--Connection(181509258)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.943--ServerSession(454071866)--Connection(1763493164)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.943--ServerSession(454071866)--Connection(181509258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.943--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.943--ServerSession(454071866)--Connection(1296450635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.943--ServerSession(454071866)--Connection(1296450635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.943--ServerSession(454071866)--Connection(1123863914)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.944--ServerSession(454071866)--Connection(1296450635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.944--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.944--ServerSession(454071866)--Connection(713130142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.944--ServerSession(454071866)--Connection(713130142)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.944--ServerSession(454071866)--Connection(246583097)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.944--ServerSession(454071866)--Connection(713130142)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.944--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.945--ServerSession(454071866)--Connection(1294276166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.945--ServerSession(454071866)--Connection(1294276166)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.945--ServerSession(454071866)--Connection(1475642268)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.945--ServerSession(454071866)--Connection(1294276166)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.945--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.945--ServerSession(454071866)--Connection(1843782032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.945--ServerSession(454071866)--Connection(1843782032)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.945--ServerSession(454071866)--Connection(511600595)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.946--ServerSession(454071866)--Connection(1843782032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.946--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.946--ServerSession(454071866)--Connection(1659120021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.946--ServerSession(454071866)--Connection(1659120021)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.946--ServerSession(454071866)--Connection(256477925)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.946--ServerSession(454071866)--Connection(1659120021)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.946--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.946--ServerSession(454071866)--Connection(674459635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.946--ServerSession(454071866)--Connection(674459635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.947--ServerSession(454071866)--Connection(1802421938)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.947--ServerSession(454071866)--Connection(674459635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.947--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.947--ServerSession(454071866)--Connection(1279785053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.947--ServerSession(454071866)--Connection(1279785053)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.947--ServerSession(454071866)--Connection(1367469105)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.947--ServerSession(454071866)--Connection(1279785053)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.948--UnitOfWork(2130968306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:04.948--ServerSession(454071866)--Connection(1655799560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:04.948--ServerSession(454071866)--Connection(1655799560)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:04.948--ServerSession(454071866)--Connection(1007679243)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:04.948--ServerSession(454071866)--Connection(1655799560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:04.973--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 681674468 [junit] [EL Finer]: 2024-04-30 17:54:04.973--ClientSession(681674468)--Thread(Thread[main,5,main])--acquire unit of work: 2064168329 [junit] [EL Finest]: 2024-04-30 17:54:04.973--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.973--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (109 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48771b1a) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (110 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11ce721f) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (111 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b5725b5) [junit] [EL Finest]: 2024-04-30 17:54:04.974--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (112 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69f89cbc) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (113 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a7f552) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (114 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b9b32f3) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (115 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@993dab8) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (116 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2423aa4a) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (117 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@288c6f9) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (118 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20a670f1) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (119 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37f73847) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (120 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ebfa509) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (121 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ac40529) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (122 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5976d578) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (123 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@574dfb11) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (124 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24a99b1c) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (125 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e2e2fed) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (126 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@219cfe45) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (127 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19b10c14) [junit] [EL Finest]: 2024-04-30 17:54:04.975--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (128 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71280545) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (129 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ec60dca) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (130 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8eebc81) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (131 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19aec024) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (132 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@281dfc79) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (133 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56cb0ced) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (134 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bbcb801) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (135 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44fcf2b2) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (136 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c52060) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (137 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d67e891) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (138 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43d5258c) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (139 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@609f3626) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (140 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a73cc75) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (141 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@786296ca) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (142 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12f1350f) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.976--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (143 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@bc60f71) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (144 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f826a18) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (145 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33ba63e4) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (146 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28f871d1) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (147 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13fe4e38) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (148 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fe024f5) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (149 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fa5c9ae) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (150 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54385172) [junit] [EL Finest]: 2024-04-30 17:54:04.977--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.977--ServerSession(454071866)--Connection(1800345472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:04.977--ClientSession(681674468)--Connection(1800345472)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:04.977--ClientSession(681674468)--Connection(1800345472)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:04.977--ClientSession(681674468)--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]: 2024-04-30 17:54:04.977--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:04.978--ClientSession(681674468)--Connection(2050378750)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:04.978--ClientSession(681674468)--Connection(2050378750)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:04.978--ClientSession(681674468)--Connection(2050378750)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 151, last: 200 [junit] [EL Finer]: 2024-04-30 17:54:04.978--ClientSession(681674468)--Connection(2050378750)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:04.979--ServerSession(454071866)--Connection(2050378750)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:04.979--ServerSession(454071866)--Connection(1800345472)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (151 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35d65a43) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (152 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7870946d) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (153 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30515926) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (154 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45871259) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (155 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d13cb4c) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (156 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51bce17f) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (157 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b1e1a07) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (158 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1676d8e7) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (159 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@258c38ce) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.979--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (160 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@138d8219) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (161 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8d86c4d) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (162 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28c92c51) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (163 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c472bce) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (164 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13a5e115) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (165 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58544d28) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (166 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@399e59d7) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (167 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c520c71) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (168 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5043e5a7) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (169 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a04cf8a) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (170 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@611f6bfc) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (171 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dd2c22a) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (172 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@527372ea) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (173 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e878fb1) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (174 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44dd4f16) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.98--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (175 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f951635) [junit] [EL Finest]: 2024-04-30 17:54:04.981--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.981--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (176 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@638c90f) [junit] [EL Finest]: 2024-04-30 17:54:04.981--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:04.981--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (177 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64a0247e) [junit] [EL Finest]: 2024-04-30 17:54:05.033--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.033--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (178 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4aab6203) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (179 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2de8f1dd) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (180 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd835de) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (181 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8be6fcf) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (182 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1914bfa1) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (183 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7318d347) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (184 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fc27e3f) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (185 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2479a21f) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (186 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18acf886) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (187 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d1b923f) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (188 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61642225) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (189 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8e41d4c) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (190 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77f3ac1e) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (191 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68852b5) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (192 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46bd2d4b) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.034--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (193 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e1b56ad) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (194 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e2842c) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (195 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40bb73ff) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (196 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fc3c9d6) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (197 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5954bd) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (198 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b0a781e) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (199 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5035ce0b) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (200 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21c920a2) [junit] [EL Finest]: 2024-04-30 17:54:05.035--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.035--ServerSession(454071866)--Connection(687222808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.035--ClientSession(681674468)--Connection(687222808)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.035--ClientSession(681674468)--Connection(687222808)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:05.035--ClientSession(681674468)--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]: 2024-04-30 17:54:05.035--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:05.035--ClientSession(681674468)--Connection(1456338587)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:05.036--ClientSession(681674468)--Connection(1456338587)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:05.036--ClientSession(681674468)--Connection(1456338587)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 201, last: 250 [junit] [EL Finer]: 2024-04-30 17:54:05.036--ClientSession(681674468)--Connection(1456338587)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:05.037--ServerSession(454071866)--Connection(1456338587)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:05.037--ServerSession(454071866)--Connection(687222808)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (201 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30a4749a) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (202 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34953064) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (203 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d556143) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (204 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b4c8fa9) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (205 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d7d8d8) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (206 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e5cded6) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (207 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3825eb27) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (208 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@278b0a4d) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.037--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (209 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1a27077c) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (210 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@ab8d6a6) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (211 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@28062c6a) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (212 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@643b983a) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (213 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@62bab0a4) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.038--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.039--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.04--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.041--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:05.042--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:05.044--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@ab8d6a6) [junit] [EL Finest]: 2024-04-30 17:54:05.044--ServerSession(454071866)--Connection(888106006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.044--ClientSession(681674468)--Connection(888106006)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.044--ClientSession(681674468)--Connection(888106006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:05.044--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@28062c6a) [junit] [EL Finest]: 2024-04-30 17:54:05.044--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@62bab0a4) [junit] [EL Finest]: 2024-04-30 17:54:05.044--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@643b983a) [junit] [EL Finest]: 2024-04-30 17:54:05.044--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1a27077c) [junit] [EL Finest]: 2024-04-30 17:54:05.045--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finer]: 2024-04-30 17:54:05.045--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.045--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.045--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [210, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.045--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [211, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.045--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [213, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.045--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [212, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.045--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [209, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:05.045--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:05.046--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28964cb5) [junit] [EL Finer]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.046--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Finer]: 2024-04-30 17:54:05.047--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2376463f) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@195368e2) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65eb16f7) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@423d31b0) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7315c662) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60264331) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79091c84) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@172cabe2) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@591f1cc) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f0aa08b) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50dffff3) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@210bdb8e) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@712626aa) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c0a6460) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e840be5) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fe12b04) [junit] [EL Finest]: 2024-04-30 17:54:05.048--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6001cec9) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c7edea3) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@406f954c) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2472d568) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ea505e2) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2281daba) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f45efe8) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61349cdd) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51044708) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@122673fe) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e4d2e2d) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@786332de) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9d43cf) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44b463f8) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59e0cb10) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e14f405) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71140b11) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3701df72) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f7a7699) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b71156f) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8ab9629) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@514acca7) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ac87e3d) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bb5ae09) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b46d595) [junit] [EL Finest]: 2024-04-30 17:54:05.049--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ab56032) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@624cc07) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8ebd3c) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19932a6a) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@451211cf) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bc85f82) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c7f5f51) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b904438) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3779773f) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2542240d) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39fb9d55) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71e55649) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@422b8349) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a88249d) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77858c1f) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72ef3f9b) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71f3d3a) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a29305f) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50d4f87) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@275e7b06) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62ebd06c) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e2e5c39) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@509520a5) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d16fc4b) [junit] [EL Finest]: 2024-04-30 17:54:05.05--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68a08d18) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c15c93a) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@113b0382) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f193ff4) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6796ec2b) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d1b7a57) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a9bdca) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35453dc) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c4231e8) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@788a47fc) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4432f623) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dac5f72) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61022ddb) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6aa45b55) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b0b843b) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b3d3a9a) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@21b8e988) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c0942f) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55fc61d8) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a807c5a) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bb2c986) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e7b57b3) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c89c27b) [junit] [EL Finest]: 2024-04-30 17:54:05.051--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@594bedf5) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3caed20a) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@addefe5) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40020127) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@412cd56e) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47149b96) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c9b9e92) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7751cdf5) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@380191d7) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c652a4e) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f36c928) [junit] [EL Finest]: 2024-04-30 17:54:05.052--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(11:null:cleaning the house) [junit] [EL Finer]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--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]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [64, Helga, Hayek, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [29, Harro, Heim, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [37, Hella, Harnack, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [71, Hubertus, Hemsterhuis, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, Hadmar, Hermann, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [69, Heinrich, Hausmann, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [85, Heike, Hamburger, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [74, Heinke, Herder, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [58, Hugo, Heidegger, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [4, Helga, Harding, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [56, Helgard, Hausmann, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [93, Holda, Hartig, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [32, Hadmar, Hegemann, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [90, Henryk, Hary, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.052--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [50, Heinke, Heuser, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [21, Hildegard, Henry, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [89, Hubertus, Hartenthaler, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [57, Hannah, Hanson, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, Hans, Hein, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [73, Hedda, Haas, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [83, Heinrich, Hardy, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [66, Hanna, Haak, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [49, Hasso, Hewitt, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [1, Hasso, Hesselbarth, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [3, Hartwig, Hildebrand, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [45, Hazel, Hanson, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [88, Holde, Hesse, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [18, Hubertus, Haller, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, Hubert, Hanson, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [98, Helene, Haus Lancaster, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [44, Holda, Helmig, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [51, Hendrik, Hesselbarth, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [16, Hinrich, Herder, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [5, Hein, Havenstein, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [15, Heimo, Hamilton, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [34, Heida, Henschel, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [80, Helen, Heinichen, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [78, Hilarius, Hartig, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [95, Heribert, Hellmann, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [76, Hakon, Heider, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [75, Hauke, Helbig, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [92, Hadmar, Henschel, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [55, Hartwin, Heim, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [38, Hulda, Habermann, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [23, Hilmar, Hamburger, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [52, Hilmar, Hesselbarth, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [81, Henryk, Hausner, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [27, Helen, Hartig, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.053--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [2, Hedwig, Heuser, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [30, Holde, Hausmann, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [46, Hilke, Hayek, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [7, Helene, Hamburger, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [31, Henryk, Hegemann, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [70, Harro, Hentschel, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [72, Herbert, Helmig, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [39, Hieu, Haak, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [53, Heimo, Hanson, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [22, Henrike, Hellmann, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [33, Hinrich, Havenstein, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.054--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [84, Harriet, Hellmann, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [97, Helmut, Hausner, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [36, Hedwig, Haller, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [87, Hieu, Hettner, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [17, Helena, Haas, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [96, Hein, Hache, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [28, Hubert, Helmig, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [40, Hjalmar, Hildebrandt, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [59, Harvey, Hartfelder, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [26, Hilmar, Hewitt, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [47, Hauke, Hense, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [82, Holger, Hesselbarth, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [25, Hartmut, Heer, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [68, Henrike, Harnack, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, Hilda, Hermelink, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [43, Hakan, Herbst, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.137--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [20, Hubert, Hackmann, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [14, Hieronymus, Hemsterhuis, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [6, Hulda, Herold, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [60, Holger, Hausmann, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [19, Heida, Hesselbarth, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [35, Helena, Hartfelder, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [91, Heimo, Heinichen, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [65, Hulda, Hegemann, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [48, Hilde, Hamilton, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [67, Hanspeter, Hamilton, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [54, Heimo, Hawke, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [94, Hildegard, Haak, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [0, Helge, Hecht, null, 2024-05-12 07:40:45.038, 2024-04-19 04:07:25.038, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [24, Heide, Hamann, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [41, Hugo, Hamilton, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [62, Hedda, Hermelink, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [86, Helma, Habermann, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [61, Hannah, Hamann, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [99, Hella, Hanstein, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, Horst, Hanstein, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [63, Henri, Hausner, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [79, Hedda, Henning, null, 2024-05-12 07:40:45.042, 2024-04-19 04:07:25.042, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, Humphrey, Hampe, null, 2024-05-12 07:40:45.039, 2024-04-19 04:07:25.039, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [42, Helgard, Halbach, null, 2024-05-12 07:40:45.04, 2024-04-19 04:07:25.04, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [77, Heidemarie, Hesselbarth, null, 2024-05-12 07:40:45.041, 2024-04-19 04:07:25.041, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:05.138--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.158--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(12:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:05.158--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(8:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:05.159--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(13:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:05.159--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(14:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:05.159--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(10:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:05.159--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(9:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:05.159--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@138d8219) [junit] [EL Finer]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [14, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, null, cooking] [junit] [EL Finer]: 2024-04-30 17:54:05.159--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.16--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@258c38ce) [junit] [EL Finest]: 2024-04-30 17:54:05.16--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54385172) [junit] [EL Finest]: 2024-04-30 17:54:05.16--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5035ce0b) [junit] [EL Finest]: 2024-04-30 17:54:05.16--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@609f3626) [junit] [EL Finest]: 2024-04-30 17:54:05.16--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61642225) [junit] [EL Finest]: 2024-04-30 17:54:05.16--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bbcb801) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8eebc81) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5976d578) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44fcf2b2) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d556143) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@219cfe45) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12f1350f) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69f89cbc) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fc3c9d6) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68852b5) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e5cded6) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40bb73ff) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44dd4f16) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e2842c) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58544d28) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34953064) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@288c6f9) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11ce721f) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@527372ea) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@993dab8) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a73cc75) [junit] [EL Finest]: 2024-04-30 17:54:05.161--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1914bfa1) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@638c90f) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@bc60f71) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2479a21f) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c472bce) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51bce17f) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30515926) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56cb0ced) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33ba63e4) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c520c71) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64a0247e) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5954bd) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48771b1a) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fe024f5) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43d5258c) [junit] [EL Finest]: 2024-04-30 17:54:05.162--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ec60dca) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19aec024) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8e41d4c) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71280545) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e1b56ad) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4aab6203) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e2e2fed) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d1b923f) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18acf886) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d67e891) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e878fb1) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20a670f1) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd835de) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dd2c22a) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3825eb27) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19b10c14) [junit] [EL Finest]: 2024-04-30 17:54:05.163--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fc27e3f) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@786296ca) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7318d347) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8d86c4d) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b0a781e) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30a4749a) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77f3ac1e) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f826a18) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ebfa509) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@278b0a4d) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24a99b1c) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b5725b5) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13a5e115) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@611f6bfc) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d13cb4c) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7870946d) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a7f552) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b4c8fa9) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@281dfc79) [junit] [EL Finest]: 2024-04-30 17:54:05.164--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@399e59d7) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ac40529) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d7d8d8) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c52060) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46bd2d4b) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13fe4e38) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f951635) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2de8f1dd) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b9b32f3) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@574dfb11) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b1e1a07) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28c92c51) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2423aa4a) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35d65a43) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5043e5a7) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37f73847) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28f871d1) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8be6fcf) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21c920a2) [junit] [EL Finest]: 2024-04-30 17:54:05.165--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1676d8e7) [junit] [EL Finest]: 2024-04-30 17:54:05.166--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a04cf8a) [junit] [EL Finest]: 2024-04-30 17:54:05.166--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45871259) [junit] [EL Finest]: 2024-04-30 17:54:05.166--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fa5c9ae) [junit] [EL Finest]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--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]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [160, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [159, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [150, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [199, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [139, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [188, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [134, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [130, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [122, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [135, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [203, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [126, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [142, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [112, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [196, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [191, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [206, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [195, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [174, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [194, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [165, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [202, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [117, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [110, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [172, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.166--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [115, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [140, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [182, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [176, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [143, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [185, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [163, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [156, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [153, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [133, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [145, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [167, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [177, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [197, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [109, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [148, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [138, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [129, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [131, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [189, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [128, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [193, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [178, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [125, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [187, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [186, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [137, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [173, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [118, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [180, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [171, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [207, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [127, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [184, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [141, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [183, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [161, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [198, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [201, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [190, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.167--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [144, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [120, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [208, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [124, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [111, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [164, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [170, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [155, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [152, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [113, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [204, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [132, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [166, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [121, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [205, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [136, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [192, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [147, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [175, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [179, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [114, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [123, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [157, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [162, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [116, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [151, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [168, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [119, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [146, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [181, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [200, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [158, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [169, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [154, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.168--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [149, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2024-04-30 17:54:05.169--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.18--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.181--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [1, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [3, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [5, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [19, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [31, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [37, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [51, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [53, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [63, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [77, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [79, 210] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [7, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [15, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [23, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [29, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [39, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [45, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [47, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [55, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [57, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [59, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [65, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [69, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [75, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [83, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [93, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [97, 211] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [21, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [35, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [41, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [49, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [67, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [71, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [85, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [87, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [89, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [95, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [99, 212] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [17, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.182--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [25, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.183--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [27, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.183--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [33, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.183--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [43, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.183--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [61, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.183--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [73, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.183--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [81, 209] [junit] [EL Fine]: 2024-04-30 17:54:05.183--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [91, 209] [junit] [EL Finer]: 2024-04-30 17:54:05.183--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.188--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.241--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.242--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.243--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.243--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.243--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.243--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.243--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.243--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.243--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.247--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.248--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 73] [junit] [EL Finer]: 2024-04-30 17:54:05.249--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.26--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.261--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.262--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.263--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 76] [junit] [EL Finer]: 2024-04-30 17:54:05.264--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.275--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.276--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.277--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.345--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.346--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 84] [junit] [EL Finer]: 2024-04-30 17:54:05.347--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.359--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.36--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.361--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.362--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 19] [junit] [EL Finer]: 2024-04-30 17:54:05.363--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.374--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.375--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.376--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.377--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [13, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [9, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [11, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [10, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [12, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])-- bind => [8, 77] [junit] [EL Finer]: 2024-04-30 17:54:05.45--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:05.462--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:05.463--ServerSession(454071866)--Connection(888106006)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.466--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:05.466--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:05.468--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:05.468--ClientSession(681674468)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:05.468--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:05.468--ClientSession(681674468)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:05.494--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1148697330 [junit] [EL Finer]: 2024-04-30 17:54:05.494--ClientSession(1148697330)--Thread(Thread[main,5,main])--acquire unit of work: 814241 [junit] [EL Finest]: 2024-04-30 17:54:05.494--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.495--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (214 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cdeb5f5) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (215 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f9439e1) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (216 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3046057a) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (217 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dc92399) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (218 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@144142c8) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (219 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ad43a90) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (220 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a398965) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (221 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ec8ac50) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (222 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6001e643) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (223 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bfa5069) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (224 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d9e90d2) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (225 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@368f071d) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (226 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d3cc71) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (227 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10e3a63a) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (228 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6982bcf4) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.496--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (229 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@277be936) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (230 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@600c19ec) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (231 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd3a1a1) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (232 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11cac5f3) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (233 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6900bca5) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (234 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69430b10) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (235 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19ed6130) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (236 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ecfcaa3) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (237 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3246b04b) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (238 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ac2698) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (239 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31ba3b3c) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (240 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1100757a) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (241 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c35bf9) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (242 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34f9275f) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (243 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@547a8927) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.497--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (244 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46c38d77) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (245 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ad30ac5) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (246 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@376d1f1f) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (247 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37de9b64) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (248 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d2c10dd) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (249 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f7baa9f) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (250 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60b1df88) [junit] [EL Finest]: 2024-04-30 17:54:05.498--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.498--ServerSession(454071866)--Connection(785398554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.498--ClientSession(1148697330)--Connection(785398554)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.498--ClientSession(1148697330)--Connection(785398554)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:05.498--ClientSession(1148697330)--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]: 2024-04-30 17:54:05.498--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:05.498--ClientSession(1148697330)--Connection(1276990221)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:05.499--ClientSession(1148697330)--Connection(1276990221)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:05.499--ClientSession(1148697330)--Connection(1276990221)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 251, last: 300 [junit] [EL Finer]: 2024-04-30 17:54:05.499--ClientSession(1148697330)--Connection(1276990221)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:05.499--ServerSession(454071866)--Connection(1276990221)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:05.499--ServerSession(454071866)--Connection(785398554)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:05.499--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (251 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23f76d41) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (252 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@159c804c) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (253 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33bf3cc9) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (254 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65139067) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (255 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46e241b) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (256 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75015a3a) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (257 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f126927) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (258 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46fb460a) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (259 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33c0ec32) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (260 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cefa0fa) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (261 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6098a311) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (262 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c4f721e) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (263 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@485aa0d9) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (264 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79832158) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (265 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ca69552) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (266 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b7ec35a) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (267 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@463ffc84) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (268 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26569cfa) [junit] [EL Finest]: 2024-04-30 17:54:05.5--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (269 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e328167) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (270 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63fbefe8) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (271 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a99e4cf) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (272 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@483a022a) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (273 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12599bf3) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (274 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e61a2ff) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (275 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bcb8460) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (276 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23f8fa61) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (277 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d207bee) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (278 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e7558ef) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (279 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39fa3fc5) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (280 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d35e169) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (281 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23b40e2a) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (282 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57f28893) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.501--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (283 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f1e91bf) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (284 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d52119c) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (285 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e949342) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (286 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@de12c13) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (287 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4639d779) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (288 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bbaf0d3) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (289 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71de7e65) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (290 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@755b45f9) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (291 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d51d634) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (292 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31a19d25) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (293 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@330ee022) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (294 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cd50f37) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (295 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f469aef) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (296 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@52336a97) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (297 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16f89f03) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (298 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22e0965c) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.502--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (299 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@792ae10d) [junit] [EL Finest]: 2024-04-30 17:54:05.503--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.503--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (300 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30845b6d) [junit] [EL Finest]: 2024-04-30 17:54:05.503--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.503--ServerSession(454071866)--Connection(1151529609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.503--ClientSession(1148697330)--Connection(1151529609)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.503--ClientSession(1148697330)--Connection(1151529609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:05.503--ClientSession(1148697330)--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]: 2024-04-30 17:54:05.503--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:05.503--ClientSession(1148697330)--Connection(1789804953)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:05.503--ClientSession(1148697330)--Connection(1789804953)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:05.504--ClientSession(1148697330)--Connection(1789804953)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 301, last: 350 [junit] [EL Finer]: 2024-04-30 17:54:05.504--ClientSession(1148697330)--Connection(1789804953)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:05.504--ServerSession(454071866)--Connection(1789804953)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:05.504--ServerSession(454071866)--Connection(1151529609)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (301 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62d6caf9) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (302 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f5335c0) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (303 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6769013a) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (304 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ef4ae5) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (305 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f238bc9) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (306 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79b850d8) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (307 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56f7fe04) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (308 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a333e5d) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (309 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29cd9511) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (310 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12c83e60) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.504--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (311 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ba6e5e3) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (312 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4854fd1c) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (313 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d748c1a) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (314 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5e1c88ea) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (315 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@12d9f737) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (316 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7d8a546d) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (317 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5437039a) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (318 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6ed68a2e) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.505--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.506--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.507--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.508--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:05.509--UnitOfWork(814241)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:05.51--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7d8a546d) [junit] [EL Finest]: 2024-04-30 17:54:05.553--ServerSession(454071866)--Connection(812197854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(812197854)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(812197854)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:05.554--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5e1c88ea) [junit] [EL Finest]: 2024-04-30 17:54:05.554--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5437039a) [junit] [EL Finest]: 2024-04-30 17:54:05.554--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6ed68a2e) [junit] [EL Finest]: 2024-04-30 17:54:05.554--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@12d9f737) [junit] [EL Finest]: 2024-04-30 17:54:05.554--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finer]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [316, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [314, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [317, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [318, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [315, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:05.554--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.555--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:05.555--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:05.555--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:05.556--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:05.556--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:05.556--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:05.556--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:05.556--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:05.556--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:05.556--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f543c90) [junit] [EL Finer]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Finer]: 2024-04-30 17:54:05.556--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.557--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47c237fe) [junit] [EL Finest]: 2024-04-30 17:54:05.557--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45583680) [junit] [EL Finest]: 2024-04-30 17:54:05.557--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a200a54) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d98fa9f) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@403eab3) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330a0dbb) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79f16678) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4db0d696) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@540823d) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76419338) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b5d852b) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1085fad8) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c73535b) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32855523) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b0e6ed6) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cd96071) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@94170d6) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4205411e) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@633c8fc6) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4eb016a7) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@336bb88c) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53ba7b9c) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fa0e7a8) [junit] [EL Finest]: 2024-04-30 17:54:05.558--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@681229e8) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@cc226b0) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4237aaa6) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f509663) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@925e0c8) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27ef226) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@692e4a35) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a02fa85) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a2e57be) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@443641bf) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36f2bb92) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3199d939) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a67d983) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@194c98f5) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fec2afa) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f8a8101) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@344d9421) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e55526) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2afdfcc3) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a6e7d0) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4733b248) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ae6df4a) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dbaa7aa) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57304755) [junit] [EL Finest]: 2024-04-30 17:54:05.559--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@417c5424) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ad3f5ad) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18275381) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3782e08a) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ec0678) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@331abb0d) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25e79799) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1db6813d) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d2ad535) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@782f208e) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7248ec5f) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@814fbee) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c0ed7c1) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52924d98) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d6d5694) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78aa11f2) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fbe13f3) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69530799) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8ff4c31) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c8c045) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e3b9b44) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16335685) [junit] [EL Finest]: 2024-04-30 17:54:05.56--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4afca05f) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25dc4d01) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7788921d) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@247b949c) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29c26959) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e17bdb1) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7094c7e9) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d064935) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46b70adb) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2913f3ca) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@378f09a) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@357f5ef4) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bc1a53c) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1722c1fa) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@111c5660) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67ac1be1) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3dfabb85) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6980b4c7) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@177c8d08) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c1e726b) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e93f8b4) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19d49942) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28b15698) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@702a4064) [junit] [EL Finest]: 2024-04-30 17:54:05.561--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ac61487) [junit] [EL Finest]: 2024-04-30 17:54:05.562--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73226368) [junit] [EL Finest]: 2024-04-30 17:54:05.562--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2659add8) [junit] [EL Finest]: 2024-04-30 17:54:05.562--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5881e498) [junit] [EL Finest]: 2024-04-30 17:54:05.562--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@80fc9d6) [junit] [EL Finest]: 2024-04-30 17:54:05.562--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62931c28) [junit] [EL Finest]: 2024-04-30 17:54:05.562--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(16:null:cooking) [junit] [EL Finer]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--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]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [70, Hermann, Herbst, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [92, Heiko, Helmig, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [48, Heyko, Hamburger, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [30, Hanspeter, Heuser, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [7, Heimo, Hesse, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [86, H?nel, Hesselbarth, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [31, Harry, Herzog, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [23, Helene, Hilbert, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [32, Helene, Hegemann, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [90, Hein, Hendrix, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [39, Hanspeter, Hausner, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [41, Hedwig, Herold, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [6, Helena, Hamburger, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [85, Hakon, Harding, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [25, Hannah, Henry, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [57, Henrik, Hennig, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [28, Hedi, Helmig, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [12, Hans, Hartfelder, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, Henrik, Herder, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [35, Helene, Herrmann, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [74, Heide, Hense, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [0, Helene, Harnack, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [36, Hagen, Habermann, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [94, Hella, Hanson, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, Heinz, Hense, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [63, Hasso, Hausmann, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [14, Harry, Hewitt, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.562--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [60, Hinrich, Hary, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, Heribert, Habermann, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [68, Hieu, Herrmann, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [9, Heiko, Hennig, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [24, Hannes, Hermann, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [53, Holda, Henning, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [2, Holde, Halbach, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [13, Holde, Herzog, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [77, Helena, Hampe, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [55, Heinrich, Heise, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [87, H?nel, Hentschel, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [93, Hansj?rg, Heidegger, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [71, Hedi, Haas, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [46, Heidi, Hemsterhuis, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [99, Hans, Hartenthaler, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [47, Hilmar, Haus Lancaster, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [40, Humphrey, Heim, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [67, Harriet, Haller, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [56, Helena, Haak, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [98, Helga, Haak, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [37, Hermine, Heer, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, Hans, Hanstein, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [88, Helena, Hamburger, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [26, Hazel, Hausner, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [59, Henning, Hanson, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [79, Helgard, Herold, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [45, Hedwig, Hendrix, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [34, Heinrich, Hellmann, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [62, Hilarius, Hentschel, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [91, Hubert, Herder, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [50, Holde, Hackmann, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [4, Harriet, Halbach, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [66, H?nel, Harding, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [97, Herma, Hanson, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [61, Hazel, Herder, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [75, Hinrich, Hawke, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [96, Heidemarie, Hardy, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [22, Heinke, Herbst, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [33, Herbert, Harding, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [52, Helmut, Herbst, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, Hanns, Harding, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [21, Hansj?rg, Haller, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.563--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [84, Hulda, Herzog, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [51, Hinrich, Hache, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [82, Horst, Heider, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [89, Hanns, Hendrix, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [64, Hadmar, Hewitt, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [80, Hugo, Hartenthaler, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [38, Hagen, Herzog, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [73, Hilda, Haller, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [11, Hanna, Hardy, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [42, Harro, Haller, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [44, Hasso, Hampe, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [49, Hanns, Harding, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [10, Heyko, Herrmann, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [72, Harro, Hegemann, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [65, Humphrey, Haak, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [8, Helma, Hartfelder, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [29, Holde, Herzog, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [83, Hanns, Harding, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [27, Helene, Hardy, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [3, Hakan, Hense, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [81, Hedda, Hildebrand, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [76, Heinz, Hennig, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, Hinrich, Hewitt, null, 2024-05-12 07:40:45.506, 2024-04-19 04:07:25.506, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [43, Hildegard, Hermelink, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [1, Hein, Hache, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [5, Hubert, Herbst, null, 2024-05-12 07:40:45.505, 2024-04-19 04:07:25.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [95, Henning, Hary, null, 2024-05-12 07:40:45.509, 2024-04-19 04:07:25.509, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [78, Hein, Hawke, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [54, Hansj?rg, Heinrich, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [58, Hendrik, Haus Lancaster, null, 2024-05-12 07:40:45.507, 2024-04-19 04:07:25.507, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [69, Hieu, Hartfelder, null, 2024-05-12 07:40:45.508, 2024-04-19 04:07:25.508, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:05.564--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.583--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(17:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:05.583--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(19:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:05.583--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(15:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:05.583--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(18:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:05.583--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(20:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:05.583--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(21:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:05.583--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a398965) [junit] [EL Finer]: 2024-04-30 17:54:05.583--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.583--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.583--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:05.583--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:05.583--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:05.584--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:05.584--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:05.584--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:05.584--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [21, null, stamps] [junit] [EL Finer]: 2024-04-30 17:54:05.584--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37de9b64) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33c0ec32) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f7baa9f) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c4f721e) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e7558ef) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e61a2ff) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ec8ac50) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bbaf0d3) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23f76d41) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@330ee022) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ef4ae5) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63fbefe8) [junit] [EL Finest]: 2024-04-30 17:54:05.585--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19ed6130) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12599bf3) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@547a8927) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22e0965c) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@144142c8) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f1e91bf) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f469aef) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62d6caf9) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f126927) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6900bca5) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@600c19ec) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cefa0fa) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b7ec35a) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e328167) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57f28893) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ecfcaa3) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d51d634) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11cac5f3) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@483a022a) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6769013a) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71de7e65) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60b1df88) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@368f071d) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46c38d77) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6001e643) [junit] [EL Finest]: 2024-04-30 17:54:05.586--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46fb460a) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ad43a90) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30845b6d) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65139067) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d2c10dd) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10e3a63a) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1100757a) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a333e5d) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75015a3a) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ac2698) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4854fd1c) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d35e169) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d748c1a) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d52119c) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23f8fa61) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ca69552) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd3a1a1) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@376d1f1f) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bfa5069) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d9e90d2) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79832158) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31a19d25) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26569cfa) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ad30ac5) [junit] [EL Finest]: 2024-04-30 17:54:05.587--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46e241b) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f9439e1) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@277be936) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@755b45f9) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@159c804c) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16f89f03) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29cd9511) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33bf3cc9) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d207bee) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12c83e60) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6098a311) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@de12c13) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39fa3fc5) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c35bf9) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79b850d8) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4639d779) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f238bc9) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34f9275f) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23b40e2a) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56f7fe04) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69430b10) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ba6e5e3) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a99e4cf) [junit] [EL Finest]: 2024-04-30 17:54:05.588--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bcb8460) [junit] [EL Finest]: 2024-04-30 17:54:05.657--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3246b04b) [junit] [EL Finest]: 2024-04-30 17:54:05.657--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31ba3b3c) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d3cc71) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dc92399) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@52336a97) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cd50f37) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6982bcf4) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3046057a) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@485aa0d9) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@792ae10d) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@463ffc84) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f5335c0) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e949342) [junit] [EL Finest]: 2024-04-30 17:54:05.658--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cdeb5f5) [junit] [EL Finest]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--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]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [220, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [247, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [259, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [249, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [262, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [278, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [274, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [221, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [288, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [251, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [293, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.658--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [304, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [270, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [235, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [273, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [243, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [298, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [218, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [283, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [295, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [301, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [257, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [233, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [230, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [260, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [266, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [269, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [282, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [236, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [291, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [232, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [272, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [303, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [289, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [250, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [225, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [244, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [222, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [258, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [219, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [300, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [254, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [248, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [227, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [240, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [308, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [256, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [238, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [312, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [280, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [313, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [284, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [276, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [265, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [231, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [246, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [223, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [224, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [264, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [292, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [268, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.659--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [245, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [255, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [215, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [229, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [290, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [252, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [297, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [309, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [253, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [277, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [310, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [261, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [286, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [279, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [241, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [306, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [287, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [305, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [242, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [281, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [307, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [234, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [311, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [271, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [275, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [237, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [239, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [226, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [217, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [296, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [294, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [228, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [216, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [263, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [299, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [267, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [302, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [285, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [214, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2024-04-30 17:54:05.66--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.671--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.671--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.671--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.671--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.671--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.671--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.671--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.672--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [3, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [5, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [11, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [13, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [37, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [39, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [41, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [45, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [47, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [51, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [69, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [83, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [87, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [95, 316] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [25, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [27, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [31, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [35, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [43, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [65, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [67, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [75, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [77, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [91, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [97, 314] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [7, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [21, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [23, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [33, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [53, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [59, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [63, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [71, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [81, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [89, 317] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [1, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [9, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [29, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [49, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [55, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [57, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.673--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [61, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.674--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [73, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.674--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [79, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.674--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [85, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.674--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [93, 315] [junit] [EL Fine]: 2024-04-30 17:54:05.674--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [99, 315] [junit] [EL Finer]: 2024-04-30 17:54:05.674--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.681--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.682--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 70] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 92] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 48] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 30] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 7] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.683--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 86] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 31] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 23] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 32] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 90] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 39] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 41] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 6] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 85] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 25] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.684--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 57] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 28] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 12] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 16] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 35] [junit] [EL Fine]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 35] [junit] [EL Finer]: 2024-04-30 17:54:05.685--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.7--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.701--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.702--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.762--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 74] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 0] [junit] [EL Fine]: 2024-04-30 17:54:05.763--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 36] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 94] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 15] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 63] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 14] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 60] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 17] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 68] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 9] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 24] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.764--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 53] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 2] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 13] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 77] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 55] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 87] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 93] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 71] [junit] [EL Fine]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 71] [junit] [EL Finer]: 2024-04-30 17:54:05.765--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.781--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.782--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 46] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 99] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.783--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 47] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 40] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 67] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 56] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 98] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 37] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 19] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 88] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 26] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 59] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 79] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.784--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 45] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 34] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 62] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 91] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 50] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 66] [junit] [EL Fine]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 66] [junit] [EL Finer]: 2024-04-30 17:54:05.785--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.797--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.797--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.797--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.798--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.799--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 97] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 61] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 75] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 96] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 22] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 33] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 52] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 20] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 21] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.8--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 84] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 51] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 82] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.801--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 89] [junit] [EL Fine]: 2024-04-30 17:54:05.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 64] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 80] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 38] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 73] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 11] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 42] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 44] [junit] [EL Fine]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 44] [junit] [EL Finer]: 2024-04-30 17:54:05.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.88--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.881--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.882--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 49] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 10] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 72] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 65] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 8] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 29] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 83] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 27] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 3] [junit] [EL Fine]: 2024-04-30 17:54:05.883--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 81] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 76] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 18] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 43] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 5] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 95] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 78] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 54] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [18, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 58] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [15, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [20, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [16, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [19, 69] [junit] [EL Fine]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])-- bind => [17, 69] [junit] [EL Finer]: 2024-04-30 17:54:05.884--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:05.895--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:05.896--ServerSession(454071866)--Connection(812197854)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.899--UnitOfWork(814241)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:05.899--UnitOfWork(814241)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:05.901--UnitOfWork(814241)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:05.901--ClientSession(1148697330)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:05.901--UnitOfWork(814241)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:05.901--ClientSession(1148697330)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:05.901--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 487460109 [junit] [EL Finer]: 2024-04-30 17:54:05.901--ClientSession(487460109)--Thread(Thread[main,5,main])--acquire unit of work: 2026159779 [junit] [EL Finer]: 2024-04-30 17:54:05.902--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:05.902--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:05.902--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--Execute query UpdateAllQuery(referenceClass=Employee sql="UPDATE TMP_EMP SET SALARY = (SALARY + ?) WHERE (FIRSTNAME = SUBSTR(?, ?, ?))") [junit] [EL Finest]: 2024-04-30 17:54:05.902--ServerSession(454071866)--Connection(229662478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.902--ClientSession(487460109)--Connection(229662478)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.902--ClientSession(487460109)--Connection(229662478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:05.902--ClientSession(487460109)--Connection(1318577508)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET SALARY = (SALARY + ?) WHERE (FIRSTNAME = SUBSTR(?, ?, ?)) [junit] bind => [13, moo, 1, 2] [junit] [EL Finer]: 2024-04-30 17:54:05.903--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:05.903--ClientSession(487460109)--Connection(1318577508)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:05.903--ServerSession(454071866)--Connection(229662478)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.903--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:05.903--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:05.927--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1725485102 [junit] [EL Finer]: 2024-04-30 17:54:05.927--ClientSession(1725485102)--Thread(Thread[main,5,main])--acquire unit of work: 91324463 [junit] [EL Finest]: 2024-04-30 17:54:05.927--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.927--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (319 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a026426) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (320 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e754572) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (321 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5314d9b0) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (322 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f0df49) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (323 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386aa805) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (324 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cb034af) [junit] [EL Finest]: 2024-04-30 17:54:05.928--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (325 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@491cb3d0) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (326 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e91272d) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (327 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2356947a) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (328 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efec9f3) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (329 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32d06bcf) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (330 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@753f8af7) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (331 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@625d356e) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (332 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a84c987) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (333 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bbb450b) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (334 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@325a18b9) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (335 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39a7bdd9) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (336 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15c3939b) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (337 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74b11f35) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (338 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@164c4eca) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (339 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@128160af) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (340 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bd7762f) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (341 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67e38ad7) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (342 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@132da2ff) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (343 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ab02c2d) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (344 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a76555a) [junit] [EL Finest]: 2024-04-30 17:54:05.929--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (345 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51b8d7f1) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (346 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f7cbd63) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (347 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24a63de5) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (348 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce270ae) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (349 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b722f9c) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (350 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61af0834) [junit] [EL Finest]: 2024-04-30 17:54:05.93--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.93--ServerSession(454071866)--Connection(1530601937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.93--ClientSession(1725485102)--Connection(1530601937)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.93--ClientSession(1725485102)--Connection(1530601937)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:05.93--ClientSession(1725485102)--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]: 2024-04-30 17:54:05.93--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:05.93--ClientSession(1725485102)--Connection(1628433381)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:05.931--ClientSession(1725485102)--Connection(1628433381)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:05.931--ClientSession(1725485102)--Connection(1628433381)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 351, last: 400 [junit] [EL Finer]: 2024-04-30 17:54:05.931--ClientSession(1725485102)--Connection(1628433381)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:05.931--ServerSession(454071866)--Connection(1628433381)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:05.931--ServerSession(454071866)--Connection(1530601937)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:05.931--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (351 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@747348f1) [junit] [EL Finest]: 2024-04-30 17:54:05.931--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.931--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (352 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1415d4ca) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (353 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a5b556e) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (354 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3714571c) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (355 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33e1cae2) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (356 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@968ebd0) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (357 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59c82fb6) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (358 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c712f24) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (359 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@717a5a92) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (360 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f820906) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (361 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27af34df) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (362 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62e23701) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (363 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41ef5f05) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (364 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e8ab407) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (365 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30dd7cc5) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (366 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43f41fe0) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (367 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@785877ec) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (368 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4349ce6c) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (369 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18a9b994) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (370 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b41ae7e) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (371 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@409d41ed) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.932--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (372 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d2acd3c) [junit] [EL Finest]: 2024-04-30 17:54:05.933--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.972--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (373 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@181ab814) [junit] [EL Finest]: 2024-04-30 17:54:05.972--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.972--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (374 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6eded737) [junit] [EL Finest]: 2024-04-30 17:54:05.972--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.972--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (375 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44667128) [junit] [EL Finest]: 2024-04-30 17:54:05.972--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.972--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (376 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f3e07b5) [junit] [EL Finest]: 2024-04-30 17:54:05.972--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (377 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1229de5e) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (378 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a56d443) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (379 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d4e0b10) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (380 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5262b8a3) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (381 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ee5579f) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (382 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32ad7ecc) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (383 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f36e502) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (384 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7856f5e7) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (385 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cab0cdd) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (386 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a9529a) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (387 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@dbfa9d8) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (388 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42898c45) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (389 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46c0ad2d) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (390 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9320aed) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (391 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79b3937a) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (392 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7756d3ad) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (393 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@343cb1af) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (394 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2dc0a0a7) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (395 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@480dce26) [junit] [EL Finest]: 2024-04-30 17:54:05.973--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (396 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@907a731) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (397 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58e7de77) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (398 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@700a8854) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (399 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56d0048d) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (400 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62da0f49) [junit] [EL Finest]: 2024-04-30 17:54:05.974--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.974--ServerSession(454071866)--Connection(549720554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.974--ClientSession(1725485102)--Connection(549720554)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.974--ClientSession(1725485102)--Connection(549720554)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:05.974--ClientSession(1725485102)--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]: 2024-04-30 17:54:05.974--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:05.974--ClientSession(1725485102)--Connection(1986436371)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:05.974--ClientSession(1725485102)--Connection(1986436371)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:05.975--ClientSession(1725485102)--Connection(1986436371)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 401, last: 450 [junit] [EL Finer]: 2024-04-30 17:54:05.975--ClientSession(1725485102)--Connection(1986436371)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:05.975--ServerSession(454071866)--Connection(1986436371)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:05.975--ServerSession(454071866)--Connection(549720554)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (401 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a86103) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (402 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@358afec) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (403 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41143491) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (404 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26a1028e) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (405 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3885b162) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (406 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ee44e51) [junit] [EL Finest]: 2024-04-30 17:54:05.975--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (407 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eb45da0) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (408 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@302f998a) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (409 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25b4304c) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (410 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79fe746d) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (411 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@451b7faf) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (412 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b44d4f) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (413 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d863a65) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (414 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7516aa4) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (415 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a98be6) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (416 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@325c63a9) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (417 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eb52295) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (418 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23d7dad) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (419 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@579e30b7) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (420 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@60e50c6) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (421 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@21886b18) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (422 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@48b1ba91) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (423 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6e0c20b8) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.976--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.977--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.978--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.979--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:05.98--UnitOfWork(91324463)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:05.981--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@21886b18) [junit] [EL Finest]: 2024-04-30 17:54:05.981--ServerSession(454071866)--Connection(351261467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:05.981--ClientSession(1725485102)--Connection(351261467)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:05.981--ClientSession(1725485102)--Connection(351261467)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:05.982--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@60e50c6) [junit] [EL Finest]: 2024-04-30 17:54:05.982--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@48b1ba91) [junit] [EL Finest]: 2024-04-30 17:54:05.982--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6e0c20b8) [junit] [EL Finest]: 2024-04-30 17:54:05.982--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@579e30b7) [junit] [EL Finest]: 2024-04-30 17:54:05.982--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finer]: 2024-04-30 17:54:05.982--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.982--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.982--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [421, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.982--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [420, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.982--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [422, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.982--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [423, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:05.982--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [419, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:05.982--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:05.983--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22d94240) [junit] [EL Finer]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Finer]: 2024-04-30 17:54:05.983--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330da803) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22caeb7f) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46e29b93) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3948f7b9) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4da189cf) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@219e1ab2) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ffa9d20) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f699066) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10320992) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4983490b) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a593c3c) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e373511) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1608fb8e) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20d9ef28) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d9347e) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@466a045a) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bd7f3d4) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1357ee2a) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fba5aad) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5be2a48f) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c2972ad) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40afaed9) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ba05ae6) [junit] [EL Finest]: 2024-04-30 17:54:05.985--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3816f6ba) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b805b99) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@805eb16) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ebe5795) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43645c21) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c844476) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d7da0ae) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50732a53) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10b5c86f) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30b6eca3) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4983d8f) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6020c1ec) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ccf7cc6) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31ba5e17) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@690406d0) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e1e53f8) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64589c34) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@308bca8c) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3dc21e8d) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34486068) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24546c9e) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a70d5df) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c20e539) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fe15694) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cb20350) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e26eed3) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@794bf212) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cb375c4) [junit] [EL Finest]: 2024-04-30 17:54:05.986--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@383fddb3) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@506c68ee) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5647e00b) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@446de37d) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a14cfa4) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76d74efe) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f345f12) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@571aeb15) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@66a4904f) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16ee0c8f) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62e06e2e) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60734e93) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@368f2959) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14a3c3f8) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@321fc4c5) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7401eb11) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17698f4c) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ae7e1f2) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46167a63) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ae125f2) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29b8af89) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3916a56a) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75108fa) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@284b9458) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51d673db) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c5241ca) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57e92236) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7445d24) [junit] [EL Finest]: 2024-04-30 17:54:05.987--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3de2e589) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@612e1ba2) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16471411) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63cb03ba) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@183c271e) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@382b008d) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a7fdd22) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8cf705e) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f6f80bc) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6edc2a71) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@472ea479) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e023095) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40bbcdbb) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@eddf758) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25036ea) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ae4fa3f) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63a7a23a) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2321035) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e77e9d2) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d907fcc) [junit] [EL Finest]: 2024-04-30 17:54:05.988--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(22:null:reading) [junit] [EL Finer]: 2024-04-30 17:54:05.988--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:05.988--ClientSession(1725485102)--Connection(516226616)--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]: 2024-04-30 17:54:05.988--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [12, Hakon, Habermann, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [35, Hauke, Haas, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [29, Harro, Hawke, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [79, Hinrich, Hermelink, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [17, Hartmut, Hegemann, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [62, Heike, Hesse, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [66, Herma, Hecht, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, Herbert, Hanstein, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [58, Hakon, Hanson, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [21, Humphrey, Halbach, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [49, Hannah, Habermann, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [8, Henryk, Haller, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [72, Hinrich, Hawke, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [48, Harald, Hermelink, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [99, H?nel, Heuser, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [50, Heidemarie, Heider, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [92, Hakon, Hampe, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [5, Hansj?rg, Hamilton, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [81, Hakon, Haak, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [45, Harriet, Hackmann, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [98, Harriet, Haas, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, Harro, Hayek, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [41, Harro, Herrmann, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, Holda, Heinichen, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [67, H?nel, Hegemann, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [6, Hakan, Hentschel, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [69, Hilmar, Hartfelder, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [95, Hella, Herrmann, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [53, Hanna, Hartenthaler, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [18, Heimo, Herder, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [77, Hanspeter, Hilgenfeld, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [34, Hubertus, Harnack, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [65, Henrike, Hardenberg, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [75, Helmut, Heise, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [64, Hendrik, Hackmann, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [78, Holde, Hache, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, Holda, Hawke, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [91, Horst, Hamilton, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.989--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [3, Hildegard, Hampe, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [15, Hermine, Hecht, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [71, Heribert, Hildebrandt, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [20, Heyko, Herder, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [88, Heinke, Hermelink, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [61, Hazel, Hellmann, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [56, Hildegard, Hardenberg, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [0, Heidemarie, Herrmann, null, 2024-05-12 07:40:45.976, 2024-04-19 04:07:25.976, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [96, Henrike, Hartenthaler, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [38, Henryk, Hawke, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [74, Humphrey, Henry, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [2, Hadmar, Hanstein, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [73, Hanns, Hilgenfeld, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [85, Heike, Hampe, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [30, Helgard, Hampe, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [94, Hartmut, Hamann, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [52, Hartmut, Heinichen, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, Helgard, Helmig, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [40, Hinrich, Hermann, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [9, Herbert, Herold, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [70, Heiner, Hense, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [43, Henryk, Haak, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [28, Hermann, Herder, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [90, Hedi, Hartenthaler, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [4, Hakan, Heidegger, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [36, Hilde, Hamburger, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [80, Hedi, Hemsterhuis, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [84, Hanspeter, Hildebrand, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [33, Hannelore, Hanstein, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [68, Hendrik, Halbach, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [54, Hagen, Hewitt, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [55, Heinz, Halbach, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [76, Helena, Haller, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [16, Heyko, Hartfelder, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [97, Henning, Hellmann, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [82, Horst, Hamburger, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [44, Hedda, Hausmann, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [63, Hanna, Heider, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [93, Helge, Harding, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [60, Heiner, Heider, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [47, Hadmar, Haller, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [31, Hadmar, Hary, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [1, Hella, Hesse, null, 2024-05-12 07:40:45.976, 2024-04-19 04:07:25.976, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.99--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [10, Holda, Hanisch, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [59, Hertha, Heise, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [32, Heinke, Hilbert, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [89, Humphrey, Hein, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [19, Harold, Herold, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [11, Heinke, Heise, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [14, Helga, Hamann, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [7, Hansklaus, Harding, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [86, Helma, Hellmann, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [46, Hildegard, Hettner, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [39, Harry, Hanson, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [42, Harold, Habermann, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [13, Henryk, Harnack, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [87, Hulda, Hemsterhuis, null, 2024-05-12 07:40:45.98, 2024-04-19 04:07:25.98, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [83, Hertha, Harding, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [57, Helma, Herder, null, 2024-05-12 07:40:45.979, 2024-04-19 04:07:25.979, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [37, Hella, Hildebrandt, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, Hieronymus, Hellmann, null, 2024-05-12 07:40:45.977, 2024-04-19 04:07:25.977, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [51, Heide, Hermann, null, 2024-05-12 07:40:45.978, 2024-04-19 04:07:25.978, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:05.991--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.007--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(27:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:06.007--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(28:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:06.007--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(25:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:06.007--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(23:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:06.008--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(24:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:06.008--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(26:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:06.008--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a9529a) [junit] [EL Finer]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [28, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, null, swimming] [junit] [EL Finer]: 2024-04-30 17:54:06.008--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3714571c) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f3e07b5) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cb034af) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41143491) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26a1028e) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1415d4ca) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b41ae7e) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4349ce6c) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eb45da0) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ee44e51) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bbb450b) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@785877ec) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c712f24) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7756d3ad) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a026426) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39a7bdd9) [junit] [EL Finest]: 2024-04-30 17:54:06.009--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@132da2ff) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f7cbd63) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@128160af) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7856f5e7) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@717a5a92) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33e1cae2) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386aa805) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24a63de5) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f36e502) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e8ab407) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f820906) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6eded737) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@700a8854) [junit] [EL Finest]: 2024-04-30 17:54:06.01--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15c3939b) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@753f8af7) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25b4304c) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@747348f1) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d4e0b10) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@491cb3d0) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3885b162) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eb52295) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@302f998a) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b44d4f) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@358afec) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79fe746d) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@164c4eca) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@325c63a9) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a86103) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2356947a) [junit] [EL Finest]: 2024-04-30 17:54:06.08--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@451b7faf) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a5b556e) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2dc0a0a7) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@181ab814) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bd7762f) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43f41fe0) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ee5579f) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44667128) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5314d9b0) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67e38ad7) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58e7de77) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9320aed) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46c0ad2d) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1229de5e) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@968ebd0) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32d06bcf) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a76555a) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d2acd3c) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b722f9c) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42898c45) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41ef5f05) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62da0f49) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23d7dad) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e754572) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cab0cdd) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e91272d) [junit] [EL Finest]: 2024-04-30 17:54:06.081--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59c82fb6) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7516aa4) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a98be6) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27af34df) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ab02c2d) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5262b8a3) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@409d41ed) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@907a731) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30dd7cc5) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce270ae) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@dbfa9d8) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79b3937a) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32ad7ecc) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a84c987) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@625d356e) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51b8d7f1) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@480dce26) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74b11f35) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a56d443) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18a9b994) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56d0048d) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@325a18b9) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efec9f3) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@343cb1af) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f0df49) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d863a65) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61af0834) [junit] [EL Finest]: 2024-04-30 17:54:06.082--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62e23701) [junit] [EL Finest]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--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]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [386, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [354, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [376, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [324, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [403, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [404, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [352, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [370, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [368, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [407, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [406, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [333, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [367, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [358, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [392, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [319, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [335, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [342, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [346, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [339, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [384, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [359, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [355, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [323, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [347, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [383, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [364, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [360, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [374, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [398, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [336, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [330, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [409, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [351, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [379, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [325, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.083--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [405, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [417, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [408, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [412, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [402, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [410, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [338, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [416, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [401, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [327, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [411, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [353, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [394, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [373, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [340, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [366, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [381, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [375, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [321, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [341, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [397, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [390, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [389, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [377, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [356, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [329, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [344, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [372, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [349, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [388, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [363, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [400, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [418, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [320, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [385, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [326, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [357, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [414, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [415, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [361, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [343, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [380, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [371, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [396, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [365, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [348, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [387, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [391, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [382, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [332, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [331, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [345, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.084--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [395, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [337, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [378, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [369, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [399, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [334, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [328, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [393, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [322, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [413, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [350, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [362, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Finer]: 2024-04-30 17:54:06.085--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.096--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [7, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [9, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [33, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [35, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [43, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [45, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [51, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [53, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [55, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [77, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [79, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [81, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [83, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [91, 421] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [5, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [11, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [13, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [15, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [29, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [41, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [61, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [65, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [69, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [73, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [97, 420] [junit] [EL Fine]: 2024-04-30 17:54:06.097--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [3, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [17, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [21, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [39, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [49, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [57, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [71, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [85, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [89, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [95, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [99, 422] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [1, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [19, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [31, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [37, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [47, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [59, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [63, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [67, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [75, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [87, 419] [junit] [EL Fine]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [93, 419] [junit] [EL Finer]: 2024-04-30 17:54:06.098--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.103--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.104--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.105--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.106--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.107--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.108--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.108--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 45] [junit] [EL Finer]: 2024-04-30 17:54:06.108--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.119--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.12--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.186--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.187--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.188--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 15] [junit] [EL Finer]: 2024-04-30 17:54:06.189--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.204--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.204--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.204--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.204--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.205--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.206--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.207--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 43] [junit] [EL Finer]: 2024-04-30 17:54:06.208--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.223--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.224--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.225--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.226--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.227--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.227--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.227--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.293--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 31] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 31] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 31] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 31] [junit] [EL Fine]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 31] [junit] [EL Finer]: 2024-04-30 17:54:06.294--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.309--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.31--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.311--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.312--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [27, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [23, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [22, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [25, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [26, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])-- bind => [24, 51] [junit] [EL Finer]: 2024-04-30 17:54:06.313--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:06.325--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:06.326--ServerSession(454071866)--Connection(351261467)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:06.329--UnitOfWork(91324463)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:06.329--UnitOfWork(91324463)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:06.33--UnitOfWork(91324463)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:06.33--ClientSession(1725485102)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:06.33--UnitOfWork(91324463)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:06.33--ClientSession(1725485102)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:06.331--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 180183079 [junit] [EL Finer]: 2024-04-30 17:54:06.331--ClientSession(180183079)--Thread(Thread[main,5,main])--acquire unit of work: 1613281634 [junit] [EL Finest]: 2024-04-30 17:54:06.331--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.331--ServerSession(454071866)--Connection(755270184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.331--ServerSession(454071866)--Connection(755270184)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.332--ServerSession(454071866)--Connection(742055466)--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]: 2024-04-30 17:54:06.332--ServerSession(454071866)--Connection(755270184)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.332--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.332--ServerSession(454071866)--Connection(1747025061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.332--ServerSession(454071866)--Connection(1747025061)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.333--ServerSession(454071866)--Connection(1631430219)--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]: 2024-04-30 17:54:06.333--ServerSession(454071866)--Connection(1747025061)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.333--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.333--ServerSession(454071866)--Connection(1868647124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.333--ServerSession(454071866)--Connection(1868647124)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.333--ServerSession(454071866)--Connection(214353865)--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]: 2024-04-30 17:54:06.333--ServerSession(454071866)--Connection(1868647124)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.333--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(2093742731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(2093742731)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(421083180)--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]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(2093742731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.334--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(168306113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(168306113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(699697577)--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]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(168306113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.334--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(16526993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.334--ServerSession(454071866)--Connection(16526993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(1259418978)--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]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(16526993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.335--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(1604817691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(1604817691)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(1045341912)--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]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(1604817691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.335--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(312353788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(312353788)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.335--ServerSession(454071866)--Connection(1900168703)--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]: 2024-04-30 17:54:06.336--ServerSession(454071866)--Connection(312353788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.336--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.336--ServerSession(454071866)--Connection(2004392191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.336--ServerSession(454071866)--Connection(2004392191)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.336--ServerSession(454071866)--Connection(345691183)--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]: 2024-04-30 17:54:06.336--ServerSession(454071866)--Connection(2004392191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.336--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.336--ServerSession(454071866)--Connection(1207848824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.336--ServerSession(454071866)--Connection(1207848824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.336--ServerSession(454071866)--Connection(1962055704)--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]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1207848824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.337--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1635730124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1635730124)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1414485012)--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]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1635730124)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.337--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1525712994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1525712994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1099090130)--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]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(1525712994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.337--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(841331179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.337--ServerSession(454071866)--Connection(841331179)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(1816693845)--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]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(841331179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.338--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(1244744420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(1244744420)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(1426325664)--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]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(1244744420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.338--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(517248810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(517248810)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.338--ServerSession(454071866)--Connection(1584568446)--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]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(517248810)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.339--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(1726922381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(1726922381)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(1547241661)--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]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(1726922381)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.339--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(155929830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(155929830)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(448954772)--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]: 2024-04-30 17:54:06.339--ServerSession(454071866)--Connection(155929830)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.34--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(238659266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(238659266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(1564931999)--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]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(238659266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.34--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(218550773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(218550773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(1321892129)--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]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(218550773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.34--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(1193482338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(1193482338)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.34--ServerSession(454071866)--Connection(2081550346)--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]: 2024-04-30 17:54:06.341--ServerSession(454071866)--Connection(1193482338)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.341--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.341--ServerSession(454071866)--Connection(294532436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.341--ServerSession(454071866)--Connection(294532436)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.341--ServerSession(454071866)--Connection(1320275727)--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]: 2024-04-30 17:54:06.341--ServerSession(454071866)--Connection(294532436)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.342--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.342--ServerSession(454071866)--Connection(548392028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.342--ServerSession(454071866)--Connection(548392028)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.342--ServerSession(454071866)--Connection(1080781192)--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]: 2024-04-30 17:54:06.343--ServerSession(454071866)--Connection(548392028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.343--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.343--ServerSession(454071866)--Connection(573048877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.343--ServerSession(454071866)--Connection(573048877)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.343--ServerSession(454071866)--Connection(2084306200)--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]: 2024-04-30 17:54:06.343--ServerSession(454071866)--Connection(573048877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.343--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.343--ServerSession(454071866)--Connection(1997315092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.343--ServerSession(454071866)--Connection(1997315092)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(361204664)--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]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(1997315092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.344--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(1850317761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(1850317761)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(2100712992)--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]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(1850317761)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.344--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(1493566415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(1493566415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.344--ServerSession(454071866)--Connection(2066943165)--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]: 2024-04-30 17:54:06.345--ServerSession(454071866)--Connection(1493566415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.345--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.345--ServerSession(454071866)--Connection(1317478967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.345--ServerSession(454071866)--Connection(1317478967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.345--ServerSession(454071866)--Connection(670451795)--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]: 2024-04-30 17:54:06.345--ServerSession(454071866)--Connection(1317478967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.345--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.345--ServerSession(454071866)--Connection(776417899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.345--ServerSession(454071866)--Connection(776417899)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.397--ServerSession(454071866)--Connection(1504062222)--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]: 2024-04-30 17:54:06.398--ServerSession(454071866)--Connection(776417899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.398--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.398--ServerSession(454071866)--Connection(401094531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.398--ServerSession(454071866)--Connection(401094531)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.398--ServerSession(454071866)--Connection(11242367)--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]: 2024-04-30 17:54:06.398--ServerSession(454071866)--Connection(401094531)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.398--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.398--ServerSession(454071866)--Connection(518622477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.398--ServerSession(454071866)--Connection(518622477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.398--ServerSession(454071866)--Connection(1223423356)--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]: 2024-04-30 17:54:06.399--ServerSession(454071866)--Connection(518622477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.399--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.399--ServerSession(454071866)--Connection(353036044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.399--ServerSession(454071866)--Connection(353036044)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.399--ServerSession(454071866)--Connection(1205436741)--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]: 2024-04-30 17:54:06.399--ServerSession(454071866)--Connection(353036044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.399--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.399--ServerSession(454071866)--Connection(2132671932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.399--ServerSession(454071866)--Connection(2132671932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.399--ServerSession(454071866)--Connection(1030576084)--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]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(2132671932)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.4--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(276508896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(276508896)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(10215246)--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]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(276508896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.4--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(1222742666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(1222742666)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(30693190)--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]: 2024-04-30 17:54:06.4--ServerSession(454071866)--Connection(1222742666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.4--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(1996999941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(1996999941)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(859206829)--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]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(1996999941)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.401--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(325009177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(325009177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(1517926290)--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]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(325009177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.401--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(285583328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.401--ServerSession(454071866)--Connection(285583328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(2068378926)--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]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(285583328)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.402--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(1734387534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(1734387534)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(1533421285)--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]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(1734387534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.402--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(1541050543)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(1541050543)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.402--ServerSession(454071866)--Connection(962725453)--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]: 2024-04-30 17:54:06.403--ServerSession(454071866)--Connection(1541050543)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.403--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.403--ServerSession(454071866)--Connection(1855389594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.403--ServerSession(454071866)--Connection(1855389594)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.403--ServerSession(454071866)--Connection(1640383759)--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]: 2024-04-30 17:54:06.403--ServerSession(454071866)--Connection(1855389594)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.403--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.403--ServerSession(454071866)--Connection(1368087943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.403--ServerSession(454071866)--Connection(1368087943)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.403--ServerSession(454071866)--Connection(137892355)--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]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1368087943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.404--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1748048773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1748048773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1667044449)--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]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1748048773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.404--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1582095138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1582095138)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1044455005)--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]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1582095138)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.404--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1939809007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.404--ServerSession(454071866)--Connection(1939809007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(1269985909)--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]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(1939809007)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.405--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(1875796317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(1875796317)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(1707912721)--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]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(1875796317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.405--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(2041803383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(2041803383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.405--ServerSession(454071866)--Connection(1709912213)--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]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(2041803383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.406--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1925035731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1925035731)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(276779577)--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]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1925035731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.406--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1947409407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1947409407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1804021888)--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]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1947409407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.406--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1214198567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.406--ServerSession(454071866)--Connection(1214198567)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.407--ServerSession(454071866)--Connection(612304176)--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]: 2024-04-30 17:54:06.407--ServerSession(454071866)--Connection(1214198567)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.407--UnitOfWork(1613281634)--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]: 2024-04-30 17:54:06.407--ServerSession(454071866)--Connection(1845240904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.407--ServerSession(454071866)--Connection(1845240904)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.407--ServerSession(454071866)--Connection(1544283355)--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]: 2024-04-30 17:54:06.407--ServerSession(454071866)--Connection(1845240904)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:06.434--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 138732283 [junit] [EL Finer]: 2024-04-30 17:54:06.434--ClientSession(138732283)--Thread(Thread[main,5,main])--acquire unit of work: 28037464 [junit] [EL Finest]: 2024-04-30 17:54:06.434--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.434--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:06.434--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.434--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (33 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (34 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (35 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (424 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4086b547) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (425 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@478f973d) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (426 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@596ecd6c) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (427 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68fd7df) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (428 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@735666c4) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (429 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@485b21ec) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (430 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67718026) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (431 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1fb89238) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (432 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f18a74d) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (433 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eddb903) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (434 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2546604e) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (435 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e341f8c) [junit] [EL Finest]: 2024-04-30 17:54:06.435--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (436 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@648cfdc8) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (437 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47ba55fb) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (438 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51e81952) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (439 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ffeb49c) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (440 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c1f6a16) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (441 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@191fe3e3) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (442 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8ac5b1b) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (443 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@720c54c6) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (444 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@534df4b) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (445 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@635234f5) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (446 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@94cdf07) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (447 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1976008c) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (448 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a9b4a6e) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (449 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@481c2454) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (450 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27477eb7) [junit] [EL Finest]: 2024-04-30 17:54:06.436--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.436--ServerSession(454071866)--Connection(1857325876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:06.436--ClientSession(138732283)--Connection(1857325876)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:06.436--ClientSession(138732283)--Connection(1857325876)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:06.436--ClientSession(138732283)--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]: 2024-04-30 17:54:06.437--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:06.437--ClientSession(138732283)--Connection(1193487410)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:06.437--ClientSession(138732283)--Connection(1193487410)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:06.437--ClientSession(138732283)--Connection(1193487410)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 451, last: 500 [junit] [EL Finer]: 2024-04-30 17:54:06.437--ClientSession(138732283)--Connection(1193487410)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:06.438--ServerSession(454071866)--Connection(1193487410)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:06.438--ServerSession(454071866)--Connection(1857325876)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (451 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e9c78b3) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (452 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c1e325d) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (453 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2202c350) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (454 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@133b27df) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (455 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6aef4277) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (456 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67ee19ad) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (457 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53c25e43) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (458 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@198d9e3b) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (459 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9618b87) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (460 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ed5c877) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (461 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f24bda8) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.438--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (462 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2aad9c31) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (463 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f151750) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (464 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f33e4b5) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (465 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6500d306) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (466 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@230a9783) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (467 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24a2bb25) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (468 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2434f548) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (469 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@474f8a2b) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (470 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@300eabce) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (471 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c44579) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (472 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d97ebc) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (473 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397cb21e) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (474 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c692e24) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (475 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f25535d) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (476 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c0ea9b) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (477 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a70561f) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (478 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fdd597b) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (479 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a175266) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (480 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b12f58d) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (481 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@539a885e) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (482 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@461905d7) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (483 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@762deb10) [junit] [EL Finest]: 2024-04-30 17:54:06.439--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (484 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a9fd6c5) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (485 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d4069b0) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (486 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73f9fc72) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (487 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a15ec76) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (488 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e38260f) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (489 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10cbdf91) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (490 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c6dab96) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (491 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@695e9431) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (492 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4679df4b) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (493 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@800a742) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (494 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49f09ccf) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (495 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@541276dc) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (496 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c997892) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (497 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@512efef4) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (498 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cf516fa) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (499 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b96272e) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (500 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c5c8926) [junit] [EL Finest]: 2024-04-30 17:54:06.44--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.44--ServerSession(454071866)--Connection(1591058047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:06.44--ClientSession(138732283)--Connection(1591058047)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:06.44--ClientSession(138732283)--Connection(1591058047)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:06.44--ClientSession(138732283)--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]: 2024-04-30 17:54:06.441--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:06.441--ClientSession(138732283)--Connection(873491932)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:06.441--ClientSession(138732283)--Connection(873491932)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:06.441--ClientSession(138732283)--Connection(873491932)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 501, last: 550 [junit] [EL Finer]: 2024-04-30 17:54:06.441--ClientSession(138732283)--Connection(873491932)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:06.442--ServerSession(454071866)--Connection(873491932)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:06.442--ServerSession(454071866)--Connection(1591058047)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (501 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a230707) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (502 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c90bdbd) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (503 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b595d7e) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (504 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5938041b) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (505 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10b648c0) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (506 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9d2723e) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (507 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68817cd7) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (508 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7180b500) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (509 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@535203b8) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (510 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@490bc86e) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (511 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0f625c) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (512 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e53faa8) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (513 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ddf7d19) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (514 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a809e74) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (515 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bcc10fa) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (516 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a8b3791) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (517 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cdab66c) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (518 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7227f4bd) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (519 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49d761c3) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.442--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (520 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aa3e0d7) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (521 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23635e39) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (522 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e2cd4f4) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (523 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c07798b) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (524 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@9b79784) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (525 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@309c821d) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (526 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@381f7b8e) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (527 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1f739627) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (528 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2a4d39fa) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.443--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.444--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.503--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.504--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:06.505--UnitOfWork(28037464)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:06.506--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2a4d39fa) [junit] [EL Finest]: 2024-04-30 17:54:06.507--ServerSession(454071866)--Connection(791636650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(791636650)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(791636650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:06.507--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1f739627) [junit] [EL Finest]: 2024-04-30 17:54:06.507--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@309c821d) [junit] [EL Finest]: 2024-04-30 17:54:06.507--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@9b79784) [junit] [EL Finest]: 2024-04-30 17:54:06.507--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@381f7b8e) [junit] [EL Finest]: 2024-04-30 17:54:06.507--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finer]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [528, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [527, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [525, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [524, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [526, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:06.507--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:06.509--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6746c3ef) [junit] [EL Finer]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Finer]: 2024-04-30 17:54:06.509--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.51--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e15cac4) [junit] [EL Finest]: 2024-04-30 17:54:06.51--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47636c86) [junit] [EL Finest]: 2024-04-30 17:54:06.51--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@293e3161) [junit] [EL Finest]: 2024-04-30 17:54:06.51--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b60c832) [junit] [EL Finest]: 2024-04-30 17:54:06.51--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c6e8eed) [junit] [EL Finest]: 2024-04-30 17:54:06.51--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44e4247a) [junit] [EL Finest]: 2024-04-30 17:54:06.51--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a2f40e6) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b3fd0e) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b2f16b9) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ac906d1) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43551110) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a3e0c5) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7979062) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c521d01) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60e4d95) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40478af8) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44baf189) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65edf55c) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43885360) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5eca6e7d) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6084b7c2) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38133bca) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4503f47b) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d78c346) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@316533b) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@798ba61) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@206769f8) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a0d3af1) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d279cd2) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68fab818) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b86ab5f) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@448c64b3) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@389f89be) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e2b679e) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25169558) [junit] [EL Finest]: 2024-04-30 17:54:06.511--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bdd7fef) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17a644eb) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6603aeb8) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65e8bcef) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11fe8a70) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c102583) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47b67eac) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75f929a0) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fb25bca) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@292a73f2) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@468e9fba) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f70053e) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6959496d) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bae9ca5) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d06acfd) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@177bd3ae) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50abbf54) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73a8f9) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35923f78) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@489b0369) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@249e48a3) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d17531c) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52463130) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f94339e) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51b59c1a) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c1ce593) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f7f7faa) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5da173a6) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@662438f1) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@225721e2) [junit] [EL Finest]: 2024-04-30 17:54:06.512--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@586fcc46) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fdedffb) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5facf061) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37bb8606) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ab689b7) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@156eb310) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@108c6292) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@427a0746) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35f0652c) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bf68c3e) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@122f8970) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3255707f) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31156e3b) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3af91e7e) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fe7962) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a355f4e) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5472a171) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68fc6e20) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37526ddf) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e2975ff) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ed476a8) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69a47ed3) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@648db06c) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d21b21) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f12dd3d) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6256d908) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14148b24) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54c252a4) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b39daed) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19d506c) [junit] [EL Finest]: 2024-04-30 17:54:06.513--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f78d2a7) [junit] [EL Finest]: 2024-04-30 17:54:06.514--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@470467b0) [junit] [EL Finest]: 2024-04-30 17:54:06.514--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42839fb7) [junit] [EL Finest]: 2024-04-30 17:54:06.514--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47077c56) [junit] [EL Finest]: 2024-04-30 17:54:06.514--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(30:null:cooking) [junit] [EL Finer]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--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]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [56, Hadmar, Hecht, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [0, Hermine, Herold, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [13, Hugo, Haus Lancaster, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [50, Hulda, Hennig, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [47, Harvey, Heinrich, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [86, Hubert, Harnack, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [75, Hilda, Hausmann, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [76, Hieronymus, Hense, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [51, Harro, Hardenberg, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [78, Hanspeter, Haak, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [21, Hanspeter, Haas, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [74, Hildegard, Hache, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [59, Heide, Hackmann, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [82, Holger, Halbach, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [66, Herma, Hardenberg, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [26, Herma, Heise, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [92, Helen, Hettner, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [18, Hartmut, Helms, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [22, Harriet, Henning, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [16, Hartwin, Harnack, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [81, Helga, Heuser, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [61, Hadmar, Helms, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [7, Hedi, Hamann, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [17, Helma, Herzog, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [55, Harriet, Henry, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [99, Hannes, Herbst, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [42, Heike, Hein, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [88, Herma, Havenstein, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [97, Helmut, Hein, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [12, Hakon, Hartfelder, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [71, Hulda, Hewitt, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [69, Hulda, Hamburger, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [63, Hauke, Haus Lancaster, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [57, Hannelore, Harding, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [87, Hieu, Havenstein, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [3, Heidi, Hesselbarth, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [85, Hans, Hanstein, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [35, Hannes, Hardenberg, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.514--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [90, Hermine, Halbach, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [72, Hieu, Hennig, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [60, Heiko, Henschel, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [10, Hannelore, Hildebrand, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [84, Hilde, Hemsterhuis, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, Hugo, Heuser, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [79, Harald, Herzog, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [49, Helena, Hildebrandt, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [6, Hieu, Herold, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [52, Helga, Hesselbarth, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [67, Heinrich, Hartig, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [54, Heimo, Haus Lancaster, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [2, Hansklaus, Hemsterhuis, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [5, Heiko, Herder, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [23, Humphrey, Hackmann, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [58, Hans, Hamann, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [95, Hieu, Hawke, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [11, Hasso, Hanson, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [40, Heide, Hanson, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [80, Heimo, Hamilton, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [46, Hanna, Herold, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [48, Hauke, Heidegger, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [41, Hanns, Hanisch, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [93, Harold, Habermann, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [94, Heribert, Henry, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [65, Heyko, Hamilton, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [25, Hedi, Hettner, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, Hildegard, Hermelink, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [43, Hermine, Hendrix, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [73, Helma, Hettner, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [45, Helena, Halbach, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [9, Heimo, Hartig, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [36, Harro, Helbig, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [38, Harald, Hartig, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [28, Hella, Helmig, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [14, Helga, Henry, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, Hasso, Hardenberg, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [96, Herbert, Hellmann, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, Hieronymus, Henry, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [77, Hartwig, Haas, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [89, Hakan, Herrmann, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, Harvey, Henschel, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [8, Holda, Hartfelder, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, Heiner, Haller, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [15, Hilarius, Heidegger, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [4, Henri, Habermann, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [62, Harriet, Hense, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [68, Hilda, Heim, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [1, Hinrich, Hardenberg, null, 2024-05-12 07:40:46.443, 2024-04-19 04:07:26.443, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.515--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [27, Hansklaus, Henry, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [64, Heinz, Halbach, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [37, Heiner, Heinrich, null, 2024-05-12 07:40:46.503, 2024-04-19 04:07:26.503, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [53, Hermine, Helbig, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [44, Hendrik, Hary, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [39, Heidemarie, Heidegger, null, 2024-05-12 07:40:46.504, 2024-04-19 04:07:26.504, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [20, Hjalmar, Hamburger, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [98, Hubertus, Hilbert, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [83, Holde, Hennig, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [24, Harald, Haller, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [91, Hannah, Hendrix, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [70, Helena, Hegemann, null, 2024-05-12 07:40:46.505, 2024-04-19 04:07:26.505, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [19, Hanna, Hecht, null, 2024-05-12 07:40:46.444, 2024-04-19 04:07:26.444, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:06.516--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.532--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(34:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:06.532--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(29:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:06.532--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(32:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:06.532--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(35:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:06.532--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(31:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:06.532--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(33:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:06.532--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2546604e) [junit] [EL Finer]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [35, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, null, swimming] [junit] [EL Finer]: 2024-04-30 17:54:06.532--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b12f58d) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d97ebc) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2aad9c31) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@534df4b) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@230a9783) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67718026) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a175266) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bcc10fa) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f18a74d) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24a2bb25) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67ee19ad) [junit] [EL Finest]: 2024-04-30 17:54:06.533--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7180b500) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7227f4bd) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@474f8a2b) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9618b87) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b595d7e) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5938041b) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c692e24) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397cb21e) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c6dab96) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4679df4b) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c5c8926) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eddb903) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51e81952) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10b648c0) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68817cd7) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0f625c) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2434f548) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c1e325d) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@596ecd6c) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e38260f) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@133b27df) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e9c78b3) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f25535d) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ed5c877) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1fb89238) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c90bdbd) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@512efef4) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49f09ccf) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c997892) [junit] [EL Finest]: 2024-04-30 17:54:06.534--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2202c350) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@191fe3e3) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a15ec76) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aa3e0d7) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b96272e) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47ba55fb) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@635234f5) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@535203b8) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@485b21ec) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@461905d7) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ffeb49c) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49d761c3) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73f9fc72) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a9fd6c5) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ddf7d19) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@198d9e3b) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d4069b0) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a70561f) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@720c54c6) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e341f8c) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23635e39) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1976008c) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@490bc86e) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6500d306) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f24bda8) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@762deb10) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c07798b) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f151750) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f33e4b5) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10cbdf91) [junit] [EL Finest]: 2024-04-30 17:54:06.535--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8ac5b1b) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@648cfdc8) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@300eabce) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@539a885e) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a230707) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@481c2454) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68fd7df) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cf516fa) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@800a742) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e53faa8) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53c25e43) [junit] [EL Finest]: 2024-04-30 17:54:06.536--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c44579) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cdab66c) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a809e74) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9d2723e) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@695e9431) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e2cd4f4) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c1f6a16) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@94cdf07) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6aef4277) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4086b547) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@478f973d) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27477eb7) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a8b3791) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a9b4a6e) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@541276dc) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c0ea9b) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fdd597b) [junit] [EL Finest]: 2024-04-30 17:54:06.61--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@735666c4) [junit] [EL Finest]: 2024-04-30 17:54:06.61--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--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]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [434, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [480, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [472, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [462, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [444, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [466, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [430, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [479, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [515, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [432, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [467, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [456, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [508, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [518, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [469, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [459, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [503, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [504, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [474, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [473, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [490, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [492, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [500, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [433, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [438, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [505, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [507, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [511, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [468, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [452, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [426, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [488, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [454, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [451, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [475, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [460, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [431, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [502, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [497, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [494, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [496, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [453, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [441, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [487, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [520, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [499, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [437, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [445, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [509, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [429, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [482, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.611--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [439, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [519, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [486, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [484, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [513, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [458, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [485, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [477, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [443, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [435, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [521, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [447, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [510, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [465, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [461, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [483, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [523, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [463, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [464, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [489, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [442, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [436, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [470, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [481, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [501, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [449, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [427, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [498, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [493, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [512, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [457, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [471, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [517, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [514, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [506, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [491, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [522, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [440, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [446, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [455, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [424, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [425, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [450, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [516, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [448, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [495, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [476, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [478, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [428, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Finer]: 2024-04-30 17:54:06.612--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.623--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [13, 527] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [23, 527] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [53, 527] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [65, 527] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [81, 527] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [83, 527] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [93, 527] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [49, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [55, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [67, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [71, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [77, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [79, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [89, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [95, 525] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [1, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [3, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [5, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [7, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [9, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [11, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [15, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [21, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [27, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [39, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [41, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.624--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [45, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [51, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [63, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [85, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [87, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [97, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [99, 524] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [17, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [19, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [25, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [35, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [37, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [43, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [47, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [57, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [59, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [61, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [69, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [73, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [75, 526] [junit] [EL Fine]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [91, 526] [junit] [EL Finer]: 2024-04-30 17:54:06.625--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.629--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.63--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 56] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.631--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 0] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 13] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 50] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 47] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 86] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 75] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 76] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 51] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 78] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 21] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 74] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 59] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 82] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 66] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.632--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 26] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 92] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 18] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 22] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 16] [junit] [EL Fine]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 16] [junit] [EL Finer]: 2024-04-30 17:54:06.633--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.643--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.643--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.643--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.643--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.643--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.644--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.645--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.645--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.645--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.645--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.645--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.645--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.716--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 81] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 61] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 7] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 17] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 55] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 99] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 42] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 88] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 97] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.717--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 12] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 71] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 69] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 63] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 57] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 87] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 3] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 85] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 35] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 90] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 72] [junit] [EL Fine]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 72] [junit] [EL Finer]: 2024-04-30 17:54:06.718--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.729--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.73--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 60] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 10] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 84] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 29] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 79] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 49] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.731--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 6] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 52] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 67] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 54] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 2] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 5] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 23] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 58] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 95] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 11] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 40] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 80] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 46] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.732--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 48] [junit] [EL Fine]: 2024-04-30 17:54:06.733--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 48] [junit] [EL Finer]: 2024-04-30 17:54:06.733--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.743--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.744--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.745--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 41] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 93] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 94] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 65] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 25] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 34] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 43] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 73] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 45] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 9] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 36] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.746--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 38] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 28] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 14] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.747--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 30] [junit] [EL Fine]: 2024-04-30 17:54:06.822--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 96] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 32] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 77] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 89] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 31] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 31] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 31] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 31] [junit] [EL Fine]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 31] [junit] [EL Finer]: 2024-04-30 17:54:06.823--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.834--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.835--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 8] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 33] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 15] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 4] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 62] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 68] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 1] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 27] [junit] [EL Fine]: 2024-04-30 17:54:06.836--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 64] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 37] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 53] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 44] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 39] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 20] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 98] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 83] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 24] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 91] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [31, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 70] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [33, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [32, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [34, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [30, 19] [junit] [EL Fine]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])-- bind => [29, 19] [junit] [EL Finer]: 2024-04-30 17:54:06.837--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:06.848--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:06.849--ServerSession(454071866)--Connection(791636650)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:06.851--UnitOfWork(28037464)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:06.852--UnitOfWork(28037464)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:06.853--UnitOfWork(28037464)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:06.853--ClientSession(138732283)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:06.853--UnitOfWork(28037464)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:06.853--ClientSession(138732283)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:06.854--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1792604161 [junit] [EL Finer]: 2024-04-30 17:54:06.854--ClientSession(1792604161)--Thread(Thread[main,5,main])--acquire unit of work: 1010962765 [junit] [EL Finest]: 2024-04-30 17:54:06.854--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.854--ServerSession(454071866)--Connection(405551993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.854--ServerSession(454071866)--Connection(405551993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.854--ServerSession(454071866)--Connection(1219733997)--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]: 2024-04-30 17:54:06.855--ServerSession(454071866)--Connection(405551993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.855--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.856--ServerSession(454071866)--Connection(820836392)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.856--ServerSession(454071866)--Connection(820836392)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.856--ServerSession(454071866)--Connection(1707459353)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.856--ServerSession(454071866)--Connection(820836392)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.856--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.856--ServerSession(454071866)--Connection(1002362106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.856--ServerSession(454071866)--Connection(1002362106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.857--ServerSession(454071866)--Connection(1890063775)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.857--ServerSession(454071866)--Connection(1002362106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.857--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.857--ServerSession(454071866)--Connection(739129538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.857--ServerSession(454071866)--Connection(739129538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.857--ServerSession(454071866)--Connection(1633300669)--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]: 2024-04-30 17:54:06.857--ServerSession(454071866)--Connection(739129538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.858--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.858--ServerSession(454071866)--Connection(1882836989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.858--ServerSession(454071866)--Connection(1882836989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.858--ServerSession(454071866)--Connection(1087817375)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.858--ServerSession(454071866)--Connection(1882836989)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.858--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.858--ServerSession(454071866)--Connection(721757562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.858--ServerSession(454071866)--Connection(721757562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.858--ServerSession(454071866)--Connection(368918976)--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]: 2024-04-30 17:54:06.859--ServerSession(454071866)--Connection(721757562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.859--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.859--ServerSession(454071866)--Connection(96826911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.859--ServerSession(454071866)--Connection(96826911)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.859--ServerSession(454071866)--Connection(2051654694)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.859--ServerSession(454071866)--Connection(96826911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.859--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.86--ServerSession(454071866)--Connection(523857624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.86--ServerSession(454071866)--Connection(523857624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.86--ServerSession(454071866)--Connection(828544686)--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]: 2024-04-30 17:54:06.86--ServerSession(454071866)--Connection(523857624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.86--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.86--ServerSession(454071866)--Connection(227953213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.86--ServerSession(454071866)--Connection(227953213)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.86--ServerSession(454071866)--Connection(677673671)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.861--ServerSession(454071866)--Connection(227953213)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.861--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.861--ServerSession(454071866)--Connection(1452257925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.861--ServerSession(454071866)--Connection(1452257925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.861--ServerSession(454071866)--Connection(1563842769)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.861--ServerSession(454071866)--Connection(1452257925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.861--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.861--ServerSession(454071866)--Connection(985804815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.861--ServerSession(454071866)--Connection(985804815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.861--ServerSession(454071866)--Connection(292726344)--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]: 2024-04-30 17:54:06.862--ServerSession(454071866)--Connection(985804815)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.862--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.862--ServerSession(454071866)--Connection(667873623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.862--ServerSession(454071866)--Connection(667873623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.862--ServerSession(454071866)--Connection(587879168)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.862--ServerSession(454071866)--Connection(667873623)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.862--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.862--ServerSession(454071866)--Connection(1375868674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.862--ServerSession(454071866)--Connection(1375868674)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.862--ServerSession(454071866)--Connection(593615889)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.863--ServerSession(454071866)--Connection(1375868674)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.863--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.863--ServerSession(454071866)--Connection(292318453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.863--ServerSession(454071866)--Connection(292318453)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.863--ServerSession(454071866)--Connection(1402262493)--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]: 2024-04-30 17:54:06.863--ServerSession(454071866)--Connection(292318453)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.863--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.863--ServerSession(454071866)--Connection(2098929796)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.863--ServerSession(454071866)--Connection(2098929796)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.863--ServerSession(454071866)--Connection(149163713)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.864--ServerSession(454071866)--Connection(2098929796)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.864--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.864--ServerSession(454071866)--Connection(171320961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.864--ServerSession(454071866)--Connection(171320961)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.864--ServerSession(454071866)--Connection(579642112)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.864--ServerSession(454071866)--Connection(171320961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.865--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.865--ServerSession(454071866)--Connection(2136765752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.865--ServerSession(454071866)--Connection(2136765752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.865--ServerSession(454071866)--Connection(1147491964)--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]: 2024-04-30 17:54:06.865--ServerSession(454071866)--Connection(2136765752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.865--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.865--ServerSession(454071866)--Connection(666403929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.865--ServerSession(454071866)--Connection(666403929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.865--ServerSession(454071866)--Connection(1224794212)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.865--ServerSession(454071866)--Connection(666403929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.866--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.866--ServerSession(454071866)--Connection(1278575810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.866--ServerSession(454071866)--Connection(1278575810)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.866--ServerSession(454071866)--Connection(793533265)--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]: 2024-04-30 17:54:06.866--ServerSession(454071866)--Connection(1278575810)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.866--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.866--ServerSession(454071866)--Connection(461584054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.866--ServerSession(454071866)--Connection(461584054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.866--ServerSession(454071866)--Connection(1457025092)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.867--ServerSession(454071866)--Connection(461584054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.867--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.867--ServerSession(454071866)--Connection(1192364865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.867--ServerSession(454071866)--Connection(1192364865)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.867--ServerSession(454071866)--Connection(1381829047)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.867--ServerSession(454071866)--Connection(1192364865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.867--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.867--ServerSession(454071866)--Connection(771346585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.867--ServerSession(454071866)--Connection(771346585)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.867--ServerSession(454071866)--Connection(391345184)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.868--ServerSession(454071866)--Connection(771346585)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.868--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.868--ServerSession(454071866)--Connection(574250413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.868--ServerSession(454071866)--Connection(574250413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.868--ServerSession(454071866)--Connection(1101278315)--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]: 2024-04-30 17:54:06.868--ServerSession(454071866)--Connection(574250413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.868--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.927--ServerSession(454071866)--Connection(1625437966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.927--ServerSession(454071866)--Connection(1625437966)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.927--ServerSession(454071866)--Connection(4560909)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.927--ServerSession(454071866)--Connection(1625437966)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.927--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.927--ServerSession(454071866)--Connection(1476099276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.927--ServerSession(454071866)--Connection(1476099276)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.928--ServerSession(454071866)--Connection(2077361102)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.928--ServerSession(454071866)--Connection(1476099276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.928--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.928--ServerSession(454071866)--Connection(2147231966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.928--ServerSession(454071866)--Connection(2147231966)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.928--ServerSession(454071866)--Connection(1936533233)--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]: 2024-04-30 17:54:06.928--ServerSession(454071866)--Connection(2147231966)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.928--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.929--ServerSession(454071866)--Connection(1110408307)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.929--ServerSession(454071866)--Connection(1110408307)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.929--ServerSession(454071866)--Connection(1492090985)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.929--ServerSession(454071866)--Connection(1110408307)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.929--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.929--ServerSession(454071866)--Connection(696606344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.929--ServerSession(454071866)--Connection(696606344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.929--ServerSession(454071866)--Connection(231567129)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.929--ServerSession(454071866)--Connection(696606344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.93--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.93--ServerSession(454071866)--Connection(234972750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.93--ServerSession(454071866)--Connection(234972750)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.93--ServerSession(454071866)--Connection(1758623024)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.93--ServerSession(454071866)--Connection(234972750)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.93--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.93--ServerSession(454071866)--Connection(1726397326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.93--ServerSession(454071866)--Connection(1726397326)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.93--ServerSession(454071866)--Connection(1674613258)--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]: 2024-04-30 17:54:06.931--ServerSession(454071866)--Connection(1726397326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.931--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.931--ServerSession(454071866)--Connection(637087741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.931--ServerSession(454071866)--Connection(637087741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.931--ServerSession(454071866)--Connection(1113504138)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.931--ServerSession(454071866)--Connection(637087741)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.931--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.931--ServerSession(454071866)--Connection(1184534544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.931--ServerSession(454071866)--Connection(1184534544)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.931--ServerSession(454071866)--Connection(1908401056)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.932--ServerSession(454071866)--Connection(1184534544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.932--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.932--ServerSession(454071866)--Connection(426841558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.932--ServerSession(454071866)--Connection(426841558)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.932--ServerSession(454071866)--Connection(200871160)--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]: 2024-04-30 17:54:06.932--ServerSession(454071866)--Connection(426841558)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.932--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.932--ServerSession(454071866)--Connection(1349950401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.932--ServerSession(454071866)--Connection(1349950401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.933--ServerSession(454071866)--Connection(321635323)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.933--ServerSession(454071866)--Connection(1349950401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.933--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.933--ServerSession(454071866)--Connection(986037476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.933--ServerSession(454071866)--Connection(986037476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.933--ServerSession(454071866)--Connection(1586073838)--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]: 2024-04-30 17:54:06.933--ServerSession(454071866)--Connection(986037476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.933--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.934--ServerSession(454071866)--Connection(75752103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.934--ServerSession(454071866)--Connection(75752103)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.934--ServerSession(454071866)--Connection(379526201)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.934--ServerSession(454071866)--Connection(75752103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.934--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.934--ServerSession(454071866)--Connection(557699421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.934--ServerSession(454071866)--Connection(557699421)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.934--ServerSession(454071866)--Connection(976263431)--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]: 2024-04-30 17:54:06.934--ServerSession(454071866)--Connection(557699421)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.935--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.935--ServerSession(454071866)--Connection(1742210429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.935--ServerSession(454071866)--Connection(1742210429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.935--ServerSession(454071866)--Connection(1495158816)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.935--ServerSession(454071866)--Connection(1742210429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.935--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.935--ServerSession(454071866)--Connection(124172063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.935--ServerSession(454071866)--Connection(124172063)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.935--ServerSession(454071866)--Connection(743598211)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.935--ServerSession(454071866)--Connection(124172063)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.936--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.936--ServerSession(454071866)--Connection(1700567002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.936--ServerSession(454071866)--Connection(1700567002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.936--ServerSession(454071866)--Connection(1462766113)--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]: 2024-04-30 17:54:06.936--ServerSession(454071866)--Connection(1700567002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.936--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.936--ServerSession(454071866)--Connection(9562642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.936--ServerSession(454071866)--Connection(9562642)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.936--ServerSession(454071866)--Connection(1470601507)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.937--ServerSession(454071866)--Connection(9562642)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.937--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.937--ServerSession(454071866)--Connection(1761516616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.937--ServerSession(454071866)--Connection(1761516616)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.937--ServerSession(454071866)--Connection(58420981)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.937--ServerSession(454071866)--Connection(1761516616)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.937--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.937--ServerSession(454071866)--Connection(1914804514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.937--ServerSession(454071866)--Connection(1914804514)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.937--ServerSession(454071866)--Connection(1847678962)--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]: 2024-04-30 17:54:06.938--ServerSession(454071866)--Connection(1914804514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.938--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.938--ServerSession(454071866)--Connection(392564378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.938--ServerSession(454071866)--Connection(392564378)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.938--ServerSession(454071866)--Connection(1939621187)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.938--ServerSession(454071866)--Connection(392564378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.938--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.938--ServerSession(454071866)--Connection(608976269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.938--ServerSession(454071866)--Connection(608976269)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.938--ServerSession(454071866)--Connection(904647194)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.939--ServerSession(454071866)--Connection(608976269)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.939--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.939--ServerSession(454071866)--Connection(207732776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.939--ServerSession(454071866)--Connection(207732776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.939--ServerSession(454071866)--Connection(1233400956)--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]: 2024-04-30 17:54:06.939--ServerSession(454071866)--Connection(207732776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.939--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.939--ServerSession(454071866)--Connection(734711682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.939--ServerSession(454071866)--Connection(734711682)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.939--ServerSession(454071866)--Connection(1132800339)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.94--ServerSession(454071866)--Connection(734711682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.94--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.94--ServerSession(454071866)--Connection(1449700609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.94--ServerSession(454071866)--Connection(1449700609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.94--ServerSession(454071866)--Connection(1011734830)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.94--ServerSession(454071866)--Connection(1449700609)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.94--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.94--ServerSession(454071866)--Connection(1361390945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.94--ServerSession(454071866)--Connection(1361390945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.94--ServerSession(454071866)--Connection(1110872801)--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]: 2024-04-30 17:54:06.941--ServerSession(454071866)--Connection(1361390945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.941--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.941--ServerSession(454071866)--Connection(1485493314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.941--ServerSession(454071866)--Connection(1485493314)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.941--ServerSession(454071866)--Connection(777905192)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.941--ServerSession(454071866)--Connection(1485493314)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.941--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.941--ServerSession(454071866)--Connection(2117132196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.941--ServerSession(454071866)--Connection(2117132196)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.941--ServerSession(454071866)--Connection(1880505572)--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]: 2024-04-30 17:54:06.942--ServerSession(454071866)--Connection(2117132196)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.942--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.942--ServerSession(454071866)--Connection(2059868929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.942--ServerSession(454071866)--Connection(2059868929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.942--ServerSession(454071866)--Connection(1006102945)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.942--ServerSession(454071866)--Connection(2059868929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.942--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.942--ServerSession(454071866)--Connection(1187513790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.942--ServerSession(454071866)--Connection(1187513790)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.942--ServerSession(454071866)--Connection(68485493)--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]: 2024-04-30 17:54:06.943--ServerSession(454071866)--Connection(1187513790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.943--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.943--ServerSession(454071866)--Connection(1586566188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.943--ServerSession(454071866)--Connection(1586566188)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.943--ServerSession(454071866)--Connection(1923332130)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.943--ServerSession(454071866)--Connection(1586566188)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.943--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.943--ServerSession(454071866)--Connection(1615257885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.943--ServerSession(454071866)--Connection(1615257885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.943--ServerSession(454071866)--Connection(908114253)--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]: 2024-04-30 17:54:06.944--ServerSession(454071866)--Connection(1615257885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.944--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.944--ServerSession(454071866)--Connection(527652030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.944--ServerSession(454071866)--Connection(527652030)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.944--ServerSession(454071866)--Connection(740977868)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.944--ServerSession(454071866)--Connection(527652030)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.944--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.945--ServerSession(454071866)--Connection(112893921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.945--ServerSession(454071866)--Connection(112893921)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.945--ServerSession(454071866)--Connection(65662252)--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]: 2024-04-30 17:54:06.945--ServerSession(454071866)--Connection(112893921)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.945--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.945--ServerSession(454071866)--Connection(1546374325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.945--ServerSession(454071866)--Connection(1546374325)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.945--ServerSession(454071866)--Connection(275241617)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.945--ServerSession(454071866)--Connection(1546374325)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.946--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.946--ServerSession(454071866)--Connection(1428068246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.946--ServerSession(454071866)--Connection(1428068246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.946--ServerSession(454071866)--Connection(2072210678)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.946--ServerSession(454071866)--Connection(1428068246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.946--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.946--ServerSession(454071866)--Connection(1123312069)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.946--ServerSession(454071866)--Connection(1123312069)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.946--ServerSession(454071866)--Connection(1668803626)--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]: 2024-04-30 17:54:06.947--ServerSession(454071866)--Connection(1123312069)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.947--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.947--ServerSession(454071866)--Connection(678564780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.947--ServerSession(454071866)--Connection(678564780)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.947--ServerSession(454071866)--Connection(1958263860)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.947--ServerSession(454071866)--Connection(678564780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.947--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.947--ServerSession(454071866)--Connection(1432831714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.947--ServerSession(454071866)--Connection(1432831714)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.947--ServerSession(454071866)--Connection(1678711142)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.948--ServerSession(454071866)--Connection(1432831714)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.948--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.948--ServerSession(454071866)--Connection(1273677461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.948--ServerSession(454071866)--Connection(1273677461)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.948--ServerSession(454071866)--Connection(609601884)--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]: 2024-04-30 17:54:06.948--ServerSession(454071866)--Connection(1273677461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.948--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.948--ServerSession(454071866)--Connection(1862356474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.948--ServerSession(454071866)--Connection(1862356474)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.948--ServerSession(454071866)--Connection(1695835759)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.949--ServerSession(454071866)--Connection(1862356474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.949--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.949--ServerSession(454071866)--Connection(1374809671)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.949--ServerSession(454071866)--Connection(1374809671)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.949--ServerSession(454071866)--Connection(880416542)--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]: 2024-04-30 17:54:06.949--ServerSession(454071866)--Connection(1374809671)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.949--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.949--ServerSession(454071866)--Connection(2013498686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.949--ServerSession(454071866)--Connection(2013498686)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.949--ServerSession(454071866)--Connection(480622535)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.95--ServerSession(454071866)--Connection(2013498686)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.95--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.95--ServerSession(454071866)--Connection(61934685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.95--ServerSession(454071866)--Connection(61934685)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.95--ServerSession(454071866)--Connection(840665187)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.95--ServerSession(454071866)--Connection(61934685)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.95--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.95--ServerSession(454071866)--Connection(142056824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.95--ServerSession(454071866)--Connection(142056824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.95--ServerSession(454071866)--Connection(61848527)--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]: 2024-04-30 17:54:06.951--ServerSession(454071866)--Connection(142056824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.951--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.951--ServerSession(454071866)--Connection(143498656)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.951--ServerSession(454071866)--Connection(143498656)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.951--ServerSession(454071866)--Connection(1979854525)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.951--ServerSession(454071866)--Connection(143498656)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.951--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.951--ServerSession(454071866)--Connection(575162797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.951--ServerSession(454071866)--Connection(575162797)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.951--ServerSession(454071866)--Connection(1171848351)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.952--ServerSession(454071866)--Connection(575162797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.952--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.952--ServerSession(454071866)--Connection(1849661707)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.952--ServerSession(454071866)--Connection(1849661707)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.952--ServerSession(454071866)--Connection(1812053079)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.952--ServerSession(454071866)--Connection(1849661707)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.952--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.952--ServerSession(454071866)--Connection(566048876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.952--ServerSession(454071866)--Connection(566048876)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.952--ServerSession(454071866)--Connection(861411985)--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]: 2024-04-30 17:54:06.953--ServerSession(454071866)--Connection(566048876)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.953--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.953--ServerSession(454071866)--Connection(371451080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.953--ServerSession(454071866)--Connection(371451080)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.953--ServerSession(454071866)--Connection(1708980239)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.953--ServerSession(454071866)--Connection(371451080)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.953--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.953--ServerSession(454071866)--Connection(436112064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.953--ServerSession(454071866)--Connection(436112064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.953--ServerSession(454071866)--Connection(459281776)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.954--ServerSession(454071866)--Connection(436112064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.954--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:06.954--ServerSession(454071866)--Connection(144140860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.954--ServerSession(454071866)--Connection(144140860)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.954--ServerSession(454071866)--Connection(1708280164)--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]: 2024-04-30 17:54:06.954--ServerSession(454071866)--Connection(144140860)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.954--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.954--ServerSession(454071866)--Connection(259290034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.954--ServerSession(454071866)--Connection(259290034)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.954--ServerSession(454071866)--Connection(2023391825)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.955--ServerSession(454071866)--Connection(259290034)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.955--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.955--ServerSession(454071866)--Connection(261805257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.955--ServerSession(454071866)--Connection(261805257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.955--ServerSession(454071866)--Connection(599676769)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.955--ServerSession(454071866)--Connection(261805257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.955--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.955--ServerSession(454071866)--Connection(1306944951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.955--ServerSession(454071866)--Connection(1306944951)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.955--ServerSession(454071866)--Connection(481441333)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:06.956--ServerSession(454071866)--Connection(1306944951)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.956--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:06.956--ServerSession(454071866)--Connection(356377759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:06.956--ServerSession(454071866)--Connection(356377759)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:06.956--ServerSession(454071866)--Connection(414411667)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.031--ServerSession(454071866)--Connection(356377759)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.031--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.031--ServerSession(454071866)--Connection(17051743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.031--ServerSession(454071866)--Connection(17051743)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.032--ServerSession(454071866)--Connection(2070361596)--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]: 2024-04-30 17:54:07.032--ServerSession(454071866)--Connection(17051743)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.032--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.032--ServerSession(454071866)--Connection(357117570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.032--ServerSession(454071866)--Connection(357117570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.032--ServerSession(454071866)--Connection(1472405762)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.033--ServerSession(454071866)--Connection(357117570)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.033--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.033--ServerSession(454071866)--Connection(1680594780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.033--ServerSession(454071866)--Connection(1680594780)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.033--ServerSession(454071866)--Connection(707666410)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.033--ServerSession(454071866)--Connection(1680594780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.033--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.033--ServerSession(454071866)--Connection(2104411036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.033--ServerSession(454071866)--Connection(2104411036)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.033--ServerSession(454071866)--Connection(647269546)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.034--ServerSession(454071866)--Connection(2104411036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.034--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.034--ServerSession(454071866)--Connection(373408086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.034--ServerSession(454071866)--Connection(373408086)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.034--ServerSession(454071866)--Connection(498635297)--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]: 2024-04-30 17:54:07.034--ServerSession(454071866)--Connection(373408086)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.034--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.034--ServerSession(454071866)--Connection(2052403172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.034--ServerSession(454071866)--Connection(2052403172)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.035--ServerSession(454071866)--Connection(589660949)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.035--ServerSession(454071866)--Connection(2052403172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.035--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.035--ServerSession(454071866)--Connection(861130902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.035--ServerSession(454071866)--Connection(861130902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.035--ServerSession(454071866)--Connection(1613427479)--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]: 2024-04-30 17:54:07.035--ServerSession(454071866)--Connection(861130902)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.035--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.035--ServerSession(454071866)--Connection(2133672993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.036--ServerSession(454071866)--Connection(2133672993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.036--ServerSession(454071866)--Connection(1219011224)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.036--ServerSession(454071866)--Connection(2133672993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.036--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.036--ServerSession(454071866)--Connection(220689838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.036--ServerSession(454071866)--Connection(220689838)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.036--ServerSession(454071866)--Connection(415118439)--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]: 2024-04-30 17:54:07.036--ServerSession(454071866)--Connection(220689838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.036--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.037--ServerSession(454071866)--Connection(1276416078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.037--ServerSession(454071866)--Connection(1276416078)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.037--ServerSession(454071866)--Connection(627083431)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.037--ServerSession(454071866)--Connection(1276416078)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.037--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.037--ServerSession(454071866)--Connection(1969148641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.037--ServerSession(454071866)--Connection(1969148641)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.037--ServerSession(454071866)--Connection(488680164)--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]: 2024-04-30 17:54:07.038--ServerSession(454071866)--Connection(1969148641)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.038--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.038--ServerSession(454071866)--Connection(991060461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.038--ServerSession(454071866)--Connection(991060461)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.038--ServerSession(454071866)--Connection(603823073)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.038--ServerSession(454071866)--Connection(991060461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.038--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.038--ServerSession(454071866)--Connection(1839119752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.038--ServerSession(454071866)--Connection(1839119752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.038--ServerSession(454071866)--Connection(586355017)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.039--ServerSession(454071866)--Connection(1839119752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.039--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.039--ServerSession(454071866)--Connection(906929433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.039--ServerSession(454071866)--Connection(906929433)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.039--ServerSession(454071866)--Connection(778321069)--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]: 2024-04-30 17:54:07.039--ServerSession(454071866)--Connection(906929433)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.039--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.039--ServerSession(454071866)--Connection(1646466242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.039--ServerSession(454071866)--Connection(1646466242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.039--ServerSession(454071866)--Connection(1831718271)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.04--ServerSession(454071866)--Connection(1646466242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.04--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.04--ServerSession(454071866)--Connection(1390711970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.04--ServerSession(454071866)--Connection(1390711970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.04--ServerSession(454071866)--Connection(672862008)--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]: 2024-04-30 17:54:07.04--ServerSession(454071866)--Connection(1390711970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.04--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.04--ServerSession(454071866)--Connection(1967505429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.04--ServerSession(454071866)--Connection(1967505429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.04--ServerSession(454071866)--Connection(89617226)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.041--ServerSession(454071866)--Connection(1967505429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.041--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.041--ServerSession(454071866)--Connection(365927748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.041--ServerSession(454071866)--Connection(365927748)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.041--ServerSession(454071866)--Connection(725381524)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.041--ServerSession(454071866)--Connection(365927748)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.041--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.041--ServerSession(454071866)--Connection(1699576084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.041--ServerSession(454071866)--Connection(1699576084)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.041--ServerSession(454071866)--Connection(201456964)--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]: 2024-04-30 17:54:07.042--ServerSession(454071866)--Connection(1699576084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.042--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.042--ServerSession(454071866)--Connection(1851143998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.042--ServerSession(454071866)--Connection(1851143998)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.042--ServerSession(454071866)--Connection(1832787053)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.042--ServerSession(454071866)--Connection(1851143998)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.042--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.042--ServerSession(454071866)--Connection(838499605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.042--ServerSession(454071866)--Connection(838499605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.042--ServerSession(454071866)--Connection(750441011)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.043--ServerSession(454071866)--Connection(838499605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.043--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.043--ServerSession(454071866)--Connection(1767467635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.043--ServerSession(454071866)--Connection(1767467635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.043--ServerSession(454071866)--Connection(195666072)--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]: 2024-04-30 17:54:07.043--ServerSession(454071866)--Connection(1767467635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.043--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.043--ServerSession(454071866)--Connection(1917017583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.043--ServerSession(454071866)--Connection(1917017583)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.043--ServerSession(454071866)--Connection(875077215)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.044--ServerSession(454071866)--Connection(1917017583)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.044--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.044--ServerSession(454071866)--Connection(1715088147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.044--ServerSession(454071866)--Connection(1715088147)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.044--ServerSession(454071866)--Connection(370187245)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.044--ServerSession(454071866)--Connection(1715088147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.044--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.044--ServerSession(454071866)--Connection(1926286281)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.044--ServerSession(454071866)--Connection(1926286281)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.044--ServerSession(454071866)--Connection(1157956659)--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]: 2024-04-30 17:54:07.045--ServerSession(454071866)--Connection(1926286281)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.045--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.045--ServerSession(454071866)--Connection(1198559423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.045--ServerSession(454071866)--Connection(1198559423)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.045--ServerSession(454071866)--Connection(708387070)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.045--ServerSession(454071866)--Connection(1198559423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.045--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.045--ServerSession(454071866)--Connection(1539496909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.045--ServerSession(454071866)--Connection(1539496909)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.046--ServerSession(454071866)--Connection(418667874)--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]: 2024-04-30 17:54:07.046--ServerSession(454071866)--Connection(1539496909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.046--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.046--ServerSession(454071866)--Connection(321233594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.046--ServerSession(454071866)--Connection(321233594)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.046--ServerSession(454071866)--Connection(696316657)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.046--ServerSession(454071866)--Connection(321233594)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.047--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.047--ServerSession(454071866)--Connection(1604952928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.047--ServerSession(454071866)--Connection(1604952928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.047--ServerSession(454071866)--Connection(1896924446)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.047--ServerSession(454071866)--Connection(1604952928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.047--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.047--ServerSession(454071866)--Connection(1227426811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.047--ServerSession(454071866)--Connection(1227426811)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.047--ServerSession(454071866)--Connection(1046876149)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.047--ServerSession(454071866)--Connection(1227426811)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.048--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.048--ServerSession(454071866)--Connection(1329945879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.048--ServerSession(454071866)--Connection(1329945879)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.048--ServerSession(454071866)--Connection(1095957165)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.048--ServerSession(454071866)--Connection(1329945879)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.048--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.048--ServerSession(454071866)--Connection(899046668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.048--ServerSession(454071866)--Connection(899046668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.048--ServerSession(454071866)--Connection(1665621633)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.048--ServerSession(454071866)--Connection(899046668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.049--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.049--ServerSession(454071866)--Connection(452305773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.049--ServerSession(454071866)--Connection(452305773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.049--ServerSession(454071866)--Connection(495776514)--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]: 2024-04-30 17:54:07.049--ServerSession(454071866)--Connection(452305773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.049--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.049--ServerSession(454071866)--Connection(1816390374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.049--ServerSession(454071866)--Connection(1816390374)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.049--ServerSession(454071866)--Connection(380436623)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.05--ServerSession(454071866)--Connection(1816390374)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.05--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.05--ServerSession(454071866)--Connection(1864536358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.05--ServerSession(454071866)--Connection(1864536358)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.05--ServerSession(454071866)--Connection(482693886)--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]: 2024-04-30 17:54:07.05--ServerSession(454071866)--Connection(1864536358)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.05--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.05--ServerSession(454071866)--Connection(1547957391)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.05--ServerSession(454071866)--Connection(1547957391)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.05--ServerSession(454071866)--Connection(1789333339)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.051--ServerSession(454071866)--Connection(1547957391)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.051--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.051--ServerSession(454071866)--Connection(1730121290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.051--ServerSession(454071866)--Connection(1730121290)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.051--ServerSession(454071866)--Connection(890275877)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.051--ServerSession(454071866)--Connection(1730121290)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.051--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.051--ServerSession(454071866)--Connection(1974180255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.051--ServerSession(454071866)--Connection(1974180255)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.051--ServerSession(454071866)--Connection(1154180783)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.052--ServerSession(454071866)--Connection(1974180255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.052--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.052--ServerSession(454071866)--Connection(1245234222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.052--ServerSession(454071866)--Connection(1245234222)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.052--ServerSession(454071866)--Connection(1668733847)--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]: 2024-04-30 17:54:07.052--ServerSession(454071866)--Connection(1245234222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.052--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.052--ServerSession(454071866)--Connection(1563951390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.052--ServerSession(454071866)--Connection(1563951390)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.052--ServerSession(454071866)--Connection(147313485)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.053--ServerSession(454071866)--Connection(1563951390)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.053--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.053--ServerSession(454071866)--Connection(1814493198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.053--ServerSession(454071866)--Connection(1814493198)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.053--ServerSession(454071866)--Connection(1523389308)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.053--ServerSession(454071866)--Connection(1814493198)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.053--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.053--ServerSession(454071866)--Connection(1200173970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.053--ServerSession(454071866)--Connection(1200173970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.053--ServerSession(454071866)--Connection(473191909)--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]: 2024-04-30 17:54:07.054--ServerSession(454071866)--Connection(1200173970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.054--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.054--ServerSession(454071866)--Connection(1794189465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.054--ServerSession(454071866)--Connection(1794189465)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.054--ServerSession(454071866)--Connection(1423229791)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.054--ServerSession(454071866)--Connection(1794189465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.054--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.054--ServerSession(454071866)--Connection(783226821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.054--ServerSession(454071866)--Connection(783226821)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.055--ServerSession(454071866)--Connection(1544808308)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.055--ServerSession(454071866)--Connection(783226821)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.055--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.055--ServerSession(454071866)--Connection(919061221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.055--ServerSession(454071866)--Connection(919061221)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.055--ServerSession(454071866)--Connection(1619061447)--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]: 2024-04-30 17:54:07.055--ServerSession(454071866)--Connection(919061221)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.055--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.055--ServerSession(454071866)--Connection(391778177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.055--ServerSession(454071866)--Connection(391778177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(1894455679)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(391778177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.056--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(1181670854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(1181670854)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(1860568213)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(1181670854)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.056--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(463343280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(463343280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.056--ServerSession(454071866)--Connection(732848360)--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]: 2024-04-30 17:54:07.057--ServerSession(454071866)--Connection(463343280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.057--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.057--ServerSession(454071866)--Connection(527141919)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.057--ServerSession(454071866)--Connection(527141919)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.057--ServerSession(454071866)--Connection(1192891962)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.057--ServerSession(454071866)--Connection(527141919)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.057--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.057--ServerSession(454071866)--Connection(166534975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.057--ServerSession(454071866)--Connection(166534975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.057--ServerSession(454071866)--Connection(1243963753)--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]: 2024-04-30 17:54:07.058--ServerSession(454071866)--Connection(166534975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.058--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.058--ServerSession(454071866)--Connection(403360313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.058--ServerSession(454071866)--Connection(403360313)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.058--ServerSession(454071866)--Connection(2043010680)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.058--ServerSession(454071866)--Connection(403360313)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.058--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.058--ServerSession(454071866)--Connection(1823406344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.058--ServerSession(454071866)--Connection(1823406344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.058--ServerSession(454071866)--Connection(574340518)--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]: 2024-04-30 17:54:07.059--ServerSession(454071866)--Connection(1823406344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.059--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.059--ServerSession(454071866)--Connection(1028387036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.059--ServerSession(454071866)--Connection(1028387036)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.059--ServerSession(454071866)--Connection(1113762910)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.059--ServerSession(454071866)--Connection(1028387036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.059--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.06--ServerSession(454071866)--Connection(382114887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.06--ServerSession(454071866)--Connection(382114887)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.06--ServerSession(454071866)--Connection(1091682973)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.134--ServerSession(454071866)--Connection(382114887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.135--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.135--ServerSession(454071866)--Connection(280581367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.135--ServerSession(454071866)--Connection(280581367)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.135--ServerSession(454071866)--Connection(1609791831)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.135--ServerSession(454071866)--Connection(280581367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.135--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.135--ServerSession(454071866)--Connection(1076035314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.135--ServerSession(454071866)--Connection(1076035314)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.136--ServerSession(454071866)--Connection(81731168)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.136--ServerSession(454071866)--Connection(1076035314)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.136--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.136--ServerSession(454071866)--Connection(269819597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.136--ServerSession(454071866)--Connection(269819597)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.136--ServerSession(454071866)--Connection(1824861873)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.137--ServerSession(454071866)--Connection(269819597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.137--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.137--ServerSession(454071866)--Connection(1339725877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.137--ServerSession(454071866)--Connection(1339725877)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.137--ServerSession(454071866)--Connection(2004943989)--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]: 2024-04-30 17:54:07.138--ServerSession(454071866)--Connection(1339725877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.138--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.138--ServerSession(454071866)--Connection(1321298024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.138--ServerSession(454071866)--Connection(1321298024)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.138--ServerSession(454071866)--Connection(832335721)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.138--ServerSession(454071866)--Connection(1321298024)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.138--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.138--ServerSession(454071866)--Connection(2093911955)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.138--ServerSession(454071866)--Connection(2093911955)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.139--ServerSession(454071866)--Connection(956906058)--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]: 2024-04-30 17:54:07.139--ServerSession(454071866)--Connection(2093911955)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.139--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.139--ServerSession(454071866)--Connection(862106428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.139--ServerSession(454071866)--Connection(862106428)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.139--ServerSession(454071866)--Connection(1128862832)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.14--ServerSession(454071866)--Connection(862106428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.14--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.14--ServerSession(454071866)--Connection(316728489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.14--ServerSession(454071866)--Connection(316728489)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.14--ServerSession(454071866)--Connection(419534865)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.14--ServerSession(454071866)--Connection(316728489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.14--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.141--ServerSession(454071866)--Connection(500725580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.141--ServerSession(454071866)--Connection(500725580)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.141--ServerSession(454071866)--Connection(135050742)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.141--ServerSession(454071866)--Connection(500725580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.141--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.141--ServerSession(454071866)--Connection(1540635225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.141--ServerSession(454071866)--Connection(1540635225)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.141--ServerSession(454071866)--Connection(99107960)--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]: 2024-04-30 17:54:07.142--ServerSession(454071866)--Connection(1540635225)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.142--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.142--ServerSession(454071866)--Connection(1904099399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.142--ServerSession(454071866)--Connection(1904099399)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.142--ServerSession(454071866)--Connection(921833876)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.142--ServerSession(454071866)--Connection(1904099399)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.143--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.143--ServerSession(454071866)--Connection(1960156702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.143--ServerSession(454071866)--Connection(1960156702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.143--ServerSession(454071866)--Connection(1384996769)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.143--ServerSession(454071866)--Connection(1960156702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.143--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.143--ServerSession(454071866)--Connection(1335322939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.143--ServerSession(454071866)--Connection(1335322939)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.143--ServerSession(454071866)--Connection(392838073)--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]: 2024-04-30 17:54:07.144--ServerSession(454071866)--Connection(1335322939)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.144--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.144--ServerSession(454071866)--Connection(1971094166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.144--ServerSession(454071866)--Connection(1971094166)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.144--ServerSession(454071866)--Connection(864929907)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.145--ServerSession(454071866)--Connection(1971094166)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.145--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.145--ServerSession(454071866)--Connection(980186329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.145--ServerSession(454071866)--Connection(980186329)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.145--ServerSession(454071866)--Connection(731199792)--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]: 2024-04-30 17:54:07.145--ServerSession(454071866)--Connection(980186329)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.145--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.145--ServerSession(454071866)--Connection(199847762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.145--ServerSession(454071866)--Connection(199847762)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.146--ServerSession(454071866)--Connection(154639270)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.146--ServerSession(454071866)--Connection(199847762)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.146--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.146--ServerSession(454071866)--Connection(147942273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.146--ServerSession(454071866)--Connection(147942273)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.146--ServerSession(454071866)--Connection(1032727446)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.147--ServerSession(454071866)--Connection(147942273)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.147--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.147--ServerSession(454071866)--Connection(640522243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.147--ServerSession(454071866)--Connection(640522243)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.147--ServerSession(454071866)--Connection(623079972)--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]: 2024-04-30 17:54:07.147--ServerSession(454071866)--Connection(640522243)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.147--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.147--ServerSession(454071866)--Connection(1837240158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.147--ServerSession(454071866)--Connection(1837240158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.148--ServerSession(454071866)--Connection(1401877144)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.148--ServerSession(454071866)--Connection(1837240158)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.148--UnitOfWork(1010962765)--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]: 2024-04-30 17:54:07.148--ServerSession(454071866)--Connection(1599590093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.148--ServerSession(454071866)--Connection(1599590093)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.148--ServerSession(454071866)--Connection(575849094)--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]: 2024-04-30 17:54:07.149--ServerSession(454071866)--Connection(1599590093)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.149--UnitOfWork(1010962765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:07.149--ServerSession(454071866)--Connection(1270756426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.149--ServerSession(454071866)--Connection(1270756426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.149--ServerSession(454071866)--Connection(2144115017)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:07.149--ServerSession(454071866)--Connection(1270756426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:07.175--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1612412820 [junit] [EL Finer]: 2024-04-30 17:54:07.175--ClientSession(1612412820)--Thread(Thread[main,5,main])--acquire unit of work: 1754883736 [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (36 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (37 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (38 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (39 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (40 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (41 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:07.175--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (42 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (529 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28459ab8) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (530 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62231c0f) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (531 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@669430f) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (532 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fdc872e) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (533 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b484c37) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (534 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71f1ea35) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (535 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d4cae3f) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (536 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5642ab4f) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (537 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f227c44) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (538 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@617c9dd7) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (539 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3999ea91) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (540 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ac2263e) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (541 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@760eb57e) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (542 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73990c4d) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (543 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a2adcd) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (544 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e3a9891) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (545 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d9c656d) [junit] [EL Finest]: 2024-04-30 17:54:07.176--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (546 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56dce7f7) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (547 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4680e424) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (548 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c441275) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (549 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72fdb79d) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (550 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43af156a) [junit] [EL Finest]: 2024-04-30 17:54:07.177--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.177--ServerSession(454071866)--Connection(1589904745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:07.177--ClientSession(1612412820)--Connection(1589904745)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:07.177--ClientSession(1612412820)--Connection(1589904745)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:07.177--ClientSession(1612412820)--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]: 2024-04-30 17:54:07.177--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:07.177--ClientSession(1612412820)--Connection(1100615795)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:07.178--ClientSession(1612412820)--Connection(1100615795)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:07.178--ClientSession(1612412820)--Connection(1100615795)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 551, last: 600 [junit] [EL Finer]: 2024-04-30 17:54:07.178--ClientSession(1612412820)--Connection(1100615795)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:07.178--ServerSession(454071866)--Connection(1100615795)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:07.178--ServerSession(454071866)--Connection(1589904745)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:07.178--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (551 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cf78ff) [junit] [EL Finest]: 2024-04-30 17:54:07.178--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.178--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (552 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7dc56c0a) [junit] [EL Finest]: 2024-04-30 17:54:07.178--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.178--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (553 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c4de249) [junit] [EL Finest]: 2024-04-30 17:54:07.178--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.178--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (554 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c73a08e) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (555 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19f0ffba) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (556 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f8365b2) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (557 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cdf89a1) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (558 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d093764) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (559 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@739a1850) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (560 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27e05d64) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (561 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17424ab8) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (562 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33d4ed23) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (563 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10af2b91) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (564 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35815f9d) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (565 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3093c41f) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (566 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24ba8adb) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (567 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d20ce7e) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (568 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72621df0) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (569 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c7f8c9f) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (570 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ce33999) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (571 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@677b5145) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (572 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5145dc7) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (573 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25af328e) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (574 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10b5f853) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (575 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d796279) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.179--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (576 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a24e874) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (577 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56c390fc) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (578 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@698b9d17) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (579 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f8740f5) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (580 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22cd7e39) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (581 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68435eec) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (582 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d9515d6) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (583 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68a06679) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (584 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2155e1e2) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (585 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53937f1a) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (586 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26ddfb1b) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (587 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d25d217) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (588 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@437160a0) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (589 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b52bc7b) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (590 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@421e8b29) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (591 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21484c17) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (592 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69745cfe) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (593 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77db84cf) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (594 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41aa0ede) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (595 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22e1da08) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (596 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69b9e106) [junit] [EL Finest]: 2024-04-30 17:54:07.18--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.181--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (597 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42effd02) [junit] [EL Finest]: 2024-04-30 17:54:07.181--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.181--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (598 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5322d77f) [junit] [EL Finest]: 2024-04-30 17:54:07.181--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.181--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (599 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f3f7689) [junit] [EL Finest]: 2024-04-30 17:54:07.181--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.181--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (600 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59a819b9) [junit] [EL Finest]: 2024-04-30 17:54:07.181--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.181--ServerSession(454071866)--Connection(558776993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:07.181--ClientSession(1612412820)--Connection(558776993)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:07.181--ClientSession(1612412820)--Connection(558776993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:07.181--ClientSession(1612412820)--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]: 2024-04-30 17:54:07.181--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:07.181--ClientSession(1612412820)--Connection(625079103)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:07.181--ClientSession(1612412820)--Connection(625079103)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:07.182--ClientSession(1612412820)--Connection(625079103)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 601, last: 650 [junit] [EL Finer]: 2024-04-30 17:54:07.182--ClientSession(1612412820)--Connection(625079103)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:07.182--ServerSession(454071866)--Connection(625079103)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:07.182--ServerSession(454071866)--Connection(558776993)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (601 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6492f863) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (602 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c97ede3) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (603 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36e53d45) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (604 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@601122cd) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (605 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50912319) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (606 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73ca241d) [junit] [EL Finest]: 2024-04-30 17:54:07.182--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (607 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c5a2034) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (608 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5346038) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (609 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c64026c) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (610 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e2c3f31) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (611 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43caeb40) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (612 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@655966a1) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (613 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19d27f04) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (614 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6180eb8) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (615 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@121c65d0) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (616 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cde655c) [junit] [EL Finest]: 2024-04-30 17:54:07.183--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (617 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36fe079c) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (618 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@70d5b235) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (619 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1167b1a) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (620 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ead0ae1) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (621 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@829264f) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.237--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (622 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55307965) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (623 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@674c1672) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (624 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4190f278) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (625 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@caaf5b) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (626 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56e71576) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (627 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@519f665e) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (628 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17da4d27) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (629 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@42bf98f0) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (630 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2c9d7974) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (631 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@61a472f) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (632 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43ec81be) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (633 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7d2ae92b) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.238--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.239--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.24--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:07.241--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:07.242--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@42bf98f0) [junit] [EL Finest]: 2024-04-30 17:54:07.242--ServerSession(454071866)--Connection(803163400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:07.242--ClientSession(1612412820)--Connection(803163400)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:07.242--ClientSession(1612412820)--Connection(803163400)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:07.243--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7d2ae92b) [junit] [EL Finest]: 2024-04-30 17:54:07.243--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2c9d7974) [junit] [EL Finest]: 2024-04-30 17:54:07.243--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@61a472f) [junit] [EL Finest]: 2024-04-30 17:54:07.243--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43ec81be) [junit] [EL Finest]: 2024-04-30 17:54:07.243--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2024-04-30 17:54:07.243--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.243--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.243--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [629, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.243--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [633, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.243--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [630, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.243--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [631, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.243--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [632, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:07.243--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.244--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:07.244--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:07.244--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:07.244--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:07.244--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:07.244--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:07.244--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:07.245--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:07.245--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:07.245--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e55565b) [junit] [EL Finer]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Finer]: 2024-04-30 17:54:07.245--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.246--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@462af4cf) [junit] [EL Finest]: 2024-04-30 17:54:07.246--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5eeb6908) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7238fdd6) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f2fda15) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a55004d) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2894519b) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e615573) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@291378f2) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19e89188) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47cdfd0d) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22b6e9d8) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c6f2c27) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bec3c31) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@92d6fc0) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ab62df3) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1215aae8) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13785a05) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fa21cb8) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b961cb6) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5135eb13) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@84f12b6) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a241c5d) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b257c6) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@232a0cfd) [junit] [EL Finest]: 2024-04-30 17:54:07.247--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3abb7923) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f034a25) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27c2e9ab) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58576690) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d182ffa) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8ce38b) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d03be3) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2585437a) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65e9711e) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11f5ab76) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@288fed6f) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b503b3b) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25123ce4) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@262b2e85) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14d4fe82) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6624f0ee) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cc57f26) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@235bbc1e) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7776dee7) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ad3a3ef) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f018baf) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c0f82f) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45c721b8) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@eddf865) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f222699) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@776ac775) [junit] [EL Finest]: 2024-04-30 17:54:07.248--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69a3c55b) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45c2fa2) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60b03429) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18de437d) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39edd51c) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20e364c9) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2665016d) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ee7a75e) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c39955c) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a4525a1) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d6aa682) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d92dec3) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cbe5b2a) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@272f0840) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e7c3465) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@498aef62) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22604e1c) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@687e13c4) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@403d9a5b) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23532a0e) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74ba4dac) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2239cf41) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7993ec00) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51e05e54) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25cf767e) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@230ca3c3) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9236b61) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32e9ebbf) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ea7fdc5) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@104f20c5) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67ce092d) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3a4502) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b93aba8) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ea9f9ef) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c72d1b5) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68aa14fa) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@527c4caa) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f60c79a) [junit] [EL Finest]: 2024-04-30 17:54:07.249--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@116d39e2) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8746ad5) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d2a2117) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c19a9f) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15f67a4f) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71303d2c) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40b1cb8f) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73d9f2b2) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f32afbe) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74bc2a19) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@147a07cd) [junit] [EL Finest]: 2024-04-30 17:54:07.25--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(42:null:stamps) [junit] [EL Finer]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--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]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [9, Hilmar, Hayek, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [74, Henrik, Hanstein, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [44, Hermann, Hawke, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, Henri, Hilbert, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [82, Hubert, Helms, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [59, Helge, Hewitt, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [76, Horst, Hildebrandt, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [12, Hieu, Hewitt, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [57, Hannah, Harnack, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [22, Hilde, Heidegger, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [53, Heinke, Hettner, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [42, Hieronymus, Hesse, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [6, Hasso, Hesselbarth, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [86, Heribert, Heer, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [67, Helgard, Hendrix, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [84, Heide, Hemsterhuis, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [89, Harro, Hardenberg, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [48, Hubert, Hettner, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [71, Hubert, Hildebrandt, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [68, Hansklaus, Hennig, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [83, H?nel, Havenstein, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [33, Helene, Hegemann, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [91, Helgard, Henning, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [52, Harold, Halbach, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [93, Hartwig, Hermann, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [0, Henrik, Halbach, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [26, Hedda, Hellmann, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [63, Heyko, Haak, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.25--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [17, Henri, Hardy, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [49, H?nel, Helbig, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [5, Hanna, Henry, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [2, Heinrich, Hermann, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [30, Harro, Heuser, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [61, Helga, Helmig, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [77, Hedwig, Heider, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [23, Hansklaus, Haus Lancaster, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [19, Hakan, Hein, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [88, Hein, Helmig, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, Hakan, Heuser, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, Hansj?rg, Hanstein, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [60, Hendrik, Hartig, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [56, Hakon, Heider, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [27, Hadmar, Hamann, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [64, Harry, Hewitt, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [28, Hendrik, Hartenthaler, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [95, Hermann, Hanson, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, Hubertus, Hermann, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [69, Helmut, Hanisch, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [99, Hakan, Hendrix, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [73, Hazel, Helmig, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [43, Helmar, Hemsterhuis, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [29, Hannah, Hamann, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [16, Heyko, Hackmann, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [98, Hein, Hecht, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [51, Heide, Hewitt, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [81, Hadmar, Hardenberg, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [15, Hilke, Hettner, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [65, Helene, Hemsterhuis, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [85, H?nel, Hardy, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [14, Hjalmar, Helms, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [58, Holger, Hartenthaler, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [87, Harry, Hermann, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [75, Hanspeter, Haller, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, Helen, Hein, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [11, Helen, Hennig, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [8, Hieu, Herder, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [1, Hinrich, Haller, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [72, Hubert, Hendrix, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [4, Hansklaus, Hesse, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [66, Holda, Herzog, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [96, Helmar, Hardy, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [70, Hilde, Haller, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [47, Helmar, Hanstein, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [45, Hella, Hildebrand, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.251--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [13, Heribert, Herzog, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [97, Hulda, Hanisch, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [54, Holger, Henning, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [21, Heide, Heidegger, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [55, Herbert, Harnack, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [20, Henryk, Hildebrandt, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [80, Helmut, Henning, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [18, Henning, Heuser, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, Hella, Hartfelder, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [32, Henrik, Hardy, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [79, Heinz, Hermann, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [62, Henrike, Hildebrand, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [78, Hermine, Hennig, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [35, Hansklaus, Henry, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [25, Hubertus, Hawke, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [3, Henning, Haus Lancaster, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [50, Helgard, Heidegger, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [24, Hein, Hewitt, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [46, Harald, Hegemann, null, 2024-05-12 07:40:47.24, 2024-04-19 04:07:27.24, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [90, Hubert, Hanisch, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [92, Hannelore, Hayek, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [7, Hakan, Hanisch, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [10, Hilmar, Hardenberg, null, 2024-05-12 07:40:47.238, 2024-04-19 04:07:27.238, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [34, Helen, Hartig, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [31, Hasso, Hilgenfeld, null, 2024-05-12 07:40:47.239, 2024-04-19 04:07:27.239, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [94, Henrik, Henry, null, 2024-05-12 07:40:47.241, 2024-04-19 04:07:27.241, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:07.252--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.271--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(41:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:07.271--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(40:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:07.271--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(37:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:07.271--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(39:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:07.271--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(38:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:07.271--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(36:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:07.271--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fdc872e) [junit] [EL Finer]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [42, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, null, reading] [junit] [EL Finer]: 2024-04-30 17:54:07.271--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.272--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42effd02) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@677b5145) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56c390fc) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62231c0f) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43af156a) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b484c37) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25af328e) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a24e874) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56dce7f7) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10af2b91) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28459ab8) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@70d5b235) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1167b1a) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77db84cf) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33d4ed23) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69745cfe) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c4de249) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@760eb57e) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6180eb8) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19f0ffba) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55307965) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a2adcd) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e2c3f31) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c97ede3) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72fdb79d) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36fe079c) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@829264f) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@519f665e) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5322d77f) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cde655c) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3093c41f) [junit] [EL Finest]: 2024-04-30 17:54:07.273--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d20ce7e) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36e53d45) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41aa0ede) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68435eec) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c441275) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68a06679) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56e71576) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c64026c) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d4cae3f) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5346038) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53937f1a) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27e05d64) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d9515d6) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2155e1e2) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5145dc7) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@617c9dd7) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@739a1850) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@437160a0) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f3f7689) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72621df0) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35815f9d) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e3a9891) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d9c656d) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19d27f04) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@698b9d17) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26ddfb1b) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c5a2034) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50912319) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@421e8b29) [junit] [EL Finest]: 2024-04-30 17:54:07.274--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17424ab8) [junit] [EL Finest]: 2024-04-30 17:54:07.343--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@674c1672) [junit] [EL Finest]: 2024-04-30 17:54:07.343--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ce33999) [junit] [EL Finest]: 2024-04-30 17:54:07.343--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22e1da08) [junit] [EL Finest]: 2024-04-30 17:54:07.343--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c73a08e) [junit] [EL Finest]: 2024-04-30 17:54:07.343--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73ca241d) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d093764) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d25d217) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73990c4d) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5642ab4f) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ead0ae1) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@caaf5b) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f8365b2) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24ba8adb) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@601122cd) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ac2263e) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f8740f5) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43caeb40) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21484c17) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7dc56c0a) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4190f278) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69b9e106) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b52bc7b) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@121c65d0) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@655966a1) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@669430f) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22cd7e39) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f227c44) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3999ea91) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cdf89a1) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cf78ff) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59a819b9) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4680e424) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c7f8c9f) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17da4d27) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71f1ea35) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d796279) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6492f863) [junit] [EL Finest]: 2024-04-30 17:54:07.344--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10b5f853) [junit] [EL Finest]: 2024-04-30 17:54:07.344--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.344--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.344--ClientSession(1612412820)--Connection(316845768)--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]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [532, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [597, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [571, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [577, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [530, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [550, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [533, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [573, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [576, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [546, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [563, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [529, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [618, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [619, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [593, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [562, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [592, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [553, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [541, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [614, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [555, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [622, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [543, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [610, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [602, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [549, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [617, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [621, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [627, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [598, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [616, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [565, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [567, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [603, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [594, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [581, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [548, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [583, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [626, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [609, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [535, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [608, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [585, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [560, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [582, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [584, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [572, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [538, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [559, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [588, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [599, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [568, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [564, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [544, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [545, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [613, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [578, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [586, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.345--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [607, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [605, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [590, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [561, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [623, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [570, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [595, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [554, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [606, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [558, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [587, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [542, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [536, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [620, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [625, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [556, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [566, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [604, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [540, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [579, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [611, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [591, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [552, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [624, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [596, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [589, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [615, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [612, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [531, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [580, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [537, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [539, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [557, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [551, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [600, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [547, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [569, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [628, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [534, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [575, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [601, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [574, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Finer]: 2024-04-30 17:54:07.346--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.361--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [17, 629] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [19, 629] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [33, 629] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 629] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [51, 629] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [59, 629] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [77, 629] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [81, 629] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [5, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [7, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [11, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [15, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [35, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [55, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [61, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [67, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [79, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [87, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [93, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [95, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [97, 630] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [3, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [13, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [25, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [27, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [45, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [53, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [57, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [65, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [71, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [85, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [91, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [99, 631] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [1, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [9, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [21, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [23, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [29, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [31, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [43, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [47, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [49, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [63, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [69, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [73, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [75, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [83, 632] [junit] [EL Fine]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [89, 632] [junit] [EL Finer]: 2024-04-30 17:54:07.362--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.369--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.37--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 9] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 9] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 9] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 9] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 9] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 76] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 76] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 76] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 76] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 76] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.371--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 86] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 86] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 86] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 86] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 86] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 67] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 67] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 67] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 67] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 67] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 48] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 48] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 48] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 48] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 48] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 68] [junit] [EL Finer]: 2024-04-30 17:54:07.372--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.387--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.388--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.45--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 83] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 83] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 83] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 83] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 83] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.451--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.452--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.453--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.453--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 2] [junit] [EL Fine]: 2024-04-30 17:54:07.453--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 2] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 2] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 2] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 2] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 30] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 30] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 30] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 30] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 30] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 77] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 77] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 77] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 77] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 77] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 23] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 23] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 23] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 23] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 23] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 88] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 88] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 88] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 88] [junit] [EL Fine]: 2024-04-30 17:54:07.454--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 88] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 38] [junit] [EL Finer]: 2024-04-30 17:54:07.455--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.466--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.467--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 56] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 56] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 56] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 56] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 56] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.468--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 36] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 36] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 36] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 36] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 36] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 98] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 98] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 98] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 98] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 98] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.469--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 14] [junit] [EL Finer]: 2024-04-30 17:54:07.47--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.481--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.482--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 8] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 8] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 8] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 8] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 8] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 70] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 70] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 70] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 70] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 70] [junit] [EL Fine]: 2024-04-30 17:54:07.483--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 45] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 45] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 45] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 45] [junit] [EL Fine]: 2024-04-30 17:54:07.557--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 45] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 97] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 97] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 97] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 97] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 97] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 20] [junit] [EL Finer]: 2024-04-30 17:54:07.558--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.569--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.57--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.571--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 92] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 92] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 92] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 92] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 92] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [37, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [39, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [36, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [38, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [41, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])-- bind => [40, 94] [junit] [EL Finer]: 2024-04-30 17:54:07.572--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:07.584--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:07.585--ServerSession(454071866)--Connection(803163400)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:07.587--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:07.587--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:07.588--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:07.588--ClientSession(1612412820)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:07.588--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:07.588--ClientSession(1612412820)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:07.589--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 531642442 [junit] [EL Finer]: 2024-04-30 17:54:07.589--ClientSession(531642442)--Thread(Thread[main,5,main])--acquire unit of work: 407938485 [junit] [EL Finest]: 2024-04-30 17:54:07.589--UnitOfWork(407938485)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT ID FROM TMP_EMP WHERE (ID IN (?, ?))") [junit] [EL Finest]: 2024-04-30 17:54:07.589--ServerSession(454071866)--Connection(1962766317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:07.589--ServerSession(454071866)--Connection(1962766317)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:07.589--ServerSession(454071866)--Connection(311765475)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_EMP WHERE (ID IN (?, ?)) [junit] bind => [1, 2] [junit] [EL Finest]: 2024-04-30 17:54:07.59--ServerSession(454071866)--Connection(1962766317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:07.614--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 895827311 [junit] [EL Finer]: 2024-04-30 17:54:07.614--ClientSession(895827311)--Thread(Thread[main,5,main])--acquire unit of work: 1893038057 [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (43 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (44 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (45 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (46 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (47 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (48 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:07.614--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (49 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (634 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18f9d638) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (635 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a435908) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (636 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f6158d9) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (637 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b01a0b4) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (638 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d9fedfa) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (639 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6db47658) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (640 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78865ca7) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (641 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e145703) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (642 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c568706) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (643 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@121e3c62) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (644 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@583739e2) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (645 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14d7d1a8) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (646 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c510a83) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (647 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f4fc447) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (648 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e561665) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (649 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54a6c296) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (650 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20d7df93) [junit] [EL Finest]: 2024-04-30 17:54:07.615--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.616--ServerSession(454071866)--Connection(259037522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:07.616--ClientSession(895827311)--Connection(259037522)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:07.616--ClientSession(895827311)--Connection(259037522)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:07.616--ClientSession(895827311)--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]: 2024-04-30 17:54:07.616--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:07.616--ClientSession(895827311)--Connection(1839224920)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:07.616--ClientSession(895827311)--Connection(1839224920)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:07.616--ClientSession(895827311)--Connection(1839224920)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 651, last: 700 [junit] [EL Finer]: 2024-04-30 17:54:07.617--ClientSession(895827311)--Connection(1839224920)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:07.617--ServerSession(454071866)--Connection(1839224920)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:07.617--ServerSession(454071866)--Connection(259037522)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (651 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41db4a32) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (652 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6335c9e9) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (653 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c382f4f) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (654 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56be1b09) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (655 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d4c5f8b) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (656 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@507bb74a) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (657 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d74b85d) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (658 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b349ea9) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (659 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@447b3e43) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (660 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49b71061) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (661 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7139ff5a) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (662 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ee7e602) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (663 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73f344bb) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.617--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (664 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23676bc) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (665 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c4b9a8f) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (666 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dcdacf2) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (667 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@472fb6c) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (668 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3540fec8) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (669 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@553f850d) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (670 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55150964) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (671 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46af3131) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (672 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@742b3192) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (673 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d15c5f7) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (674 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b6b918) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (675 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1faf3286) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (676 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32252740) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (677 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41ec768e) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (678 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@548779d2) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (679 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@325a4ac6) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (680 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29de64ea) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (681 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ba43f59) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (682 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64829e16) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (683 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eee43a) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (684 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ecd2979) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (685 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74b99b0e) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (686 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bbd9a1) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (687 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77073238) [junit] [EL Finest]: 2024-04-30 17:54:07.618--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.619--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (688 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40364b40) [junit] [EL Finest]: 2024-04-30 17:54:07.619--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.619--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (689 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@786fc9a3) [junit] [EL Finest]: 2024-04-30 17:54:07.619--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.619--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (690 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@224361de) [junit] [EL Finest]: 2024-04-30 17:54:07.619--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.661--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (691 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c1b015c) [junit] [EL Finest]: 2024-04-30 17:54:07.661--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.661--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (692 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e853bd4) [junit] [EL Finest]: 2024-04-30 17:54:07.661--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.661--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (693 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18a1cb76) [junit] [EL Finest]: 2024-04-30 17:54:07.661--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.661--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (694 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21d5142d) [junit] [EL Finest]: 2024-04-30 17:54:07.661--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (695 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15f0e0aa) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (696 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@229c225b) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (697 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3470a705) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (698 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d8da9da) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (699 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2feafb71) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (700 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ca78a2d) [junit] [EL Finest]: 2024-04-30 17:54:07.662--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.662--ServerSession(454071866)--Connection(223207739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:07.662--ClientSession(895827311)--Connection(223207739)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:07.662--ClientSession(895827311)--Connection(223207739)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:07.662--ClientSession(895827311)--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]: 2024-04-30 17:54:07.662--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:07.662--ClientSession(895827311)--Connection(1963242128)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:07.663--ClientSession(895827311)--Connection(1963242128)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:07.663--ClientSession(895827311)--Connection(1963242128)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 701, last: 750 [junit] [EL Finer]: 2024-04-30 17:54:07.663--ClientSession(895827311)--Connection(1963242128)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:07.664--ServerSession(454071866)--Connection(1963242128)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:07.664--ServerSession(454071866)--Connection(223207739)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (701 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d5e5033) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (702 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68f4c7e8) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (703 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38b46854) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (704 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@861dafd) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (705 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17716ffa) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (706 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5974317b) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (707 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@429904c9) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (708 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44a98855) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (709 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58bb2185) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (710 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20bc2c00) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (711 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a89db92) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (712 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22ea05b6) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (713 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@235cbf67) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (714 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62414b20) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (715 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f049b1) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (716 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74453b6c) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (717 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32241504) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.664--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (718 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ad4502b) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (719 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5eed2701) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (720 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32ef9eb) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (721 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@113050bf) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (722 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@699d0fba) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (723 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5effe8a7) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (724 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2aeaa332) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (725 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39ccab78) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (726 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@382d9324) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (727 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1936fe56) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (728 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@663a2d71) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (729 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3af1dda5) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (730 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e11dd6c) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (731 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40fb5ab6) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (732 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@771da67d) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (733 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43b551ce) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (734 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@23af1e69) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (735 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@391bce40) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (736 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@232fa950) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (737 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4afdb7da) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (738 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@117aa4ba) [junit] [EL Finest]: 2024-04-30 17:54:07.665--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.666--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.667--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:07.668--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:07.669--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@391bce40) [junit] [EL Finest]: 2024-04-30 17:54:07.669--ServerSession(454071866)--Connection(330402770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:07.669--ClientSession(895827311)--Connection(330402770)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:07.669--ClientSession(895827311)--Connection(330402770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:07.669--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@232fa950) [junit] [EL Finest]: 2024-04-30 17:54:07.669--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@117aa4ba) [junit] [EL Finest]: 2024-04-30 17:54:07.669--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@23af1e69) [junit] [EL Finest]: 2024-04-30 17:54:07.669--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4afdb7da) [junit] [EL Finest]: 2024-04-30 17:54:07.67--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finer]: 2024-04-30 17:54:07.67--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.67--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.67--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [735, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.67--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [736, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.67--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [738, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.67--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [734, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.67--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [737, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:07.67--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:07.671--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31aacbd7) [junit] [EL Finer]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Finer]: 2024-04-30 17:54:07.671--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@791fd82b) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d7ad9e5) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40c925a1) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@698ef9d1) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@509c1d50) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a4b0c9b) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25eebe99) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f546133) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64c54f9e) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4671c82f) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2665ba0d) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fab6218) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fe915ca) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@657b6510) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c155bd) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36b085da) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67503009) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7225a307) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@771e08ed) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b28d94f) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@508189cc) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@817e0aa) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6edd2ef4) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ee98de) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7aee9f49) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c8bbc6d) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1434251) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76d3e05b) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76f4011b) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dc26ace) [junit] [EL Finest]: 2024-04-30 17:54:07.673--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ad27667) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@408708d5) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44f01009) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2786ccb) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e10c0a6) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35dba0b4) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40fd8aa1) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@447e9202) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26e197cd) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d425496) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b3cd01) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@523247d6) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b759662) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a6b5ace) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@431e67f8) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10d31b98) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e2544e9) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fe68c71) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cbd4ced) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15f4dffe) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a6beec0) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f613e30) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d85318a) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a57365) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3425709a) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29de58ec) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a372d63) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30b43d5d) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d06675b) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44c639d4) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f8b4c20) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26cacb6e) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f411735) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68e36b84) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b1c0bd2) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27320a39) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26e178d1) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@eb5589) [junit] [EL Finest]: 2024-04-30 17:54:07.674--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58f0acce) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5624f7a) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f05744b) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6494ce9f) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22489e92) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2aeef1ca) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50f0d09c) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@569ebbb5) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@307cea0a) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@182a5c56) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33587cb8) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d9a7487) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c29f8aa) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5189e3b1) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57184af3) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d773c1) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3467986) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e4332d1) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@298550b4) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@122b07f1) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27241127) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50dd2e86) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e79a4f7) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2eb37eee) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72112133) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e05c6d) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17287617) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e2b663) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a5b0e14) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1839f0c4) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56b3dcff) [junit] [EL Finest]: 2024-04-30 17:54:07.675--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(45:null:watching tv) [junit] [EL Finer]: 2024-04-30 17:54:07.675--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.675--ClientSession(895827311)--Connection(470306597)--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]: 2024-04-30 17:54:07.675--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [89, Heribert, Hardenberg, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.675--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [29, Heiner, Herold, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.675--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [85, Hilarius, Heider, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.675--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [7, Herbert, Hamann, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [35, Hauke, Hermelink, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [94, Hilde, Haas, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [90, Hubertus, Hermann, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [16, Hjalmar, Hache, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [68, Hartwig, Heider, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [34, Hulda, Hein, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [17, Hartwin, Hilgenfeld, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [64, Hieu, Hausner, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [1, Heribert, Habermann, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [84, Holde, Henschel, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [10, Heribert, Helms, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [66, Hagen, Hendrix, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [79, Helen, Henry, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [59, Heinz, Hennig, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [58, Hannah, Hecht, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [75, Hedwig, Hardenberg, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [12, Hubert, Hegemann, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [38, Harald, Hildebrandt, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [54, Hildegard, Heuser, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [74, Horst, Herder, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [11, Hubert, Hausmann, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, Hertha, Herrmann, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, Helmar, Hanstein, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [41, Helene, Hecht, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, Heinke, Heise, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [0, Heimo, Hache, null, 2024-05-12 07:40:47.665, 2024-04-19 04:07:27.665, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [93, Hasso, Herrmann, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [50, Hildegard, Heinrich, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [19, Helmut, Haak, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [52, Hakon, Heim, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [33, Hermine, Hanisch, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [95, Hinrich, Havenstein, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [72, Herbert, Heuser, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [78, Helgard, Hein, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [42, Helge, Halbach, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [37, Helene, Hennig, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [62, Heike, Herbst, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [18, Hella, Hecht, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [15, Helmut, Hewitt, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [3, Hartwin, Hanisch, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [27, Helen, Hayek, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [20, Hein, Hausmann, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [53, Helen, Helms, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [63, Helmar, Herzog, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.676--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [21, Henning, Hegemann, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [4, Hauke, Halbach, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [81, Heiko, Helmig, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [96, Hermann, Hentschel, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [32, Hilarius, Hermelink, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [6, Hazel, Hardy, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [40, Hein, Hettner, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [65, Heida, Heuser, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [24, Heide, Hermelink, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, Hadmar, Heidegger, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [69, Henri, Hendrix, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [26, Hazel, Hausner, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [71, Hedwig, Haas, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [87, Heinke, Hense, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [25, Hartwig, Hary, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [31, Hella, Helbig, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [57, Hadmar, Heinrich, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [55, Henri, Hegemann, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [61, Heike, Heise, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [22, Hakan, Hamburger, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [28, Hedda, Heuser, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [73, Hermann, Hanson, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [13, Heyko, Herold, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [39, Hadmar, Heider, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [49, Hella, Hayek, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [51, Heida, Hausmann, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [80, Hartwin, Hartig, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [99, Helena, Henning, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [14, Harvey, Hendrix, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [5, Henrike, Hamburger, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [82, Hagen, Helbig, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [60, Horst, Henry, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [2, Hinrich, Haller, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [83, Harry, Hamburger, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.677--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [8, Heide, Haller, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [98, Heimo, Herder, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [23, Hannes, Helbig, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [30, Heimo, Hellmann, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [56, Hakan, Hermelink, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [76, Hedwig, Hein, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [91, Helene, Hermann, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [67, Hedwig, Hennig, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [97, Hieronymus, Helbig, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [36, Helen, Hellmann, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [77, Humphrey, Hanisch, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, Harvey, Hache, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, Heidemarie, Herbst, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [70, Henri, Hemsterhuis, null, 2024-05-12 07:40:47.667, 2024-04-19 04:07:27.667, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [92, Henrike, Hamann, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.682--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [9, Henryk, Herbst, null, 2024-05-12 07:40:47.666, 2024-04-19 04:07:27.666, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.766--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [88, Hein, Hausner, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:07.767--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [86, H?nel, Hesse, null, 2024-05-12 07:40:47.668, 2024-04-19 04:07:27.668, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:07.767--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.782--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(48:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:07.782--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(44:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:07.783--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(47:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:07.783--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(43:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:07.783--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(46:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:07.783--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(49:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:07.783--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21d5142d) [junit] [EL Finer]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [49, null, stamps] [junit] [EL Finer]: 2024-04-30 17:54:07.783--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22ea05b6) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73f344bb) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32241504) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64829e16) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@472fb6c) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20d7df93) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@771da67d) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@742b3192) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15f0e0aa) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dcdacf2) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41ec768e) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44a98855) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3540fec8) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c382f4f) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54a6c296) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e145703) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78865ca7) [junit] [EL Finest]: 2024-04-30 17:54:07.784--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32ef9eb) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@861dafd) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20bc2c00) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23676bc) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@548779d2) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@224361de) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eee43a) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5eed2701) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ecd2979) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b6b918) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@447b3e43) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41db4a32) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b01a0b4) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62414b20) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@325a4ac6) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3af1dda5) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ad4502b) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@699d0fba) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5974317b) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a435908) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@583739e2) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32252740) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14d7d1a8) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77073238) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40fb5ab6) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e853bd4) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56be1b09) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49b71061) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d5e5033) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@553f850d) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55150964) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3470a705) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38b46854) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1faf3286) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f4fc447) [junit] [EL Finest]: 2024-04-30 17:54:07.785--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68f4c7e8) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e11dd6c) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bbd9a1) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@786fc9a3) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f049b1) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43b551ce) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@429904c9) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d15c5f7) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@229c225b) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74453b6c) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e561665) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@235cbf67) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18f9d638) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18a1cb76) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@113050bf) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c1b015c) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@121e3c62) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d74b85d) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5effe8a7) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b349ea9) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@663a2d71) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c510a83) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17716ffa) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29de64ea) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a89db92) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ca78a2d) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74b99b0e) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1936fe56) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58bb2185) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d4c5f8b) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39ccab78) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6db47658) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@507bb74a) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c4b9a8f) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d9fedfa) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ba43f59) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ee7e602) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f6158d9) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@382d9324) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40364b40) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2aeaa332) [junit] [EL Finest]: 2024-04-30 17:54:07.786--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7139ff5a) [junit] [EL Finest]: 2024-04-30 17:54:07.787--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6335c9e9) [junit] [EL Finest]: 2024-04-30 17:54:07.787--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46af3131) [junit] [EL Finest]: 2024-04-30 17:54:07.787--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2feafb71) [junit] [EL Finest]: 2024-04-30 17:54:07.787--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d8da9da) [junit] [EL Finest]: 2024-04-30 17:54:07.787--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c568706) [junit] [EL Finest]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--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]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [694, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [712, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [663, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [717, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [682, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [667, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [650, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [732, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [672, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [695, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [666, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [677, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [708, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [668, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [653, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [649, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [641, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [640, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [720, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [704, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [710, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [664, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [678, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [690, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [683, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [719, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [684, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [674, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [659, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [651, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [637, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [714, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [679, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [729, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [718, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [722, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [706, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [635, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [644, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [676, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [645, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [687, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [731, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [692, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.787--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [654, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [660, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [701, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [669, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [670, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [697, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [703, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [675, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [647, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [702, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [730, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [686, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [689, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [715, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [733, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [707, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [673, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [696, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [716, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [648, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [713, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [634, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [693, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [721, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [691, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [643, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [657, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [723, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [658, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [728, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [646, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [705, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [680, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [711, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [700, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [685, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [727, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [709, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [655, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [725, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [639, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [656, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [665, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [638, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [681, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [662, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [636, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [726, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [688, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [724, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [661, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [652, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [671, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [699, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [698, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [642, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Finer]: 2024-04-30 17:54:07.788--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.799--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [5, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [11, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [21, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [35, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [53, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [55, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [63, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [69, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [75, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [81, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [83, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [89, 735] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [1, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [9, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [13, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [15, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [19, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [23, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [25, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [27, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [29, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [57, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [77, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [85, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [93, 736] [junit] [EL Fine]: 2024-04-30 17:54:07.8--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [7, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [17, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [31, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [33, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [41, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [59, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [61, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [71, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [73, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [87, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [91, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [97, 734] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [3, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [37, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [39, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [49, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [51, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [65, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [67, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [79, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [95, 737] [junit] [EL Fine]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [99, 737] [junit] [EL Finer]: 2024-04-30 17:54:07.801--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.806--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.87--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.87--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.87--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.87--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.87--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.871--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 89] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 29] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 85] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 7] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 35] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 94] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 90] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 16] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 68] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 34] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 17] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 64] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 1] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 84] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 10] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 66] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 79] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 59] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 58] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 75] [junit] [EL Fine]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 75] [junit] [EL Finer]: 2024-04-30 17:54:07.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.884--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.885--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 12] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 38] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 54] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 74] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 11] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.886--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 44] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 43] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 41] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 46] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 0] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 93] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 50] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 19] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 52] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 33] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 95] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 72] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 78] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.887--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 42] [junit] [EL Fine]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 37] [junit] [EL Fine]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 37] [junit] [EL Finer]: 2024-04-30 17:54:07.888--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.898--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.898--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.898--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.898--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.898--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.898--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.898--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.898--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.899--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 62] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 18] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 15] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 3] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.9--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 27] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 20] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 53] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 63] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 21] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 4] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 81] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 96] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 32] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 6] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 40] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.901--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 65] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 24] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 47] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.975--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.976--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.976--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 69] [junit] [EL Fine]: 2024-04-30 17:54:07.976--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.976--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.976--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.976--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 26] [junit] [EL Fine]: 2024-04-30 17:54:07.976--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 26] [junit] [EL Finer]: 2024-04-30 17:54:07.976--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.987--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.988--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 71] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 87] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 25] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 31] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 57] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 55] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 61] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 22] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 28] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 73] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 13] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 39] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 49] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 51] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 80] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 99] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 14] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 5] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 82] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 60] [junit] [EL Fine]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 60] [junit] [EL Finer]: 2024-04-30 17:54:07.99--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.001--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.002--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.003--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.004--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [48, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [45, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [46, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [44, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [47, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])-- bind => [43, 86] [junit] [EL Finer]: 2024-04-30 17:54:08.081--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:08.092--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:08.094--ServerSession(454071866)--Connection(330402770)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.095--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:08.095--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:08.097--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:08.097--ClientSession(895827311)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:08.097--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:08.097--ClientSession(895827311)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:08.097--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1802615601 [junit] [EL Finer]: 2024-04-30 17:54:08.097--ClientSession(1802615601)--Thread(Thread[main,5,main])--acquire unit of work: 613485118 [junit] [EL Finest]: 2024-04-30 17:54:08.097--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.097--ServerSession(454071866)--Connection(1235369428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.097--ServerSession(454071866)--Connection(1235369428)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.098--ServerSession(454071866)--Connection(1867894419)--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]: 2024-04-30 17:54:08.098--ServerSession(454071866)--Connection(1235369428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.098--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.098--ServerSession(454071866)--Connection(2103686763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.099--ServerSession(454071866)--Connection(2103686763)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.099--ServerSession(454071866)--Connection(1015270914)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.099--ServerSession(454071866)--Connection(2103686763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.099--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.099--ServerSession(454071866)--Connection(298665005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.099--ServerSession(454071866)--Connection(298665005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.099--ServerSession(454071866)--Connection(865893320)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.1--ServerSession(454071866)--Connection(298665005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.1--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.1--ServerSession(454071866)--Connection(2036363657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.1--ServerSession(454071866)--Connection(2036363657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.1--ServerSession(454071866)--Connection(703727446)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.1--ServerSession(454071866)--Connection(2036363657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.1--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.1--ServerSession(454071866)--Connection(721750979)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.1--ServerSession(454071866)--Connection(721750979)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.1--ServerSession(454071866)--Connection(1368640275)--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]: 2024-04-30 17:54:08.101--ServerSession(454071866)--Connection(721750979)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.101--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.101--ServerSession(454071866)--Connection(1627008373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.101--ServerSession(454071866)--Connection(1627008373)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.101--ServerSession(454071866)--Connection(796829994)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.101--ServerSession(454071866)--Connection(1627008373)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.101--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.101--ServerSession(454071866)--Connection(579535193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.101--ServerSession(454071866)--Connection(579535193)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.101--ServerSession(454071866)--Connection(321589752)--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]: 2024-04-30 17:54:08.102--ServerSession(454071866)--Connection(579535193)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.102--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.102--ServerSession(454071866)--Connection(1509258338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.102--ServerSession(454071866)--Connection(1509258338)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.102--ServerSession(454071866)--Connection(303700597)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.102--ServerSession(454071866)--Connection(1509258338)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.102--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.102--ServerSession(454071866)--Connection(1299569571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.102--ServerSession(454071866)--Connection(1299569571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.103--ServerSession(454071866)--Connection(268347850)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.103--ServerSession(454071866)--Connection(1299569571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.103--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.103--ServerSession(454071866)--Connection(441396931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.103--ServerSession(454071866)--Connection(441396931)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.103--ServerSession(454071866)--Connection(2030323434)--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]: 2024-04-30 17:54:08.103--ServerSession(454071866)--Connection(441396931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.103--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.103--ServerSession(454071866)--Connection(787758615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.103--ServerSession(454071866)--Connection(787758615)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.104--ServerSession(454071866)--Connection(1964777013)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.104--ServerSession(454071866)--Connection(787758615)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.104--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.104--ServerSession(454071866)--Connection(989261236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.104--ServerSession(454071866)--Connection(989261236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.104--ServerSession(454071866)--Connection(897415291)--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]: 2024-04-30 17:54:08.104--ServerSession(454071866)--Connection(989261236)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.104--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.104--ServerSession(454071866)--Connection(462317411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(462317411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(1173252809)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(462317411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.105--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(2001009146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(2001009146)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(1103789561)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(2001009146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.105--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(424054818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.105--ServerSession(454071866)--Connection(424054818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.106--ServerSession(454071866)--Connection(1226650073)--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]: 2024-04-30 17:54:08.106--ServerSession(454071866)--Connection(424054818)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.106--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.106--ServerSession(454071866)--Connection(1904761035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.106--ServerSession(454071866)--Connection(1904761035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.106--ServerSession(454071866)--Connection(1362832602)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.106--ServerSession(454071866)--Connection(1904761035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.106--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.106--ServerSession(454071866)--Connection(539914192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(539914192)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(679205619)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(539914192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.107--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(2087132107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(2087132107)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(180218614)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(2087132107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.107--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(400360191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.107--ServerSession(454071866)--Connection(400360191)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.108--ServerSession(454071866)--Connection(1403058828)--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]: 2024-04-30 17:54:08.108--ServerSession(454071866)--Connection(400360191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.108--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.108--ServerSession(454071866)--Connection(209822423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.108--ServerSession(454071866)--Connection(209822423)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.108--ServerSession(454071866)--Connection(1478581585)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.108--ServerSession(454071866)--Connection(209822423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.109--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.109--ServerSession(454071866)--Connection(1120956884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.109--ServerSession(454071866)--Connection(1120956884)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.109--ServerSession(454071866)--Connection(273250058)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.109--ServerSession(454071866)--Connection(1120956884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.109--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.109--ServerSession(454071866)--Connection(835510635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.109--ServerSession(454071866)--Connection(835510635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.109--ServerSession(454071866)--Connection(1793470847)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.109--ServerSession(454071866)--Connection(835510635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.11--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.11--ServerSession(454071866)--Connection(1146496802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.11--ServerSession(454071866)--Connection(1146496802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.11--ServerSession(454071866)--Connection(534809374)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.11--ServerSession(454071866)--Connection(1146496802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.11--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.11--ServerSession(454071866)--Connection(747935914)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.11--ServerSession(454071866)--Connection(747935914)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.11--ServerSession(454071866)--Connection(1494144301)--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]: 2024-04-30 17:54:08.11--ServerSession(454071866)--Connection(747935914)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.111--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.111--ServerSession(454071866)--Connection(2049874284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.111--ServerSession(454071866)--Connection(2049874284)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.111--ServerSession(454071866)--Connection(1436978361)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.111--ServerSession(454071866)--Connection(2049874284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.111--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.111--ServerSession(454071866)--Connection(889520518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.111--ServerSession(454071866)--Connection(889520518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.111--ServerSession(454071866)--Connection(1005460403)--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]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(889520518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.112--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(1754548433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(1754548433)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(602727923)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(1754548433)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.112--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(568279911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(568279911)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(1708718546)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.112--ServerSession(454071866)--Connection(568279911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.113--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.113--ServerSession(454071866)--Connection(317852562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.113--ServerSession(454071866)--Connection(317852562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.113--ServerSession(454071866)--Connection(1240315600)--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]: 2024-04-30 17:54:08.113--ServerSession(454071866)--Connection(317852562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.113--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.113--ServerSession(454071866)--Connection(181446515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.113--ServerSession(454071866)--Connection(181446515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.113--ServerSession(454071866)--Connection(774884303)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.113--ServerSession(454071866)--Connection(181446515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.114--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.114--ServerSession(454071866)--Connection(1742387352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.114--ServerSession(454071866)--Connection(1742387352)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.114--ServerSession(454071866)--Connection(1757311023)--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]: 2024-04-30 17:54:08.114--ServerSession(454071866)--Connection(1742387352)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.114--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.114--ServerSession(454071866)--Connection(240100370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.114--ServerSession(454071866)--Connection(240100370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.114--ServerSession(454071866)--Connection(367756028)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.115--ServerSession(454071866)--Connection(240100370)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.115--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.115--ServerSession(454071866)--Connection(1914772936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.115--ServerSession(454071866)--Connection(1914772936)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.115--ServerSession(454071866)--Connection(29186218)--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]: 2024-04-30 17:54:08.115--ServerSession(454071866)--Connection(1914772936)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.115--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.115--ServerSession(454071866)--Connection(1034805460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.115--ServerSession(454071866)--Connection(1034805460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.115--ServerSession(454071866)--Connection(1446938563)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.116--ServerSession(454071866)--Connection(1034805460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.116--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.116--ServerSession(454071866)--Connection(246953868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.116--ServerSession(454071866)--Connection(246953868)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.116--ServerSession(454071866)--Connection(739944711)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.116--ServerSession(454071866)--Connection(246953868)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.116--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.116--ServerSession(454071866)--Connection(1702389075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.116--ServerSession(454071866)--Connection(1702389075)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.116--ServerSession(454071866)--Connection(716388903)--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]: 2024-04-30 17:54:08.117--ServerSession(454071866)--Connection(1702389075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.117--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.117--ServerSession(454071866)--Connection(2021254060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.117--ServerSession(454071866)--Connection(2021254060)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.117--ServerSession(454071866)--Connection(1260948614)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.117--ServerSession(454071866)--Connection(2021254060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.117--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.118--ServerSession(454071866)--Connection(1553441651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.118--ServerSession(454071866)--Connection(1553441651)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.118--ServerSession(454071866)--Connection(1406425307)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.118--ServerSession(454071866)--Connection(1553441651)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.118--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.118--ServerSession(454071866)--Connection(956961778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.118--ServerSession(454071866)--Connection(956961778)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.118--ServerSession(454071866)--Connection(1223263880)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.118--ServerSession(454071866)--Connection(956961778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.119--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.119--ServerSession(454071866)--Connection(586173107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.119--ServerSession(454071866)--Connection(586173107)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.119--ServerSession(454071866)--Connection(1259100316)--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]: 2024-04-30 17:54:08.119--ServerSession(454071866)--Connection(586173107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.119--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.119--ServerSession(454071866)--Connection(1448707351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.119--ServerSession(454071866)--Connection(1448707351)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.119--ServerSession(454071866)--Connection(2142826488)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.12--ServerSession(454071866)--Connection(1448707351)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.12--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.12--ServerSession(454071866)--Connection(295621064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.12--ServerSession(454071866)--Connection(295621064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.12--ServerSession(454071866)--Connection(694237996)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.12--ServerSession(454071866)--Connection(295621064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.12--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.12--ServerSession(454071866)--Connection(446519923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.12--ServerSession(454071866)--Connection(446519923)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.12--ServerSession(454071866)--Connection(973453911)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.121--ServerSession(454071866)--Connection(446519923)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.121--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.121--ServerSession(454071866)--Connection(781357244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.121--ServerSession(454071866)--Connection(781357244)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.121--ServerSession(454071866)--Connection(1579948511)--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]: 2024-04-30 17:54:08.121--ServerSession(454071866)--Connection(781357244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.121--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.121--ServerSession(454071866)--Connection(1335437579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.121--ServerSession(454071866)--Connection(1335437579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.121--ServerSession(454071866)--Connection(1908745158)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.122--ServerSession(454071866)--Connection(1335437579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.122--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.122--ServerSession(454071866)--Connection(165421280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.122--ServerSession(454071866)--Connection(165421280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.122--ServerSession(454071866)--Connection(260800929)--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]: 2024-04-30 17:54:08.122--ServerSession(454071866)--Connection(165421280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.122--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.122--ServerSession(454071866)--Connection(119512187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.122--ServerSession(454071866)--Connection(119512187)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.123--ServerSession(454071866)--Connection(1414173616)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.123--ServerSession(454071866)--Connection(119512187)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.123--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.123--ServerSession(454071866)--Connection(1298258234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.123--ServerSession(454071866)--Connection(1298258234)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.123--ServerSession(454071866)--Connection(912681129)--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]: 2024-04-30 17:54:08.123--ServerSession(454071866)--Connection(1298258234)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.124--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.124--ServerSession(454071866)--Connection(691763312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.185--ServerSession(454071866)--Connection(691763312)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.185--ServerSession(454071866)--Connection(748519134)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.186--ServerSession(454071866)--Connection(691763312)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.187--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.187--ServerSession(454071866)--Connection(156727071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.187--ServerSession(454071866)--Connection(156727071)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.187--ServerSession(454071866)--Connection(1316721509)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.188--ServerSession(454071866)--Connection(156727071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.188--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.188--ServerSession(454071866)--Connection(1101004259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.188--ServerSession(454071866)--Connection(1101004259)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.188--ServerSession(454071866)--Connection(1942132032)--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]: 2024-04-30 17:54:08.188--ServerSession(454071866)--Connection(1101004259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.189--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.189--ServerSession(454071866)--Connection(624734016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.189--ServerSession(454071866)--Connection(624734016)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.189--ServerSession(454071866)--Connection(1119049266)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.189--ServerSession(454071866)--Connection(624734016)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.189--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.189--ServerSession(454071866)--Connection(802344735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.189--ServerSession(454071866)--Connection(802344735)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.189--ServerSession(454071866)--Connection(1867784970)--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]: 2024-04-30 17:54:08.19--ServerSession(454071866)--Connection(802344735)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.19--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.19--ServerSession(454071866)--Connection(931938789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.19--ServerSession(454071866)--Connection(931938789)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.19--ServerSession(454071866)--Connection(2039380077)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.19--ServerSession(454071866)--Connection(931938789)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.19--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.19--ServerSession(454071866)--Connection(482467245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.19--ServerSession(454071866)--Connection(482467245)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.19--ServerSession(454071866)--Connection(377918280)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.191--ServerSession(454071866)--Connection(482467245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.191--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.191--ServerSession(454071866)--Connection(1243163846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.191--ServerSession(454071866)--Connection(1243163846)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.191--ServerSession(454071866)--Connection(1755834910)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.191--ServerSession(454071866)--Connection(1243163846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.191--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.191--ServerSession(454071866)--Connection(576423320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.191--ServerSession(454071866)--Connection(576423320)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.192--ServerSession(454071866)--Connection(564650505)--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]: 2024-04-30 17:54:08.192--ServerSession(454071866)--Connection(576423320)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.192--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.192--ServerSession(454071866)--Connection(843675991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.192--ServerSession(454071866)--Connection(843675991)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.192--ServerSession(454071866)--Connection(744514237)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.192--ServerSession(454071866)--Connection(843675991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.192--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.192--ServerSession(454071866)--Connection(753824837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.193--ServerSession(454071866)--Connection(753824837)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.193--ServerSession(454071866)--Connection(1427387214)--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]: 2024-04-30 17:54:08.193--ServerSession(454071866)--Connection(753824837)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.193--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.193--ServerSession(454071866)--Connection(1075732099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.193--ServerSession(454071866)--Connection(1075732099)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.193--ServerSession(454071866)--Connection(879004557)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.193--ServerSession(454071866)--Connection(1075732099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.194--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.194--ServerSession(454071866)--Connection(1292050232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.194--ServerSession(454071866)--Connection(1292050232)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.194--ServerSession(454071866)--Connection(2145106525)--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]: 2024-04-30 17:54:08.194--ServerSession(454071866)--Connection(1292050232)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.194--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.194--ServerSession(454071866)--Connection(19483086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.194--ServerSession(454071866)--Connection(19483086)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.194--ServerSession(454071866)--Connection(595727076)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.194--ServerSession(454071866)--Connection(19483086)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.195--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.195--ServerSession(454071866)--Connection(807910043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.195--ServerSession(454071866)--Connection(807910043)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.195--ServerSession(454071866)--Connection(2064376424)--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]: 2024-04-30 17:54:08.195--ServerSession(454071866)--Connection(807910043)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.195--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.195--ServerSession(454071866)--Connection(251782947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.195--ServerSession(454071866)--Connection(251782947)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.195--ServerSession(454071866)--Connection(725441545)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.196--ServerSession(454071866)--Connection(251782947)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.196--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.196--ServerSession(454071866)--Connection(1959957748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.196--ServerSession(454071866)--Connection(1959957748)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.196--ServerSession(454071866)--Connection(1961516466)--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]: 2024-04-30 17:54:08.196--ServerSession(454071866)--Connection(1959957748)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.196--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.196--ServerSession(454071866)--Connection(1544464084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.196--ServerSession(454071866)--Connection(1544464084)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.196--ServerSession(454071866)--Connection(2049931050)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.197--ServerSession(454071866)--Connection(1544464084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.197--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.197--ServerSession(454071866)--Connection(837034165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.197--ServerSession(454071866)--Connection(837034165)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.197--ServerSession(454071866)--Connection(821266308)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.197--ServerSession(454071866)--Connection(837034165)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.197--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.197--ServerSession(454071866)--Connection(827294752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.197--ServerSession(454071866)--Connection(827294752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.197--ServerSession(454071866)--Connection(557771572)--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]: 2024-04-30 17:54:08.198--ServerSession(454071866)--Connection(827294752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.198--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.198--ServerSession(454071866)--Connection(1265445657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.198--ServerSession(454071866)--Connection(1265445657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.198--ServerSession(454071866)--Connection(492576267)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.198--ServerSession(454071866)--Connection(1265445657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.198--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.198--ServerSession(454071866)--Connection(788234878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.198--ServerSession(454071866)--Connection(788234878)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.198--ServerSession(454071866)--Connection(1395289580)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.199--ServerSession(454071866)--Connection(788234878)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.199--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.199--ServerSession(454071866)--Connection(245258698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.199--ServerSession(454071866)--Connection(245258698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.199--ServerSession(454071866)--Connection(2089075221)--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]: 2024-04-30 17:54:08.199--ServerSession(454071866)--Connection(245258698)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.199--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.199--ServerSession(454071866)--Connection(1082120737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.199--ServerSession(454071866)--Connection(1082120737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.199--ServerSession(454071866)--Connection(439430225)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.2--ServerSession(454071866)--Connection(1082120737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.2--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.2--ServerSession(454071866)--Connection(1961606163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.2--ServerSession(454071866)--Connection(1961606163)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.2--ServerSession(454071866)--Connection(1739281787)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.2--ServerSession(454071866)--Connection(1961606163)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.2--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.2--ServerSession(454071866)--Connection(1175562576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.2--ServerSession(454071866)--Connection(1175562576)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.201--ServerSession(454071866)--Connection(1874038437)--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]: 2024-04-30 17:54:08.201--ServerSession(454071866)--Connection(1175562576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.201--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.201--ServerSession(454071866)--Connection(1380058827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.201--ServerSession(454071866)--Connection(1380058827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.201--ServerSession(454071866)--Connection(569867392)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.202--ServerSession(454071866)--Connection(1380058827)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.202--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.202--ServerSession(454071866)--Connection(1266468699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.202--ServerSession(454071866)--Connection(1266468699)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.202--ServerSession(454071866)--Connection(1366667720)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.202--ServerSession(454071866)--Connection(1266468699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.202--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.202--ServerSession(454071866)--Connection(2037881941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.202--ServerSession(454071866)--Connection(2037881941)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.202--ServerSession(454071866)--Connection(1411172927)--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]: 2024-04-30 17:54:08.203--ServerSession(454071866)--Connection(2037881941)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.203--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.203--ServerSession(454071866)--Connection(1766045218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.203--ServerSession(454071866)--Connection(1766045218)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.203--ServerSession(454071866)--Connection(1539101703)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.203--ServerSession(454071866)--Connection(1766045218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.204--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.204--ServerSession(454071866)--Connection(431257724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.204--ServerSession(454071866)--Connection(431257724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.204--ServerSession(454071866)--Connection(1840394190)--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]: 2024-04-30 17:54:08.204--ServerSession(454071866)--Connection(431257724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.204--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.204--ServerSession(454071866)--Connection(1749639800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.204--ServerSession(454071866)--Connection(1749639800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.204--ServerSession(454071866)--Connection(351927520)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.205--ServerSession(454071866)--Connection(1749639800)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.205--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.205--ServerSession(454071866)--Connection(754742731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.205--ServerSession(454071866)--Connection(754742731)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.205--ServerSession(454071866)--Connection(260409486)--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]: 2024-04-30 17:54:08.205--ServerSession(454071866)--Connection(754742731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.205--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.205--ServerSession(454071866)--Connection(1152328143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.205--ServerSession(454071866)--Connection(1152328143)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.205--ServerSession(454071866)--Connection(1733103660)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.206--ServerSession(454071866)--Connection(1152328143)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.206--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.206--ServerSession(454071866)--Connection(340588568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.206--ServerSession(454071866)--Connection(340588568)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.206--ServerSession(454071866)--Connection(462378701)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.206--ServerSession(454071866)--Connection(340588568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.206--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.206--ServerSession(454071866)--Connection(151483127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.206--ServerSession(454071866)--Connection(151483127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.206--ServerSession(454071866)--Connection(2054735863)--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]: 2024-04-30 17:54:08.207--ServerSession(454071866)--Connection(151483127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.207--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.207--ServerSession(454071866)--Connection(337340535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.207--ServerSession(454071866)--Connection(337340535)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.207--ServerSession(454071866)--Connection(677397116)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.207--ServerSession(454071866)--Connection(337340535)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.207--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.208--ServerSession(454071866)--Connection(366103732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.208--ServerSession(454071866)--Connection(366103732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.208--ServerSession(454071866)--Connection(1057722320)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.208--ServerSession(454071866)--Connection(366103732)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.208--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.208--ServerSession(454071866)--Connection(1111178997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.208--ServerSession(454071866)--Connection(1111178997)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.208--ServerSession(454071866)--Connection(1166765546)--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]: 2024-04-30 17:54:08.209--ServerSession(454071866)--Connection(1111178997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.209--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.209--ServerSession(454071866)--Connection(261070048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.209--ServerSession(454071866)--Connection(261070048)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.209--ServerSession(454071866)--Connection(292902086)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.209--ServerSession(454071866)--Connection(261070048)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.209--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.209--ServerSession(454071866)--Connection(233893812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.209--ServerSession(454071866)--Connection(233893812)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.209--ServerSession(454071866)--Connection(2120944246)--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]: 2024-04-30 17:54:08.21--ServerSession(454071866)--Connection(233893812)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.21--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.21--ServerSession(454071866)--Connection(1083439555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.21--ServerSession(454071866)--Connection(1083439555)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.21--ServerSession(454071866)--Connection(1720541981)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.21--ServerSession(454071866)--Connection(1083439555)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.211--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.211--ServerSession(454071866)--Connection(178803304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.211--ServerSession(454071866)--Connection(178803304)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.211--ServerSession(454071866)--Connection(128998827)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.211--ServerSession(454071866)--Connection(178803304)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.211--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.211--ServerSession(454071866)--Connection(1127315524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.211--ServerSession(454071866)--Connection(1127315524)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.211--ServerSession(454071866)--Connection(1189689484)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.212--ServerSession(454071866)--Connection(1127315524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.212--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.212--ServerSession(454071866)--Connection(1008397795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.212--ServerSession(454071866)--Connection(1008397795)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.212--ServerSession(454071866)--Connection(1956729212)--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]: 2024-04-30 17:54:08.212--ServerSession(454071866)--Connection(1008397795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.212--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.212--ServerSession(454071866)--Connection(732861584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.212--ServerSession(454071866)--Connection(732861584)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.213--ServerSession(454071866)--Connection(1434061352)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.213--ServerSession(454071866)--Connection(732861584)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.213--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.213--ServerSession(454071866)--Connection(671831803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.213--ServerSession(454071866)--Connection(671831803)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.213--ServerSession(454071866)--Connection(757408408)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.213--ServerSession(454071866)--Connection(671831803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.213--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.213--ServerSession(454071866)--Connection(1268820838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.213--ServerSession(454071866)--Connection(1268820838)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.214--ServerSession(454071866)--Connection(971931751)--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]: 2024-04-30 17:54:08.214--ServerSession(454071866)--Connection(1268820838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.214--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.214--ServerSession(454071866)--Connection(1088740775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.214--ServerSession(454071866)--Connection(1088740775)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.214--ServerSession(454071866)--Connection(222597220)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.214--ServerSession(454071866)--Connection(1088740775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.214--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.214--ServerSession(454071866)--Connection(1768930271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.214--ServerSession(454071866)--Connection(1768930271)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.215--ServerSession(454071866)--Connection(260070064)--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]: 2024-04-30 17:54:08.215--ServerSession(454071866)--Connection(1768930271)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.215--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.215--ServerSession(454071866)--Connection(298615087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.215--ServerSession(454071866)--Connection(298615087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.215--ServerSession(454071866)--Connection(471075964)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.215--ServerSession(454071866)--Connection(298615087)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.215--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.215--ServerSession(454071866)--Connection(100065794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.216--ServerSession(454071866)--Connection(100065794)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.216--ServerSession(454071866)--Connection(1883688554)--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]: 2024-04-30 17:54:08.216--ServerSession(454071866)--Connection(100065794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.216--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.216--ServerSession(454071866)--Connection(2035839037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.216--ServerSession(454071866)--Connection(2035839037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.216--ServerSession(454071866)--Connection(1068225762)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.216--ServerSession(454071866)--Connection(2035839037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.217--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.217--ServerSession(454071866)--Connection(200630963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.217--ServerSession(454071866)--Connection(200630963)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.217--ServerSession(454071866)--Connection(1780005867)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.217--ServerSession(454071866)--Connection(200630963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.217--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.217--ServerSession(454071866)--Connection(164276531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.217--ServerSession(454071866)--Connection(164276531)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.217--ServerSession(454071866)--Connection(688566851)--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]: 2024-04-30 17:54:08.217--ServerSession(454071866)--Connection(164276531)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.218--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.29--ServerSession(454071866)--Connection(2071503646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.29--ServerSession(454071866)--Connection(2071503646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.29--ServerSession(454071866)--Connection(127700632)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.291--ServerSession(454071866)--Connection(2071503646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.291--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.291--ServerSession(454071866)--Connection(182479825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.291--ServerSession(454071866)--Connection(182479825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.291--ServerSession(454071866)--Connection(884885952)--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]: 2024-04-30 17:54:08.292--ServerSession(454071866)--Connection(182479825)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.292--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.292--ServerSession(454071866)--Connection(1987826890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.292--ServerSession(454071866)--Connection(1987826890)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.292--ServerSession(454071866)--Connection(818770828)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.292--ServerSession(454071866)--Connection(1987826890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.292--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.292--ServerSession(454071866)--Connection(1395328755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.292--ServerSession(454071866)--Connection(1395328755)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.292--ServerSession(454071866)--Connection(2078164440)--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]: 2024-04-30 17:54:08.293--ServerSession(454071866)--Connection(1395328755)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.293--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.293--ServerSession(454071866)--Connection(4974976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.293--ServerSession(454071866)--Connection(4974976)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.293--ServerSession(454071866)--Connection(162700500)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.293--ServerSession(454071866)--Connection(4974976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.293--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.293--ServerSession(454071866)--Connection(1640440654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.293--ServerSession(454071866)--Connection(1640440654)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.294--ServerSession(454071866)--Connection(1050661151)--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]: 2024-04-30 17:54:08.294--ServerSession(454071866)--Connection(1640440654)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.294--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.294--ServerSession(454071866)--Connection(1304678413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.294--ServerSession(454071866)--Connection(1304678413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.294--ServerSession(454071866)--Connection(227862403)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.294--ServerSession(454071866)--Connection(1304678413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.294--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.295--ServerSession(454071866)--Connection(1865486186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.295--ServerSession(454071866)--Connection(1865486186)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.295--ServerSession(454071866)--Connection(1160992240)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.295--ServerSession(454071866)--Connection(1865486186)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.295--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.295--ServerSession(454071866)--Connection(1196629425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.295--ServerSession(454071866)--Connection(1196629425)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.295--ServerSession(454071866)--Connection(553517166)--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]: 2024-04-30 17:54:08.295--ServerSession(454071866)--Connection(1196629425)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.295--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.296--ServerSession(454071866)--Connection(137752948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.296--ServerSession(454071866)--Connection(137752948)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.296--ServerSession(454071866)--Connection(1486384492)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.296--ServerSession(454071866)--Connection(137752948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.296--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.296--ServerSession(454071866)--Connection(467893357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.296--ServerSession(454071866)--Connection(467893357)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.296--ServerSession(454071866)--Connection(754032)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.296--ServerSession(454071866)--Connection(467893357)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.296--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.297--ServerSession(454071866)--Connection(2006754005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.297--ServerSession(454071866)--Connection(2006754005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.297--ServerSession(454071866)--Connection(2006755423)--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]: 2024-04-30 17:54:08.297--ServerSession(454071866)--Connection(2006754005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.297--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.297--ServerSession(454071866)--Connection(1612945391)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.297--ServerSession(454071866)--Connection(1612945391)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.297--ServerSession(454071866)--Connection(1928267236)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.297--ServerSession(454071866)--Connection(1612945391)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.298--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.298--ServerSession(454071866)--Connection(176524598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.298--ServerSession(454071866)--Connection(176524598)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.298--ServerSession(454071866)--Connection(13597095)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.298--ServerSession(454071866)--Connection(176524598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.298--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.298--ServerSession(454071866)--Connection(2092934045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.298--ServerSession(454071866)--Connection(2092934045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.298--ServerSession(454071866)--Connection(1526033665)--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]: 2024-04-30 17:54:08.299--ServerSession(454071866)--Connection(2092934045)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.299--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.299--ServerSession(454071866)--Connection(646430608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.299--ServerSession(454071866)--Connection(646430608)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.299--ServerSession(454071866)--Connection(1475040036)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.299--ServerSession(454071866)--Connection(646430608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.299--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.299--ServerSession(454071866)--Connection(448756893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.299--ServerSession(454071866)--Connection(448756893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.299--ServerSession(454071866)--Connection(23014245)--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]: 2024-04-30 17:54:08.3--ServerSession(454071866)--Connection(448756893)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.3--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.3--ServerSession(454071866)--Connection(721106460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.3--ServerSession(454071866)--Connection(721106460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.3--ServerSession(454071866)--Connection(1376203813)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.3--ServerSession(454071866)--Connection(721106460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.3--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.3--ServerSession(454071866)--Connection(461143428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.3--ServerSession(454071866)--Connection(461143428)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.3--ServerSession(454071866)--Connection(1757737761)--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]: 2024-04-30 17:54:08.301--ServerSession(454071866)--Connection(461143428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.301--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.301--ServerSession(454071866)--Connection(1911904857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.301--ServerSession(454071866)--Connection(1911904857)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.301--ServerSession(454071866)--Connection(1055384253)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.301--ServerSession(454071866)--Connection(1911904857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.301--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.301--ServerSession(454071866)--Connection(315269352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.301--ServerSession(454071866)--Connection(315269352)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.301--ServerSession(454071866)--Connection(1236670330)--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]: 2024-04-30 17:54:08.302--ServerSession(454071866)--Connection(315269352)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.302--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.302--ServerSession(454071866)--Connection(1078375431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.302--ServerSession(454071866)--Connection(1078375431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.302--ServerSession(454071866)--Connection(967993010)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.302--ServerSession(454071866)--Connection(1078375431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.302--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.302--ServerSession(454071866)--Connection(1221878121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.302--ServerSession(454071866)--Connection(1221878121)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(1660487991)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(1221878121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.303--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(1875108606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(1875108606)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(1171914368)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(1875108606)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.303--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(1127390693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(1127390693)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.303--ServerSession(454071866)--Connection(857101167)--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]: 2024-04-30 17:54:08.304--ServerSession(454071866)--Connection(1127390693)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.304--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.304--ServerSession(454071866)--Connection(1398482101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.304--ServerSession(454071866)--Connection(1398482101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.304--ServerSession(454071866)--Connection(1389856922)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.304--ServerSession(454071866)--Connection(1398482101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.304--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.304--ServerSession(454071866)--Connection(1663626008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.304--ServerSession(454071866)--Connection(1663626008)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.305--ServerSession(454071866)--Connection(223685823)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.305--ServerSession(454071866)--Connection(1663626008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.305--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.305--ServerSession(454071866)--Connection(1733716948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.305--ServerSession(454071866)--Connection(1733716948)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.305--ServerSession(454071866)--Connection(1124219917)--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]: 2024-04-30 17:54:08.305--ServerSession(454071866)--Connection(1733716948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.305--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.305--ServerSession(454071866)--Connection(1198257789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.305--ServerSession(454071866)--Connection(1198257789)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.306--ServerSession(454071866)--Connection(366696649)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.306--ServerSession(454071866)--Connection(1198257789)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.306--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.306--ServerSession(454071866)--Connection(1987671840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.306--ServerSession(454071866)--Connection(1987671840)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.306--ServerSession(454071866)--Connection(959149110)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.306--ServerSession(454071866)--Connection(1987671840)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.306--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.306--ServerSession(454071866)--Connection(49673515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.306--ServerSession(454071866)--Connection(49673515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.307--ServerSession(454071866)--Connection(1612561287)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.307--ServerSession(454071866)--Connection(49673515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.307--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.307--ServerSession(454071866)--Connection(899851887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.307--ServerSession(454071866)--Connection(899851887)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.307--ServerSession(454071866)--Connection(408109405)--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]: 2024-04-30 17:54:08.307--ServerSession(454071866)--Connection(899851887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.308--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.308--ServerSession(454071866)--Connection(544646831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.308--ServerSession(454071866)--Connection(544646831)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.308--ServerSession(454071866)--Connection(581780053)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.308--ServerSession(454071866)--Connection(544646831)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.308--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.308--ServerSession(454071866)--Connection(1706757907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.308--ServerSession(454071866)--Connection(1706757907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.308--ServerSession(454071866)--Connection(759977499)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.308--ServerSession(454071866)--Connection(1706757907)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.309--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.309--ServerSession(454071866)--Connection(272396412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.309--ServerSession(454071866)--Connection(272396412)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.309--ServerSession(454071866)--Connection(759314175)--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]: 2024-04-30 17:54:08.309--ServerSession(454071866)--Connection(272396412)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.309--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.309--ServerSession(454071866)--Connection(1840257862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.309--ServerSession(454071866)--Connection(1840257862)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.309--ServerSession(454071866)--Connection(1366900161)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.31--ServerSession(454071866)--Connection(1840257862)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.31--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.31--ServerSession(454071866)--Connection(1180091962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.31--ServerSession(454071866)--Connection(1180091962)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.31--ServerSession(454071866)--Connection(726765469)--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]: 2024-04-30 17:54:08.31--ServerSession(454071866)--Connection(1180091962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.31--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.31--ServerSession(454071866)--Connection(237048990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.31--ServerSession(454071866)--Connection(237048990)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.31--ServerSession(454071866)--Connection(699092896)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.311--ServerSession(454071866)--Connection(237048990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.311--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.311--ServerSession(454071866)--Connection(652170998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.311--ServerSession(454071866)--Connection(652170998)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.311--ServerSession(454071866)--Connection(551301975)--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]: 2024-04-30 17:54:08.311--ServerSession(454071866)--Connection(652170998)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.311--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.311--ServerSession(454071866)--Connection(1531657297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.311--ServerSession(454071866)--Connection(1531657297)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.311--ServerSession(454071866)--Connection(441252580)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.312--ServerSession(454071866)--Connection(1531657297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.312--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.312--ServerSession(454071866)--Connection(2119068639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.312--ServerSession(454071866)--Connection(2119068639)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.312--ServerSession(454071866)--Connection(2095413747)--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]: 2024-04-30 17:54:08.312--ServerSession(454071866)--Connection(2119068639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.312--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.312--ServerSession(454071866)--Connection(2125429360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.312--ServerSession(454071866)--Connection(2125429360)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.312--ServerSession(454071866)--Connection(701673143)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.313--ServerSession(454071866)--Connection(2125429360)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.313--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.313--ServerSession(454071866)--Connection(1348864137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.313--ServerSession(454071866)--Connection(1348864137)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.313--ServerSession(454071866)--Connection(1828565796)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.313--ServerSession(454071866)--Connection(1348864137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.313--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.313--ServerSession(454071866)--Connection(1767548368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.313--ServerSession(454071866)--Connection(1767548368)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.313--ServerSession(454071866)--Connection(152619570)--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]: 2024-04-30 17:54:08.314--ServerSession(454071866)--Connection(1767548368)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.314--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.314--ServerSession(454071866)--Connection(946558414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.314--ServerSession(454071866)--Connection(946558414)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.314--ServerSession(454071866)--Connection(2012037547)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.314--ServerSession(454071866)--Connection(946558414)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.314--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.314--ServerSession(454071866)--Connection(1755959879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.314--ServerSession(454071866)--Connection(1755959879)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.314--ServerSession(454071866)--Connection(1976837856)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.315--ServerSession(454071866)--Connection(1755959879)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.315--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.315--ServerSession(454071866)--Connection(985762462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.315--ServerSession(454071866)--Connection(985762462)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.315--ServerSession(454071866)--Connection(484199531)--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]: 2024-04-30 17:54:08.315--ServerSession(454071866)--Connection(985762462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.315--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.315--ServerSession(454071866)--Connection(1698217345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.315--ServerSession(454071866)--Connection(1698217345)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.315--ServerSession(454071866)--Connection(469305945)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.316--ServerSession(454071866)--Connection(1698217345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.316--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.316--ServerSession(454071866)--Connection(109394862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.316--ServerSession(454071866)--Connection(109394862)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.316--ServerSession(454071866)--Connection(644958794)--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]: 2024-04-30 17:54:08.316--ServerSession(454071866)--Connection(109394862)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.316--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.316--ServerSession(454071866)--Connection(1767110140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.316--ServerSession(454071866)--Connection(1767110140)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.316--ServerSession(454071866)--Connection(1163710854)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.317--ServerSession(454071866)--Connection(1767110140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.317--UnitOfWork(613485118)--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]: 2024-04-30 17:54:08.317--ServerSession(454071866)--Connection(409103500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.317--ServerSession(454071866)--Connection(409103500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.317--ServerSession(454071866)--Connection(1860732521)--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]: 2024-04-30 17:54:08.317--ServerSession(454071866)--Connection(409103500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.317--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.317--ServerSession(454071866)--Connection(914890594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.317--ServerSession(454071866)--Connection(914890594)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.317--ServerSession(454071866)--Connection(477699092)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.318--ServerSession(454071866)--Connection(914890594)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.318--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.318--ServerSession(454071866)--Connection(1872989031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.318--ServerSession(454071866)--Connection(1872989031)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.318--ServerSession(454071866)--Connection(997106491)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.318--ServerSession(454071866)--Connection(1872989031)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.318--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.318--ServerSession(454071866)--Connection(1296105015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.318--ServerSession(454071866)--Connection(1296105015)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.318--ServerSession(454071866)--Connection(58321887)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.319--ServerSession(454071866)--Connection(1296105015)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.319--UnitOfWork(613485118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:08.319--ServerSession(454071866)--Connection(734270769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.319--ServerSession(454071866)--Connection(734270769)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.319--ServerSession(454071866)--Connection(1739535493)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:08.319--ServerSession(454071866)--Connection(734270769)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:08.344--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1544246716 [junit] [EL Finer]: 2024-04-30 17:54:08.344--ClientSession(1544246716)--Thread(Thread[main,5,main])--acquire unit of work: 1522419383 [junit] [EL Finest]: 2024-04-30 17:54:08.344--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.344--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (50 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:08.345--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.345--ServerSession(454071866)--Connection(1619526548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.345--ClientSession(1544246716)--Connection(1619526548)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:08.345--ClientSession(1544246716)--Connection(1619526548)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:08.345--ClientSession(1544246716)--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]: 2024-04-30 17:54:08.345--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:08.394--ClientSession(1544246716)--Connection(1210804940)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:08.395--ClientSession(1544246716)--Connection(1210804940)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:08.396--ClientSession(1544246716)--Connection(1210804940)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 51, last: 100 [junit] [EL Finer]: 2024-04-30 17:54:08.396--ClientSession(1544246716)--Connection(1210804940)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:08.396--ServerSession(454071866)--Connection(1210804940)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:08.396--ServerSession(454071866)--Connection(1619526548)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (51 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (52 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (53 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (54 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (55 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.396--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (56 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (739 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f17910c) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (740 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@430e10a5) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (741 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c6f306b) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (742 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b0ab732) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (743 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7876caae) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (744 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b4e763d) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (745 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e27eb57) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (746 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a7686) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (747 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eb7ff99) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (748 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76f097ec) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (749 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fca736) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (750 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54411f09) [junit] [EL Finest]: 2024-04-30 17:54:08.397--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.397--ServerSession(454071866)--Connection(1472644491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.397--ClientSession(1544246716)--Connection(1472644491)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:08.397--ClientSession(1544246716)--Connection(1472644491)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:08.398--ClientSession(1544246716)--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]: 2024-04-30 17:54:08.398--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:08.398--ClientSession(1544246716)--Connection(895556946)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:08.398--ClientSession(1544246716)--Connection(895556946)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:08.398--ClientSession(1544246716)--Connection(895556946)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 751, last: 800 [junit] [EL Finer]: 2024-04-30 17:54:08.399--ClientSession(1544246716)--Connection(895556946)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:08.399--ServerSession(454071866)--Connection(895556946)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:08.399--ServerSession(454071866)--Connection(1472644491)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (751 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25fb792f) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (752 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7643ae41) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (753 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bf5a656) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (754 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@592f37d) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (755 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d65dca) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (756 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f8cd0b7) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (757 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59ad1606) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (758 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bb60f55) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (759 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2de833e4) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (760 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74385786) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (761 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45147221) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (762 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e230171) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.399--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (763 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@52386242) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (764 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@648a8be4) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (765 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@269782e) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (766 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2467d99b) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (767 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35dc8527) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (768 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@539edd3) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (769 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cd85d52) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (770 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5669ee53) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (771 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cdbc04) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (772 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dd08e5b) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (773 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ec687e) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (774 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a6e1d26) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (775 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30a9a7f3) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (776 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@794245eb) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (777 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@594d6d25) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (778 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73e0cc07) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (779 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e8b6bb7) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (780 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@650d0a90) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (781 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@571b6751) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (782 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22ee1941) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (783 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77ed1878) [junit] [EL Finest]: 2024-04-30 17:54:08.4--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (784 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ab9d59f) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (785 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76140476) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (786 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24623fe4) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (787 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bd3cdc8) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (788 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ff2e200) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (789 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5913703c) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (790 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cbbf9e5) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (791 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4923c437) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (792 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51d9cdf1) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (793 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1389c566) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (794 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@204e7223) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (795 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@771b0861) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (796 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6832f536) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (797 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@354dbfa3) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (798 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66c10c43) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (799 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@493658fa) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (800 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36d29faf) [junit] [EL Finest]: 2024-04-30 17:54:08.401--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.401--ServerSession(454071866)--Connection(16200929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.401--ClientSession(1544246716)--Connection(16200929)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:08.401--ClientSession(1544246716)--Connection(16200929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:08.402--ClientSession(1544246716)--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]: 2024-04-30 17:54:08.402--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:08.402--ClientSession(1544246716)--Connection(2071813517)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:08.402--ClientSession(1544246716)--Connection(2071813517)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:08.402--ClientSession(1544246716)--Connection(2071813517)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 801, last: 850 [junit] [EL Finer]: 2024-04-30 17:54:08.402--ClientSession(1544246716)--Connection(2071813517)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:08.403--ServerSession(454071866)--Connection(2071813517)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:08.403--ServerSession(454071866)--Connection(16200929)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (801 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e3a9e71) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (802 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aea3e4e) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (803 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6a81ab) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (804 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@161267b6) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (805 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f1fd7c1) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (806 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@648c8c22) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (807 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b742ec1) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (808 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e5ed9ce) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (809 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f6ea81b) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (810 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f03c448) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (811 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35dbed4f) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (812 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dc3c293) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (813 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27779b40) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (814 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56272a62) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (815 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cfc147c) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (816 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f088e2a) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (817 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4beab10) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.403--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (818 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b25f5df) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (819 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37265333) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (820 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c84f223) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (821 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d132288) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (822 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59dcb7f8) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (823 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c66d83b) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (824 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17b83c7e) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (825 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13bb5b63) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (826 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2fe44d9b) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (827 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45a9ef5c) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (828 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1324605b) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (829 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8d411f) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (830 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57084740) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (831 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d5181f2) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (832 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d4714bb) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (833 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d7225b5) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (834 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48d54b1c) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (835 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@195a0de5) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (836 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ced30b9) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (837 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fefb1c) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (838 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6291cdb4) [junit] [EL Finest]: 2024-04-30 17:54:08.404--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (839 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2bedd126) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (840 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@e20441a) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (841 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@797168d9) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (842 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1561e62e) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (843 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@50406145) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.405--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.406--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.407--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:08.408--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:08.409--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2bedd126) [junit] [EL Finest]: 2024-04-30 17:54:08.409--ServerSession(454071866)--Connection(646078395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.409--ClientSession(1544246716)--Connection(646078395)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:08.409--ClientSession(1544246716)--Connection(646078395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:08.41--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@e20441a) [junit] [EL Finest]: 2024-04-30 17:54:08.41--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@797168d9) [junit] [EL Finest]: 2024-04-30 17:54:08.41--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1561e62e) [junit] [EL Finest]: 2024-04-30 17:54:08.41--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@50406145) [junit] [EL Finest]: 2024-04-30 17:54:08.41--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finer]: 2024-04-30 17:54:08.41--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.41--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.41--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [839, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.41--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [840, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.41--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [841, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.41--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [842, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.41--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [843, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:08.41--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:08.411--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40883ca7) [junit] [EL Finer]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Finer]: 2024-04-30 17:54:08.411--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fc8ebe7) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f7df01f) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14ccd97f) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25e0a88c) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24c36960) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b0c9344) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e26774d) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6399a7e2) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3590ccd) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e445475) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b7305a4) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e9749ba) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61deb03f) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46202302) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10eb9604) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a1e3023) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b296904) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@320cfa73) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f069693) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e8011e2) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7affa3fb) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@785bc970) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b693be7) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62cf74f3) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fd528aa) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65fcdaeb) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f25634b) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a9f9ed2) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d4d4108) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5478a4b1) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f87417a) [junit] [EL Finest]: 2024-04-30 17:54:08.413--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a43c847) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53443726) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b7cd454) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f8ccfcc) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d48c11a) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a058884) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bc8921c) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b080b41) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3032aa88) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12ff3bb8) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63aa2187) [junit] [EL Finest]: 2024-04-30 17:54:08.414--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@21f104b8) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34da2b4a) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e1ee5bf) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a54164d) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@412dd71b) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@332f6402) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@662107ea) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c95bbb4) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c47eb9b) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b7f53a5) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d67d742) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b6a3d7f) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b678c5) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31eb7dd4) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e1d8699) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@310e6969) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cfec66d) [junit] [EL Finest]: 2024-04-30 17:54:08.5--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bbe8c18) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@528a828c) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3275f900) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a9781d8) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78214685) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cc8ad62) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22678487) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43717598) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4cd21fb4) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4415b9fa) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c537c01) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@199f957) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3cb49d5e) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5694920a) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47a96f6a) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f53f1b1) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5aef3960) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@204b128b) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ac59db0) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@452d25ef) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45f9c744) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57a84ac4) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74134494) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58b709c9) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34c3a04a) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f8958af) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d87a4a) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@365b1eb5) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e86dfc5) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cccffc3) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ffe1104) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22e9424e) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24cca357) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10ce2a4d) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b52ff96) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69886465) [junit] [EL Finest]: 2024-04-30 17:54:08.501--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f044be0) [junit] [EL Finest]: 2024-04-30 17:54:08.502--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c444399) [junit] [EL Finest]: 2024-04-30 17:54:08.502--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@21a9e25a) [junit] [EL Finest]: 2024-04-30 17:54:08.502--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7cea206b) [junit] [EL Finest]: 2024-04-30 17:54:08.502--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(55:null:computers) [junit] [EL Finer]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--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]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [80, Hedi, Hausmann, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [41, Hieronymus, Hesselbarth, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [42, Hermann, Hanstein, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [21, Hildegard, Hilgenfeld, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [8, Harriet, Haus Lancaster, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [96, Helene, Helmig, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [73, Hulda, Hanstein, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [75, Henning, Henschel, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, Hermann, Hermelink, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [47, Helene, Heuser, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [72, Hermann, Hamilton, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [98, Heiner, Helbig, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [70, Hanns, Hayek, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [30, Hilarius, Hausmann, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [43, Hans, Hegemann, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [29, Hermann, Harding, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [86, Heidi, Hilgenfeld, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [99, Hinrich, Hennig, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, Hannah, Hein, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, Harry, Hildebrand, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [28, Helmut, Heidegger, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [82, Herbert, Herzog, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [48, Hugo, Habermann, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, Harald, Hildebrandt, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [20, Heiner, Hartfelder, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [78, Hadmar, Hewitt, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [4, Heribert, Hausmann, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [33, Hakon, Hettner, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [64, Henryk, Helbig, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [24, Henning, Hardy, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [93, Hasso, Herder, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [87, Harry, Hamann, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [90, Hulda, Harnack, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [36, Hedda, Hausner, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [92, Hasso, Hawke, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [71, Harvey, Hildebrandt, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.502--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [5, Hedi, Herold, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [31, Hadmar, Heidegger, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [17, Hansklaus, Hartig, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [81, Holda, Hentschel, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [84, Helga, Hennig, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [13, Harry, Hausmann, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [7, Helen, Hermelink, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [68, Hubert, Hegemann, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [9, Henryk, Hemsterhuis, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [79, Hartwig, Hartfelder, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [76, Hjalmar, Hawke, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [44, Holde, Havenstein, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [45, Hjalmar, Hendrix, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [88, Heribert, Hesselbarth, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [77, Hartmut, Haus Lancaster, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [10, Herbert, Heise, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [49, Hadmar, Herder, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [74, Heinrich, Halbach, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [61, Hakan, Heuser, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [15, Harold, Hartenthaler, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [22, Helga, Hardenberg, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [19, Hein, Hesselbarth, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [58, Humphrey, Hecht, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [67, Holger, Herrmann, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [11, Hieu, Hermelink, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [83, Hilarius, Hartig, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [62, Holda, Hayek, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [65, Hjalmar, Hampe, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [23, Heinke, Haus Lancaster, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [63, Harold, Hartfelder, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [26, Hannah, Hegemann, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [34, Hugo, Hamann, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [38, Hubertus, Heim, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, Hannes, Hildebrandt, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [2, Henryk, Hackmann, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [60, Hannes, Haas, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [46, Horst, Hettner, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [97, Henrike, Hanson, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [91, Hilmar, Hildebrand, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [18, Harold, Hildebrandt, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [35, Hugo, Herbst, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [14, Hjalmar, Hennig, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [40, Harald, Hamilton, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [56, Hedwig, Hamilton, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [57, Hugo, Hausmann, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [39, Hilke, Hamburger, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [95, Heiko, Haak, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [12, Hilarius, Hausmann, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [1, Hilke, Herrmann, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [59, Hasso, Halbach, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.503--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [66, Heike, Hausner, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [25, Hubertus, Havenstein, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [16, Heide, Henning, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [0, Hanna, Hanisch, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [37, Hagen, Hecht, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, Hansklaus, Hesselbarth, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [89, Hilarius, Hawke, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [3, Harald, Hackmann, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [27, Hilarius, Hewitt, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [69, Hauke, Heinrich, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [94, Hilmar, Hilgenfeld, null, 2024-05-12 07:40:48.408, 2024-04-19 04:07:28.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [6, Hakan, Hesse, null, 2024-05-12 07:40:48.405, 2024-04-19 04:07:28.405, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [85, Hakan, Heer, null, 2024-05-12 07:40:48.407, 2024-04-19 04:07:28.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [32, Hilmar, Hartfelder, null, 2024-05-12 07:40:48.406, 2024-04-19 04:07:28.406, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:08.504--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.52--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(52:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:08.52--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(51:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:08.52--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(53:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:08.52--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(50:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:08.52--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(54:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:08.52--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(56:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:08.52--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e5ed9ce) [junit] [EL Finer]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [56, null, stamps] [junit] [EL Finer]: 2024-04-30 17:54:08.52--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59ad1606) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@648c8c22) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f6ea81b) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c66d83b) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c6f306b) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bd3cdc8) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54411f09) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74385786) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@354dbfa3) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ced30b9) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cd85d52) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dc3c293) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13bb5b63) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c84f223) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22ee1941) [junit] [EL Finest]: 2024-04-30 17:54:08.521--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27779b40) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f17910c) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bb60f55) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5669ee53) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@794245eb) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7876caae) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2467d99b) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e8b6bb7) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ab9d59f) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d5181f2) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@493658fa) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e230171) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73e0cc07) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45a9ef5c) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@195a0de5) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@650d0a90) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e3a9e71) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1389c566) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eb7ff99) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59dcb7f8) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cbbf9e5) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36d29faf) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@771b0861) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b4e763d) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76f097ec) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bf5a656) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@648a8be4) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48d54b1c) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@269782e) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fefb1c) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6a81ab) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24623fe4) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2de833e4) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57084740) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aea3e4e) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b0ab732) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45147221) [junit] [EL Finest]: 2024-04-30 17:54:08.522--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ec687e) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@52386242) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77ed1878) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ff2e200) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f1fd7c1) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76140476) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d65dca) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f8cd0b7) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@594d6d25) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51d9cdf1) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35dc8527) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56272a62) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2fe44d9b) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@592f37d) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@571b6751) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4923c437) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@430e10a5) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6291cdb4) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7643ae41) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8d411f) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d132288) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@161267b6) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1324605b) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@204e7223) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d7225b5) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cfc147c) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@539edd3) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cdbc04) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66c10c43) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a7686) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b742ec1) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f088e2a) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dd08e5b) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25fb792f) [junit] [EL Finest]: 2024-04-30 17:54:08.523--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fca736) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e27eb57) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30a9a7f3) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5913703c) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37265333) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4beab10) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d4714bb) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a6e1d26) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17b83c7e) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35dbed4f) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6832f536) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b25f5df) [junit] [EL Finest]: 2024-04-30 17:54:08.524--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f03c448) [junit] [EL Finest]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--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]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [808, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [757, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [806, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [809, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [823, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [741, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [787, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [750, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [760, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [797, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [836, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [769, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [812, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [825, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [820, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [782, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [813, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [739, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [758, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.524--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [770, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [776, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [743, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [766, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [779, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [784, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [831, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [799, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [762, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [778, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [827, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [835, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [780, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [801, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [793, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [747, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [822, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [790, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [800, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [795, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [744, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [748, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [753, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [764, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [834, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [765, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [837, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [803, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [786, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [759, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [830, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [802, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [742, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [761, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [773, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [763, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [783, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [788, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [805, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [785, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [755, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [756, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [777, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [792, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [767, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [814, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [826, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [754, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [781, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [791, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [740, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [838, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [752, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [829, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.525--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [821, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [804, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [828, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [794, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [833, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [815, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [768, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [771, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [798, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [746, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [807, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [816, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [772, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [751, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [749, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [745, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [775, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [789, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [819, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [817, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [832, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [774, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [824, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [811, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [796, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [818, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [810, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Finer]: 2024-04-30 17:54:08.526--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.536--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [11, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [21, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [29, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [35, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [37, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [39, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [41, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [47, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.537--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [49, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [69, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [75, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [79, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [85, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [89, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [91, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [95, 839] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [13, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [17, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [23, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [25, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [27, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [33, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [59, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [65, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [71, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [87, 840] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [7, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [15, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [43, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [57, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [61, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [63, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [67, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [81, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [99, 841] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [1, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [3, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [5, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [9, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [19, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [31, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [45, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [73, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [77, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [83, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [93, 842] [junit] [EL Fine]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [97, 842] [junit] [EL Finer]: 2024-04-30 17:54:08.538--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.543--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.605--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.606--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 80] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 80] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 80] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 80] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 80] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 41] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 41] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 41] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 41] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 41] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 42] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 42] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 42] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 42] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 42] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 21] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 21] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 21] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 21] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 21] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 8] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 96] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 96] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 96] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 96] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 96] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 73] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 73] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 73] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 73] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 73] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 75] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 75] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 75] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 75] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 75] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 55] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 55] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 55] [junit] [EL Fine]: 2024-04-30 17:54:08.607--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 55] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 55] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 47] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 47] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 47] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 47] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 47] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 72] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 72] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 72] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 72] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 72] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 98] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 70] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 30] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 43] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 43] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 43] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 43] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 43] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 29] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 29] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 29] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 29] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 29] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 86] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 99] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 99] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 99] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 99] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 99] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 53] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 53] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 53] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 53] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 53] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 52] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 52] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 52] [junit] [EL Fine]: 2024-04-30 17:54:08.608--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 52] [junit] [EL Fine]: 2024-04-30 17:54:08.609--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 52] [junit] [EL Finer]: 2024-04-30 17:54:08.609--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.62--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.621--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 28] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 28] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 28] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 28] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 28] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 82] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 82] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 82] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 82] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 82] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 48] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 51] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 51] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 51] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 51] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 51] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 20] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 20] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 20] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 20] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 20] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 78] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 78] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 78] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 78] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 78] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 33] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 33] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 33] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 33] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 33] [junit] [EL Fine]: 2024-04-30 17:54:08.622--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 64] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 64] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 64] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 64] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 64] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 24] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 24] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 24] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 24] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 24] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 93] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 93] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 93] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 93] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 93] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 87] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 87] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 87] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 87] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 87] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 90] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 90] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 90] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 90] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 90] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 36] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 92] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 71] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 71] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 71] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 71] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 71] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 5] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 5] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 5] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 5] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 5] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 31] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 31] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 31] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 31] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 31] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 17] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 17] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 17] [junit] [EL Fine]: 2024-04-30 17:54:08.623--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 17] [junit] [EL Fine]: 2024-04-30 17:54:08.624--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 17] [junit] [EL Fine]: 2024-04-30 17:54:08.624--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 81] [junit] [EL Fine]: 2024-04-30 17:54:08.624--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 81] [junit] [EL Fine]: 2024-04-30 17:54:08.624--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 81] [junit] [EL Fine]: 2024-04-30 17:54:08.624--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 81] [junit] [EL Fine]: 2024-04-30 17:54:08.624--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 81] [junit] [EL Finer]: 2024-04-30 17:54:08.624--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.634--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.635--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 84] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 84] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 84] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 84] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 84] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 13] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 13] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 13] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 13] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 13] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 7] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 7] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 7] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 7] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 7] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 68] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 68] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 68] [junit] [EL Fine]: 2024-04-30 17:54:08.636--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 68] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 68] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 9] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 79] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 79] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 79] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 79] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 79] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 76] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 44] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 44] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 44] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 44] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 44] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 45] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 88] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 77] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 10] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 10] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 10] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 10] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 10] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 49] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 49] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 49] [junit] [EL Fine]: 2024-04-30 17:54:08.637--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 49] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 49] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 74] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 74] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 74] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 74] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 74] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 61] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 61] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 61] [junit] [EL Fine]: 2024-04-30 17:54:08.71--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 61] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 61] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 15] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 15] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 15] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 15] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 15] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 22] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 22] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 22] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 22] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 22] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 19] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 19] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 19] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 19] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 19] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 58] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 58] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 58] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 58] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 58] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 67] [junit] [EL Fine]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 67] [junit] [EL Finer]: 2024-04-30 17:54:08.711--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.722--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.723--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 11] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 11] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 11] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 11] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 11] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 83] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 62] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 62] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 62] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 62] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 62] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 65] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 65] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 65] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 65] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 65] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 23] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 63] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 63] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 63] [junit] [EL Fine]: 2024-04-30 17:54:08.724--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 63] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 63] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 26] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 26] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 26] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 26] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 26] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 34] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 34] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 34] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 34] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 34] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 38] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 38] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 38] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 38] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 38] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 54] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 54] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 54] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 54] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 54] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 2] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 60] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 60] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 60] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 60] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 60] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 46] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 46] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 46] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 46] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 46] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 97] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 91] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 18] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 18] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 18] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 18] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 18] [junit] [EL Fine]: 2024-04-30 17:54:08.725--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 35] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 35] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 35] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 35] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 35] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 14] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 14] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 14] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 14] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 14] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 40] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 40] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 40] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 40] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 40] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 56] [junit] [EL Fine]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 56] [junit] [EL Finer]: 2024-04-30 17:54:08.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.737--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.738--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 57] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 57] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 57] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 57] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 57] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 39] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 39] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 39] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 39] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 39] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 95] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 95] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 95] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 95] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 95] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 12] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 12] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 12] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 12] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 12] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 59] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 59] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 59] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 59] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 59] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 66] [junit] [EL Fine]: 2024-04-30 17:54:08.739--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 66] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 66] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 66] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 66] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 25] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 25] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 25] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 25] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 25] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 16] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 16] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 16] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 16] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 16] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 0] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 0] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 0] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 0] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 0] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 37] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 37] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 37] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 37] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 37] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 50] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 50] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 50] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 50] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 50] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 89] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 89] [junit] [EL Fine]: 2024-04-30 17:54:08.74--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 89] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 89] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 89] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 3] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 3] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 3] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 3] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 3] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 27] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 27] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 27] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 27] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 27] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 69] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 69] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 69] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 69] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 69] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 94] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 94] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 94] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 94] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 94] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 6] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 6] [junit] [EL Fine]: 2024-04-30 17:54:08.814--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 6] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 6] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 6] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 85] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [54, 85] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 85] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 85] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 85] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [55, 32] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [53, 32] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [51, 32] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [52, 32] [junit] [EL Fine]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])-- bind => [50, 32] [junit] [EL Finer]: 2024-04-30 17:54:08.815--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:08.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:08.828--ServerSession(454071866)--Connection(646078395)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.83--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:08.83--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:08.831--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:08.831--ClientSession(1544246716)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:08.831--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:08.831--ClientSession(1544246716)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:08.832--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2074677327 [junit] [EL Finer]: 2024-04-30 17:54:08.833--ClientSession(2074677327)--Thread(Thread[main,5,main])--acquire unit of work: 1635458678 [junit] [EL Finest]: 2024-04-30 17:54:08.833--UnitOfWork(1635458678)--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]: 2024-04-30 17:54:08.833--ServerSession(454071866)--Connection(1292867244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:08.833--ServerSession(454071866)--Connection(1292867244)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:08.833--ServerSession(454071866)--Connection(1334316848)--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]: 2024-04-30 17:54:08.833--ServerSession(454071866)--Connection(1292867244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:08.857--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2077509736 [junit] [EL Finer]: 2024-04-30 17:54:08.857--ClientSession(2077509736)--Thread(Thread[main,5,main])--acquire unit of work: 93658513 [junit] [EL Finest]: 2024-04-30 17:54:08.857--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.857--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (57 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:08.857--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (58 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (59 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (60 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (61 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (62 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (63 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (844 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@569c80e5) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (845 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@694d942) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (846 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14992832) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (847 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@746e187f) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (848 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@464735bf) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (849 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6639aafc) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (850 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b3cc6b1) [junit] [EL Finest]: 2024-04-30 17:54:08.858--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.858--ServerSession(454071866)--Connection(1082178777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.858--ClientSession(2077509736)--Connection(1082178777)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:08.858--ClientSession(2077509736)--Connection(1082178777)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:08.859--ClientSession(2077509736)--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]: 2024-04-30 17:54:08.859--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:08.859--ClientSession(2077509736)--Connection(1799721087)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:08.859--ClientSession(2077509736)--Connection(1799721087)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:08.859--ClientSession(2077509736)--Connection(1799721087)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 851, last: 900 [junit] [EL Finer]: 2024-04-30 17:54:08.859--ClientSession(2077509736)--Connection(1799721087)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:08.86--ServerSession(454071866)--Connection(1799721087)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:08.86--ServerSession(454071866)--Connection(1082178777)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (851 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f159c49) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (852 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6056e9b4) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (853 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27574ba9) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (854 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f299321) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (855 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@152b4f34) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (856 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42e71f6c) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (857 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff00e9a) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (858 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c933ede) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (859 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@438e8297) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (860 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3968e9f5) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (861 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66b3a49c) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (862 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7343135a) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (863 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44eebd9f) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (864 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a37d3b6) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (865 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41db1728) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (866 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a69158a) [junit] [EL Finest]: 2024-04-30 17:54:08.86--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (867 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b5a471d) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (868 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ff49da3) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (869 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68fbb22) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (870 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64a82b3c) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (871 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d83ea1b) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (872 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16a1738d) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (873 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d0c8cd0) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (874 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48d8ab86) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (875 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a3953b4) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (876 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67196a65) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (877 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6efa105a) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (878 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63730298) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (879 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53e759b1) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (880 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f815bea) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (881 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4147ec80) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (882 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3adb51f2) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (883 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5398adc9) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (884 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b3f25b) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (885 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@586e39e1) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (886 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38dab7df) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.861--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (887 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ebaa3e8) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (888 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1722bd4e) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (889 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e2a2f7a) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (890 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53a3132f) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (891 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@287d5f50) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (892 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ab75fdc) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (893 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4509f40f) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (894 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e78bdea) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (895 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c3df4aa) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (896 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ce40b4e) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (897 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56c73551) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (898 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d1b458e) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (899 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e207a23) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (900 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4262a8d2) [junit] [EL Finest]: 2024-04-30 17:54:08.862--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.862--ServerSession(454071866)--Connection(1787852645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.862--ClientSession(2077509736)--Connection(1787852645)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:08.862--ClientSession(2077509736)--Connection(1787852645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:08.862--ClientSession(2077509736)--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]: 2024-04-30 17:54:08.863--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:08.863--ClientSession(2077509736)--Connection(1474099574)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:08.863--ClientSession(2077509736)--Connection(1474099574)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:08.863--ClientSession(2077509736)--Connection(1474099574)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 901, last: 950 [junit] [EL Finer]: 2024-04-30 17:54:08.863--ClientSession(2077509736)--Connection(1474099574)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:08.863--ServerSession(454071866)--Connection(1474099574)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:08.863--ServerSession(454071866)--Connection(1787852645)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:08.863--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (901 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d607072) [junit] [EL Finest]: 2024-04-30 17:54:08.863--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.863--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (902 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47209d16) [junit] [EL Finest]: 2024-04-30 17:54:08.863--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.863--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (903 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7787cbcd) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (904 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@82cd68d) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (905 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31102e84) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (906 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@729bdd9d) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (907 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b8bb9a0) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (908 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55fd98e2) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (909 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65a9e8d7) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (910 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49f2b6ca) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (911 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2fd250ed) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (912 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16d1f77d) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (913 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c945a20) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (914 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@608cff9e) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (915 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5de49e5a) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (916 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4497e084) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (917 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a4cf76c) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (918 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d3b93b4) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (919 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2454d007) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (920 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f3c97c9) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (921 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6276fcd5) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (922 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63d1751c) [junit] [EL Finest]: 2024-04-30 17:54:08.864--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (923 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61075589) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (924 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a3e14bf) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (925 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ffbdb79) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (926 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67ea360f) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (927 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c9a8c66) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (928 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16abeca6) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (929 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@475add19) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (930 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7136d1b3) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (931 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a78a4f) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (932 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50208b01) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (933 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41833609) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (934 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67fdcc3) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (935 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@232fcbb1) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (936 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77833456) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (937 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f6867d1) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (938 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57893f3b) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (939 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aa60438) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (940 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6469a0be) [junit] [EL Finest]: 2024-04-30 17:54:08.865--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (941 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@853050d) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (942 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@163d83db) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (943 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c80d2e0) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (944 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@545fb9e) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (945 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@152eed56) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (946 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6f779773) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (947 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@45ca5faf) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (948 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6f79d583) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.866--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.867--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.868--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.869--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.918--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.919--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:08.919--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:08.919--UnitOfWork(93658513)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:08.92--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6f779773) [junit] [EL Finest]: 2024-04-30 17:54:08.92--ServerSession(454071866)--Connection(1598313147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:08.92--ClientSession(2077509736)--Connection(1598313147)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:08.92--ClientSession(2077509736)--Connection(1598313147)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:08.92--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@45ca5faf) [junit] [EL Finest]: 2024-04-30 17:54:08.92--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6f79d583) [junit] [EL Finest]: 2024-04-30 17:54:08.92--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@545fb9e) [junit] [EL Finest]: 2024-04-30 17:54:08.92--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@152eed56) [junit] [EL Finest]: 2024-04-30 17:54:08.92--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finer]: 2024-04-30 17:54:08.92--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.92--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.92--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [946, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.921--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [947, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.921--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [948, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.921--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [944, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:08.921--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [945, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:08.921--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:08.922--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ea887ee) [junit] [EL Finer]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Finer]: 2024-04-30 17:54:08.922--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29b66bf7) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53104db) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6270dc48) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cd16573) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ea4efd6) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fac8b24) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@169b16dd) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d57f01f) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a80994a) [junit] [EL Finest]: 2024-04-30 17:54:08.923--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61db65ae) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31bf5580) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50de1c33) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@109efb2f) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f1ff021) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@994d48d) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2931cbd3) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17774484) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@168d5f34) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25bfc73) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48d2adc2) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37f5c0cf) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30952535) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b1d9369) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6790e30b) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fdc3482) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70cdf9a) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c7108ce) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c69eec5) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ab80f9f) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@352a4317) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18bfbcd2) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1bb3390e) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2343f7a5) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@722debf5) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ae707c) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485c7a22) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@718e2d2a) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3411ba50) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49e018f0) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23829a8f) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79703b86) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@219025cb) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6db7b7fb) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45cdfb42) [junit] [EL Finest]: 2024-04-30 17:54:08.924--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d9c791) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ed5ac49) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d5fd167) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37f3a1a0) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24002c5e) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a157329) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30c94321) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61354cd8) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e53084f) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d5dfca7) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2962a14f) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57dd604b) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11ec85a0) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22f82cd8) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e79dcaa) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24766217) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6861e61a) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a33872d) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17240340) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33c0f580) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ab991ad) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f049fa) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f953226) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2412009d) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e127718) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6eeee66f) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a477651) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70c3b62b) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a9d395a) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4494e88a) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bd742a9) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b8ddf89) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@232cc375) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@767b61a1) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f710b19) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ba0bf9c) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f4ea879) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f7b4703) [junit] [EL Finest]: 2024-04-30 17:54:08.925--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@669cb3c7) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35953f91) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@260287a7) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e7d1597) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c5e5395) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7adb3688) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46b7b94b) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48d74bb4) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9d45e6e) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1da5cb5a) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f770f7e) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b35e309) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e38fba9) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b0c9f26) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f0ecc1c) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8c973) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e246b2) [junit] [EL Finest]: 2024-04-30 17:54:08.926--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(60:null:cleaning the house) [junit] [EL Finer]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--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]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [88, Hans, Henning, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [97, Hannes, Hardenberg, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [95, Hadmar, Hilbert, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [48, Helga, Heider, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [54, Hieu, Hardy, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [31, Hannes, Hampe, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [99, Hakon, Hein, null, 2024-05-12 07:40:48.919, 2024-04-19 04:07:28.919, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, Hans, Hanisch, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [41, Hanspeter, Heise, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [84, Helmut, Hegemann, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [40, Hanns, Hartfelder, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [6, Hilarius, Hesse, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [72, Helmut, Hartig, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [52, Humphrey, Heinrich, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [93, Hilarius, Hartenthaler, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [63, Helge, Helmig, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, Heike, Herder, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [79, Hilmar, Hermann, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, Hildegard, Hampe, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [81, Heinrich, Havenstein, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.926--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [65, Hilde, Heinichen, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [91, Helge, Hary, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [38, Harold, Hartenthaler, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [67, Hildegard, Hayek, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [78, Heinrich, Hanson, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [24, Heidemarie, Hewitt, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [25, Henrike, Helms, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [73, Hubertus, Hampe, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [80, Hakan, Hartig, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [96, Henri, Hermelink, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [89, Hilke, Hesselbarth, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [64, Hagen, Herold, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [2, Hannelore, Hellmann, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [82, Heimo, Helms, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [36, Hansj?rg, Harding, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [71, Hakan, Helbig, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [69, Helgard, Hermann, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [37, Horst, Hein, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [98, Heimo, Herrmann, null, 2024-05-12 07:40:48.919, 2024-04-19 04:07:28.919, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [1, Horst, Henry, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [49, Henri, Herder, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [70, Hannah, Hartfelder, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [26, Hermann, Hardenberg, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [42, Hagen, Havenstein, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [56, Henryk, Hausmann, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [28, Harvey, Hary, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [20, Hildegard, Heinichen, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [0, Hans, Heider, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [21, Heide, Hamilton, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [87, Heida, Hamburger, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [53, Hazel, Hanisch, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [77, Heidemarie, Haller, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [8, Harry, Hary, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [7, Heidemarie, Hartfelder, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [19, Henryk, Heise, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [46, Hannelore, Heuser, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [16, Hedi, Haak, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [74, Heimo, Hettner, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [9, Hjalmar, Hense, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.927--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, Hannah, Hentschel, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [86, Hasso, Hense, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [29, Hildegard, Hendrix, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [45, Horst, Hayek, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [47, Hedi, Hennig, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [75, Hansklaus, Hamann, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [27, Hazel, Hecht, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [39, Hansj?rg, Haller, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [22, Hasso, Hense, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [55, Hakon, Hein, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [30, Hein, Heider, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [76, Hubertus, Harnack, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [34, Hanspeter, Hewitt, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, Hansklaus, Hein, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [50, Hakon, Hense, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [51, Heinz, Hawke, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [14, Hilde, Hein, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [12, Hazel, Hartenthaler, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [13, Hella, Heuser, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [44, Holde, Hache, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [83, Heyko, Hardy, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [43, Hannes, Hesse, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [90, Heinrich, Hamann, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [35, Helene, Hausner, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [92, Hannelore, Henry, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [15, Heiner, Hamilton, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [11, Harriet, Hentschel, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [94, Helen, Hanstein, null, 2024-05-12 07:40:48.918, 2024-04-19 04:07:28.918, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [3, Helma, Hettner, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [5, Henryk, Hesse, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [4, Hans, Habermann, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [66, Hugo, Haller, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [85, Helen, Hilbert, null, 2024-05-12 07:40:48.869, 2024-04-19 04:07:28.869, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [68, Hermann, Heider, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [18, Holde, Hawke, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [10, Hartwig, Hamann, null, 2024-05-12 07:40:48.866, 2024-04-19 04:07:28.866, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [23, Heinke, Hardy, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [32, Hertha, Henschel, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [33, Heide, Heuser, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [17, Holda, Hamann, null, 2024-05-12 07:40:48.867, 2024-04-19 04:07:28.867, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:08.928--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, Hein, Hecht, null, 2024-05-12 07:40:48.868, 2024-04-19 04:07:28.868, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:08.929--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.944--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(63:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:08.944--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(57:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:08.944--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(62:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:08.944--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(58:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:08.944--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(61:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:08.944--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(59:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:08.944--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57893f3b) [junit] [EL Finer]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [63, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, null, watching tv] [junit] [EL Finer]: 2024-04-30 17:54:08.944--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:08.945--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b5a471d) [junit] [EL Finest]: 2024-04-30 17:54:08.945--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6056e9b4) [junit] [EL Finest]: 2024-04-30 17:54:08.945--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50208b01) [junit] [EL Finest]: 2024-04-30 17:54:08.945--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4509f40f) [junit] [EL Finest]: 2024-04-30 17:54:08.945--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27574ba9) [junit] [EL Finest]: 2024-04-30 17:54:08.945--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e2a2f7a) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d3b93b4) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f6867d1) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@694d942) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2454d007) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5de49e5a) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7787cbcd) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6469a0be) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49f2b6ca) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aa60438) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a37d3b6) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56c73551) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@82cd68d) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6efa105a) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b8bb9a0) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@464735bf) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@475add19) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4497e084) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f3c97c9) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@608cff9e) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ab75fdc) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68fbb22) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77833456) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41833609) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d83ea1b) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16abeca6) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@232fcbb1) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5398adc9) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14992832) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d607072) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47209d16) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@438e8297) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41db1728) [junit] [EL Finest]: 2024-04-30 17:54:08.946--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ce40b4e) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@163d83db) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b3f25b) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d1b458e) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c933ede) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ffbdb79) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67fdcc3) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f815bea) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6276fcd5) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31102e84) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53a3132f) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67ea360f) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@152b4f34) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c945a20) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c3df4aa) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a4cf76c) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67196a65) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61075589) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7136d1b3) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f299321) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16a1738d) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@569c80e5) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c9a8c66) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4262a8d2) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d0c8cd0) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66b3a49c) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53e759b1) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@729bdd9d) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16d1f77d) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e207a23) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a3953b4) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48d8ab86) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e78bdea) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a3e14bf) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f159c49) [junit] [EL Finest]: 2024-04-30 17:54:08.947--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63d1751c) [junit] [EL Finest]: 2024-04-30 17:54:08.948--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42e71f6c) [junit] [EL Finest]: 2024-04-30 17:54:08.948--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a78a4f) [junit] [EL Finest]: 2024-04-30 17:54:08.948--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@746e187f) [junit] [EL Finest]: 2024-04-30 17:54:08.948--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3968e9f5) [junit] [EL Finest]: 2024-04-30 17:54:08.948--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38dab7df) [junit] [EL Finest]: 2024-04-30 17:54:08.948--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44eebd9f) [junit] [EL Finest]: 2024-04-30 17:54:08.948--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4147ec80) [junit] [EL Finest]: 2024-04-30 17:54:08.948--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@853050d) [junit] [EL Finest]: 2024-04-30 17:54:09.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64a82b3c) [junit] [EL Finest]: 2024-04-30 17:54:09.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ff49da3) [junit] [EL Finest]: 2024-04-30 17:54:09.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2fd250ed) [junit] [EL Finest]: 2024-04-30 17:54:09.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1722bd4e) [junit] [EL Finest]: 2024-04-30 17:54:09.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c80d2e0) [junit] [EL Finest]: 2024-04-30 17:54:09.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@586e39e1) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65a9e8d7) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff00e9a) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@287d5f50) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b3cc6b1) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55fd98e2) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7343135a) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ebaa3e8) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a69158a) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63730298) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3adb51f2) [junit] [EL Finest]: 2024-04-30 17:54:09.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6639aafc) [junit] [EL Finest]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--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]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [938, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [867, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [852, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [932, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [893, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [853, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [889, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [918, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [937, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [845, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [919, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [915, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [903, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [940, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [910, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [939, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [864, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [897, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [904, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [877, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [907, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [848, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [929, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [916, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [920, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [914, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.024--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [892, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [869, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [936, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [933, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [871, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [928, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [935, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [883, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [846, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [901, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [902, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [859, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [865, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [896, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [942, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [884, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [898, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [858, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [925, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [934, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [880, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [921, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [905, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [890, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [926, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [855, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [913, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [895, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [917, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [876, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [923, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [930, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [854, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [872, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [844, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [927, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [900, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [873, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [861, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [879, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [906, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [912, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [899, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [875, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [874, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [894, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [924, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [851, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [922, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [856, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.025--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [931, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [847, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [860, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [886, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [863, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [881, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [941, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [870, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [868, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [911, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [888, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [943, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [885, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [909, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [857, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [891, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [850, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [908, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [862, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [887, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [866, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [878, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [882, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [849, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Finer]: 2024-04-30 17:54:09.026--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.037--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [3, 946] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [49, 946] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [63, 946] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [67, 946] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [81, 946] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [85, 946] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [87, 946] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [23, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [27, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [29, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [35, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [41, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [45, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [51, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [75, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [79, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [83, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [93, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [95, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [99, 947] [junit] [EL Fine]: 2024-04-30 17:54:09.038--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [5, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [7, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [11, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [13, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [17, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [19, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [25, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [31, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [53, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [65, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [77, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [89, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [91, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [97, 944] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [1, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [9, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [15, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [21, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [33, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [37, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [39, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [43, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [47, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [55, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [69, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [71, 945] [junit] [EL Fine]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [73, 945] [junit] [EL Finer]: 2024-04-30 17:54:09.039--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.044--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.045--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.046--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.047--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 81] [junit] [EL Finer]: 2024-04-30 17:54:09.048--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.058--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.058--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.058--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.058--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.058--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.059--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.06--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.06--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.06--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.128--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.129--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 1] [junit] [EL Finer]: 2024-04-30 17:54:09.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.142--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.143--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 62] [junit] [EL Finer]: 2024-04-30 17:54:09.145--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.156--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.157--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.158--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.159--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.232--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 83] [junit] [EL Finer]: 2024-04-30 17:54:09.233--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.245--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.246--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.247--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [57, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [59, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [60, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [61, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [58, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])-- bind => [62, 59] [junit] [EL Finer]: 2024-04-30 17:54:09.248--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:09.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:09.264--ServerSession(454071866)--Connection(1598313147)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.266--UnitOfWork(93658513)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:09.266--UnitOfWork(93658513)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:09.267--UnitOfWork(93658513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:09.267--ClientSession(2077509736)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:09.267--UnitOfWork(93658513)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:09.267--ClientSession(2077509736)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:09.295--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 123387558 [junit] [EL Finer]: 2024-04-30 17:54:09.295--ClientSession(123387558)--Thread(Thread[main,5,main])--acquire unit of work: 2028506133 [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (64 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (65 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (66 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (67 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (68 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (69 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (70 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.295--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.296--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.296--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.296--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.296--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (949 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@52924c1c) [junit] [EL Finest]: 2024-04-30 17:54:09.296--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.296--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (950 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@249e3cb2) [junit] [EL Finest]: 2024-04-30 17:54:09.296--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.296--ServerSession(454071866)--Connection(570944415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.296--ClientSession(123387558)--Connection(570944415)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:09.296--ClientSession(123387558)--Connection(570944415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:09.296--ClientSession(123387558)--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]: 2024-04-30 17:54:09.296--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:09.296--ClientSession(123387558)--Connection(1656070511)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:09.297--ClientSession(123387558)--Connection(1656070511)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:09.297--ClientSession(123387558)--Connection(1656070511)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 951, last: 1,000 [junit] [EL Finer]: 2024-04-30 17:54:09.297--ClientSession(123387558)--Connection(1656070511)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:09.297--ServerSession(454071866)--Connection(1656070511)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:09.297--ServerSession(454071866)--Connection(570944415)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:09.297--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (951 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74e8f4a3) [junit] [EL Finest]: 2024-04-30 17:54:09.297--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.297--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (952 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1923858b) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (953 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56d2e119) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (954 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a7473b6) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (955 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10d77866) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (956 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15ddb82a) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (957 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54c659a1) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (958 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4db6794c) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (959 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66893cd4) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (960 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eedd4c7) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (961 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78809dea) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (962 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@682e7af) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (963 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29420437) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (964 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59f9a634) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (965 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@256a1f2c) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (966 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34443bb1) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (967 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d1ef2b2) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (968 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19c22d23) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (969 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c24d248) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (970 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7928e5ce) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (971 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d9033b) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (972 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@bfa9d56) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.298--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (973 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4186a8f3) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (974 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fbe3398) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (975 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34b5278f) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (976 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bfa0c62) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (977 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f4fe0de) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (978 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11e3225c) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (979 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c77f6b0) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (980 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37d57240) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (981 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@577c2d74) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (982 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f850405) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (983 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cf4ab33) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (984 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@702f939f) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (985 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@460e1763) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (986 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@315c868b) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (987 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78381ea0) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (988 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7407d953) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (989 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42046dbf) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (990 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17b9c3aa) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (991 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f4c12e3) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (992 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65cb9b18) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (993 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4436b8b) [junit] [EL Finest]: 2024-04-30 17:54:09.299--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (994 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d3e4c3a) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (995 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12aa9674) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (996 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b80dc62) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (997 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3400f5aa) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (998 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bf0208c) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (999 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5daf0cb0) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,000 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@70e1a8ab) [junit] [EL Finest]: 2024-04-30 17:54:09.3--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.3--ServerSession(454071866)--Connection(1502675467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.3--ClientSession(123387558)--Connection(1502675467)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:09.3--ClientSession(123387558)--Connection(1502675467)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:09.3--ClientSession(123387558)--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]: 2024-04-30 17:54:09.3--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:09.3--ClientSession(123387558)--Connection(2088652549)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:09.301--ClientSession(123387558)--Connection(2088652549)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:09.301--ClientSession(123387558)--Connection(2088652549)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,001, last: 1,050 [junit] [EL Finer]: 2024-04-30 17:54:09.301--ClientSession(123387558)--Connection(2088652549)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:09.301--ServerSession(454071866)--Connection(2088652549)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:09.301--ServerSession(454071866)--Connection(1502675467)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:09.301--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,001 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ffaeb8) [junit] [EL Finest]: 2024-04-30 17:54:09.301--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.301--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,002 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e432c80) [junit] [EL Finest]: 2024-04-30 17:54:09.301--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.336--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,003 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60cb502a) [junit] [EL Finest]: 2024-04-30 17:54:09.336--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.336--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,004 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59f3c17e) [junit] [EL Finest]: 2024-04-30 17:54:09.336--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,005 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79c1301b) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,006 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e11248f) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,007 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34616f67) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,008 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@735ea0a4) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,009 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ef173c) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,010 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45d7e92) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,011 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b782329) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,012 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d25ef62) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,013 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4608590d) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,014 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29ce06b0) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,015 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53d519cb) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,016 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4119a22c) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,017 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@455d5b33) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,018 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c7f3eae) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,019 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@671f67ab) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,020 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b9ba1a6) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,021 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4430fb25) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,022 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@215f2743) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,023 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de13efc) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,024 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b412e77) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.337--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,025 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48eb05e9) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,026 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10564688) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,027 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24f48ca0) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,028 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26443cdf) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,029 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3610b1b3) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,030 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14d0c3ff) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,031 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1441dc49) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,032 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13e4b8da) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,033 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@204a0e3c) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,034 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3217fef1) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,035 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28aedf6e) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,036 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eba80c9) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,037 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ef146cc) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,038 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@631ccd95) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,039 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d972b37) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,040 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77615884) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,041 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13c2b782) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,042 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16b7a00a) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,043 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12fdff78) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,044 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f2530db) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,045 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@695df41a) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.338--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,046 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4241aecb) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,047 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f3a9fc4) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,048 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@795fd310) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,049 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7fa41505) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,050 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@30dccbcc) [junit] [EL Finest]: 2024-04-30 17:54:09.339--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.339--ServerSession(454071866)--Connection(1546860945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.339--ClientSession(123387558)--Connection(1546860945)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:09.339--ClientSession(123387558)--Connection(1546860945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:09.339--ClientSession(123387558)--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]: 2024-04-30 17:54:09.339--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:09.339--ClientSession(123387558)--Connection(65012527)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:09.34--ClientSession(123387558)--Connection(65012527)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:09.34--ClientSession(123387558)--Connection(65012527)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,051, last: 1,100 [junit] [EL Finer]: 2024-04-30 17:54:09.34--ClientSession(123387558)--Connection(65012527)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:09.34--ServerSession(454071866)--Connection(65012527)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:09.34--ServerSession(454071866)--Connection(1546860945)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,051 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5bf3a6ac) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,052 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@560e6cbe) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (1,053 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5574f42b) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.341--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.342--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.343--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:09.344--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:09.345--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5574f42b) [junit] [EL Finest]: 2024-04-30 17:54:09.345--ServerSession(454071866)--Connection(2064500006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.345--ClientSession(123387558)--Connection(2064500006)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:09.345--ClientSession(123387558)--Connection(2064500006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:09.345--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5bf3a6ac) [junit] [EL Finest]: 2024-04-30 17:54:09.346--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@30dccbcc) [junit] [EL Finest]: 2024-04-30 17:54:09.346--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7fa41505) [junit] [EL Finest]: 2024-04-30 17:54:09.346--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@560e6cbe) [junit] [EL Finest]: 2024-04-30 17:54:09.346--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finer]: 2024-04-30 17:54:09.346--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.346--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.346--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1053, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.346--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1051, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.346--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1050, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.346--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1049, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.346--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1052, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:09.346--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:09.347--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@437190b6) [junit] [EL Finer]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.347--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.348--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Finer]: 2024-04-30 17:54:09.348--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ad92945) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@21e5812b) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@be67e29) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@161ffb6) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2db51c5b) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@243bc6df) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27cef2f7) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bb39957) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@464a3662) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ddcd9f1) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74dcdeec) [junit] [EL Finest]: 2024-04-30 17:54:09.349--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38b61eb3) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@782a4056) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6726245e) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35d0499b) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f69229e) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@506b8505) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2568cc21) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31716c31) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ff37588) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23d9a633) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2563d994) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e251945) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20c3f767) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5058430) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@605f023b) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a8ce6dd) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1002a151) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d04a253) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76a34504) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b5a8687) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c3f234) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2764ad8a) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@214b9b5) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18a71e25) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b03dbf) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@149afc70) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c14a432) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11732db2) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@315623e6) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70961c7b) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b47646a) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@652b77eb) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26aeeac9) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c3d3d83) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51ddc08e) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65e3f3eb) [junit] [EL Finest]: 2024-04-30 17:54:09.35--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@643b798d) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@770bdd86) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c540787) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6903fcd3) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f2c41d3) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77ea2f8a) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72c1515c) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49489489) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@496ce170) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f93f7fd) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54310ed3) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1378b7cd) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43b3e62) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d978663) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28449652) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16b6e5e) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f625021) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@497c2e59) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c74f377) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a4414bf) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fd42c99) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36aab341) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d186c57) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1110973) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b81e13c) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d60ab) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cd59de1) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fa2872b) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@473f308d) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22e0fab5) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ad0cf01) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6faea62f) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56f3a810) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f1c19d) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4de621e3) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44709ca4) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fdc624) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@739ceb17) [junit] [EL Finest]: 2024-04-30 17:54:09.351--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6846d654) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@556733e4) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6da63893) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57c09e37) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f869b0) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@240af9dc) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47d054db) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@404fb8c2) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f6b2d9e) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bd3d820) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b7cb8a0) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38934406) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3de0d61c) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@764f8707) [junit] [EL Finest]: 2024-04-30 17:54:09.352--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(68:null:swimming) [junit] [EL Finer]: 2024-04-30 17:54:09.352--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.352--ClientSession(123387558)--Connection(1733512188)--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]: 2024-04-30 17:54:09.352--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [22, Hertha, Helmig, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.352--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [82, Herma, Henschel, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.352--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [0, Helen, Hartig, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [8, Hasso, Heuser, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [38, Heike, Hemsterhuis, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [24, Hakon, Herold, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [83, Helena, Hentschel, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [95, Heimo, Hartenthaler, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [29, Holger, Haller, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [20, Hildegard, Hawke, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [36, Heide, Hardy, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [98, Holda, Hanstein, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [70, Hazel, Herder, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [50, Hazel, Habermann, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [33, Hanna, Haus Lancaster, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [86, Hieu, Hecht, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [49, Heiner, Hawke, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [55, Horst, Habermann, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [41, Heinz, Helms, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, Hedda, Hesselbarth, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [96, Hansklaus, Hardy, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, Hinrich, Herzog, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [77, Herma, Heer, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [39, Herma, Haas, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [30, Hadmar, Hardy, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [43, Heinke, Hausmann, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [5, Henrik, Halbach, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, Hilmar, Henschel, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [11, Helge, Herold, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [42, Herma, Heise, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [87, Hakon, Haak, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [3, Heidemarie, Hense, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [46, Heidi, Haas, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [9, Heinz, Hemsterhuis, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [62, Hansj?rg, Heuser, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [78, Heimo, Henschel, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [32, Harriet, Heuser, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [53, Hermine, Hildebrand, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [23, Hadmar, Hilgenfeld, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [74, Harriet, Hamann, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, Helma, Herder, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [58, Helmut, Hentschel, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [93, Hermann, Hanstein, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [48, Hadmar, Hanisch, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [84, Hella, Hanisch, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [99, Hubertus, Herrmann, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [12, Hakon, Heise, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [34, Harro, Habermann, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [51, Hendrik, Hanstein, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.353--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [40, Hakon, Heise, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [79, Heyko, Hamilton, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [45, Heidi, Haus Lancaster, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [60, Hein, Hawke, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [91, Harro, Hense, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [71, Hubert, Haus Lancaster, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [81, Heinrich, Haak, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [2, Henryk, Helms, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [15, Helena, Haas, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [80, Heiner, Hendrix, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [14, Helen, Heider, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [13, Henri, Hanstein, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [92, Hedwig, Hense, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [54, Helene, Heim, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [17, Hanna, Hesse, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [52, H?nel, Hamilton, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [31, Heimo, Henschel, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [25, Heidi, Halbach, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, Hasso, Helbig, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [4, Humphrey, Haas, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1, Hauke, Hense, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [26, Harro, Heise, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [10, H?nel, Haus Lancaster, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [57, Horst, Hewitt, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [21, Harry, Hermelink, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [44, Harro, Hackmann, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [72, Hannelore, Hilbert, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [7, Hilke, Hampe, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [85, Hilde, Hawke, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [35, Helen, Hackmann, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.354--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [61, Helma, Hilbert, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [19, Hein, Harding, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [6, Herma, Heuser, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [37, Heida, Herbst, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [27, Helga, Hense, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [94, Hasso, Heim, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [16, Hein, Harding, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [63, Hubertus, Halbach, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [28, Hildegard, Heuser, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [88, Herbert, Hamann, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [18, Heiner, Hendrix, null, 2024-05-12 07:40:49.341, 2024-04-19 04:07:29.341, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [59, Helena, Hewitt, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [90, Hertha, Hausner, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [73, Hadmar, Haller, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [47, Helmut, Hellmann, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [76, Hella, Hermann, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, Heinrich, Henning, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [89, Heida, Hache, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [56, Humphrey, Hennig, null, 2024-05-12 07:40:49.342, 2024-04-19 04:07:29.342, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [97, Heimo, Hermelink, null, 2024-05-12 07:40:49.344, 2024-04-19 04:07:29.344, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [75, Hieu, Hausner, null, 2024-05-12 07:40:49.343, 2024-04-19 04:07:29.343, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:09.441--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.463--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(69:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:09.463--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(65:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:09.463--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(64:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:09.463--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(67:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:09.463--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(70:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:09.463--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(66:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:09.463--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@bfa9d56) [junit] [EL Finer]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [70, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, null, watching tv] [junit] [EL Finer]: 2024-04-30 17:54:09.464--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5daf0cb0) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16b7a00a) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54c659a1) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13e4b8da) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78381ea0) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60cb502a) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74e8f4a3) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@52924c1c) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bf0208c) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59f3c17e) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3400f5aa) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ef146cc) [junit] [EL Finest]: 2024-04-30 17:54:09.465--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48eb05e9) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@215f2743) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12aa9674) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@249e3cb2) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d1ef2b2) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10564688) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65cb9b18) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79c1301b) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@315c868b) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34443bb1) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b412e77) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c77f6b0) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4186a8f3) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10d77866) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4430fb25) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@671f67ab) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77615884) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@631ccd95) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c24d248) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13c2b782) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24f48ca0) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@204a0e3c) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a7473b6) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4241aecb) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bfa0c62) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ffaeb8) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b782329) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59f9a634) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4608590d) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@735ea0a4) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f2530db) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56d2e119) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@695df41a) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d25ef62) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1923858b) [junit] [EL Finest]: 2024-04-30 17:54:09.466--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b9ba1a6) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34b5278f) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ef173c) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7928e5ce) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@795fd310) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f4c12e3) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19c22d23) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11e3225c) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@577c2d74) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f850405) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d9033b) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66893cd4) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37d57240) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eedd4c7) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14d0c3ff) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cf4ab33) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f4fe0de) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f3a9fc4) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@460e1763) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7407d953) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@682e7af) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4436b8b) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26443cdf) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eba80c9) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28aedf6e) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3610b1b3) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29ce06b0) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fbe3398) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12fdff78) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@702f939f) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@70e1a8ab) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e432c80) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@455d5b33) [junit] [EL Finest]: 2024-04-30 17:54:09.467--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78809dea) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29420437) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4db6794c) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45d7e92) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1441dc49) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3217fef1) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d972b37) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4119a22c) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e11248f) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b80dc62) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42046dbf) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c7f3eae) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53d519cb) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17b9c3aa) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de13efc) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15ddb82a) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d3e4c3a) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34616f67) [junit] [EL Finest]: 2024-04-30 17:54:09.468--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@256a1f2c) [junit] [EL Finest]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--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]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [972, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [999, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1042, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [957, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1032, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [987, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1003, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [951, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [949, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [998, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1004, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [997, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1037, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.468--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1025, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1022, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [995, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [950, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [967, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1026, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [992, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1005, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [986, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [966, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1024, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [979, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [973, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [955, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1021, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1019, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1040, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1038, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [969, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1041, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1027, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1033, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [954, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1046, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [976, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1001, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1011, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [964, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1013, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1008, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1044, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [953, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1045, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1012, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [952, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1020, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [975, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1009, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [970, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1048, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [991, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [968, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [978, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [981, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [982, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [971, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [959, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [980, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [960, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1030, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.469--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [983, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [977, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1047, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [985, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [988, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [962, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [993, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1028, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1036, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1035, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1029, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1014, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [974, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1043, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [984, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1000, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1002, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1017, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [961, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [963, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [958, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1010, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1031, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1034, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1039, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1016, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1006, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [996, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [989, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1018, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1015, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [990, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1023, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [956, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [994, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1007, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [965, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Finer]: 2024-04-30 17:54:09.47--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.482--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [9, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [19, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [21, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [25, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [31, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [37, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [39, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [47, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [87, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [99, 1051] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [1, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [3, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [7, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [11, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [13, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [17, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [23, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [27, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [43, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [45, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [53, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [63, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [71, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [73, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [75, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [91, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [97, 1050] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [5, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [29, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [33, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [41, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [49, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [51, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [57, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [77, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [79, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.483--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [81, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [89, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [93, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [95, 1049] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [15, 1052] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [35, 1052] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [55, 1052] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [59, 1052] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [61, 1052] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 1052] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 1052] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [83, 1052] [junit] [EL Fine]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [85, 1052] [junit] [EL Finer]: 2024-04-30 17:54:09.484--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.489--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.544--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.544--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.544--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.544--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.544--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.544--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.545--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 22] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 82] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 0] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 8] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 24] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 83] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 95] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.546--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 20] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 36] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 70] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 33] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 86] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 49] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 55] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 41] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 68] [junit] [EL Fine]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 68] [junit] [EL Finer]: 2024-04-30 17:54:09.547--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.559--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.56--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 96] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 69] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 77] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 39] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 43] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 5] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 11] [junit] [EL Fine]: 2024-04-30 17:54:09.561--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 42] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 3] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 46] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 9] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 62] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 78] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 32] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 53] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 23] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 74] [junit] [EL Fine]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 74] [junit] [EL Finer]: 2024-04-30 17:54:09.562--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.573--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.574--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.575--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 67] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 58] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 93] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 48] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 84] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 99] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 12] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 51] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 40] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.576--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 45] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 60] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.577--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 71] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 81] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 2] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 15] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 80] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 14] [junit] [EL Finer]: 2024-04-30 17:54:09.65--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.661--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.662--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 13] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 92] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 54] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 17] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.663--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 31] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 25] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 65] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 26] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 10] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 21] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 44] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 72] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 7] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.664--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 85] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 35] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 61] [junit] [EL Finer]: 2024-04-30 17:54:09.665--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.675--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.675--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.675--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.675--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.675--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.675--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.676--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 19] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 37] [junit] [EL Fine]: 2024-04-30 17:54:09.677--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 27] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 16] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 63] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 88] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 18] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 59] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 73] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 76] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.678--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 66] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 89] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [69, 97] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [64, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [67, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [65, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [68, 75] [junit] [EL Fine]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])-- bind => [66, 75] [junit] [EL Finer]: 2024-04-30 17:54:09.754--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:09.766--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:09.767--ServerSession(454071866)--Connection(2064500006)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.768--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:09.768--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:09.769--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:09.769--ClientSession(123387558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:09.769--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:09.77--ClientSession(123387558)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:09.771--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 280400983 [junit] [EL Finer]: 2024-04-30 17:54:09.771--ClientSession(280400983)--Thread(Thread[main,5,main])--acquire unit of work: 553248997 [junit] [EL Finest]: 2024-04-30 17:54:09.771--UnitOfWork(553248997)--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]: 2024-04-30 17:54:09.771--ServerSession(454071866)--Connection(1041069476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:09.771--ServerSession(454071866)--Connection(1041069476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:09.771--ServerSession(454071866)--Connection(714280646)--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]: 2024-04-30 17:54:09.774--ServerSession(454071866)--Connection(1041069476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:09.8--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 301703111 [junit] [EL Finer]: 2024-04-30 17:54:09.8--ClientSession(301703111)--Thread(Thread[main,5,main])--acquire unit of work: 1654268890 [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (71 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (72 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (73 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (74 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (75 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (76 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:09.8--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (77 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,054 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f284a7a) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,055 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0d2f6e) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,056 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@772c07f6) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,057 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c097e3) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,058 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cf6663b) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,059 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc35694) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,060 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1847e32d) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,061 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dbd1049) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,062 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62057a7b) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,063 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77e7e759) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,064 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@509e3c03) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,065 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25d45101) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,066 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ccb2162) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.801--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,067 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@245ece8d) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,068 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5818021) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,069 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25a85c9) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,070 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@372f64d1) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,071 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6557ee1f) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,072 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cdeea1c) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,073 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3afc5e83) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,074 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76b9bce1) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,075 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c44833f) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,076 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@375112a1) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,077 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f815a8e) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,078 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5464ad2b) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,079 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb181e3) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,080 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63ca44ce) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,081 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67a3713) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,082 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7706df02) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,083 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27e8e698) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,084 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16352a9f) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.802--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,085 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41a055e5) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,086 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9f7c1c) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,087 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a386b1) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,088 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ffd29e8) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,089 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c31408f) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,090 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67b5a089) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,091 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bdf24c0) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,092 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d5bfc3a) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,093 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bf8f426) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,094 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7103ba38) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,095 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@131879fc) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,096 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6150ed89) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,097 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d756c41) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,098 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@714bd7ad) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,099 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@214c97e1) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,100 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47161ae4) [junit] [EL Finest]: 2024-04-30 17:54:09.803--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.803--ServerSession(454071866)--Connection(1592665623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.803--ClientSession(301703111)--Connection(1592665623)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:09.803--ClientSession(301703111)--Connection(1592665623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:09.804--ClientSession(301703111)--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]: 2024-04-30 17:54:09.804--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:09.804--ClientSession(301703111)--Connection(467161524)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:09.804--ClientSession(301703111)--Connection(467161524)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:09.804--ClientSession(301703111)--Connection(467161524)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,101, last: 1,150 [junit] [EL Finer]: 2024-04-30 17:54:09.805--ClientSession(301703111)--Connection(467161524)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:09.805--ServerSession(454071866)--Connection(467161524)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:09.805--ServerSession(454071866)--Connection(1592665623)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,101 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71377123) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,102 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9eb378c) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,103 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@506782f4) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,104 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49588fc8) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,105 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ca941f6) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,106 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c2e56b8) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,107 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3209eb) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,108 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d99e0ea) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,109 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc9a65e) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,110 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@654ca409) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.805--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,111 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75a1841a) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,112 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@377db4f4) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,113 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b00f13) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,114 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dc9fc0) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,115 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78a45ab5) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,116 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22249b41) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,117 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23edc081) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,118 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46aa79a3) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,119 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c81f231) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,120 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a799c73) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,121 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57ddbe75) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,122 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42afb24c) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,123 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51acd052) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,124 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e04410) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,125 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d746c8f) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,126 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27684bf) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,127 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@356feae3) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,128 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@302ae89a) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,129 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ea4fa04) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,130 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1841d013) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,131 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5233090a) [junit] [EL Finest]: 2024-04-30 17:54:09.806--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,132 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35ba45ee) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,133 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cc7ed87) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,134 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a906344) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,135 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a15445) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,136 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d3e88a) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,137 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47b9622) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,138 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2dd85faa) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,139 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47312528) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,140 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f3e12fc) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,141 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72c55bf) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,142 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68e66fff) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,143 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b01fae) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,144 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b64076) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,145 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cd27d52) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,146 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37107ea0) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,147 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fb5a83) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,148 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a750d3a) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,149 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55b2cdcb) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,150 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61e35ca3) [junit] [EL Finest]: 2024-04-30 17:54:09.807--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.807--ServerSession(454071866)--Connection(681179625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.807--ClientSession(301703111)--Connection(681179625)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:09.807--ClientSession(301703111)--Connection(681179625)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:09.808--ClientSession(301703111)--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]: 2024-04-30 17:54:09.808--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:09.808--ClientSession(301703111)--Connection(1803986340)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:09.808--ClientSession(301703111)--Connection(1803986340)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:09.808--ClientSession(301703111)--Connection(1803986340)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,151, last: 1,200 [junit] [EL Finer]: 2024-04-30 17:54:09.808--ClientSession(301703111)--Connection(1803986340)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:09.809--ServerSession(454071866)--Connection(1803986340)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:09.809--ServerSession(454071866)--Connection(681179625)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,151 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a872d5e) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,152 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64342f87) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,153 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ac10d20) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,154 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@75a45239) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,155 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@58c92c02) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,156 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1d44788b) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,157 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2fdece0e) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--assign sequence to the object (1,158 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@78bc7456) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.809--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.81--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.811--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.812--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.812--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.812--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.812--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.812--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.812--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.812--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:09.858--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:09.859--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@58c92c02) [junit] [EL Finest]: 2024-04-30 17:54:09.859--ServerSession(454071866)--Connection(1251980777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:09.859--ClientSession(301703111)--Connection(1251980777)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:09.859--ClientSession(301703111)--Connection(1251980777)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:09.86--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@75a45239) [junit] [EL Finest]: 2024-04-30 17:54:09.86--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@78bc7456) [junit] [EL Finest]: 2024-04-30 17:54:09.86--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1d44788b) [junit] [EL Finest]: 2024-04-30 17:54:09.86--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2fdece0e) [junit] [EL Finest]: 2024-04-30 17:54:09.86--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finer]: 2024-04-30 17:54:09.86--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.86--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.86--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1155, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.86--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1154, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.86--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1158, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.86--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1156, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.86--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1157, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:09.86--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.861--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:09.861--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:09.862--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:09.862--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:09.862--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:09.862--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:09.862--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:09.862--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:09.862--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:09.862--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2880a58b) [junit] [EL Finer]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Finer]: 2024-04-30 17:54:09.862--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.863--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1094fb98) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b93b86b) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11cd86bd) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f00b18a) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13f6341b) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d5790ea) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e3d947d) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@127cbd8b) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5aeedcfb) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f6ef272) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@774a458c) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@790a35fd) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26566b06) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6deb050b) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bdb5380) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38b6b4fb) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b216b10) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ff9b4f2) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c48981a) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@276bba19) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45fc4c95) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d957f5a) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56e18141) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@412077c9) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67040b58) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d589727) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@146fff56) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15978cad) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c27def) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@314ba270) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a35e669) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@416374ec) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76242b2c) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d0a2a80) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d0ed7d8) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43e97462) [junit] [EL Finest]: 2024-04-30 17:54:09.864--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ee8882a) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56c8c77e) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55b678dc) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b104000) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@122a6bac) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7de09d35) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b3e2f54) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14568116) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4daf8e98) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ecd59a3) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71a69653) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48df2306) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4077b71e) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b1e93a9) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c12384a) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7837c99c) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7cf4a9fb) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d3572fb) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@728439ce) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3bc185) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7aa9b038) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f30f01e) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f8cddfc) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56b3165c) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dab9949) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74642e97) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ca260bf) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c25b58d) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@355ca6c0) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5618e97c) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@487d9291) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2485325) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dd53a93) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72ee36ab) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@192d4777) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bf17128) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c541518) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ea92986) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2646531d) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ce906f2) [junit] [EL Finest]: 2024-04-30 17:54:09.865--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6904fe7f) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c1023e1) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42e62465) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b394771) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@168cffde) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@614eceb) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485b4ef) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13b1c2f5) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8afb1bd) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67cc7aee) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d11c8fa) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@388f2d15) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b1fdcf8) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@477f3b7d) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@126606bc) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79c5a74c) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a73e6b5) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ce4b8ef) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f3b4b9e) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7caeba34) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14562e0) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@617bb321) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@747252dd) [junit] [EL Finest]: 2024-04-30 17:54:09.866--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(71:null:reading) [junit] [EL Finer]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--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]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [50, Heiko, Haas, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [61, Helge, Hartenthaler, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [4, Henrike, Hausmann, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [64, Hertha, Hampe, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [98, H?nel, Hache, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [30, Hubert, Hampe, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [14, Hazel, Herold, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [28, Heinrich, Hampe, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [38, Heidi, Hemsterhuis, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [34, Hagen, Hecht, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [57, Hauke, Haus Lancaster, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [90, Hannelore, Haller, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [52, Hannelore, Hense, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [94, Harald, Hausmann, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [79, Harry, Hermann, null, 2024-05-12 07:40:49.812, 2024-04-19 04:07:29.812, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [87, Harry, Hilgenfeld, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.866--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [56, Harvey, Harding, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [47, Harald, Heidegger, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [6, Hubert, Hanson, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [29, Hermine, Haas, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [40, Harriet, Hackmann, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [24, Helen, Hanisch, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [41, Hilda, Hermelink, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [31, Helgard, Heer, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [99, Hertha, Hardenberg, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [17, Hannelore, Helmig, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [65, Hansklaus, Hardy, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [60, Herma, Herder, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [16, Hedda, Hary, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [54, Hannes, Hildebrand, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [11, Herbert, Hamilton, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [3, Helen, Haus Lancaster, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [62, Hakan, Harnack, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [78, Heidi, Hesse, null, 2024-05-12 07:40:49.812, 2024-04-19 04:07:29.812, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [68, Hannah, Heinrich, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [82, Hedwig, Hellmann, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [32, Harald, Haus Lancaster, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [85, Hauke, Hewitt, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [22, Hartwin, Hemsterhuis, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [58, Hedwig, Heim, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [81, Hanns, Heim, null, 2024-05-12 07:40:49.812, 2024-04-19 04:07:29.812, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [15, Hartwin, Hartenthaler, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [5, Heyko, Heer, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [44, Heiner, Hardy, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [51, Hauke, Hilgenfeld, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [10, Harvey, Heise, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1, Heike, Heuser, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [66, Heyko, Harding, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [12, Hansklaus, Herold, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [97, Hauke, Hardy, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [70, Harold, Haak, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [9, Helen, Hanisch, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [46, Hannes, Hartenthaler, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [26, Hakon, Hampe, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [84, Heimo, Henning, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, Heike, Hense, null, 2024-05-12 07:40:49.812, 2024-04-19 04:07:29.812, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [53, Harry, Hildebrandt, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [59, Heidemarie, Helbig, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [92, Hedi, Haak, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, Hedda, Hampe, null, 2024-05-12 07:40:49.812, 2024-04-19 04:07:29.812, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [80, Harold, Hilgenfeld, null, 2024-05-12 07:40:49.812, 2024-04-19 04:07:29.812, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [33, Hinrich, Hawke, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [8, Helga, Haus Lancaster, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [23, Hanna, Hilbert, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [83, Hanspeter, Halbach, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, Heinrich, Hache, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.867--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [69, Helga, Hamilton, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [86, Hasso, Hanstein, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [77, Helmut, Havenstein, null, 2024-05-12 07:40:49.812, 2024-04-19 04:07:29.812, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [88, Hakon, Heim, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [25, Heimo, Hein, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [93, Heinrich, Helms, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [2, Hanspeter, Hein, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [63, Heike, Hendrix, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [18, Hansklaus, Haas, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [91, Helena, Hache, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [89, Hulda, Hettner, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [0, Henrik, Hesse, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [96, Hildegard, Hamann, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [27, Hasso, Hilbert, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [55, Hasso, Habermann, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [37, Hedda, Herrmann, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [21, Helmut, Henschel, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [49, Helen, Hegemann, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [45, Hakan, Hampe, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [39, Henri, Helbig, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [7, Heide, Hesse, null, 2024-05-12 07:40:49.809, 2024-04-19 04:07:29.809, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [20, Hansj?rg, Heinichen, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [13, Hedda, Hildebrand, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [35, Hakon, Hary, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [48, Harald, Hamilton, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [36, Hildegard, Hewitt, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, Heike, Hanson, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, Hedda, Hecht, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [67, Holde, Heise, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [43, Holde, Hackmann, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [19, Harald, Hecht, null, 2024-05-12 07:40:49.81, 2024-04-19 04:07:29.81, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [42, Helmar, Hentschel, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [95, Heyko, Hense, null, 2024-05-12 07:40:49.858, 2024-04-19 04:07:29.858, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, Helma, Hampe, null, 2024-05-12 07:40:49.811, 2024-04-19 04:07:29.811, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:09.868--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.89--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(75:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:09.89--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(77:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:09.89--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(76:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:09.89--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(73:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:09.89--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(72:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:09.89--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(74:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:09.89--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63ca44ce) [junit] [EL Finer]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [77, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, null, cleaning the house] [junit] [EL Finer]: 2024-04-30 17:54:09.89--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc9a65e) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b00f13) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46aa79a3) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62057a7b) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77e7e759) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fb5a83) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f3e12fc) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cc7ed87) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61e35ca3) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@654ca409) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25d45101) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc35694) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5464ad2b) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@506782f4) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41a055e5) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cdeea1c) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d99e0ea) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e04410) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bdf24c0) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3209eb) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51acd052) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27e8e698) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6150ed89) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76b9bce1) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9f7c1c) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7103ba38) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@131879fc) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@509e3c03) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47312528) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c81f231) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c097e3) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb181e3) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47161ae4) [junit] [EL Finest]: 2024-04-30 17:54:09.892--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a15445) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ccb2162) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75a1841a) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f815a8e) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c2e56b8) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b64076) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9eb378c) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a386b1) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68e66fff) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d746c8f) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67a3713) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@772c07f6) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b01fae) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@714bd7ad) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7706df02) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a750d3a) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0d2f6e) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@377db4f4) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49588fc8) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2dd85faa) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5818021) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ffd29e8) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a799c73) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57ddbe75) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78a45ab5) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@356feae3) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ac10d20) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64342f87) [junit] [EL Finest]: 2024-04-30 17:54:09.893--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@214c97e1) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23edc081) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c44833f) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@375112a1) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cd27d52) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d5bfc3a) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1847e32d) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@372f64d1) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f284a7a) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dbd1049) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a906344) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c31408f) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25a85c9) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d756c41) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1841d013) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d3e88a) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bf8f426) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16352a9f) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47b9622) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6557ee1f) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37107ea0) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71377123) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ca941f6) [junit] [EL Finest]: 2024-04-30 17:54:09.962--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3afc5e83) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72c55bf) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5233090a) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35ba45ee) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@302ae89a) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27684bf) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67b5a089) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cf6663b) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dc9fc0) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ea4fa04) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55b2cdcb) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a872d5e) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22249b41) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42afb24c) [junit] [EL Finest]: 2024-04-30 17:54:09.963--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@245ece8d) [junit] [EL Finest]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--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]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1080, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1109, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1113, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1118, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1062, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1063, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1147, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1140, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1133, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1150, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1110, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1065, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1059, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1078, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1103, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1085, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1072, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1108, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1124, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1091, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1107, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1123, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1083, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.963--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1096, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1074, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1086, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1094, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1095, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1064, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1139, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1119, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1057, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1079, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1100, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1135, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1066, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1111, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1077, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1106, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1144, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1102, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1087, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1142, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1125, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1081, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1056, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1143, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1098, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1082, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1148, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1055, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1112, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1104, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1138, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1068, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1088, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1120, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1121, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1115, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1127, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1153, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1152, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1099, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1117, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1075, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1076, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1145, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1092, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1060, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1070, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1054, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1061, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1134, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1089, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1069, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1097, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1130, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1136, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1093, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.964--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1084, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1137, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1071, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1146, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1101, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1105, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1073, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1141, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1131, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1132, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1128, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1126, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1090, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1058, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1114, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1129, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1149, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1151, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1116, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1122, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1067, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2024-04-30 17:54:09.965--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.98--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [5, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [25, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [31, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [35, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [43, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [61, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [67, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [69, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [85, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [93, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [97, 1155] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [11, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [15, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [17, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [21, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [23, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [29, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [37, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [51, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [63, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [79, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [89, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [91, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [99, 1154] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [13, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [19, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [27, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [33, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [49, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [53, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [55, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [57, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [59, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [77, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [83, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [87, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [95, 1156] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [1, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [3, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [7, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [9, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [39, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [41, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [45, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [47, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [65, 1157] [junit] [EL Fine]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [81, 1157] [junit] [EL Finer]: 2024-04-30 17:54:09.981--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.988--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.989--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 50] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 61] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 4] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 64] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 98] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 30] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 14] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 28] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 38] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 34] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.99--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 57] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 90] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 52] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 94] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 79] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 87] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 56] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 47] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 6] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 29] [junit] [EL Fine]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 29] [junit] [EL Finer]: 2024-04-30 17:54:09.991--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.005--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.005--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.005--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.005--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.005--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.006--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.007--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.007--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.007--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.007--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.007--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.066--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.067--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.068--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 58] [junit] [EL Finer]: 2024-04-30 17:54:10.069--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.08--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.081--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.082--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.083--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.084--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 76] [junit] [EL Fine]: 2024-04-30 17:54:10.084--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 76] [junit] [EL Fine]: 2024-04-30 17:54:10.084--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 76] [junit] [EL Fine]: 2024-04-30 17:54:10.084--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 76] [junit] [EL Fine]: 2024-04-30 17:54:10.084--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 76] [junit] [EL Finer]: 2024-04-30 17:54:10.084--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.094--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.094--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.094--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.095--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.096--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.097--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.098--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.098--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.098--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.098--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 27] [junit] [EL Finer]: 2024-04-30 17:54:10.171--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.183--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.183--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.183--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.184--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.185--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.186--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [72, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [76, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [71, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [75, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [74, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])-- bind => [73, 74] [junit] [EL Finer]: 2024-04-30 17:54:10.187--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:10.198--ClientSession(301703111)--Connection(1268705856)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:10.199--ServerSession(454071866)--Connection(1251980777)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:10.201--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:10.201--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:10.202--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:10.202--ClientSession(301703111)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:10.202--UnitOfWork(1654268890)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:10.202--ClientSession(301703111)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:10.203--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1492742127 [junit] [EL Finer]: 2024-04-30 17:54:10.203--ClientSession(1492742127)--Thread(Thread[main,5,main])--acquire unit of work: 1190697059 [junit] [EL Finest]: 2024-04-30 17:54:10.203--UnitOfWork(1190697059)--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]: 2024-04-30 17:54:10.203--ServerSession(454071866)--Connection(176950381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:10.203--ServerSession(454071866)--Connection(176950381)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:10.203--ServerSession(454071866)--Connection(548454569)--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]: 2024-04-30 17:54:10.204--ServerSession(454071866)--Connection(176950381)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:10.23--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2097824680 [junit] [EL Finer]: 2024-04-30 17:54:10.23--ClientSession(2097824680)--Thread(Thread[main,5,main])--acquire unit of work: 1687989795 [junit] [EL Finest]: 2024-04-30 17:54:10.23--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.23--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (78 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:10.23--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.23--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (79 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (80 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (81 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (82 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (83 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (84 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,159 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b09274) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,160 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@435b1b38) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,161 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@291853ab) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,162 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2abbc8ae) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,163 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@299bdcbf) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,164 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3282806f) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,165 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@596c189f) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.231--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,166 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d6645a4) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,167 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aef1a93) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,168 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cc87859) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,169 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45d93fbf) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,170 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8d09c5) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,171 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7814ab85) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,172 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47211e6e) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,173 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b09f5f2) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,174 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79781e77) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,175 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24edca5e) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,176 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b7072c3) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,177 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fd2bc3a) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,178 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56609c11) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,179 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c9513b9) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,180 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@749b9c82) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,181 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e52dd47) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,182 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c804888) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,183 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@683c907a) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,184 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@406b7e73) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,185 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@584b3bdc) [junit] [EL Finest]: 2024-04-30 17:54:10.232--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,186 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d1fc55) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,187 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a6203b5) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,188 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11617c6c) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,189 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10f52047) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,190 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@194f5558) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,191 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32a826f) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,192 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19321c7a) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,193 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20fce003) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,194 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@437a84d1) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,195 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14145f2b) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,196 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dcc501f) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,197 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a77475d) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,198 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d3c0cce) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,199 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7be7ff45) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,200 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@454048e) [junit] [EL Finest]: 2024-04-30 17:54:10.233--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.233--ServerSession(454071866)--Connection(1225706699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:10.233--ClientSession(2097824680)--Connection(1225706699)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:10.233--ClientSession(2097824680)--Connection(1225706699)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:10.234--ClientSession(2097824680)--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]: 2024-04-30 17:54:10.234--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:10.234--ClientSession(2097824680)--Connection(232198008)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:10.234--ClientSession(2097824680)--Connection(232198008)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:10.234--ClientSession(2097824680)--Connection(232198008)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,201, last: 1,250 [junit] [EL Finer]: 2024-04-30 17:54:10.234--ClientSession(2097824680)--Connection(232198008)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:10.235--ServerSession(454071866)--Connection(232198008)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:10.235--ServerSession(454071866)--Connection(1225706699)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,201 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6479e6f6) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,202 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3db1ebbb) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,203 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8289fba) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,204 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39cb865d) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,205 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ba28d1b) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,206 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397c53e7) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,207 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7565ce3d) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,208 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@107947a2) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,209 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@facdae3) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,210 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5494539a) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,211 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f5b7b13) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,212 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55c5690d) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,213 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cd7ca94) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,214 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4aa95617) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,215 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efe2fb2) [junit] [EL Finest]: 2024-04-30 17:54:10.235--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.236--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,216 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@608da061) [junit] [EL Finest]: 2024-04-30 17:54:10.236--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,217 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@620c558e) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,218 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6295be36) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,219 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@df98e69) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,220 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fab91f) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,221 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@da3cab) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,222 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f714688) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,223 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eba03c9) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,224 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5d7140) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,225 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a3331e4) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,226 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fb3632c) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.275--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,227 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11c98558) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,228 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@212e3150) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,229 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32818880) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,230 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66ff37ff) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,231 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bc19d3d) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,232 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb59fa4) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,233 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55cedfda) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,234 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a114a53) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,235 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d8e1e59) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,236 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a01f6f3) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,237 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1992ce66) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,238 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59114cd5) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,239 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54e0ed78) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,240 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61632f79) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,241 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e8d2ccd) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,242 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d29a22d) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,243 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e7103dd) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,244 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1691e18d) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,245 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fd4cd6) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,246 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61b5ac0e) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,247 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc340e) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,248 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eb830fd) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.276--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,249 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65585400) [junit] [EL Finest]: 2024-04-30 17:54:10.277--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.277--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,250 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29c15179) [junit] [EL Finest]: 2024-04-30 17:54:10.277--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.277--ServerSession(454071866)--Connection(274457305)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:10.277--ClientSession(2097824680)--Connection(274457305)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:10.277--ClientSession(2097824680)--Connection(274457305)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:10.277--ClientSession(2097824680)--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]: 2024-04-30 17:54:10.277--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:10.277--ClientSession(2097824680)--Connection(923032710)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:10.277--ClientSession(2097824680)--Connection(923032710)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:10.278--ClientSession(2097824680)--Connection(923032710)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,251, last: 1,300 [junit] [EL Finer]: 2024-04-30 17:54:10.278--ClientSession(2097824680)--Connection(923032710)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:10.278--ServerSession(454071866)--Connection(923032710)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:10.278--ServerSession(454071866)--Connection(274457305)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,251 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fbb0c0b) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,252 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c2373c3) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,253 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d6e6ad) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,254 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@218f65a8) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,255 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a07d669) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,256 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d6d0581) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,257 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13e0770f) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,258 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4998e2fe) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,259 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5d38c13a) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.278--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,260 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@48ec8611) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,261 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5824c80c) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,262 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@56255ee4) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--assign sequence to the object (1,263 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4d8f640b) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.279--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.28--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.281--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.281--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.281--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.281--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.281--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.281--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.281--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.285--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:10.286--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:10.287--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@48ec8611) [junit] [EL Finest]: 2024-04-30 17:54:10.287--ServerSession(454071866)--Connection(1182970984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1182970984)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1182970984)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:10.287--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@56255ee4) [junit] [EL Finest]: 2024-04-30 17:54:10.287--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5824c80c) [junit] [EL Finest]: 2024-04-30 17:54:10.287--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4d8f640b) [junit] [EL Finest]: 2024-04-30 17:54:10.287--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5d38c13a) [junit] [EL Finest]: 2024-04-30 17:54:10.287--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finer]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1260, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1262, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1261, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1263, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1259, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:10.287--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:10.288--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@296695a) [junit] [EL Finer]: 2024-04-30 17:54:10.288--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.288--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.288--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Finer]: 2024-04-30 17:54:10.289--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1538ca32) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@347ad50c) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@497133e2) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76f0ea2) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d8904f8) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cbfca27) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7783661c) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@281a39d8) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40dc88ca) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b2f23e4) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@662468cb) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7308ed03) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78493c50) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70e9af2b) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69c51a7b) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54543feb) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73551c5e) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54a336d8) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@abf4b39) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c37aed7) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b23a07f) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62b6d9e7) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63cbd058) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17937b11) [junit] [EL Finest]: 2024-04-30 17:54:10.29--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64eda459) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c0293a) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@263ecd4b) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75c5deb2) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ee59636) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c78bb9a) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@297b13d6) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32124a62) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e65946d) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7763726c) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@523942d6) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a4b968d) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3663806a) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@641f5513) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4021890a) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@765eb017) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@418012d4) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d27716d) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29f94b59) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6933f579) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34e79514) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e4f979f) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61ffbfa5) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@494cd08e) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88dfbc0) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22c1aad0) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@121bacf4) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ea44e17) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@571ae6d5) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d57ba2a) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f9d5896) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2937d3e) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a38d658) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@531b77d) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a0ebb10) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@628be4f6) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f7d5b8a) [junit] [EL Finest]: 2024-04-30 17:54:10.291--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@581ad69b) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3fdabaf6) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@697b20d5) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cb9d3e8) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ca6ffa9) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3132e390) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e2d085c) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@594b41df) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3baeb38d) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c5c560a) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f808de8) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23735bb5) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b07b2f1) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@709b21e0) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33426d05) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37c60737) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@787493c1) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54ad9f72) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2954dc9e) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f56cd4f) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7cec3369) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3cf48234) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d9c7ce4) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@172741cc) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@eb3b9fe) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@761a8ca1) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35bb3c7c) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15c55ab5) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@626f0377) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fb8fa44) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a348e99) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12c1090) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d461df7) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@727d51a) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b5b8a39) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ffa7938) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a50f04f) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40109ce2) [junit] [EL Finest]: 2024-04-30 17:54:10.292--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(78:null:reading) [junit] [EL Finer]: 2024-04-30 17:54:10.292--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.292--ClientSession(2097824680)--Connection(1582981655)--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]: 2024-04-30 17:54:10.292--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [46, Heike, Herbst, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [91, Hans, Hanstein, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [24, Helgard, Hardenberg, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [23, Helmar, Habermann, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [49, Hilda, Herold, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [13, Hagen, Hanstein, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [95, Heiko, Hennig, null, 2024-05-12 07:40:50.286, 2024-04-19 04:07:30.286, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [43, Hazel, Heer, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [4, Hadmar, Heim, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [21, Heiko, Hecht, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [77, Harvey, Hardenberg, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [18, Hilarius, Hamilton, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [64, Heidi, Hemsterhuis, null, 2024-05-12 07:40:50.281, 2024-04-19 04:07:30.281, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, Hermann, Heise, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [86, Hakan, Hegemann, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [11, Heiko, Heer, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [56, Harro, Heinrich, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [31, Helge, Helmig, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [72, Hugo, Hense, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, Harry, Herold, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [7, Heyko, Hawke, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, Heinrich, Henning, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [54, Holger, Herder, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1, Hella, Hense, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [47, Hildegard, Herold, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [27, Herma, Hamburger, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [73, Harriet, Herzog, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [19, Hein, Hartig, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [53, Helena, Hartig, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [33, Hartwin, Hamann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [58, Helen, Hildebrand, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [9, Hilarius, Habermann, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [60, Helena, Henry, null, 2024-05-12 07:40:50.281, 2024-04-19 04:07:30.281, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [12, Heida, Heider, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [40, Henri, Heer, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [26, Helmar, Hildebrand, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [48, Heike, Hartenthaler, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [99, Heike, Herrmann, null, 2024-05-12 07:40:50.286, 2024-04-19 04:07:30.286, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [69, Heike, Hentschel, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [76, Hauke, Hawke, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [16, Hedda, Hartfelder, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [90, Henryk, Hesselbarth, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [32, Heinz, Hegemann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, Hanspeter, Havenstein, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [29, Hinrich, Heinichen, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [98, Hansklaus, Heuser, null, 2024-05-12 07:40:50.286, 2024-04-19 04:07:30.286, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [66, Hieu, Henschel, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.293--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [0, Helma, Hewitt, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [2, Hannah, Herder, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, Henrik, Heidegger, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [52, Helena, Haus Lancaster, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [87, Henrike, Hewitt, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [55, Hartwig, Heinrich, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [71, Helga, Herzog, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [68, Harriet, Hermelink, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [22, Helena, Helmig, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [35, Hedda, Hewitt, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [70, Helmut, Hary, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [28, Hildegard, Hennig, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [75, Harald, Hendrix, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [93, Hakan, Hewitt, null, 2024-05-12 07:40:50.286, 2024-04-19 04:07:30.286, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [92, Herbert, Hayek, null, 2024-05-12 07:40:50.286, 2024-04-19 04:07:30.286, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [17, Hakan, Harnack, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [62, Harro, Hellmann, null, 2024-05-12 07:40:50.281, 2024-04-19 04:07:30.281, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, Hazel, Hackmann, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [8, Hieronymus, Hache, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [51, Hubert, Heinichen, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [59, Hannes, Helbig, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [94, Hartmut, Hanstein, null, 2024-05-12 07:40:50.286, 2024-04-19 04:07:30.286, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [38, Hermine, Hackmann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [34, Hilmar, Herzog, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [65, Hieu, Hanson, null, 2024-05-12 07:40:50.281, 2024-04-19 04:07:30.281, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [88, Hannes, Hemsterhuis, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [6, Heribert, Hendrix, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [63, Heidemarie, Helms, null, 2024-05-12 07:40:50.281, 2024-04-19 04:07:30.281, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [37, Hella, Herrmann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [41, Helge, Hellmann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [5, Hertha, Hildebrand, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [61, Holda, Hennig, null, 2024-05-12 07:40:50.281, 2024-04-19 04:07:30.281, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [57, Hans, Herrmann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [74, Hermann, Havenstein, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [30, Hieronymus, Hein, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [44, Hubert, Hanson, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [96, Hakon, Hegemann, null, 2024-05-12 07:40:50.286, 2024-04-19 04:07:30.286, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [50, Harriet, Heinichen, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [89, Hartwin, Heim, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [97, Hinrich, Hamann, null, 2024-05-12 07:40:50.286, 2024-04-19 04:07:30.286, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [84, Hagen, Helmig, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [85, Holda, Hesselbarth, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [15, Heidemarie, Hartfelder, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [25, Hauke, Hausmann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [45, Heribert, Hackmann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [14, Harvey, Hache, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [36, Heinz, Herrmann, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [67, Helga, Herzog, null, 2024-05-12 07:40:50.285, 2024-04-19 04:07:30.285, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [42, Helena, Harding, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [20, Hedda, Henschel, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [39, Hubertus, Helbig, null, 2024-05-12 07:40:50.28, 2024-04-19 04:07:30.28, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [10, Hannelore, Hermann, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.294--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [3, Hubertus, Hartenthaler, null, 2024-05-12 07:40:50.279, 2024-04-19 04:07:30.279, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:10.38--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.396--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(82:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:10.396--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(81:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:10.396--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(83:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:10.396--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(84:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:10.396--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(80:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:10.396--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(79:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:10.396--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19321c7a) [junit] [EL Finer]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, null, reading] [junit] [EL Fine]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [84, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, null, cooking] [junit] [EL Finer]: 2024-04-30 17:54:10.396--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.397--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c9513b9) [junit] [EL Finest]: 2024-04-30 17:54:10.397--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54e0ed78) [junit] [EL Finest]: 2024-04-30 17:54:10.397--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ba28d1b) [junit] [EL Finest]: 2024-04-30 17:54:10.397--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32818880) [junit] [EL Finest]: 2024-04-30 17:54:10.397--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fbb0c0b) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@437a84d1) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dcc501f) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1691e18d) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bc19d3d) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10f52047) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79781e77) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@df98e69) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a6203b5) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@584b3bdc) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66ff37ff) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@da3cab) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a01f6f3) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a3331e4) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c2373c3) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@218f65a8) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@608da061) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@299bdcbf) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7814ab85) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@291853ab) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4aa95617) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efe2fb2) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d1fc55) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@facdae3) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e8d2ccd) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3282806f) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c804888) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f714688) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d29a22d) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@406b7e73) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d6645a4) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d6e6ad) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eba03c9) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fb3632c) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@749b9c82) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24edca5e) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2abbc8ae) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45d93fbf) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@435b1b38) [junit] [EL Finest]: 2024-04-30 17:54:10.398--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e7103dd) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14145f2b) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6479e6f6) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aef1a93) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a07d669) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8d09c5) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@596c189f) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3db1ebbb) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b09f5f2) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fd2bc3a) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@212e3150) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56609c11) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61b5ac0e) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6295be36) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d6d0581) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fab91f) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b09274) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e52dd47) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5d7140) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cc87859) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1992ce66) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59114cd5) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47211e6e) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8289fba) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7be7ff45) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@620c558e) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11617c6c) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55c5690d) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20fce003) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32a826f) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f5b7b13) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d8e1e59) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65585400) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61632f79) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29c15179) [junit] [EL Finest]: 2024-04-30 17:54:10.399--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397c53e7) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b7072c3) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cd7ca94) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7565ce3d) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@683c907a) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb59fa4) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39cb865d) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11c98558) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13e0770f) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d3c0cce) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eb830fd) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a77475d) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4998e2fe) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a114a53) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@454048e) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@107947a2) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fd4cd6) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc340e) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@194f5558) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5494539a) [junit] [EL Finest]: 2024-04-30 17:54:10.4--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55cedfda) [junit] [EL Finest]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--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]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1192, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1179, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1239, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1205, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1229, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1251, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1194, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1196, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1244, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1231, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1189, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1174, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1219, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.4--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1187, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1185, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1230, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1221, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1236, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1225, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1252, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1254, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1216, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1163, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1171, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1161, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1214, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1215, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1186, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1209, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1241, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1164, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1182, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1222, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1242, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1184, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1166, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1253, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1223, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1226, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1180, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1175, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1162, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1169, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1160, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1243, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1195, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1201, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1167, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1255, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1170, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1165, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1202, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1173, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1177, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1228, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1178, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1246, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1218, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1256, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1220, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1159, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1181, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1224, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1168, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1237, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1238, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1172, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1203, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.401--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1199, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1217, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1188, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1212, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1193, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1191, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1211, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1235, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1249, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1240, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1250, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1206, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1176, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1213, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1207, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1183, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1232, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1204, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1227, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1257, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1198, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1248, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1197, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1258, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1234, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1200, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1208, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1245, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1247, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1190, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1210, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1233, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2024-04-30 17:54:10.402--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.412--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.413--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [21, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [23, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [25, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [39, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [41, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [43, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [49, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [63, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [65, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [73, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [77, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [89, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [97, 1260] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [3, 1262] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [5, 1262] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [15, 1262] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [29, 1262] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [53, 1262] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [57, 1262] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 1262] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [1, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [17, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [27, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [51, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [55, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [67, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [69, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [75, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [85, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [91, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [93, 1261] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [7, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [9, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [11, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [13, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [19, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [31, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [33, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [35, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [37, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [45, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [47, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [59, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [61, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [71, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [87, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [95, 1259] [junit] [EL Fine]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [99, 1259] [junit] [EL Finer]: 2024-04-30 17:54:10.414--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.419--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.42--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.42--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.42--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.42--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.42--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.483--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 46] [junit] [EL Fine]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.484--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 24] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 13] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 95] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 21] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 77] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 18] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 64] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 64] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 64] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 64] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 64] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.485--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 78] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 86] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 11] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 56] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 56] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 56] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 56] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 56] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 31] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 81] [junit] [EL Fine]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 81] [junit] [EL Finer]: 2024-04-30 17:54:10.486--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.497--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.498--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 7] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 82] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 47] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 47] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 47] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 47] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 47] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 27] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 73] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 19] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 53] [junit] [EL Fine]: 2024-04-30 17:54:10.499--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 33] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 58] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 9] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 60] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 12] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 40] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 26] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 48] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 99] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.5--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.501--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.501--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.501--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 76] [junit] [EL Fine]: 2024-04-30 17:54:10.501--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 76] [junit] [EL Fine]: 2024-04-30 17:54:10.501--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 76] [junit] [EL Fine]: 2024-04-30 17:54:10.501--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 76] [junit] [EL Fine]: 2024-04-30 17:54:10.501--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 76] [junit] [EL Finer]: 2024-04-30 17:54:10.501--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.512--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.513--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 90] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 90] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 90] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 90] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 90] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 32] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 83] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 29] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 29] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 29] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 29] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 29] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 0] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 2] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 52] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 52] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 52] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 52] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 52] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 87] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 87] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 87] [junit] [EL Fine]: 2024-04-30 17:54:10.514--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 87] [junit] [EL Fine]: 2024-04-30 17:54:10.515--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 87] [junit] [EL Fine]: 2024-04-30 17:54:10.515--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.515--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.515--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 55] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 71] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 22] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 35] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 28] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 28] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 28] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 28] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 28] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 75] [junit] [EL Fine]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 75] [junit] [EL Finer]: 2024-04-30 17:54:10.589--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.6--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.601--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 93] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 92] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 80] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 8] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 51] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 59] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.602--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 38] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 38] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 38] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 38] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 38] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 34] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 34] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 34] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 34] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 34] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 88] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 6] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 6] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 6] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 6] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 6] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 37] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 41] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 5] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 61] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 61] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 61] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 61] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 61] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 57] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 57] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 57] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 57] [junit] [EL Fine]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 57] [junit] [EL Finer]: 2024-04-30 17:54:10.603--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.614--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.615--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 74] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 44] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 96] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 50] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 50] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 50] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 50] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 50] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 89] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 97] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 84] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.616--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 85] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 15] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 25] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 45] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 14] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 14] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 14] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 14] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 14] [junit] [EL Fine]: 2024-04-30 17:54:10.617--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 36] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 67] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.692--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 39] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [79, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 10] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [80, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [81, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [83, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [78, 3] [junit] [EL Fine]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])-- bind => [82, 3] [junit] [EL Finer]: 2024-04-30 17:54:10.693--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:10.704--ClientSession(2097824680)--Connection(1582981655)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:10.705--ServerSession(454071866)--Connection(1182970984)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:10.707--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:10.707--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:10.708--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:10.708--ClientSession(2097824680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:10.708--UnitOfWork(1687989795)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:10.708--ClientSession(2097824680)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:10.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1128386201 [junit] [EL Finer]: 2024-04-30 17:54:10.709--ClientSession(1128386201)--Thread(Thread[main,5,main])--acquire unit of work: 282508229 [junit] [EL Finest]: 2024-04-30 17:54:10.709--UnitOfWork(282508229)--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]: 2024-04-30 17:54:10.709--ServerSession(454071866)--Connection(534113171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:10.709--ServerSession(454071866)--Connection(534113171)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:10.709--ServerSession(454071866)--Connection(358985663)--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]: 2024-04-30 17:54:10.709--ServerSession(454071866)--Connection(534113171)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:10.734--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1974054358 [junit] [EL Finer]: 2024-04-30 17:54:10.734--ClientSession(1974054358)--Thread(Thread[main,5,main])--acquire unit of work: 1106523137 [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (85 -> null:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (86 -> null:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (87 -> null:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (88 -> null:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (89 -> null:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (90 -> null:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (91 -> null:null:stamps) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.734--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,264 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72f9675d) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,265 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@983f21e) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,266 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ed6d23e) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,267 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73128b3a) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,268 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ae8c98a) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,269 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c6dd1cb) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,270 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54a2af5a) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,271 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@330eb5af) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,272 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fa69edd) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,273 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@df7e36b) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,274 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c6e45f0) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,275 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a0b221f) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,276 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d015f5) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,277 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@338e421f) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,278 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@df1d05b) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,279 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e390020) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,280 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fc7c9af) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,281 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e98f6f2) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,282 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1de88e72) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,283 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b46b5ef) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,284 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a2d9f99) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,285 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33dbdb48) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,286 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a19485f) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.735--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,287 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@544e713e) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,288 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5299fd79) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,289 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ff56df9) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,290 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f8e81e8) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,291 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386ec4a6) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,292 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@258184e7) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,293 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@318faf0b) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,294 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a65e913) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,295 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14605d0d) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,296 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d6f45da) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,297 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71d4528b) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,298 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48c10d3) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,299 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1212bd7a) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,300 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55947b77) [junit] [EL Finest]: 2024-04-30 17:54:10.736--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.736--ServerSession(454071866)--Connection(1651096015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:10.736--ClientSession(1974054358)--Connection(1651096015)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:10.736--ClientSession(1974054358)--Connection(1651096015)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:10.736--ClientSession(1974054358)--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]: 2024-04-30 17:54:10.736--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:10.736--ClientSession(1974054358)--Connection(1704407445)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:10.737--ClientSession(1974054358)--Connection(1704407445)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:10.737--ClientSession(1974054358)--Connection(1704407445)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,301, last: 1,350 [junit] [EL Finer]: 2024-04-30 17:54:10.737--ClientSession(1974054358)--Connection(1704407445)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:10.737--ServerSession(454071866)--Connection(1704407445)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:10.737--ServerSession(454071866)--Connection(1651096015)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,301 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6873b44) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,302 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@344862e) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,303 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f03144a) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,304 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39471400) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,305 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@726dcf2c) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.737--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,306 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55bf52b9) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,307 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12d9bd00) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,308 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13bf5c4f) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,309 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f37e5bb) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,310 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b2447e) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,311 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fdcccd5) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,312 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1668ba45) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,313 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26428f0e) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,314 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1461be0c) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,315 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d426231) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,316 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e2b5b4e) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,317 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ca3957a) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,318 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@752bc73c) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,319 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6be66042) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,320 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f13b75b) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,321 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1febf786) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,322 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3452d160) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,323 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cee43d8) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,324 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eb58871) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,325 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e220be6) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,326 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c590893) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,327 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62b76443) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,328 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50738e64) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,329 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e40d2b7) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,330 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a694c7c) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,331 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73a5b00e) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,332 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fe900b0) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.738--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,333 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27a4a890) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,334 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@474e0ab4) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,335 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19b5f793) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,336 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6eae9895) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,337 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c4c4df8) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,338 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5be0e16f) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,339 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d5f8cef) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,340 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77afcbe1) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,341 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79026b61) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,342 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25b506b7) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,343 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@349cde1a) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,344 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d65fbab) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,345 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57d6d605) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,346 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a5be2f6) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,347 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8658ba9) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,348 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a4f91ad) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,349 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc81a1f) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,350 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e010bc2) [junit] [EL Finest]: 2024-04-30 17:54:10.739--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.739--ServerSession(454071866)--Connection(1010421631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:10.739--ClientSession(1974054358)--Connection(1010421631)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:10.739--ClientSession(1974054358)--Connection(1010421631)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:10.739--ClientSession(1974054358)--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]: 2024-04-30 17:54:10.739--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:10.739--ClientSession(1974054358)--Connection(119157253)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2024-04-30 17:54:10.74--ClientSession(1974054358)--Connection(119157253)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2024-04-30 17:54:10.74--ClientSession(1974054358)--Connection(119157253)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,351, last: 1,400 [junit] [EL Finer]: 2024-04-30 17:54:10.74--ClientSession(1974054358)--Connection(119157253)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:10.74--ServerSession(454071866)--Connection(119157253)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:10.74--ServerSession(454071866)--Connection(1010421631)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,351 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a1def68) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,352 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3650cc1a) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,353 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@600c5acf) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,354 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a64ca7f) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,355 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b4be42c) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,356 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bcbc143) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,357 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@799326d7) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.74--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,358 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55082ca8) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,359 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4176d8a1) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,360 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6412d815) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,361 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@457efde) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,362 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10aefe90) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,363 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@676a9ff4) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,364 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@154a317c) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,365 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2e581514) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,366 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@49652431) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,367 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7ac397d6) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (1,368 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3ec69823) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.741--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.742--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.743--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.796--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.796--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.796--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.796--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.796--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.796--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.796--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.796--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:10.797--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:10.798--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@154a317c) [junit] [EL Finest]: 2024-04-30 17:54:10.798--ServerSession(454071866)--Connection(1272825712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(1272825712)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(1272825712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:10.798--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2e581514) [junit] [EL Finest]: 2024-04-30 17:54:10.798--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7ac397d6) [junit] [EL Finest]: 2024-04-30 17:54:10.798--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@49652431) [junit] [EL Finest]: 2024-04-30 17:54:10.798--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3ec69823) [junit] [EL Finest]: 2024-04-30 17:54:10.798--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finer]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1364, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1365, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1367, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1366, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1368, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2024-04-30 17:54:10.798--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.799--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:10.799--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2024-04-30 17:54:10.8--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:10.8--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:10.8--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2024-04-30 17:54:10.8--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2024-04-30 17:54:10.8--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2024-04-30 17:54:10.8--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2024-04-30 17:54:10.8--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:10.8--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a7ae1a5) [junit] [EL Finer]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Finer]: 2024-04-30 17:54:10.8--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d437aa) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@414d7b34) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e264875) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@480318c2) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47a20fab) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c64febb) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e67bf2a) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@460fd904) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@622828ce) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6471020c) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f2ab742) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d496009) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31edcf2f) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28860097) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a9e4177) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e2c2452) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d1f9d8b) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@777d1e06) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fbd42bb) [junit] [EL Finest]: 2024-04-30 17:54:10.801--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58095469) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7cfe750a) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ad31999) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c84fdaa) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c290b82) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43c1a2e) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13bf8a36) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@323fdbf0) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ca95820) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@797fb582) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485ca712) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ceb78cc) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@afe95ab) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40ba320f) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54c497f2) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37f3a34b) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@556c126f) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3930db96) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25e085d7) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b6af917) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32bd65d8) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a33530e) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c732d09) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5772a790) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d0cd8c) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16a7b925) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a767290) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74ca0511) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24512b66) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40b30d8b) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3035ded6) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330e399a) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6534b9e6) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53348b2d) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@543ceded) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@777ebf6b) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@409321ee) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48698a4) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@388c886) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3505bbbc) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56677422) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@273f247c) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58e83131) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@348792e3) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7eb45060) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d8ec941) [junit] [EL Finest]: 2024-04-30 17:54:10.802--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@655936bd) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2298e5d2) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@634aceca) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a3f9efa) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3817a5d6) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1447e086) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c3909cc) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23277696) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27a8b1ff) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34942d7c) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@506661cf) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69881b72) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b6acca4) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36fc61b) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@418eb52a) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10f42aa9) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20ae77c8) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4461cce7) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29df2302) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f5ff7ab) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b621547) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5058da5a) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b56d6e8) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@826eb85) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d4e1f00) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@195cc8bb) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6334cf1b) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dcc3f87) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ca90269) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6981107f) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@db3b170) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f753a9e) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e8add86) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76b6b86f) [junit] [EL Finest]: 2024-04-30 17:54:10.803--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(91:null:stamps) [junit] [EL Finer]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--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]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [30, Hinrich, Hawke, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [49, Hauke, Hettner, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [79, Helen, Hellmann, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [72, Helena, Hardy, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [94, Heida, Hartenthaler, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [16, Hendrik, Hellmann, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [62, Hans, Halbach, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [23, Harold, Hache, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [66, Henri, Heuser, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [98, Hannelore, Hampe, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [54, Hasso, Harnack, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [70, Hazel, Heer, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [63, Heide, Heider, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.803--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [20, Heidemarie, Halbach, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [65, Hanspeter, Heinrich, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [17, Henrike, Hache, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [69, Hjalmar, Havenstein, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [43, Helge, Hesse, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [68, Hagen, Harding, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [42, Hedi, Herder, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [75, Heimo, Hegemann, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [51, Hubert, Hein, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [64, Hauke, Hesse, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [83, Helga, Hettner, null, 2024-05-12 07:40:50.796, 2024-04-19 04:07:30.796, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [97, Holger, Henry, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [92, Helga, Heise, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [34, Henrike, Hense, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [84, Hansj?rg, Heider, null, 2024-05-12 07:40:50.796, 2024-04-19 04:07:30.796, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [56, Harold, Hamburger, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, Harold, Hary, null, 2024-05-12 07:40:50.796, 2024-04-19 04:07:30.796, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [24, Hannah, Hamann, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [8, Hermann, Heidegger, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [39, Hulda, Hildebrandt, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [25, Henning, Hamburger, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [96, Hertha, Halbach, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [74, Hilde, Hildebrand, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [47, Heiner, Herold, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [37, Heimo, Hawke, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [80, Hakan, Harding, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [67, Herma, Hellmann, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [21, Helgard, Helbig, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [15, Hauke, Hamann, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [95, Heidemarie, Hennig, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [59, Hugo, Hamilton, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [6, Hasso, Hartig, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [78, Heiko, Heim, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [2, Hansj?rg, Heuser, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [99, Heike, Hense, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [77, Helma, Hackmann, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [14, Helmut, Hennig, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [81, Henrike, Hermann, null, 2024-05-12 07:40:50.796, 2024-04-19 04:07:30.796, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [40, Hartwin, Hesselbarth, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [46, Hanns, Hardy, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, Hieu, Haller, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [53, Hildegard, Hegemann, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [36, Heimo, Hein, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [60, Heiko, Hesselbarth, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [4, Hilde, Hesselbarth, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [52, Hermine, Henschel, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [22, Hendrik, Hellmann, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1, Hella, Hermelink, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [93, Henrike, Hartig, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [38, Heike, Hartenthaler, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [82, Hanna, Hawke, null, 2024-05-12 07:40:50.796, 2024-04-19 04:07:30.796, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [18, Helena, Hayek, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [58, Hansj?rg, Haak, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [32, Helena, Hary, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [19, Hieronymus, Hartenthaler, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [7, Helge, Helbig, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.804--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [35, Heimo, Hecht, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [76, Hermann, Hache, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [71, Hauke, Hampe, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [73, Hannes, Haak, null, 2024-05-12 07:40:50.743, 2024-04-19 04:07:30.743, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [28, Hannes, Herder, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [31, Hanspeter, Heer, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [5, Hubert, Hackmann, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, Hannah, Hartfelder, null, 2024-05-12 07:40:50.796, 2024-04-19 04:07:30.796, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [48, Hartmut, Hanstein, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [11, Helen, Hausner, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, Hubert, Helmig, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, Harald, Haus Lancaster, null, 2024-05-12 07:40:50.796, 2024-04-19 04:07:30.796, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [41, Hakan, Hermann, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [55, Hagen, Hanstein, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [27, Helmut, Hartfelder, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [45, Hedi, Heinichen, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [61, Hakan, Henschel, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [91, Hinrich, Helbig, null, 2024-05-12 07:40:50.797, 2024-04-19 04:07:30.797, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [0, Hermine, Harding, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [33, Helma, Haas, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [9, Heiko, Hecht, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [50, Hubertus, Hayek, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [57, Heribert, Hartfelder, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [10, Hieronymus, Hartfelder, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [12, Heimo, Habermann, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [26, Hilmar, Hettner, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [29, Hannah, Heider, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, Hertha, Heim, null, 2024-05-12 07:40:50.796, 2024-04-19 04:07:30.796, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [13, Hans, Heidegger, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [44, Heike, Hildebrandt, null, 2024-05-12 07:40:50.742, 2024-04-19 04:07:30.742, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [3, Hendrik, Hecht, null, 2024-05-12 07:40:50.741, 2024-04-19 04:07:30.741, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:10.805--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.82--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(86:null:cooking) [junit] [EL Finest]: 2024-04-30 17:54:10.82--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(89:null:swimming) [junit] [EL Finest]: 2024-04-30 17:54:10.82--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(88:null:cleaning the house) [junit] [EL Finest]: 2024-04-30 17:54:10.82--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(90:null:computers) [junit] [EL Finest]: 2024-04-30 17:54:10.82--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(87:null:watching tv) [junit] [EL Finest]: 2024-04-30 17:54:10.82--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(85:null:reading) [junit] [EL Finest]: 2024-04-30 17:54:10.82--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@544e713e) [junit] [EL Finer]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [91, null, stamps] [junit] [EL Fine]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, null, cooking] [junit] [EL Fine]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, null, swimming] [junit] [EL Fine]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, null, cleaning the house] [junit] [EL Fine]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, null, computers] [junit] [EL Fine]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, null, watching tv] [junit] [EL Fine]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, null, reading] [junit] [EL Finer]: 2024-04-30 17:54:10.82--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14605d0d) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f37e5bb) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@df1d05b) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79026b61) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bcbc143) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c4c4df8) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e40d2b7) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c6dd1cb) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6be66042) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@df7e36b) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4176d8a1) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62b76443) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e98f6f2) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f8e81e8) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6873b44) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fe900b0) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@330eb5af) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f13b75b) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@752bc73c) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b2447e) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e390020) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fa69edd) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fc7c9af) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@457efde) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50738e64) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3452d160) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@726dcf2c) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b4be42c) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d426231) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57d6d605) [junit] [EL Finest]: 2024-04-30 17:54:10.821--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55947b77) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73128b3a) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1461be0c) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f03144a) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@338e421f) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@349cde1a) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ca3957a) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e220be6) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54a2af5a) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ff56df9) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77afcbe1) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@474e0ab4) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55bf52b9) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5299fd79) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c590893) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25b506b7) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d5f8cef) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3650cc1a) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d65fbab) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eb58871) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48c10d3) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cee43d8) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a694c7c) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26428f0e) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d015f5) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@799326d7) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386ec4a6) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@983f21e) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5be0e16f) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a4f91ad) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10aefe90) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ae8c98a) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33dbdb48) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55082ca8) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a0b221f) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19b5f793) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d6f45da) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72f9675d) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1212bd7a) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@676a9ff4) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6412d815) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12d9bd00) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1de88e72) [junit] [EL Finest]: 2024-04-30 17:54:10.822--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13bf5c4f) [junit] [EL Finest]: 2024-04-30 17:54:10.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ed6d23e) [junit] [EL Finest]: 2024-04-30 17:54:10.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e2b5b4e) [junit] [EL Finest]: 2024-04-30 17:54:10.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@318faf0b) [junit] [EL Finest]: 2024-04-30 17:54:10.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a65e913) [junit] [EL Finest]: 2024-04-30 17:54:10.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@344862e) [junit] [EL Finest]: 2024-04-30 17:54:10.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@258184e7) [junit] [EL Finest]: 2024-04-30 17:54:10.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a2d9f99) [junit] [EL Finest]: 2024-04-30 17:54:10.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e010bc2) [junit] [EL Finest]: 2024-04-30 17:54:10.9--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39471400) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a1def68) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a64ca7f) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fdcccd5) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1febf786) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc81a1f) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@600c5acf) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1668ba45) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b46b5ef) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27a4a890) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a5be2f6) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6eae9895) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71d4528b) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a19485f) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73a5b00e) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8658ba9) [junit] [EL Finest]: 2024-04-30 17:54:10.901--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c6e45f0) [junit] [EL Finest]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--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]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1287, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1295, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1309, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1278, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1341, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1356, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1337, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1329, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1269, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1319, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1273, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1359, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1327, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1281, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1290, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1301, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1332, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1271, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1320, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1318, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1310, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1279, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1272, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1280, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1361, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1328, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1322, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.901--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1305, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1355, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1315, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1345, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1300, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1267, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1314, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1303, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1277, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1343, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1317, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1325, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1270, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1289, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1340, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1334, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1306, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1288, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1326, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1342, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1339, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1352, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1344, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1324, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1298, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1323, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1330, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1313, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1276, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1357, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1291, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1265, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1338, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1348, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1362, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1268, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1285, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1358, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1275, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1335, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1296, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1264, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1299, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1363, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1360, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1307, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1282, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1308, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1266, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1316, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1293, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1294, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1302, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1292, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1284, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1350, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1304, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1351, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1354, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1311, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1321, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1349, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1353, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1312, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.902--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1283, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1333, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1346, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1336, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1297, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1286, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1331, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1347, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1274, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Finer]: 2024-04-30 17:54:10.903--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.913--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [3, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [19, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [25, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [29, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [31, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [39, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [73, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [79, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [81, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [95, 1364] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [7, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [13, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [15, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [35, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [41, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [49, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [51, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [53, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [57, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [59, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [65, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [93, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [99, 1365] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [27, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [33, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [37, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [43, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [45, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [47, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [55, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [63, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [67, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [69, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [71, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [91, 1367] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [1, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [5, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [9, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [11, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [17, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [21, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [23, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [61, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.914--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [75, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.915--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [77, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.915--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [83, 1366] [junit] [EL Fine]: 2024-04-30 17:54:10.915--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [97, 1366] [junit] [EL Finer]: 2024-04-30 17:54:10.915--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.919--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.92--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 30] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 49] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 79] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 72] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 94] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.921--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 16] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 62] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 23] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 66] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 98] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 54] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 70] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 63] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 20] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 65] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 17] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 69] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 43] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 68] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.922--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.923--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.923--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 42] [junit] [EL Fine]: 2024-04-30 17:54:10.923--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 42] [junit] [EL Finer]: 2024-04-30 17:54:10.923--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.933--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:10.934--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 75] [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 75] [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 75] [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 75] [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 75] [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 51] [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 51] [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 51] [junit] [EL Fine]: 2024-04-30 17:54:11.005--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 51] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 51] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 64] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 64] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 64] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 64] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 64] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 83] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 83] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 83] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 83] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 83] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 97] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 97] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 97] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 97] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 97] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 92] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 92] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 92] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 92] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 92] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 84] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 84] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 84] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 84] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 84] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 56] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 56] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 56] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 56] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 56] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 88] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 88] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 88] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 88] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 88] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 8] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 8] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 8] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 8] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 8] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 39] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 39] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 39] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 39] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 39] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 25] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 25] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 25] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 25] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 25] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 96] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 96] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 96] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 96] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 96] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 74] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 74] [junit] [EL Fine]: 2024-04-30 17:54:11.006--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 74] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 74] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 74] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 47] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 47] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 47] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 47] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 47] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 37] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 37] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 37] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 37] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 37] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 80] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 80] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 80] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 80] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 80] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 67] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 67] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 67] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 67] [junit] [EL Fine]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 67] [junit] [EL Finer]: 2024-04-30 17:54:11.007--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.018--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.019--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 15] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 15] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 15] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 15] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 15] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 95] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 95] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 95] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 95] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 95] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 59] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 59] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 59] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 59] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 59] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 6] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 6] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 6] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 6] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 6] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 78] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 78] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 78] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 78] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 78] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 2] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 2] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 2] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 2] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 2] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 99] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 99] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 99] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 99] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 99] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 77] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 77] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 77] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 77] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 77] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 14] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 14] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 14] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 14] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 14] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 81] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 81] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 81] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 81] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 81] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 40] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 40] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 40] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 40] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 40] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 46] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 46] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 46] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 46] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 46] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 89] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 89] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 89] [junit] [EL Fine]: 2024-04-30 17:54:11.02--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 89] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 89] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 53] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 53] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 53] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 53] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 53] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 36] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 36] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 36] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 36] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 36] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 60] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 60] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 60] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 60] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 60] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 4] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 4] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 4] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 4] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 4] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 52] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 52] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 52] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 52] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 52] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 22] [junit] [EL Finer]: 2024-04-30 17:54:11.021--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.032--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 93] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 93] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 93] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 93] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 93] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 38] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 38] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 38] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 38] [junit] [EL Fine]: 2024-04-30 17:54:11.033--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 38] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 82] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 82] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 82] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 82] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 82] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 18] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 18] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 18] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 18] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 18] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 58] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 58] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 58] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 58] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 58] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 19] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 19] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 19] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 19] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 19] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 7] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 7] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 7] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 7] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 7] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 76] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 76] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 76] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 76] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 76] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 71] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 71] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 71] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 71] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 71] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 73] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 73] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 73] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 73] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 73] [junit] [EL Fine]: 2024-04-30 17:54:11.034--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 28] [junit] [EL Fine]: 2024-04-30 17:54:11.109--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 28] [junit] [EL Fine]: 2024-04-30 17:54:11.109--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 28] [junit] [EL Fine]: 2024-04-30 17:54:11.109--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 28] [junit] [EL Fine]: 2024-04-30 17:54:11.109--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 28] [junit] [EL Fine]: 2024-04-30 17:54:11.109--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.109--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 5] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 5] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 5] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 5] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 5] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 87] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 87] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 87] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 87] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 87] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 48] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 48] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 48] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 48] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 48] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 90] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 90] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 90] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 90] [junit] [EL Fine]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 90] [junit] [EL Finer]: 2024-04-30 17:54:11.11--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.121--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 85] [junit] [EL Fine]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 85] [junit] [EL Fine]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 85] [junit] [EL Fine]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 85] [junit] [EL Fine]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 85] [junit] [EL Fine]: 2024-04-30 17:54:11.122--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 41] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 41] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 41] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 41] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 41] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 55] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 55] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 55] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 55] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 55] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 27] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 27] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 27] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 27] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 27] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 45] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 45] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 45] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 45] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 45] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 61] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 61] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 61] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 61] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 61] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 91] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 91] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 91] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 91] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 91] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 0] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 0] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 0] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 0] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 0] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 9] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 9] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 9] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 9] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 9] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 50] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 50] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 50] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 50] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 50] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 57] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 57] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 57] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 57] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 57] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 10] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 10] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 10] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 10] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 10] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 26] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 26] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 26] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 26] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 26] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 29] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 29] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 29] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 29] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 29] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 86] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 86] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 86] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 86] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 86] [junit] [EL Fine]: 2024-04-30 17:54:11.123--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 44] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 44] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [89, 44] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 44] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 44] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [85, 3] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [90, 3] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [87, 3] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [86, 3] [junit] [EL Fine]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])-- bind => [88, 3] [junit] [EL Finer]: 2024-04-30 17:54:11.124--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:11.135--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.136--ServerSession(454071866)--Connection(1272825712)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.137--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:11.137--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.138--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.138--ClientSession(1974054358)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.138--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.138--ClientSession(1974054358)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:11.138--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1436049448 [junit] [EL Finer]: 2024-04-30 17:54:11.138--ClientSession(1436049448)--Thread(Thread[main,5,main])--acquire unit of work: 31771138 [junit] [EL Finest]: 2024-04-30 17:54:11.138--UnitOfWork(31771138)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID FROM TMP_BASIC_TYPES_FA WHERE (ENUM_STRING = ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.138--ServerSession(454071866)--Connection(2104975830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.139--ServerSession(454071866)--Connection(2104975830)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.139--ServerSession(454071866)--Connection(1001763339)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_BASIC_TYPES_FA WHERE (ENUM_STRING = ?) [junit] bind => [HUGO] [junit] [EL Finest]: 2024-04-30 17:54:11.139--ServerSession(454071866)--Connection(2104975830)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.139--UnitOfWork(31771138)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID FROM TMP_BASIC_TYPES_FA WHERE (ENUM_ORDINAL = ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.139--ServerSession(454071866)--Connection(1859722525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.139--ServerSession(454071866)--Connection(1859722525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.14--ServerSession(454071866)--Connection(1183185638)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_BASIC_TYPES_FA WHERE (ENUM_ORDINAL = ?) [junit] bind => [0] [junit] [EL Finest]: 2024-04-30 17:54:11.14--ServerSession(454071866)--Connection(1859722525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 6.822 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.046 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving [junit] [EL Finer]: 2024-04-30 17:54:11.267--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1426919585 [junit] [EL Finer]: 2024-04-30 17:54:11.267--ClientSession(1426919585)--Thread(Thread[main,5,main])--acquire unit of work: 1018099286 [junit] [EL Finest]: 2024-04-30 17:54:11.267--UnitOfWork(1018099286)--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]: 2024-04-30 17:54:11.267--ServerSession(454071866)--Connection(1769359145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.267--ServerSession(454071866)--Connection(1769359145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.267--ServerSession(454071866)--Connection(1690873790)--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]: 2024-04-30 17:54:11.268--ServerSession(454071866)--Connection(1769359145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:11.322--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 654771939 [junit] [EL Finer]: 2024-04-30 17:54:11.322--ClientSession(654771939)--Thread(Thread[main,5,main])--acquire unit of work: 1571682265 [junit] [EL Finest]: 2024-04-30 17:54:11.322--UnitOfWork(1571682265)--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]: 2024-04-30 17:54:11.322--ServerSession(454071866)--Connection(339826690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.322--ServerSession(454071866)--Connection(339826690)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.322--ServerSession(454071866)--Connection(797595586)--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]: 2024-04-30 17:54:11.322--ServerSession(454071866)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:54:11.323--ServerSession(454071866)--Connection(339826690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:11.323--UnitOfWork(1571682265)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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:342) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) [junit] at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) [junit] at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) [junit] at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:172) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving.testSubQueryGroupBy3(TestGroupByOrderByHaving.java:154) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.SQLSyntaxErrorException: Unknown column 't2.ID' in 'having clause' [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) [junit] ... 51 more [junit] [junit] [EL Finer]: 2024-04-30 17:54:11.357--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 484886039 [junit] [EL Finer]: 2024-04-30 17:54:11.357--ClientSession(484886039)--Thread(Thread[main,5,main])--acquire unit of work: 839729442 [junit] [EL Finest]: 2024-04-30 17:54:11.357--UnitOfWork(839729442)--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]: 2024-04-30 17:54:11.357--ServerSession(454071866)--Connection(789996006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.357--ServerSession(454071866)--Connection(789996006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.357--ServerSession(454071866)--Connection(123902210)--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]: 2024-04-30 17:54:11.358--ServerSession(454071866)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2024-04-30 17:54:11.358--ServerSession(454071866)--Connection(789996006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:11.358--UnitOfWork(839729442)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'ecltests.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:342) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) [junit] at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2713) [junit] at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:894) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) [junit] at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3029) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:172) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving.testOrderBy3(TestGroupByOrderByHaving.java:43) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [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$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:181) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:41) [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:53) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.sql.SQLSyntaxErrorException: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'ecltests.TMP_CITY.ID'; this is incompatible with sql_mode=only_full_group_by [junit] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) [junit] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) [junit] at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660) [junit] ... 50 more [junit] [junit] [EL Finer]: 2024-04-30 17:54:11.395--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1249858896 [junit] [EL Finer]: 2024-04-30 17:54:11.396--ClientSession(1249858896)--Thread(Thread[main,5,main])--acquire unit of work: 1216602799 [junit] [EL Finest]: 2024-04-30 17:54:11.396--UnitOfWork(1216602799)--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]: 2024-04-30 17:54:11.396--ServerSession(454071866)--Connection(1154118575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.396--ServerSession(454071866)--Connection(1154118575)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.396--ServerSession(454071866)--Connection(1294905285)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK ORDER BY PROJ_ID [junit] [EL Finest]: 2024-04-30 17:54:11.396--ServerSession(454071866)--Connection(1154118575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 28, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.202 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch [junit] [EL Finer]: 2024-04-30 17:54:11.417--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 969959180 [junit] [EL Finer]: 2024-04-30 17:54:11.417--ClientSession(969959180)--Thread(Thread[main,5,main])--acquire unit of work: 723343305 [junit] [EL Finest]: 2024-04-30 17:54:11.417--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.417--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.417--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (92 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.417--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61598cf7 [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (93 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (94 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.418--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b342b4d [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (95 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (96 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (97 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77e7be90 [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (98 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e32a4e4 [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (99 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (100 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.419--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.42--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4601d759 [junit] [EL Finest]: 2024-04-30 17:54:11.42--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.42--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.42--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.42--ServerSession(454071866)--Connection(920696073)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.42--ClientSession(969959180)--Connection(920696073)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.42--ClientSession(969959180)--Connection(920696073)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.42--ClientSession(969959180)--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]: 2024-04-30 17:54:11.42--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:11.42--ClientSession(969959180)--Connection(956631098)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:11.42--ClientSession(969959180)--Connection(956631098)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:11.421--ClientSession(969959180)--Connection(956631098)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 101, last: 150 [junit] [EL Finer]: 2024-04-30 17:54:11.421--ClientSession(969959180)--Connection(956631098)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.421--ServerSession(454071866)--Connection(956631098)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:11.421--ServerSession(454071866)--Connection(920696073)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (101 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (102 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (103 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.421--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61b8391d [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (104 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (105 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (106 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (107 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8f65a66 [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (108 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@726c543 [junit] [EL Finest]: 2024-04-30 17:54:11.422--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (109 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (110 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (33 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12d84621 [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (111 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (112 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (113 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (34 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (35 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (36 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@da79d11 [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (114 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (115 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (116 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.423--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (117 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (37 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (38 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (39 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (40 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e04167 [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (118 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (119 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (120 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (121 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (122 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (41 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (42 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (43 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (44 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (45 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38cde4f2 [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2024-04-30 17:54:11.424--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.425--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.425--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.425--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.425--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.425--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:11.425--UnitOfWork(723343305)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:11.426--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:11.426--ServerSession(454071866)--Connection(1672899343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.426--ClientSession(969959180)--Connection(1672899343)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.426--ClientSession(969959180)--Connection(1672899343)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.426--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:11.426--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:11.426--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4601d759) [junit] [EL Finer]: 2024-04-30 17:54:11.426--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.426--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.426--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.426--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.426--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Finer]: 2024-04-30 17:54:11.426--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e04167) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8f65a66) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@da79d11) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@726c543) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61598cf7) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38cde4f2) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e32a4e4) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77e7be90) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12d84621) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61b8391d) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b342b4d) [junit] [EL Finest]: 2024-04-30 17:54:11.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(106:null:description_106) [junit] [EL Finer]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--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]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.427--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.428--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:11.428--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(122:null:description_122) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(97:null:description_97) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(99:null:description_99) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(112:null:description_112) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(113:null:description_113) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(116:null:description_116) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(108:null:description_108) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(119:null:description_119) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(93:null:description_93) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(94:null:description_94) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(105:null:description_105) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(101:null:description_101) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(111:null:description_111) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(96:null:description_96) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(118:null:description_118) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(98:null:description_98) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(114:null:description_114) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(120:null:description_120) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(117:null:description_117) [junit] [EL Finest]: 2024-04-30 17:54:11.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(103:null:description_103) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(100:null:description_100) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(109:null:description_109) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(102:null:description_102) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(107:null:description_107) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(115:null:description_115) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(104:null:description_104) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(95:null:description_95) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(121:null:description_121) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(92:null:description_92) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(110:null:description_110) [junit] [EL Finest]: 2024-04-30 17:54:11.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finer]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [106, null, description_106] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [122, null, description_122] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [97, null, description_97] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [99, null, description_99] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [112, null, description_112] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [113, null, description_113] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [116, null, description_116] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [108, null, description_108] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [119, null, description_119] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [93, null, description_93] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [94, null, description_94] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [105, null, description_105] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [101, null, description_101] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [111, null, description_111] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [96, null, description_96] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [118, null, description_118] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [98, null, description_98] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [114, null, description_114] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [120, null, description_120] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [117, null, description_117] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [103, null, description_103] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [100, null, description_100] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [109, null, description_109] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [102, null, description_102] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [107, null, description_107] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [115, null, description_115] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [104, null, description_104] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [95, null, description_95] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [121, null, description_121] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [92, null, description_92] [junit] [EL Fine]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [110, null, description_110] [junit] [EL Finer]: 2024-04-30 17:54:11.431--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:11.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [45, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [19, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [40, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [18, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [28, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [22, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.435--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [16, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [27, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [20, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [23, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [24, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [33, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [26, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [38, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [31, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [30, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [29, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [17, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [43, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [25, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [44, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [35, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [32, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [15, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [36, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [41, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [21, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [34, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [37, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [39, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [42, description_4] [junit] [EL Finer]: 2024-04-30 17:54:11.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.439--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finest]: 2024-04-30 17:54:11.439--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finer]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Finer]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.439--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 45] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 19] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 40] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 18] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 28] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 16] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 27] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 20] [junit] [EL Fine]: 2024-04-30 17:54:11.44--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 26] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 38] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 30] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 29] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 17] [junit] [EL Fine]: 2024-04-30 17:54:11.518--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 43] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 25] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 44] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 15] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 36] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 41] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 37] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 39] [junit] [EL Fine]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [0, 0, 42] [junit] [EL Finer]: 2024-04-30 17:54:11.519--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.522--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [99, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [100, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [114, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [115, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [116, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [117, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [104, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [105, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [106, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [107, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [111, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [112, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [113, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [108, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [92, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [118, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [119, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [120, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [121, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [122, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [98, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [95, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [96, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [97, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [109, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [110, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [101, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [102, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [103, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [93, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [94, 12] [junit] [EL Finer]: 2024-04-30 17:54:11.523--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [22, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [23, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [38, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [39, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [40, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [37, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [28, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [29, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.527--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [30, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [27, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [34, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [35, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [36, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [31, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [15, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [43, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [44, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [45, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [41, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [42, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [21, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [18, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [19, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [20, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [32, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [33, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [24, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [25, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [26, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [16, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])-- bind => [17, 12] [junit] [EL Finer]: 2024-04-30 17:54:11.528--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:11.531--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.531--ServerSession(454071866)--Connection(1672899343)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.532--UnitOfWork(723343305)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:11.532--UnitOfWork(723343305)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.533--UnitOfWork(723343305)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.533--ClientSession(969959180)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.533--UnitOfWork(723343305)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.533--ClientSession(969959180)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:11.533--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1664286781 [junit] [EL Finer]: 2024-04-30 17:54:11.533--ClientSession(1664286781)--Thread(Thread[main,5,main])--acquire unit of work: 2144765008 [junit] [EL Finest]: 2024-04-30 17:54:11.534--UnitOfWork(2144765008)--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]: 2024-04-30 17:54:11.534--ServerSession(454071866)--Connection(1322131913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.534--ServerSession(454071866)--Connection(1322131913)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.534--ServerSession(454071866)--Connection(459375635)--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]: 2024-04-30 17:54:11.534--ServerSession(454071866)--Connection(1322131913)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:11.556--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2134858343 [junit] [EL Finer]: 2024-04-30 17:54:11.556--ClientSession(2134858343)--Thread(Thread[main,5,main])--acquire unit of work: 1931117501 [junit] [EL Finest]: 2024-04-30 17:54:11.556--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.556--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.556--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (123 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.556--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.556--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.556--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (46 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.556--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@578a1c1a [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (124 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (125 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (47 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (48 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7785e48b [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (126 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (127 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (128 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (49 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (50 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.557--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.557--ServerSession(454071866)--Connection(1231249869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.557--ClientSession(2134858343)--Connection(1231249869)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.557--ClientSession(2134858343)--Connection(1231249869)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.558--ClientSession(2134858343)--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]: 2024-04-30 17:54:11.558--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:11.558--ClientSession(2134858343)--Connection(938025491)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:11.558--ClientSession(2134858343)--Connection(938025491)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:11.558--ClientSession(2134858343)--Connection(938025491)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 51, last: 100 [junit] [EL Finer]: 2024-04-30 17:54:11.558--ClientSession(2134858343)--Connection(938025491)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.559--ServerSession(454071866)--Connection(938025491)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:11.559--ServerSession(454071866)--Connection(1231249869)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (51 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e1ec8ed [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (129 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (52 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@406287f2 [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (130 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (131 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (53 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (54 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22d460fe [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (132 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.559--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (133 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (134 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (55 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (56 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (57 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e260d25 [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (135 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (136 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (137 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (138 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (58 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (59 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (60 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (61 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@953d5e0 [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (139 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.56--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (62 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e5b2c9a [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (140 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (141 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (63 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (64 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25f546b8 [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (142 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (143 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (144 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (65 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (66 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (67 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64a17bcc [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (145 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (146 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (147 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.561--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (148 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (68 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (69 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (70 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (71 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a40a370 [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (149 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (150 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.562--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.562--ServerSession(454071866)--Connection(242812591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.562--ClientSession(2134858343)--Connection(242812591)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.562--ClientSession(2134858343)--Connection(242812591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.562--ClientSession(2134858343)--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]: 2024-04-30 17:54:11.562--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:11.562--ClientSession(2134858343)--Connection(1648385724)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:11.563--ClientSession(2134858343)--Connection(1648385724)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:11.563--ClientSession(2134858343)--Connection(1648385724)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 151, last: 200 [junit] [EL Finer]: 2024-04-30 17:54:11.563--ClientSession(2134858343)--Connection(1648385724)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.563--ServerSession(454071866)--Connection(1648385724)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:11.563--ServerSession(454071866)--Connection(242812591)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:11.563--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (151 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.563--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.563--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (152 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.563--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.563--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (153 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.563--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (72 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (73 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (74 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (75 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (76 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64ff7aaf [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:11.564--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:11.565--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:11.565--ServerSession(454071866)--Connection(1313418520)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.565--ClientSession(2134858343)--Connection(1313418520)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.565--ClientSession(2134858343)--Connection(1313418520)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.565--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:11.565--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:11.565--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a40a370) [junit] [EL Finer]: 2024-04-30 17:54:11.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Finer]: 2024-04-30 17:54:11.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.566--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@578a1c1a) [junit] [EL Finest]: 2024-04-30 17:54:11.566--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64a17bcc) [junit] [EL Finest]: 2024-04-30 17:54:11.566--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25f546b8) [junit] [EL Finest]: 2024-04-30 17:54:11.566--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e260d25) [junit] [EL Finest]: 2024-04-30 17:54:11.566--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e1ec8ed) [junit] [EL Finest]: 2024-04-30 17:54:11.566--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22d460fe) [junit] [EL Finest]: 2024-04-30 17:54:11.622--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e5b2c9a) [junit] [EL Finest]: 2024-04-30 17:54:11.622--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64ff7aaf) [junit] [EL Finest]: 2024-04-30 17:54:11.622--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@406287f2) [junit] [EL Finest]: 2024-04-30 17:54:11.622--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@953d5e0) [junit] [EL Finest]: 2024-04-30 17:54:11.622--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7785e48b) [junit] [EL Finest]: 2024-04-30 17:54:11.622--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(152:null:description_152) [junit] [EL Finer]: 2024-04-30 17:54:11.622--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.622--ClientSession(2134858343)--Connection(830077564)--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]: 2024-04-30 17:54:11.622--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.622--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:11.623--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(139:null:description_139) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(136:null:description_136) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(141:null:description_141) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(149:null:description_149) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(129:null:description_129) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(142:null:description_142) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(145:null:description_145) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(132:null:description_132) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(131:null:description_131) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(151:null:description_151) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(150:null:description_150) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(133:null:description_133) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(140:null:description_140) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(153:null:description_153) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(138:null:description_138) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(143:null:description_143) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(123:null:description_123) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(126:null:description_126) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(144:null:description_144) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(146:null:description_146) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(127:null:description_127) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(148:null:description_148) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(137:null:description_137) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(147:null:description_147) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(135:null:description_135) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(128:null:description_128) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(130:null:description_130) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(124:null:description_124) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(125:null:description_125) [junit] [EL Finest]: 2024-04-30 17:54:11.625--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(134:null:description_134) [junit] [EL Finest]: 2024-04-30 17:54:11.626--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finer]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [152, null, description_152] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [139, null, description_139] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [136, null, description_136] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [141, null, description_141] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [149, null, description_149] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [129, null, description_129] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [142, null, description_142] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [145, null, description_145] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [132, null, description_132] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [131, null, description_131] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [151, null, description_151] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [150, null, description_150] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [133, null, description_133] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [140, null, description_140] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [153, null, description_153] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [138, null, description_138] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [143, null, description_143] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [123, null, description_123] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [126, null, description_126] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [144, null, description_144] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [146, null, description_146] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [127, null, description_127] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [148, null, description_148] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [137, null, description_137] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [147, null, description_147] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [135, null, description_135] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [128, null, description_128] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [130, null, description_130] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [124, null, description_124] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [125, null, description_125] [junit] [EL Fine]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [134, null, description_134] [junit] [EL Finer]: 2024-04-30 17:54:11.626--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.629--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.629--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.629--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.629--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.63--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [76, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [58, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [48, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [67, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [50, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [61, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [65, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [71, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [54, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [63, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [74, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [46, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [70, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.63--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [49, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [66, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [73, description_4] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [72, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [51, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [62, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [60, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [52, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [57, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [47, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [75, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [55, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [59, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [53, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [64, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [68, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [56, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [69, description_0] [junit] [EL Finer]: 2024-04-30 17:54:11.631--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.634--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finest]: 2024-04-30 17:54:11.634--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finer]: 2024-04-30 17:54:11.634--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.634--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.634--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2024-04-30 17:54:11.634--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.634--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Finer]: 2024-04-30 17:54:11.634--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 76] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 58] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 48] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 67] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 50] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 61] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 65] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 71] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 54] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 63] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 74] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 46] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 70] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 49] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 66] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 73] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 72] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 51] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 62] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 60] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 52] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 57] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 47] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 75] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 55] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 59] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 53] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 64] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 68] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 56] [junit] [EL Fine]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [0, 0, 69] [junit] [EL Finer]: 2024-04-30 17:54:11.635--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.638--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [145, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [146, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [147, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [148, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [123, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [142, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [143, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [144, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [140, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [141, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [132, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [133, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [134, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [126, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [127, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [128, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [130, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [131, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [139, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [149, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [150, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [151, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [152, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [153, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [129, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [135, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [136, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [137, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [138, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [124, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [125, 12] [junit] [EL Finer]: 2024-04-30 17:54:11.639--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [69, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.643--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [70, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [71, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [68, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [46, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [65, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [66, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [67, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [63, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [64, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [55, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [56, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [57, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [49, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [50, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [51, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [53, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [54, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [62, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [74, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [75, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [76, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [72, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [73, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [52, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [59, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [60, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [61, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [58, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [47, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])-- bind => [48, 12] [junit] [EL Finer]: 2024-04-30 17:54:11.644--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:11.647--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.647--ServerSession(454071866)--Connection(1313418520)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.648--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:11.648--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.648--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.648--ClientSession(2134858343)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.648--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.648--ClientSession(2134858343)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:11.649--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1039384768 [junit] [EL Finer]: 2024-04-30 17:54:11.649--ClientSession(1039384768)--Thread(Thread[main,5,main])--acquire unit of work: 556806119 [junit] [EL Finest]: 2024-04-30 17:54:11.649--UnitOfWork(556806119)--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]: 2024-04-30 17:54:11.649--ServerSession(454071866)--Connection(102918291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.649--ServerSession(454071866)--Connection(102918291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.65--ServerSession(454071866)--Connection(673020973)--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]: 2024-04-30 17:54:11.65--ServerSession(454071866)--Connection(102918291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:11.669--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 628175152 [junit] [EL Finer]: 2024-04-30 17:54:11.669--ClientSession(628175152)--Thread(Thread[main,5,main])--acquire unit of work: 460191292 [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (154 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (77 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f98b31 [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (155 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (156 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (78 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.669--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (79 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26bddc84 [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (157 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (158 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (159 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (80 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (81 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (82 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5964c44e [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (160 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (83 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14a28980 [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (161 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (162 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (84 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (85 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fe14f94 [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.67--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (163 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (164 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (165 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (86 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (87 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (88 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b7fa640 [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (166 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (167 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (168 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (169 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (89 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (90 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (91 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (92 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56f13088 [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (170 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.671--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (93 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fe11c40 [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (171 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (172 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (94 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (95 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dca770f [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (173 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (174 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (175 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (96 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (97 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (98 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46bde78e [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.672--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.728--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (176 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (177 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (178 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (179 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (99 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (100 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.729--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.729--ServerSession(454071866)--Connection(860771331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.729--ClientSession(628175152)--Connection(860771331)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.729--ClientSession(628175152)--Connection(860771331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.729--ClientSession(628175152)--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]: 2024-04-30 17:54:11.73--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:11.73--ClientSession(628175152)--Connection(574643596)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:11.73--ClientSession(628175152)--Connection(574643596)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:11.73--ClientSession(628175152)--Connection(574643596)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 101, last: 150 [junit] [EL Finer]: 2024-04-30 17:54:11.73--ClientSession(628175152)--Connection(574643596)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.731--ServerSession(454071866)--Connection(574643596)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:11.731--ServerSession(454071866)--Connection(860771331)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (101 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (102 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14747c05 [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (180 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (181 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (182 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (183 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (184 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (103 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (104 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (105 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (106 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (107 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.731--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@103236a2 [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:11.732--ServerSession(454071866)--Connection(730665263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.732--ClientSession(628175152)--Connection(730665263)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.732--ClientSession(628175152)--Connection(730665263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:11.732--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14a28980) [junit] [EL Finer]: 2024-04-30 17:54:11.733--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.733--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.733--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.733--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.733--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Finer]: 2024-04-30 17:54:11.733--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14747c05) [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fe14f94) [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fe11c40) [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56f13088) [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46bde78e) [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dca770f) [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@103236a2) [junit] [EL Finest]: 2024-04-30 17:54:11.733--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26bddc84) [junit] [EL Finest]: 2024-04-30 17:54:11.734--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b7fa640) [junit] [EL Finest]: 2024-04-30 17:54:11.734--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5964c44e) [junit] [EL Finest]: 2024-04-30 17:54:11.734--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f98b31) [junit] [EL Finest]: 2024-04-30 17:54:11.734--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(158:null:description_158) [junit] [EL Finer]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--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]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:11.734--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(169:null:description_169) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(160:null:description_160) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(177:null:description_177) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(173:null:description_173) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(161:null:description_161) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(174:null:description_174) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(171:null:description_171) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(164:null:description_164) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(182:null:description_182) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(176:null:description_176) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(172:null:description_172) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(170:null:description_170) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(167:null:description_167) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(154:null:description_154) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(166:null:description_166) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(163:null:description_163) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(157:null:description_157) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(180:null:description_180) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(156:null:description_156) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(162:null:description_162) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(179:null:description_179) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(184:null:description_184) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(178:null:description_178) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(165:null:description_165) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(159:null:description_159) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(155:null:description_155) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(183:null:description_183) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(181:null:description_181) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(175:null:description_175) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(168:null:description_168) [junit] [EL Finest]: 2024-04-30 17:54:11.736--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finer]: 2024-04-30 17:54:11.736--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [158, null, description_158] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [169, null, description_169] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [160, null, description_160] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [177, null, description_177] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [173, null, description_173] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [161, null, description_161] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [174, null, description_174] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [171, null, description_171] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [164, null, description_164] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [182, null, description_182] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [176, null, description_176] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [172, null, description_172] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [170, null, description_170] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [167, null, description_167] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [154, null, description_154] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [166, null, description_166] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [163, null, description_163] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [157, null, description_157] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [180, null, description_180] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [156, null, description_156] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [162, null, description_162] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [179, null, description_179] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [184, null, description_184] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [178, null, description_178] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [165, null, description_165] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [159, null, description_159] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [155, null, description_155] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [183, null, description_183] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [181, null, description_181] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [175, null, description_175] [junit] [EL Fine]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [168, null, description_168] [junit] [EL Finer]: 2024-04-30 17:54:11.737--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.74--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.741--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [94, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [84, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [98, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [77, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [87, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [81, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [96, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [83, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [85, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [86, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [92, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [90, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [88, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [82, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [91, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [80, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [97, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [100, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [101, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [95, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [106, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [107, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [93, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [105, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [79, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [102, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [103, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [89, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [104, description_4] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [78, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [99, description_3] [junit] [EL Finer]: 2024-04-30 17:54:11.741--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.744--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finest]: 2024-04-30 17:54:11.744--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finer]: 2024-04-30 17:54:11.744--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.744--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.744--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2024-04-30 17:54:11.744--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.744--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Finer]: 2024-04-30 17:54:11.744--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 94] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 84] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 98] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 77] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 87] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 81] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 96] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 83] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 85] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 86] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 92] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 90] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 88] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 82] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 91] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 80] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 97] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 100] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 101] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 95] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 106] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 107] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 93] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 105] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 79] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 102] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 103] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 89] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 104] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 78] [junit] [EL Fine]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [0, 0, 99] [junit] [EL Finer]: 2024-04-30 17:54:11.745--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [160, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [176, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [177, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [178, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [179, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [161, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.748--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [162, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [170, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [166, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [167, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [168, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [169, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [173, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [174, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [175, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [171, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [172, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [180, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [181, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [182, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [183, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [184, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [155, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [156, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [163, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [164, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [165, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [157, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [158, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [159, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [154, 11] [junit] [EL Finer]: 2024-04-30 17:54:11.749--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.752--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [83, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [100, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [101, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [102, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [99, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [84, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [85, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [93, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [90, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [91, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [92, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [89, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [96, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [97, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [98, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [94, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [95, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [105, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [106, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [107, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [103, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [104, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [78, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [79, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [86, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [87, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [88, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [80, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [81, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [82, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])-- bind => [77, 11] [junit] [EL Finer]: 2024-04-30 17:54:11.753--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:11.756--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.756--ServerSession(454071866)--Connection(730665263)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.757--UnitOfWork(460191292)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:11.757--UnitOfWork(460191292)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.757--UnitOfWork(460191292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.757--ClientSession(628175152)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.758--UnitOfWork(460191292)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.758--ClientSession(628175152)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:11.758--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1671041425 [junit] [EL Finer]: 2024-04-30 17:54:11.758--ClientSession(1671041425)--Thread(Thread[main,5,main])--acquire unit of work: 2098269741 [junit] [EL Finest]: 2024-04-30 17:54:11.758--UnitOfWork(2098269741)--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]: 2024-04-30 17:54:11.758--ServerSession(454071866)--Connection(775524797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.758--ServerSession(454071866)--Connection(775524797)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.759--ServerSession(454071866)--Connection(970750990)--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]: 2024-04-30 17:54:11.76--ServerSession(454071866)--Connection(775524797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.76--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:11.76--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.76--ServerSession(454071866)--Connection(46222975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.76--ServerSession(454071866)--Connection(46222975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.76--ServerSession(454071866)--Connection(447484085)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.76--ServerSession(454071866)--Connection(46222975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.761--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.761--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:11.761--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.761--ServerSession(454071866)--Connection(1094922724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.761--ServerSession(454071866)--Connection(1094922724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.761--ServerSession(454071866)--Connection(1403327505)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.761--ServerSession(454071866)--Connection(1094922724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.761--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.761--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.761--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:11.762--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.762--ServerSession(454071866)--Connection(1086376443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.762--ServerSession(454071866)--Connection(1086376443)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.762--ServerSession(454071866)--Connection(171097935)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.762--ServerSession(454071866)--Connection(1086376443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.762--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.762--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.762--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.762--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:11.762--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.762--ServerSession(454071866)--Connection(1283220866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.762--ServerSession(454071866)--Connection(1283220866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.762--ServerSession(454071866)--Connection(60592754)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.763--ServerSession(454071866)--Connection(1283220866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.763--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.763--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:11.763--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.763--ServerSession(454071866)--Connection(1910930902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.763--ServerSession(454071866)--Connection(1910930902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.763--ServerSession(454071866)--Connection(277924729)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.764--ServerSession(454071866)--Connection(1910930902)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.764--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.764--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.764--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:11.764--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.764--ServerSession(454071866)--Connection(1863920548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.764--ServerSession(454071866)--Connection(1863920548)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.764--ServerSession(454071866)--Connection(1391527655)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.764--ServerSession(454071866)--Connection(1863920548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.764--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.764--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.764--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.765--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:11.765--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.765--ServerSession(454071866)--Connection(1952232362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.765--ServerSession(454071866)--Connection(1952232362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.765--ServerSession(454071866)--Connection(282431603)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.835--ServerSession(454071866)--Connection(1952232362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.835--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.836--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.836--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.836--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.836--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.836--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.836--ServerSession(454071866)--Connection(1994476807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.836--ServerSession(454071866)--Connection(1994476807)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.836--ServerSession(454071866)--Connection(1967184983)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.836--ServerSession(454071866)--Connection(1994476807)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.836--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.837--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.837--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.837--ServerSession(454071866)--Connection(255943128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.837--ServerSession(454071866)--Connection(255943128)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.837--ServerSession(454071866)--Connection(745359474)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.837--ServerSession(454071866)--Connection(255943128)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.837--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.837--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.837--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.837--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.838--ServerSession(454071866)--Connection(775601211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.838--ServerSession(454071866)--Connection(775601211)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.838--ServerSession(454071866)--Connection(1558550615)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.838--ServerSession(454071866)--Connection(775601211)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.838--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.838--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.838--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.838--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.838--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.838--ServerSession(454071866)--Connection(1903993326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.838--ServerSession(454071866)--Connection(1903993326)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.839--ServerSession(454071866)--Connection(553541866)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.839--ServerSession(454071866)--Connection(1903993326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.839--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.839--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.839--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.839--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.839--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.839--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.839--ServerSession(454071866)--Connection(1608657155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.839--ServerSession(454071866)--Connection(1608657155)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.839--ServerSession(454071866)--Connection(343183908)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.84--ServerSession(454071866)--Connection(1608657155)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33deeb18 [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c909d4d [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c909d4d [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@264f5eda [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@264f5eda [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@264f5eda [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@518b3e15 [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a6aa97f [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a6aa97f [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f4aade8 [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f4aade8 [junit] [EL Finest]: 2024-04-30 17:54:11.84--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f4aade8 [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bad01ee [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bad01ee [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bad01ee [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bad01ee [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75be998c [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6746afab [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6746afab [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6830774c [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6830774c [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6830774c [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2306d66c [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2306d66c [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2306d66c [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2306d66c [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@362e225 [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@362e225 [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@362e225 [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@362e225 [junit] [EL Finest]: 2024-04-30 17:54:11.841--UnitOfWork(2098269741)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@362e225 [junit] [EL Finer]: 2024-04-30 17:54:11.861--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1237934148 [junit] [EL Finer]: 2024-04-30 17:54:11.861--ClientSession(1237934148)--Thread(Thread[main,5,main])--acquire unit of work: 1953587149 [junit] [EL Finest]: 2024-04-30 17:54:11.861--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.861--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.861--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (185 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.861--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.861--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.861--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (108 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9bf1e99 [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (186 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (187 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (109 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (110 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d3f8662 [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (188 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (189 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (190 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (111 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (112 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (113 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a737ee1 [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (191 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (114 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.862--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74f41fd2 [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (192 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (193 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (115 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (116 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b9f6c33 [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (194 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (195 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (196 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (117 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (118 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (119 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c787463 [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (197 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (198 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (199 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (200 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (120 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.863--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (121 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (122 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (123 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@428551db [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.864--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.864--ServerSession(454071866)--Connection(855103875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.864--ClientSession(1237934148)--Connection(855103875)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.864--ClientSession(1237934148)--Connection(855103875)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.864--ClientSession(1237934148)--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]: 2024-04-30 17:54:11.864--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:11.864--ClientSession(1237934148)--Connection(927277184)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:11.864--ClientSession(1237934148)--Connection(927277184)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:11.865--ClientSession(1237934148)--Connection(927277184)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 201, last: 250 [junit] [EL Finer]: 2024-04-30 17:54:11.865--ClientSession(1237934148)--Connection(927277184)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.865--ServerSession(454071866)--Connection(927277184)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:11.865--ServerSession(454071866)--Connection(855103875)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (201 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (124 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b9892b4 [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (202 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (203 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.865--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (125 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (126 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20c14c38 [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (204 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (205 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (206 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (127 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (128 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (129 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5218997b [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (207 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (208 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (209 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (210 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (130 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (131 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (132 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.866--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (133 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73c50bf [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (211 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (212 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (213 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (214 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (215 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (134 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (135 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (136 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (137 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (138 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dee84bf [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:11.867--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:11.868--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:11.868--ServerSession(454071866)--Connection(1483691730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.868--ClientSession(1237934148)--Connection(1483691730)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.868--ClientSession(1237934148)--Connection(1483691730)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.868--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:11.868--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:11.868--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c787463) [junit] [EL Finer]: 2024-04-30 17:54:11.868--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.868--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.868--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.868--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.868--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Finer]: 2024-04-30 17:54:11.868--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74f41fd2) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d3f8662) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b9f6c33) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@428551db) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b9892b4) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20c14c38) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dee84bf) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5218997b) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9bf1e99) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a737ee1) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73c50bf) [junit] [EL Finest]: 2024-04-30 17:54:11.869--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(207:null:description_207) [junit] [EL Finer]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--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]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:11.869--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(201:null:description_201) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(189:null:description_189) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(198:null:description_198) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(196:null:description_196) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(203:null:description_203) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(202:null:description_202) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(186:null:description_186) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(194:null:description_194) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(211:null:description_211) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(209:null:description_209) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(200:null:description_200) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(212:null:description_212) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(190:null:description_190) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(188:null:description_188) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(199:null:description_199) [junit] [EL Finest]: 2024-04-30 17:54:11.871--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(193:null:description_193) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(195:null:description_195) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(204:null:description_204) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(191:null:description_191) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(213:null:description_213) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(206:null:description_206) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(185:null:description_185) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(215:null:description_215) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(210:null:description_210) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(197:null:description_197) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(205:null:description_205) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(192:null:description_192) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(214:null:description_214) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(208:null:description_208) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(187:null:description_187) [junit] [EL Finest]: 2024-04-30 17:54:11.872--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finer]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [207, null, description_207] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [201, null, description_201] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [189, null, description_189] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [198, null, description_198] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [196, null, description_196] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [203, null, description_203] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [202, null, description_202] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [186, null, description_186] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [194, null, description_194] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [211, null, description_211] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [209, null, description_209] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [200, null, description_200] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [212, null, description_212] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [190, null, description_190] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [188, null, description_188] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [199, null, description_199] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [193, null, description_193] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [195, null, description_195] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [204, null, description_204] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [191, null, description_191] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [213, null, description_213] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [206, null, description_206] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [185, null, description_185] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [215, null, description_215] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [210, null, description_210] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [197, null, description_197] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [205, null, description_205] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [192, null, description_192] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [214, null, description_214] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [208, null, description_208] [junit] [EL Fine]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [187, null, description_187] [junit] [EL Finer]: 2024-04-30 17:54:11.872--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.875--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.875--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.875--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.876--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.939--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.94--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [122, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [129, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [111, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [117, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [134, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [120, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [135, description_4] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [132, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [116, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [130, description_3] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [123, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [108, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [121, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [138, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [131, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [118, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [114, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [119, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [127, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [124, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [113, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [125, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [126, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [136, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [112, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [109, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [133, description_2] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [137, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [110, description_1] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [115, description_0] [junit] [EL Fine]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [128, description_1] [junit] [EL Finer]: 2024-04-30 17:54:11.94--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.943--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finest]: 2024-04-30 17:54:11.943--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finer]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Finer]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 122] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 129] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 111] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 117] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 134] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 120] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 135] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 132] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 116] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 130] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 123] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 108] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 121] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 138] [junit] [EL Fine]: 2024-04-30 17:54:11.944--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 131] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 118] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 114] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 119] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 127] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 124] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 113] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 125] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 126] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 136] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 112] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 109] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 133] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 137] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 110] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 115] [junit] [EL Fine]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [0, 0, 128] [junit] [EL Finer]: 2024-04-30 17:54:11.945--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.947--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.947--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.947--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.947--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [194, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [195, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [196, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [191, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [186, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [187, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [192, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [193, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [197, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [198, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [199, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [200, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [201, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [202, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [203, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [211, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [212, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [213, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [214, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [215, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [204, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [205, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [206, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [185, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.948--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [188, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.949--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [189, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.949--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [190, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.949--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [207, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.949--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [208, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.949--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [209, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.949--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [210, 34] [junit] [EL Finer]: 2024-04-30 17:54:11.949--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.952--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [117, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [118, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [119, 23] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [114, 21] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [109, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [110, 12] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [115, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [116, 22] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [121, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [122, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [123, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [120, 24] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [124, 31] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [125, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [126, 32] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [136, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [137, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [138, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [134, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [135, 35] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [127, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [128, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [129, 33] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [108, 11] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [111, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [112, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [113, 13] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [131, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [132, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [133, 34] [junit] [EL Fine]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])-- bind => [130, 34] [junit] [EL Finer]: 2024-04-30 17:54:11.953--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:11.956--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.956--ServerSession(454071866)--Connection(1483691730)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.957--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:11.957--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.957--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.957--ClientSession(1237934148)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:11.957--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:11.957--ClientSession(1237934148)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:11.958--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1078229489 [junit] [EL Finer]: 2024-04-30 17:54:11.958--ClientSession(1078229489)--Thread(Thread[main,5,main])--acquire unit of work: 1907684513 [junit] [EL Finest]: 2024-04-30 17:54:11.958--UnitOfWork(1907684513)--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]: 2024-04-30 17:54:11.958--ServerSession(454071866)--Connection(868128251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.958--ServerSession(454071866)--Connection(868128251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.958--ServerSession(454071866)--Connection(961052528)--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]: 2024-04-30 17:54:11.959--ServerSession(454071866)--Connection(868128251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.959--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:11.959--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.959--ServerSession(454071866)--Connection(838401155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.959--ServerSession(454071866)--Connection(838401155)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.959--ServerSession(454071866)--Connection(1796215359)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.96--ServerSession(454071866)--Connection(838401155)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.96--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:11.96--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.96--ServerSession(454071866)--Connection(1748032986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.96--ServerSession(454071866)--Connection(1748032986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.96--ServerSession(454071866)--Connection(64662281)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.96--ServerSession(454071866)--Connection(1748032986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.96--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:11.96--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.96--ServerSession(454071866)--Connection(1328840126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.96--ServerSession(454071866)--Connection(1328840126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.961--ServerSession(454071866)--Connection(434116018)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.961--ServerSession(454071866)--Connection(1328840126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.961--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:11.961--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.961--ServerSession(454071866)--Connection(340425429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.961--ServerSession(454071866)--Connection(340425429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.961--ServerSession(454071866)--Connection(990041156)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.961--ServerSession(454071866)--Connection(340425429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.961--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:11.962--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.962--ServerSession(454071866)--Connection(988417986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.962--ServerSession(454071866)--Connection(988417986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.962--ServerSession(454071866)--Connection(392649775)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.962--ServerSession(454071866)--Connection(988417986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.962--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:11.962--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.962--ServerSession(454071866)--Connection(1686534668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.962--ServerSession(454071866)--Connection(1686534668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.962--ServerSession(454071866)--Connection(1227740311)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.962--ServerSession(454071866)--Connection(1686534668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.963--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:11.963--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.963--ServerSession(454071866)--Connection(1100877541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.963--ServerSession(454071866)--Connection(1100877541)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.963--ServerSession(454071866)--Connection(1714479917)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.963--ServerSession(454071866)--Connection(1100877541)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.963--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.963--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.963--ServerSession(454071866)--Connection(1892161648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.963--ServerSession(454071866)--Connection(1892161648)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.963--ServerSession(454071866)--Connection(1767728846)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.964--ServerSession(454071866)--Connection(1892161648)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.964--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.964--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.964--ServerSession(454071866)--Connection(773289940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.964--ServerSession(454071866)--Connection(773289940)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.964--ServerSession(454071866)--Connection(746463182)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.964--ServerSession(454071866)--Connection(773289940)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.964--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.964--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.964--ServerSession(454071866)--Connection(938121992)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.964--ServerSession(454071866)--Connection(938121992)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.964--ServerSession(454071866)--Connection(1798726228)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.965--ServerSession(454071866)--Connection(938121992)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.965--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.965--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.965--ServerSession(454071866)--Connection(605842518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.965--ServerSession(454071866)--Connection(605842518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.965--ServerSession(454071866)--Connection(2086706755)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.965--ServerSession(454071866)--Connection(605842518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.965--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:11.965--UnitOfWork(1907684513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:11.965--ServerSession(454071866)--Connection(1739816739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:11.965--ServerSession(454071866)--Connection(1739816739)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:11.965--ServerSession(454071866)--Connection(534345488)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:11.966--ServerSession(454071866)--Connection(1739816739)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:11.985--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 181507281 [junit] [EL Finer]: 2024-04-30 17:54:11.985--ClientSession(181507281)--Thread(Thread[main,5,main])--acquire unit of work: 251343066 [junit] [EL Finest]: 2024-04-30 17:54:11.985--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.985--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.985--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (216 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (139 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36300443 [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (217 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (218 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (140 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (141 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a2ae0f2 [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (219 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (220 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (221 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (142 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (143 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (144 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59c476cc [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.986--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (222 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (145 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ed537a9 [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (223 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (224 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (146 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (147 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4db4c89 [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (225 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (226 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (227 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (148 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (149 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (150 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50f7521d [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (228 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.987--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (229 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.988--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.988--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (230 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.988--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.988--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (231 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.988--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.988--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.988--ServerSession(454071866)--Connection(336043742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:11.988--ClientSession(181507281)--Connection(336043742)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:11.988--ClientSession(181507281)--Connection(336043742)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:11.988--ClientSession(181507281)--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]: 2024-04-30 17:54:11.988--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:11.988--ClientSession(181507281)--Connection(1775602549)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:11.988--ClientSession(181507281)--Connection(1775602549)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:11.989--ClientSession(181507281)--Connection(1775602549)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 151, last: 200 [junit] [EL Finer]: 2024-04-30 17:54:11.989--ClientSession(181507281)--Connection(1775602549)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:11.989--ServerSession(454071866)--Connection(1775602549)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:11.989--ServerSession(454071866)--Connection(336043742)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (151 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (152 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (153 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (154 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30524cdf [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (232 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (155 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ed65c99 [junit] [EL Finest]: 2024-04-30 17:54:11.989--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:11.99--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (233 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (234 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (156 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (157 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13f124a [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (235 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (236 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (237 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (158 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (159 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (160 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1568dcd8 [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.046--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (238 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (239 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (240 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (241 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (161 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (162 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (163 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (164 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f9c04e [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (242 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (243 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (244 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (245 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (246 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (165 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (166 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (167 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (168 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (169 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.047--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b2dd3c [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.048--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:12.048--ServerSession(454071866)--Connection(1991554431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.048--ClientSession(181507281)--Connection(1991554431)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.048--ClientSession(181507281)--Connection(1991554431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.049--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:12.049--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:12.049--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50f7521d) [junit] [EL Finer]: 2024-04-30 17:54:12.049--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.049--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.049--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.049--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.049--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.049--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.049--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30524cdf) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f9c04e) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ed65c99) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13f124a) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ed537a9) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a2ae0f2) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59c476cc) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b2dd3c) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36300443) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1568dcd8) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4db4c89) [junit] [EL Finest]: 2024-04-30 17:54:12.05--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(216:null:description_216) [junit] [EL Finer]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--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]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.05--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(230:null:description_230) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(232:null:description_232) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(231:null:description_231) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(227:null:description_227) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(245:null:description_245) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(234:null:description_234) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(219:null:description_219) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(240:null:description_240) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(238:null:description_238) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(237:null:description_237) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(228:null:description_228) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(244:null:description_244) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(225:null:description_225) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(217:null:description_217) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(246:null:description_246) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(236:null:description_236) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(235:null:description_235) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(221:null:description_221) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(239:null:description_239) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(242:null:description_242) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(223:null:description_223) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(229:null:description_229) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(218:null:description_218) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(222:null:description_222) [junit] [EL Finest]: 2024-04-30 17:54:12.052--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(226:null:description_226) [junit] [EL Finest]: 2024-04-30 17:54:12.053--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(220:null:description_220) [junit] [EL Finest]: 2024-04-30 17:54:12.053--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(241:null:description_241) [junit] [EL Finest]: 2024-04-30 17:54:12.053--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(233:null:description_233) [junit] [EL Finest]: 2024-04-30 17:54:12.053--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(243:null:description_243) [junit] [EL Finest]: 2024-04-30 17:54:12.053--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(224:null:description_224) [junit] [EL Finest]: 2024-04-30 17:54:12.053--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finer]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [216, null, description_216] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [230, null, description_230] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [232, null, description_232] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [231, null, description_231] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [227, null, description_227] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [245, null, description_245] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [234, null, description_234] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [219, null, description_219] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [240, null, description_240] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [238, null, description_238] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [237, null, description_237] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [228, null, description_228] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [244, null, description_244] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [225, null, description_225] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [217, null, description_217] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [246, null, description_246] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [236, null, description_236] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [235, null, description_235] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [221, null, description_221] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [239, null, description_239] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [242, null, description_242] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [223, null, description_223] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [229, null, description_229] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [218, null, description_218] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [222, null, description_222] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [226, null, description_226] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [220, null, description_220] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [241, null, description_241] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [233, null, description_233] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [243, null, description_243] [junit] [EL Fine]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [224, null, description_224] [junit] [EL Finer]: 2024-04-30 17:54:12.053--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.056--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.057--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [161, description_3] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [151, description_3] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [156, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [169, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [140, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [147, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [165, description_3] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [143, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [148, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [154, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [149, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [141, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [160, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [145, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [158, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [157, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [168, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [146, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [155, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [144, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [150, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [152, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [164, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [163, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [153, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [166, description_4] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [159, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [139, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [162, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [167, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [142, description_0] [junit] [EL Finer]: 2024-04-30 17:54:12.057--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.062--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finest]: 2024-04-30 17:54:12.062--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finer]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 161] [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 151] [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 156] [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 169] [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 140] [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 147] [junit] [EL Fine]: 2024-04-30 17:54:12.063--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 165] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 143] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 148] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 154] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 149] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 141] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 160] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 145] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 158] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 157] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 168] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 146] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 155] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 144] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 150] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 152] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 164] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 163] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 153] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 166] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 159] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 139] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 162] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 167] [junit] [EL Fine]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [0, 0, 142] [junit] [EL Finer]: 2024-04-30 17:54:12.064--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [225, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [226, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [227, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [228, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [229, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [230, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [231, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [238, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [239, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [240, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [241, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [232, 31] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [233, 32] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [234, 32] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [222, 21] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [217, 12] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [218, 12] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [219, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [220, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [221, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.067--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [242, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [243, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [244, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [245, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [246, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [216, 11] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [235, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [236, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [237, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [223, 22] [junit] [EL Fine]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [224, 22] [junit] [EL Finer]: 2024-04-30 17:54:12.068--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.071--ClientSession(181507281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [148, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [149, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [150, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [152, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [153, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [154, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [151, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [162, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [163, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [164, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [161, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [155, 31] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [156, 32] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [157, 32] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [145, 21] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [140, 12] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [141, 12] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [142, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [143, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [144, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [167, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [168, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [169, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [165, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [166, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [139, 11] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [158, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [159, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [160, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [146, 22] [junit] [EL Fine]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])-- bind => [147, 22] [junit] [EL Finer]: 2024-04-30 17:54:12.072--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.075--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.075--ServerSession(454071866)--Connection(1991554431)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.076--UnitOfWork(251343066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.076--UnitOfWork(251343066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.076--UnitOfWork(251343066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.076--ClientSession(181507281)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.076--UnitOfWork(251343066)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.076--ClientSession(181507281)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.077--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 852671380 [junit] [EL Finer]: 2024-04-30 17:54:12.077--ClientSession(852671380)--Thread(Thread[main,5,main])--acquire unit of work: 1896264985 [junit] [EL Finest]: 2024-04-30 17:54:12.077--UnitOfWork(1896264985)--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]: 2024-04-30 17:54:12.077--ServerSession(454071866)--Connection(699614151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.077--ServerSession(454071866)--Connection(699614151)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.078--ServerSession(454071866)--Connection(483904836)--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]: 2024-04-30 17:54:12.078--ServerSession(454071866)--Connection(699614151)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.078--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:12.079--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.079--ServerSession(454071866)--Connection(1855295276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.079--ServerSession(454071866)--Connection(1855295276)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.079--ServerSession(454071866)--Connection(595355132)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.079--ServerSession(454071866)--Connection(1855295276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.08--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 216:null:description_216 [junit] [EL Finest]: 2024-04-30 17:54:12.08--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:12.08--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.08--ServerSession(454071866)--Connection(1691377154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.08--ServerSession(454071866)--Connection(1691377154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.08--ServerSession(454071866)--Connection(1989111678)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.08--ServerSession(454071866)--Connection(1691377154)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.08--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 217:null:description_217 [junit] [EL Finest]: 2024-04-30 17:54:12.08--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 218:null:description_218 [junit] [EL Finest]: 2024-04-30 17:54:12.08--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:12.08--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.08--ServerSession(454071866)--Connection(1822771670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.081--ServerSession(454071866)--Connection(1822771670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.081--ServerSession(454071866)--Connection(1919603269)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.081--ServerSession(454071866)--Connection(1822771670)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.081--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 219:null:description_219 [junit] [EL Finest]: 2024-04-30 17:54:12.081--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 220:null:description_220 [junit] [EL Finest]: 2024-04-30 17:54:12.081--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 221:null:description_221 [junit] [EL Finest]: 2024-04-30 17:54:12.081--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:12.081--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.081--ServerSession(454071866)--Connection(1205937500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.081--ServerSession(454071866)--Connection(1205937500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.081--ServerSession(454071866)--Connection(1575132190)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.082--ServerSession(454071866)--Connection(1205937500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.082--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 222:null:description_222 [junit] [EL Finest]: 2024-04-30 17:54:12.082--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:12.082--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.082--ServerSession(454071866)--Connection(2074639652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.082--ServerSession(454071866)--Connection(2074639652)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.082--ServerSession(454071866)--Connection(34261895)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.082--ServerSession(454071866)--Connection(2074639652)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 223:null:description_223 [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 224:null:description_224 [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.083--ServerSession(454071866)--Connection(1105104215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.083--ServerSession(454071866)--Connection(1105104215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.083--ServerSession(454071866)--Connection(719448032)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.083--ServerSession(454071866)--Connection(1105104215)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 225:null:description_225 [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 226:null:description_226 [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 227:null:description_227 [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:12.083--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.083--ServerSession(454071866)--Connection(190195539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.083--ServerSession(454071866)--Connection(190195539)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.084--ServerSession(454071866)--Connection(1906822693)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.084--ServerSession(454071866)--Connection(190195539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.084--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 228:null:description_228 [junit] [EL Finest]: 2024-04-30 17:54:12.084--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 229:null:description_229 [junit] [EL Finest]: 2024-04-30 17:54:12.084--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 230:null:description_230 [junit] [EL Finest]: 2024-04-30 17:54:12.084--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 231:null:description_231 [junit] [EL Finest]: 2024-04-30 17:54:12.084--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.084--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.084--ServerSession(454071866)--Connection(600748931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.152--ServerSession(454071866)--Connection(600748931)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.153--ServerSession(454071866)--Connection(451030475)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.153--ServerSession(454071866)--Connection(600748931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.153--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 232:null:description_232 [junit] [EL Finest]: 2024-04-30 17:54:12.153--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.153--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.153--ServerSession(454071866)--Connection(320686867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.153--ServerSession(454071866)--Connection(320686867)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.154--ServerSession(454071866)--Connection(958030381)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.154--ServerSession(454071866)--Connection(320686867)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.154--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 233:null:description_233 [junit] [EL Finest]: 2024-04-30 17:54:12.154--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 234:null:description_234 [junit] [EL Finest]: 2024-04-30 17:54:12.154--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.154--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.154--ServerSession(454071866)--Connection(1247225463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.154--ServerSession(454071866)--Connection(1247225463)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.154--ServerSession(454071866)--Connection(1145188928)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.155--ServerSession(454071866)--Connection(1247225463)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 235:null:description_235 [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 236:null:description_236 [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 237:null:description_237 [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.155--ServerSession(454071866)--Connection(2034361635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.155--ServerSession(454071866)--Connection(2034361635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.155--ServerSession(454071866)--Connection(1540282358)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.155--ServerSession(454071866)--Connection(2034361635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 238:null:description_238 [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 239:null:description_239 [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 240:null:description_240 [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 241:null:description_241 [junit] [EL Finest]: 2024-04-30 17:54:12.155--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.156--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.156--ServerSession(454071866)--Connection(743604657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.156--ServerSession(454071866)--Connection(743604657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.156--ServerSession(454071866)--Connection(64547542)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.156--ServerSession(454071866)--Connection(743604657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.156--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 242:null:description_242 [junit] [EL Finest]: 2024-04-30 17:54:12.156--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 243:null:description_243 [junit] [EL Finest]: 2024-04-30 17:54:12.156--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 244:null:description_244 [junit] [EL Finest]: 2024-04-30 17:54:12.156--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 245:null:description_245 [junit] [EL Finest]: 2024-04-30 17:54:12.156--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 246:null:description_246 [junit] [EL Finer]: 2024-04-30 17:54:12.176--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 701427548 [junit] [EL Finer]: 2024-04-30 17:54:12.176--ClientSession(701427548)--Thread(Thread[main,5,main])--acquire unit of work: 1212468792 [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (247 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (170 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a796b3e [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.176--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (248 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (249 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (171 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (172 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b8b8794 [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (250 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.177--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.177--ServerSession(454071866)--Connection(1669303041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.177--ClientSession(701427548)--Connection(1669303041)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.177--ClientSession(701427548)--Connection(1669303041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.177--ClientSession(701427548)--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]: 2024-04-30 17:54:12.177--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:12.177--ClientSession(701427548)--Connection(38462941)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:12.178--ClientSession(701427548)--Connection(38462941)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:12.178--ClientSession(701427548)--Connection(38462941)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 251, last: 300 [junit] [EL Finer]: 2024-04-30 17:54:12.178--ClientSession(701427548)--Connection(38462941)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.178--ServerSession(454071866)--Connection(38462941)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:12.178--ServerSession(454071866)--Connection(1669303041)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:12.178--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (251 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.178--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.178--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (252 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.178--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.178--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.178--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (173 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.178--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (174 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (175 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61a01e85 [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (253 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (176 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e6093da [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (254 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (255 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (177 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (178 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44a4829b [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (256 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (257 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (258 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (179 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.179--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (180 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (181 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@679d66fa [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (259 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (260 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (261 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (262 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (182 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (183 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (184 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (185 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59d1d820 [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (263 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (186 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31d26296 [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (264 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.18--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (265 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (187 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (188 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@830b8a5 [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (266 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (267 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (268 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (189 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (190 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (191 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76f3f810 [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (269 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (270 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (271 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (272 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (192 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (193 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.181--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (194 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (195 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47dff7db [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (273 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (274 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (275 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (276 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (277 -> null:null:null) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (196 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (197 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (198 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (199 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (200 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6074ed28 [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.182--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.183--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:12.183--ServerSession(454071866)--Connection(393735973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.183--ClientSession(701427548)--Connection(393735973)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.183--ClientSession(701427548)--Connection(393735973)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.183--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:12.183--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2024-04-30 17:54:12.183--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a796b3e) [junit] [EL Finer]: 2024-04-30 17:54:12.183--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.183--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.183--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.183--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.183--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.183--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@679d66fa) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b8b8794) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31d26296) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59d1d820) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e6093da) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61a01e85) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47dff7db) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@830b8a5) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44a4829b) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76f3f810) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6074ed28) [junit] [EL Finest]: 2024-04-30 17:54:12.184--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(248:null:description_248) [junit] [EL Finer]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--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]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.184--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(273:null:description_273) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(250:null:description_250) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(262:null:description_262) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(267:null:description_267) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(256:null:description_256) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(253:null:description_253) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(263:null:description_263) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(252:null:description_252) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(255:null:description_255) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(265:null:description_265) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(254:null:description_254) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(259:null:description_259) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(275:null:description_275) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(257:null:description_257) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(272:null:description_272) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(268:null:description_268) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(264:null:description_264) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(271:null:description_271) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(249:null:description_249) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(270:null:description_270) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(247:null:description_247) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(266:null:description_266) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(274:null:description_274) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(277:null:description_277) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(276:null:description_276) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(260:null:description_260) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(258:null:description_258) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(251:null:description_251) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(269:null:description_269) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(261:null:description_261) [junit] [EL Finest]: 2024-04-30 17:54:12.187--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finer]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [248, null, description_248] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [273, null, description_273] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [250, null, description_250] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [262, null, description_262] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [267, null, description_267] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [256, null, description_256] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [253, null, description_253] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [263, null, description_263] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [252, null, description_252] [junit] [EL Fine]: 2024-04-30 17:54:12.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [255, null, description_255] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [265, null, description_265] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [254, null, description_254] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [259, null, description_259] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [275, null, description_275] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [257, null, description_257] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [272, null, description_272] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [268, null, description_268] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [264, null, description_264] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [271, null, description_271] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [249, null, description_249] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [270, null, description_270] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [247, null, description_247] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [266, null, description_266] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [274, null, description_274] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [277, null, description_277] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [276, null, description_276] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [260, null, description_260] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [258, null, description_258] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [251, null, description_251] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [269, null, description_269] [junit] [EL Fine]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [261, null, description_261] [junit] [EL Finer]: 2024-04-30 17:54:12.188--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2024-04-30 17:54:12.191--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2024-04-30 17:54:12.192--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.192--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2024-04-30 17:54:12.192--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finest]: 2024-04-30 17:54:12.192--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [198, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [172, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [190, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [199, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [197, description_4] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [184, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [179, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [180, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [176, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [185, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [187, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [170, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [193, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [189, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [182, description_3] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [192, description_3] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [186, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [175, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [171, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [196, description_3] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [188, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [173, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [195, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [191, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [174, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [177, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [200, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [181, description_2] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [183, description_0] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [194, description_1] [junit] [EL Fine]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [178, description_1] [junit] [EL Finer]: 2024-04-30 17:54:12.192--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.195--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finer]: 2024-04-30 17:54:12.256--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.256--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.257--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2024-04-30 17:54:12.257--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.257--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.257--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.257--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.257--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 198] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 172] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 190] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 199] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 197] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 184] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 179] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 180] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 176] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 185] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 187] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 170] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 193] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 189] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 182] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 192] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 186] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 175] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 171] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 196] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 188] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 173] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 195] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 191] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 174] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 177] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 200] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 181] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 183] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 194] [junit] [EL Fine]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [0, 0, 178] [junit] [EL Finer]: 2024-04-30 17:54:12.258--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [247, 11] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [256, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [257, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [258, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [248, 12] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [249, 12] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [263, 31] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [259, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [260, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [261, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [262, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.261--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [253, 21] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [250, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [251, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [252, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [269, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [270, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [271, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [272, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [264, 32] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [265, 32] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [254, 22] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [255, 22] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [266, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [267, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [268, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [273, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [274, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [275, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [276, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [277, 35] [junit] [EL Finer]: 2024-04-30 17:54:12.262--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.265--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [170, 11] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [179, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [180, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [181, 23] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [171, 12] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [172, 12] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [186, 31] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [183, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [184, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [185, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [182, 24] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [176, 21] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [173, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [174, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [175, 13] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [193, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [194, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [195, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [192, 34] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [187, 32] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [188, 32] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [177, 22] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [178, 22] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [189, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [190, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [191, 33] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [198, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [199, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [200, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [196, 35] [junit] [EL Fine]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])-- bind => [197, 35] [junit] [EL Finer]: 2024-04-30 17:54:12.266--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.269--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.27--ServerSession(454071866)--Connection(393735973)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.27--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.27--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.271--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.271--ClientSession(701427548)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.271--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.271--ClientSession(701427548)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.272--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 862549320 [junit] [EL Finer]: 2024-04-30 17:54:12.272--ClientSession(862549320)--Thread(Thread[main,5,main])--acquire unit of work: 495332867 [junit] [EL Finest]: 2024-04-30 17:54:12.272--UnitOfWork(495332867)--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]: 2024-04-30 17:54:12.272--ServerSession(454071866)--Connection(712111177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.272--ServerSession(454071866)--Connection(712111177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.272--ServerSession(454071866)--Connection(795383174)--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]: 2024-04-30 17:54:12.275--ServerSession(454071866)--Connection(712111177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.275--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:12.276--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.276--ServerSession(454071866)--Connection(902866609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.276--ServerSession(454071866)--Connection(902866609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.276--ServerSession(454071866)--Connection(2046756315)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.276--ServerSession(454071866)--Connection(902866609)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.276--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 247:null:description_247 [junit] [EL Finest]: 2024-04-30 17:54:12.277--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:12.277--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.277--ServerSession(454071866)--Connection(1579049175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.277--ServerSession(454071866)--Connection(1579049175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.277--ServerSession(454071866)--Connection(567123588)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.277--ServerSession(454071866)--Connection(1579049175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.278--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 248:null:description_248 [junit] [EL Finest]: 2024-04-30 17:54:12.278--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 249:null:description_249 [junit] [EL Finest]: 2024-04-30 17:54:12.278--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:12.278--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.278--ServerSession(454071866)--Connection(950953557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.278--ServerSession(454071866)--Connection(950953557)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.278--ServerSession(454071866)--Connection(759859266)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.278--ServerSession(454071866)--Connection(950953557)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.278--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 250:null:description_250 [junit] [EL Finest]: 2024-04-30 17:54:12.279--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 251:null:description_251 [junit] [EL Finest]: 2024-04-30 17:54:12.279--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 252:null:description_252 [junit] [EL Finest]: 2024-04-30 17:54:12.279--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:12.279--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.279--ServerSession(454071866)--Connection(50535987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.279--ServerSession(454071866)--Connection(50535987)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.279--ServerSession(454071866)--Connection(664869723)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.279--ServerSession(454071866)--Connection(50535987)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.279--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 253:null:description_253 [junit] [EL Finest]: 2024-04-30 17:54:12.28--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:12.28--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.28--ServerSession(454071866)--Connection(2023078608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.28--ServerSession(454071866)--Connection(2023078608)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.28--ServerSession(454071866)--Connection(1046075419)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.28--ServerSession(454071866)--Connection(2023078608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.28--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 254:null:description_254 [junit] [EL Finest]: 2024-04-30 17:54:12.28--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 255:null:description_255 [junit] [EL Finest]: 2024-04-30 17:54:12.28--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:12.28--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.28--ServerSession(454071866)--Connection(1811019433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.28--ServerSession(454071866)--Connection(1811019433)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.28--ServerSession(454071866)--Connection(1291767676)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.281--ServerSession(454071866)--Connection(1811019433)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.281--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 256:null:description_256 [junit] [EL Finest]: 2024-04-30 17:54:12.281--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 257:null:description_257 [junit] [EL Finest]: 2024-04-30 17:54:12.281--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 258:null:description_258 [junit] [EL Finest]: 2024-04-30 17:54:12.281--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:12.281--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.281--ServerSession(454071866)--Connection(282127817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.281--ServerSession(454071866)--Connection(282127817)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.281--ServerSession(454071866)--Connection(1128544033)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.282--ServerSession(454071866)--Connection(282127817)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.282--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 259:null:description_259 [junit] [EL Finest]: 2024-04-30 17:54:12.282--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 260:null:description_260 [junit] [EL Finest]: 2024-04-30 17:54:12.282--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 261:null:description_261 [junit] [EL Finest]: 2024-04-30 17:54:12.282--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 262:null:description_262 [junit] [EL Finest]: 2024-04-30 17:54:12.282--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.282--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.282--ServerSession(454071866)--Connection(108878855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.282--ServerSession(454071866)--Connection(108878855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.282--ServerSession(454071866)--Connection(401408785)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.283--ServerSession(454071866)--Connection(108878855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.283--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 263:null:description_263 [junit] [EL Finest]: 2024-04-30 17:54:12.283--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.283--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.283--ServerSession(454071866)--Connection(1992676412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.283--ServerSession(454071866)--Connection(1992676412)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.283--ServerSession(454071866)--Connection(297833437)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.283--ServerSession(454071866)--Connection(1992676412)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.283--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 264:null:description_264 [junit] [EL Finest]: 2024-04-30 17:54:12.283--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 265:null:description_265 [junit] [EL Finest]: 2024-04-30 17:54:12.284--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.284--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.284--ServerSession(454071866)--Connection(1737867228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.284--ServerSession(454071866)--Connection(1737867228)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.284--ServerSession(454071866)--Connection(1973597610)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.284--ServerSession(454071866)--Connection(1737867228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.284--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 266:null:description_266 [junit] [EL Finest]: 2024-04-30 17:54:12.284--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 267:null:description_267 [junit] [EL Finest]: 2024-04-30 17:54:12.284--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 268:null:description_268 [junit] [EL Finest]: 2024-04-30 17:54:12.284--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.284--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.284--ServerSession(454071866)--Connection(1788571137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.284--ServerSession(454071866)--Connection(1788571137)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.285--ServerSession(454071866)--Connection(25878190)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.285--ServerSession(454071866)--Connection(1788571137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.285--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 269:null:description_269 [junit] [EL Finest]: 2024-04-30 17:54:12.285--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 270:null:description_270 [junit] [EL Finest]: 2024-04-30 17:54:12.285--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 271:null:description_271 [junit] [EL Finest]: 2024-04-30 17:54:12.285--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 272:null:description_272 [junit] [EL Finest]: 2024-04-30 17:54:12.285--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2024-04-30 17:54:12.285--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.285--ServerSession(454071866)--Connection(1072477273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.285--ServerSession(454071866)--Connection(1072477273)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.286--ServerSession(454071866)--Connection(1718940298)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.286--ServerSession(454071866)--Connection(1072477273)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.286--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 273:null:description_273 [junit] [EL Finest]: 2024-04-30 17:54:12.286--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 274:null:description_274 [junit] [EL Finest]: 2024-04-30 17:54:12.286--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 275:null:description_275 [junit] [EL Finest]: 2024-04-30 17:54:12.286--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 276:null:description_276 [junit] [EL Finest]: 2024-04-30 17:54:12.286--UnitOfWork(495332867)--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.885 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance [junit] [EL Finer]: 2024-04-30 17:54:12.31--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1984786708 [junit] [EL Finer]: 2024-04-30 17:54:12.31--ClientSession(1984786708)--Thread(Thread[main,5,main])--acquire unit of work: 866980015 [junit] [EL Finest]: 2024-04-30 17:54:12.31--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.31--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.31--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.31--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.31--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.31--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.31--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.311--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@7ccbf0d0) [junit] [EL Finest]: 2024-04-30 17:54:12.311--ServerSession(454071866)--Connection(941742233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.311--ClientSession(1984786708)--Connection(941742233)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.311--ClientSession(1984786708)--Connection(941742233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.312--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@65bbf773) [junit] [EL Finest]: 2024-04-30 17:54:12.312--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:12.312--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.312--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.312--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.312--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.312--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.312--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.313--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@691a1521) [junit] [EL Finest]: 2024-04-30 17:54:12.313--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39cc218d) [junit] [EL Finest]: 2024-04-30 17:54:12.313--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@3e1e7aa2) [junit] [EL Finer]: 2024-04-30 17:54:12.313--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.313--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.313--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.313--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.313--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:12.314--ClientSession(1984786708)--Connection(1378684617)--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]: 2024-04-30 17:54:12.314--ClientSession(1984786708)--Connection(1378684617)--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]: 2024-04-30 17:54:12.314--ClientSession(1984786708)--Connection(1378684617)--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]: 2024-04-30 17:54:12.315--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@dfbbfb0) [junit] [EL Fine]: 2024-04-30 17:54:12.315--ClientSession(1984786708)--Connection(1378684617)--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]: 2024-04-30 17:54:12.315--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@142fe961) [junit] [EL Finest]: 2024-04-30 17:54:12.315--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2e9583af) [junit] [EL Finest]: 2024-04-30 17:54:12.315--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@43f3ee3) [junit] [EL Finest]: 2024-04-30 17:54:12.315--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@65ed2da6) [junit] [EL Finest]: 2024-04-30 17:54:12.315--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@45a98c98) [junit] [EL Finest]: 2024-04-30 17:54:12.315--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@14a5bfd2) [junit] [EL Finest]: 2024-04-30 17:54:12.315--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bc645e0) [junit] [EL Finer]: 2024-04-30 17:54:12.315--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.315--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.315--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.315--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.315--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.316--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.316--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.316--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.316--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.316--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.317--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6943732d) [junit] [EL Finest]: 2024-04-30 17:54:12.317--UnitOfWork(866980015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5049c718) [junit] [EL Finer]: 2024-04-30 17:54:12.317--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.317--ClientSession(1984786708)--Connection(1378684617)--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]: 2024-04-30 17:54:12.317--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Fine]: 2024-04-30 17:54:12.317--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2024-04-30 17:54:12.317--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Finer]: 2024-04-30 17:54:12.317--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Fine]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Finer]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Fine]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Finer]: 2024-04-30 17:54:12.318--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.319--ClientSession(1984786708)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" ) [junit] [EL Finer]: 2024-04-30 17:54:12.319--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.319--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.319--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Fine]: 2024-04-30 17:54:12.319--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2024-04-30 17:54:12.319--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2024-04-30 17:54:12.319--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Finer]: 2024-04-30 17:54:12.319--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Finer]: 2024-04-30 17:54:12.361--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.362--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.362--ServerSession(454071866)--Connection(941742233)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.363--UnitOfWork(866980015)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.363--UnitOfWork(866980015)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.363--UnitOfWork(866980015)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.363--ClientSession(1984786708)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.363--UnitOfWork(866980015)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.363--ClientSession(1984786708)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.364--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1736549441 [junit] [EL Finer]: 2024-04-30 17:54:12.364--ClientSession(1736549441)--Thread(Thread[main,5,main])--acquire unit of work: 1547050072 [junit] [EL Finest]: 2024-04-30 17:54:12.364--UnitOfWork(1547050072)--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]: 2024-04-30 17:54:12.364--ServerSession(454071866)--Connection(330343151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.364--ServerSession(454071866)--Connection(330343151)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.364--ServerSession(454071866)--Connection(394511884)--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]: 2024-04-30 17:54:12.365--ServerSession(454071866)--Connection(330343151)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.382--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 625010424 [junit] [EL Finer]: 2024-04-30 17:54:12.382--ClientSession(625010424)--Thread(Thread[main,5,main])--acquire unit of work: 575983040 [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.382--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.383--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.383--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.383--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.383--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.383--UnitOfWork(575983040)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.383--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@27c173ea) [junit] [EL Finest]: 2024-04-30 17:54:12.383--ServerSession(454071866)--Connection(1223130705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.383--ClientSession(625010424)--Connection(1223130705)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.383--ClientSession(625010424)--Connection(1223130705)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.383--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@49131f57) [junit] [EL Finest]: 2024-04-30 17:54:12.383--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:12.383--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.384--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.384--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@73c4cb8) [junit] [EL Finest]: 2024-04-30 17:54:12.384--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@230214e0) [junit] [EL Finest]: 2024-04-30 17:54:12.384--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@59489572) [junit] [EL Finer]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.384--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:12.385--ClientSession(625010424)--Connection(461592476)--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]: 2024-04-30 17:54:12.385--ClientSession(625010424)--Connection(461592476)--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]: 2024-04-30 17:54:12.385--ClientSession(625010424)--Connection(461592476)--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]: 2024-04-30 17:54:12.386--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@3a3828cf) [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--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]: 2024-04-30 17:54:12.386--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@7cb97db0) [junit] [EL Finest]: 2024-04-30 17:54:12.386--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@504b0a70) [junit] [EL Finest]: 2024-04-30 17:54:12.386--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1f344be) [junit] [EL Finest]: 2024-04-30 17:54:12.386--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@546df3ad) [junit] [EL Finest]: 2024-04-30 17:54:12.386--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@41bb9bf6) [junit] [EL Finest]: 2024-04-30 17:54:12.386--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@5d767956) [junit] [EL Finest]: 2024-04-30 17:54:12.386--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53a858b0) [junit] [EL Finer]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.386--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.387--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a29ed43) [junit] [EL Finest]: 2024-04-30 17:54:12.387--UnitOfWork(575983040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46bed5b4) [junit] [EL Finer]: 2024-04-30 17:54:12.387--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.387--ClientSession(625010424)--Connection(461592476)--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]: 2024-04-30 17:54:12.387--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Fine]: 2024-04-30 17:54:12.387--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2024-04-30 17:54:12.387--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Finer]: 2024-04-30 17:54:12.387--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.388--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.388--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.388--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Fine]: 2024-04-30 17:54:12.388--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Finer]: 2024-04-30 17:54:12.388--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.388--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Finer]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Finer]: 2024-04-30 17:54:12.389--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Fine]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Finer]: 2024-04-30 17:54:12.39--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.391--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.391--ServerSession(454071866)--Connection(1223130705)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.391--UnitOfWork(575983040)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.391--UnitOfWork(575983040)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.391--UnitOfWork(575983040)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.391--ClientSession(625010424)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.391--UnitOfWork(575983040)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.391--ClientSession(625010424)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.392--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1294549532 [junit] [EL Finer]: 2024-04-30 17:54:12.392--ClientSession(1294549532)--Thread(Thread[main,5,main])--acquire unit of work: 916651345 [junit] [EL Finest]: 2024-04-30 17:54:12.392--UnitOfWork(916651345)--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]: 2024-04-30 17:54:12.392--ServerSession(454071866)--Connection(1608556434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.392--ServerSession(454071866)--Connection(1608556434)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.392--ServerSession(454071866)--Connection(1839179086)--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]: 2024-04-30 17:54:12.393--ServerSession(454071866)--Connection(1608556434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.41--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1668447024 [junit] [EL Finer]: 2024-04-30 17:54:12.41--ClientSession(1668447024)--Thread(Thread[main,5,main])--acquire unit of work: 1755856246 [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.41--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@2ab8fb0d) [junit] [EL Finest]: 2024-04-30 17:54:12.411--ServerSession(454071866)--Connection(504326867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.411--ClientSession(1668447024)--Connection(504326867)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.411--ClientSession(1668447024)--Connection(504326867)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.411--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@3d235119) [junit] [EL Finest]: 2024-04-30 17:54:12.411--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:12.411--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.411--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.411--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.411--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.411--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.412--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.412--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@202b279a) [junit] [EL Finest]: 2024-04-30 17:54:12.412--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f7907c3) [junit] [EL Finest]: 2024-04-30 17:54:12.412--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@23796974) [junit] [EL Finer]: 2024-04-30 17:54:12.412--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.412--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.412--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.412--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.412--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:12.412--ClientSession(1668447024)--Connection(769613428)--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]: 2024-04-30 17:54:12.413--ClientSession(1668447024)--Connection(769613428)--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]: 2024-04-30 17:54:12.413--ClientSession(1668447024)--Connection(769613428)--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]: 2024-04-30 17:54:12.413--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@dd041b5) [junit] [EL Fine]: 2024-04-30 17:54:12.413--ClientSession(1668447024)--Connection(769613428)--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]: 2024-04-30 17:54:12.413--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@605db391) [junit] [EL Finest]: 2024-04-30 17:54:12.413--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@47519d1a) [junit] [EL Finest]: 2024-04-30 17:54:12.413--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@5fa70745) [junit] [EL Finest]: 2024-04-30 17:54:12.413--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@426218fc) [junit] [EL Finest]: 2024-04-30 17:54:12.413--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@a13a3e0) [junit] [EL Finest]: 2024-04-30 17:54:12.413--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1c5f5f) [junit] [EL Finest]: 2024-04-30 17:54:12.413--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1029f5d2) [junit] [EL Finer]: 2024-04-30 17:54:12.413--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.413--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.414--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.414--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.414--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.414--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.414--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.414--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.414--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.414--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.414--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69c70887) [junit] [EL Finest]: 2024-04-30 17:54:12.414--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22b5f886) [junit] [EL Finer]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--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]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Fine]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Finer]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Fine]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Finer]: 2024-04-30 17:54:12.415--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Fine]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Finer]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Fine]: 2024-04-30 17:54:12.416--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Finer]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Fine]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Finer]: 2024-04-30 17:54:12.417--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.418--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.418--ServerSession(454071866)--Connection(504326867)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.419--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.419--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.419--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.419--ClientSession(1668447024)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.419--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.419--ClientSession(1668447024)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.42--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 397563391 [junit] [EL Finer]: 2024-04-30 17:54:12.42--ClientSession(397563391)--Thread(Thread[main,5,main])--acquire unit of work: 886415720 [junit] [EL Finest]: 2024-04-30 17:54:12.42--UnitOfWork(886415720)--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]: 2024-04-30 17:54:12.42--ServerSession(454071866)--Connection(129671544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.42--ServerSession(454071866)--Connection(129671544)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.42--ServerSession(454071866)--Connection(187226364)--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]: 2024-04-30 17:54:12.42--ServerSession(454071866)--Connection(129671544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.437--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 88442105 [junit] [EL Finer]: 2024-04-30 17:54:12.437--ClientSession(88442105)--Thread(Thread[main,5,main])--acquire unit of work: 673425442 [junit] [EL Finest]: 2024-04-30 17:54:12.437--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.438--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@3e07a967) [junit] [EL Finest]: 2024-04-30 17:54:12.439--ServerSession(454071866)--Connection(485310811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.439--ClientSession(88442105)--Connection(485310811)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.439--ClientSession(88442105)--Connection(485310811)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.439--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@3ea65cf6) [junit] [EL Finest]: 2024-04-30 17:54:12.439--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:12.439--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.439--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.439--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.439--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.439--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.44--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.44--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@72e4f58f) [junit] [EL Finest]: 2024-04-30 17:54:12.44--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f67dcad) [junit] [EL Finest]: 2024-04-30 17:54:12.44--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@5a6a3251) [junit] [EL Finer]: 2024-04-30 17:54:12.44--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.44--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.44--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.44--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.44--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:12.441--ClientSession(88442105)--Connection(239380282)--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]: 2024-04-30 17:54:12.441--ClientSession(88442105)--Connection(239380282)--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]: 2024-04-30 17:54:12.441--ClientSession(88442105)--Connection(239380282)--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]: 2024-04-30 17:54:12.442--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@38fc8a6b) [junit] [EL Fine]: 2024-04-30 17:54:12.442--ClientSession(88442105)--Connection(239380282)--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]: 2024-04-30 17:54:12.442--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@29bc0447) [junit] [EL Finest]: 2024-04-30 17:54:12.442--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@3bb35082) [junit] [EL Finest]: 2024-04-30 17:54:12.442--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@343131f7) [junit] [EL Finest]: 2024-04-30 17:54:12.442--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@4e1b36e6) [junit] [EL Finest]: 2024-04-30 17:54:12.442--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@6fbdf386) [junit] [EL Finest]: 2024-04-30 17:54:12.442--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@35d518a7) [junit] [EL Finest]: 2024-04-30 17:54:12.442--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@671f1e0a) [junit] [EL Finer]: 2024-04-30 17:54:12.442--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.442--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.442--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.443--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.443--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.443--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.443--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.443--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.443--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.443--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.444--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1314b8f8) [junit] [EL Finest]: 2024-04-30 17:54:12.444--UnitOfWork(673425442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3282cd58) [junit] [EL Finer]: 2024-04-30 17:54:12.444--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.444--ClientSession(88442105)--Connection(239380282)--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]: 2024-04-30 17:54:12.444--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2024-04-30 17:54:12.444--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Fine]: 2024-04-30 17:54:12.444--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Finer]: 2024-04-30 17:54:12.444--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Fine]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Finer]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Fine]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Finer]: 2024-04-30 17:54:12.445--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.446--ClientSession(88442105)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.446--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.446--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.446--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2024-04-30 17:54:12.446--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Fine]: 2024-04-30 17:54:12.446--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2024-04-30 17:54:12.446--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Finer]: 2024-04-30 17:54:12.446--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Finer]: 2024-04-30 17:54:12.447--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.448--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.448--ServerSession(454071866)--Connection(485310811)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.449--UnitOfWork(673425442)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.449--UnitOfWork(673425442)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.449--UnitOfWork(673425442)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.449--ClientSession(88442105)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.449--UnitOfWork(673425442)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.449--ClientSession(88442105)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.45--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1158386921 [junit] [EL Finer]: 2024-04-30 17:54:12.45--ClientSession(1158386921)--Thread(Thread[main,5,main])--acquire unit of work: 1663079416 [junit] [EL Finest]: 2024-04-30 17:54:12.45--UnitOfWork(1663079416)--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]: 2024-04-30 17:54:12.45--ServerSession(454071866)--Connection(1850353552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.45--ServerSession(454071866)--Connection(1850353552)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.45--ServerSession(454071866)--Connection(1799223928)--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]: 2024-04-30 17:54:12.451--ServerSession(454071866)--Connection(1850353552)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.453--UnitOfWork(1663079416)--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]: 2024-04-30 17:54:12.453--ServerSession(454071866)--Connection(652574670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.453--ServerSession(454071866)--Connection(652574670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.453--ServerSession(454071866)--Connection(726275337)--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]: 2024-04-30 17:54:12.454--ServerSession(454071866)--Connection(652574670)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.471--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1126540006 [junit] [EL Finer]: 2024-04-30 17:54:12.472--ClientSession(1126540006)--Thread(Thread[main,5,main])--acquire unit of work: 1931428900 [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.472--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@2dda18fd) [junit] [EL Finest]: 2024-04-30 17:54:12.472--ServerSession(454071866)--Connection(1694645625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.472--ClientSession(1126540006)--Connection(1694645625)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.472--ClientSession(1126540006)--Connection(1694645625)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.473--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@57618fcd) [junit] [EL Finest]: 2024-04-30 17:54:12.473--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:12.473--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.473--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.473--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.473--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.473--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.473--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.474--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@3d452ced) [junit] [EL Finest]: 2024-04-30 17:54:12.474--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2948e554) [junit] [EL Finest]: 2024-04-30 17:54:12.474--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@2b6c5c75) [junit] [EL Finer]: 2024-04-30 17:54:12.474--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.474--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.474--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.474--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.474--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:12.474--ClientSession(1126540006)--Connection(1111535829)--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]: 2024-04-30 17:54:12.475--ClientSession(1126540006)--Connection(1111535829)--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]: 2024-04-30 17:54:12.475--ClientSession(1126540006)--Connection(1111535829)--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]: 2024-04-30 17:54:12.475--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@d03ed5d) [junit] [EL Fine]: 2024-04-30 17:54:12.475--ClientSession(1126540006)--Connection(1111535829)--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]: 2024-04-30 17:54:12.475--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2c4386a6) [junit] [EL Finest]: 2024-04-30 17:54:12.476--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@56c70faf) [junit] [EL Finest]: 2024-04-30 17:54:12.476--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2b27e7c6) [junit] [EL Finest]: 2024-04-30 17:54:12.476--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@649c7fef) [junit] [EL Finest]: 2024-04-30 17:54:12.476--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@26cba24d) [junit] [EL Finest]: 2024-04-30 17:54:12.476--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@22db1358) [junit] [EL Finest]: 2024-04-30 17:54:12.476--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@471c2da5) [junit] [EL Finer]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.476--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.477--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4151251b) [junit] [EL Finest]: 2024-04-30 17:54:12.477--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5567591e) [junit] [EL Finer]: 2024-04-30 17:54:12.477--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.477--ClientSession(1126540006)--Connection(1111535829)--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]: 2024-04-30 17:54:12.477--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Fine]: 2024-04-30 17:54:12.477--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2024-04-30 17:54:12.477--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Finer]: 2024-04-30 17:54:12.477--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.478--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.478--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.478--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Fine]: 2024-04-30 17:54:12.478--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Finer]: 2024-04-30 17:54:12.478--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.479--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.479--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.479--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2024-04-30 17:54:12.479--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Fine]: 2024-04-30 17:54:12.479--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Fine]: 2024-04-30 17:54:12.479--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Finer]: 2024-04-30 17:54:12.479--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.48--ClientSession(1126540006)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.48--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.48--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.48--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2024-04-30 17:54:12.48--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Fine]: 2024-04-30 17:54:12.48--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2024-04-30 17:54:12.48--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Finer]: 2024-04-30 17:54:12.48--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Finer]: 2024-04-30 17:54:12.481--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.482--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.482--ServerSession(454071866)--Connection(1694645625)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.482--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.482--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.483--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.483--ClientSession(1126540006)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.483--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.483--ClientSession(1126540006)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.483--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 333341423 [junit] [EL Finer]: 2024-04-30 17:54:12.483--ClientSession(333341423)--Thread(Thread[main,5,main])--acquire unit of work: 1796196203 [junit] [EL Finest]: 2024-04-30 17:54:12.483--UnitOfWork(1796196203)--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]: 2024-04-30 17:54:12.483--ServerSession(454071866)--Connection(182765399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.483--ServerSession(454071866)--Connection(182765399)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.484--ServerSession(454071866)--Connection(1539364397)--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]: 2024-04-30 17:54:12.484--ServerSession(454071866)--Connection(182765399)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.501--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 746180688 [junit] [EL Finer]: 2024-04-30 17:54:12.501--ClientSession(746180688)--Thread(Thread[main,5,main])--acquire unit of work: 1196160524 [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.501--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.502--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.502--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@15407521) [junit] [EL Finest]: 2024-04-30 17:54:12.502--ServerSession(454071866)--Connection(1404875064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.502--ClientSession(746180688)--Connection(1404875064)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.502--ClientSession(746180688)--Connection(1404875064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.502--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@5707d11f) [junit] [EL Finest]: 2024-04-30 17:54:12.502--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:12.502--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.502--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.502--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.502--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.502--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.503--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.503--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@3196aea6) [junit] [EL Finest]: 2024-04-30 17:54:12.503--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@466ae771) [junit] [EL Finest]: 2024-04-30 17:54:12.503--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1ebbf5f8) [junit] [EL Finer]: 2024-04-30 17:54:12.503--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.503--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.503--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.503--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.503--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:12.503--ClientSession(746180688)--Connection(866408971)--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]: 2024-04-30 17:54:12.504--ClientSession(746180688)--Connection(866408971)--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]: 2024-04-30 17:54:12.504--ClientSession(746180688)--Connection(866408971)--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]: 2024-04-30 17:54:12.504--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1eedcb1) [junit] [EL Fine]: 2024-04-30 17:54:12.504--ClientSession(746180688)--Connection(866408971)--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]: 2024-04-30 17:54:12.504--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@171158d0) [junit] [EL Finest]: 2024-04-30 17:54:12.504--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@7ff61b0f) [junit] [EL Finest]: 2024-04-30 17:54:12.504--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@7e77ec04) [junit] [EL Finest]: 2024-04-30 17:54:12.504--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@6d88bb5) [junit] [EL Finest]: 2024-04-30 17:54:12.504--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@54155e6e) [junit] [EL Finest]: 2024-04-30 17:54:12.505--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@3a524179) [junit] [EL Finest]: 2024-04-30 17:54:12.505--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a763008) [junit] [EL Finer]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Fine]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Finer]: 2024-04-30 17:54:12.505--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.506--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ba0e0b4) [junit] [EL Finest]: 2024-04-30 17:54:12.506--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e915e7e) [junit] [EL Finer]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--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]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Fine]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Fine]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Finer]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Fine]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Finer]: 2024-04-30 17:54:12.506--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Fine]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Finer]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.507--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Fine]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Fine]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Finer]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:12.508--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.509--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.509--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Fine]: 2024-04-30 17:54:12.509--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2024-04-30 17:54:12.509--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2024-04-30 17:54:12.509--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Finer]: 2024-04-30 17:54:12.509--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.509--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.509--ServerSession(454071866)--Connection(1404875064)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.51--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.51--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.51--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.51--ClientSession(746180688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.51--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.51--ClientSession(746180688)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.51--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 864497341 [junit] [EL Finer]: 2024-04-30 17:54:12.51--ClientSession(864497341)--Thread(Thread[main,5,main])--acquire unit of work: 556191663 [junit] [EL Finest]: 2024-04-30 17:54:12.51--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee jpql="select e from Employee e where e.id = 1") [junit] [EL Finest]: 2024-04-30 17:54:12.511--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@198b4fb6 [junit] [EL Finest]: 2024-04-30 17:54:12.511--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:12.511--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:12.511--ServerSession(454071866)--Connection(1461111257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.511--ServerSession(454071866)--Connection(1461111257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.511--ServerSession(454071866)--Connection(1026425196)--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]: 2024-04-30 17:54:12.512--ServerSession(454071866)--Connection(1461111257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.512--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@468a4674 [junit] [EL Finest]: 2024-04-30 17:54:12.512--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:12.512--ServerSession(454071866)--Connection(666044285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.512--ServerSession(454071866)--Connection(666044285)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.512--ServerSession(454071866)--Connection(1792759686)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:12.513--ServerSession(454071866)--Connection(666044285)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.513--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="client" referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:12.513--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@58313b33 [junit] [EL Finest]: 2024-04-30 17:54:12.513--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="sampleAccount" referenceClass=Account ) [junit] [EL Finest]: 2024-04-30 17:54:12.513--ServerSession(454071866)--Connection(562902186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.513--ServerSession(454071866)--Connection(562902186)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.513--ServerSession(454071866)--Connection(132686409)--Thread(Thread[main,5,main])--SELECT DISTINCT TYPE FROM TMP_ACCOUNT WHERE (ACC_NUMBER = ?) [junit] bind => [101] [junit] [EL Finest]: 2024-04-30 17:54:12.513--ServerSession(454071866)--Connection(562902186)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.514--ServerSession(454071866)--Connection(100508342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.514--ServerSession(454071866)--Connection(100508342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.514--ServerSession(454071866)--Connection(437693994)--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]: 2024-04-30 17:54:12.514--ServerSession(454071866)--Connection(100508342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.514--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@4ccffa70 [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery [junit] [EL Finer]: 2024-04-30 17:54:12.536--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1524475288 [junit] [EL Finer]: 2024-04-30 17:54:12.536--ClientSession(1524475288)--Thread(Thread[main,5,main])--acquire unit of work: 3277781 [junit] [EL Finest]: 2024-04-30 17:54:12.536--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.536--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.536--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.536--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.536--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.536--UnitOfWork(3277781)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.536--UnitOfWork(3277781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.536--ServerSession(454071866)--Connection(1479741538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.536--ClientSession(1524475288)--Connection(1479741538)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.536--ClientSession(1524475288)--Connection(1479741538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.537--UnitOfWork(3277781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.537--UnitOfWork(3277781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@50fededc) [junit] [EL Finer]: 2024-04-30 17:54:12.537--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.537--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.537--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.537--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.537--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.537--UnitOfWork(3277781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33ebc1d5) [junit] [EL Fine]: 2024-04-30 17:54:12.537--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:12.537--UnitOfWork(3277781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40c253bd) [junit] [EL Finer]: 2024-04-30 17:54:12.538--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.538--ClientSession(1524475288)--Connection(635438204)--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]: 2024-04-30 17:54:12.538--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.538--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.538--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.538--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.539--ServerSession(454071866)--Connection(1479741538)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.539--UnitOfWork(3277781)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.539--UnitOfWork(3277781)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.539--UnitOfWork(3277781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.539--ClientSession(1524475288)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.539--UnitOfWork(3277781)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.539--ClientSession(1524475288)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.539--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 159394830 [junit] [EL Finer]: 2024-04-30 17:54:12.539--ClientSession(159394830)--Thread(Thread[main,5,main])--acquire unit of work: 1355639110 [junit] [EL Finer]: 2024-04-30 17:54:12.539--UnitOfWork(1355639110)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:12.539--UnitOfWork(1355639110)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:12.539--UnitOfWork(1355639110)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentWithId10SQL_mapping" sql="select * from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2024-04-30 17:54:12.539--ServerSession(454071866)--Connection(161290710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.539--ClientSession(159394830)--Connection(161290710)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.539--ClientSession(159394830)--Connection(161290710)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.54--ClientSession(159394830)--Connection(362270753)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2024-04-30 17:54:12.54--UnitOfWork(1355639110)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.54--ClientSession(159394830)--Connection(362270753)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:12.54--ServerSession(454071866)--Connection(161290710)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.54--ClientSession(159394830)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.556--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 826313713 [junit] [EL Finer]: 2024-04-30 17:54:12.556--ClientSession(826313713)--Thread(Thread[main,5,main])--acquire unit of work: 2081587186 [junit] [EL Finest]: 2024-04-30 17:54:12.556--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.556--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.556--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.556--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.556--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.556--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.556--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.556--ServerSession(454071866)--Connection(1536550976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.556--ClientSession(826313713)--Connection(1536550976)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.556--ClientSession(826313713)--Connection(1536550976)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.557--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.557--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@54db0281) [junit] [EL Finer]: 2024-04-30 17:54:12.557--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.557--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.557--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.557--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.557--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.557--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8ebfdbf) [junit] [EL Fine]: 2024-04-30 17:54:12.557--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:12.557--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b591a07) [junit] [EL Finer]: 2024-04-30 17:54:12.558--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.558--ClientSession(826313713)--Connection(21391379)--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]: 2024-04-30 17:54:12.558--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.558--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.558--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.558--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.559--ServerSession(454071866)--Connection(1536550976)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.559--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.559--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.559--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.559--ClientSession(826313713)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.559--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.559--ClientSession(826313713)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.559--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 290431579 [junit] [EL Finer]: 2024-04-30 17:54:12.559--ClientSession(290431579)--Thread(Thread[main,5,main])--acquire unit of work: 1415139872 [junit] [EL Finer]: 2024-04-30 17:54:12.559--UnitOfWork(1415139872)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:12.559--UnitOfWork(1415139872)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:12.559--UnitOfWork(1415139872)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select * from TMP_DEP D where D.ID = ?") [junit] [EL Finest]: 2024-04-30 17:54:12.56--ServerSession(454071866)--Connection(1085892970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.56--ClientSession(290431579)--Connection(1085892970)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.56--ClientSession(290431579)--Connection(1085892970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.56--ClientSession(290431579)--Connection(960324818)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = ? [junit] bind => [10] [junit] [EL Finer]: 2024-04-30 17:54:12.56--UnitOfWork(1415139872)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.56--ClientSession(290431579)--Connection(960324818)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:12.56--ServerSession(454071866)--Connection(1085892970)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.56--ClientSession(290431579)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.576--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 948977573 [junit] [EL Finer]: 2024-04-30 17:54:12.577--ClientSession(948977573)--Thread(Thread[main,5,main])--acquire unit of work: 1624949878 [junit] [EL Finest]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.577--ServerSession(454071866)--Connection(1650177125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.577--ClientSession(948977573)--Connection(1650177125)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.577--ClientSession(948977573)--Connection(1650177125)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.577--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@42d7b96) [junit] [EL Finer]: 2024-04-30 17:54:12.577--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.577--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.577--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.577--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.577--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.578--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e486dcf) [junit] [EL Fine]: 2024-04-30 17:54:12.578--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:12.578--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32e2e611) [junit] [EL Finer]: 2024-04-30 17:54:12.578--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.578--ClientSession(948977573)--Connection(1754831686)--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]: 2024-04-30 17:54:12.578--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.578--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.578--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.579--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.579--ServerSession(454071866)--Connection(1650177125)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.579--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.579--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.579--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.579--ClientSession(948977573)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.579--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.579--ClientSession(948977573)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.579--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1738171284 [junit] [EL Finer]: 2024-04-30 17:54:12.579--ClientSession(1738171284)--Thread(Thread[main,5,main])--acquire unit of work: 959097834 [junit] [EL Finer]: 2024-04-30 17:54:12.579--UnitOfWork(959097834)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:12.579--UnitOfWork(959097834)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:12.579--UnitOfWork(959097834)--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]: 2024-04-30 17:54:12.579--ServerSession(454071866)--Connection(1379495198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.579--ClientSession(1738171284)--Connection(1379495198)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.579--ClientSession(1738171284)--Connection(1379495198)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.58--ClientSession(1738171284)--Connection(1027223781)--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]: 2024-04-30 17:54:12.58--UnitOfWork(959097834)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.58--ClientSession(1738171284)--Connection(1027223781)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:12.58--ServerSession(454071866)--Connection(1379495198)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.58--ClientSession(1738171284)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.599--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 818475287 [junit] [EL Finer]: 2024-04-30 17:54:12.599--ClientSession(818475287)--Thread(Thread[main,5,main])--acquire unit of work: 88886023 [junit] [EL Finest]: 2024-04-30 17:54:12.599--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.599--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.599--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.599--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.599--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.599--UnitOfWork(88886023)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.6--UnitOfWork(88886023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.6--ServerSession(454071866)--Connection(166896160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.6--ClientSession(818475287)--Connection(166896160)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.6--ClientSession(818475287)--Connection(166896160)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.6--UnitOfWork(88886023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.6--UnitOfWork(88886023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2ef32703) [junit] [EL Finer]: 2024-04-30 17:54:12.6--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.6--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.6--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.6--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.6--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.6--UnitOfWork(88886023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@498055a9) [junit] [EL Fine]: 2024-04-30 17:54:12.6--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:12.601--UnitOfWork(88886023)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43dbbaf5) [junit] [EL Finer]: 2024-04-30 17:54:12.601--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.601--ClientSession(818475287)--Connection(2118642581)--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]: 2024-04-30 17:54:12.601--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.601--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.601--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.601--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.602--ServerSession(454071866)--Connection(166896160)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.602--UnitOfWork(88886023)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.602--UnitOfWork(88886023)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.602--UnitOfWork(88886023)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.602--ClientSession(818475287)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.602--UnitOfWork(88886023)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.602--ClientSession(818475287)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.602--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1327349011 [junit] [EL Finer]: 2024-04-30 17:54:12.602--ClientSession(1327349011)--Thread(Thread[main,5,main])--acquire unit of work: 1060550557 [junit] [EL Finer]: 2024-04-30 17:54:12.602--UnitOfWork(1060550557)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:12.602--UnitOfWork(1060550557)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:12.602--UnitOfWork(1060550557)--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]: 2024-04-30 17:54:12.602--ServerSession(454071866)--Connection(1751597380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.602--ClientSession(1327349011)--Connection(1751597380)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.602--ClientSession(1327349011)--Connection(1751597380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.602--ClientSession(1327349011)--Connection(1504814937)--Thread(Thread[main,5,main])--select name as "HUTZLIPUTZ" from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2024-04-30 17:54:12.603--UnitOfWork(1060550557)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.603--ClientSession(1327349011)--Connection(1504814937)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:12.603--ServerSession(454071866)--Connection(1751597380)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.603--ClientSession(1327349011)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.621--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1070234286 [junit] [EL Finer]: 2024-04-30 17:54:12.621--ClientSession(1070234286)--Thread(Thread[main,5,main])--acquire unit of work: 2069836478 [junit] [EL Finest]: 2024-04-30 17:54:12.621--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.621--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.621--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.621--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.621--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.621--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.621--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.621--ServerSession(454071866)--Connection(667294020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.621--ClientSession(1070234286)--Connection(667294020)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.621--ClientSession(1070234286)--Connection(667294020)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.622--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.622--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3cdaf598) [junit] [EL Finer]: 2024-04-30 17:54:12.622--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.622--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.622--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.622--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.622--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.622--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@578f663d) [junit] [EL Fine]: 2024-04-30 17:54:12.622--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:12.623--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e12ea7f) [junit] [EL Finer]: 2024-04-30 17:54:12.623--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.623--ClientSession(1070234286)--Connection(1080280147)--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]: 2024-04-30 17:54:12.623--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.623--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.623--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.623--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.624--ServerSession(454071866)--Connection(667294020)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.624--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.624--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.624--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.624--ClientSession(1070234286)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.624--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.624--ClientSession(1070234286)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.624--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1040397978 [junit] [EL Finer]: 2024-04-30 17:54:12.624--ClientSession(1040397978)--Thread(Thread[main,5,main])--acquire unit of work: 352434586 [junit] [EL Finer]: 2024-04-30 17:54:12.624--UnitOfWork(352434586)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:12.624--UnitOfWork(352434586)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:12.624--UnitOfWork(352434586)--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]: 2024-04-30 17:54:12.624--ServerSession(454071866)--Connection(1521027189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.625--ClientSession(1040397978)--Connection(1521027189)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.625--ClientSession(1040397978)--Connection(1521027189)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.625--ClientSession(1040397978)--Connection(1527292961)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2024-04-30 17:54:12.625--UnitOfWork(352434586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.625--ClientSession(1040397978)--Connection(1527292961)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:12.625--ServerSession(454071866)--Connection(1521027189)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.625--ClientSession(1040397978)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.642--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1572420346 [junit] [EL Finer]: 2024-04-30 17:54:12.642--ClientSession(1572420346)--Thread(Thread[main,5,main])--acquire unit of work: 63578078 [junit] [EL Finest]: 2024-04-30 17:54:12.642--UnitOfWork(63578078)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.642--UnitOfWork(63578078)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.642--UnitOfWork(63578078)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.642--UnitOfWork(63578078)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:12.642--ServerSession(454071866)--Connection(591190387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.642--ClientSession(1572420346)--Connection(591190387)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.642--ClientSession(1572420346)--Connection(591190387)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.643--UnitOfWork(63578078)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2024-04-30 17:54:12.643--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.643--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.643--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])-- bind => [1, one, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.643--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])-- bind => [2, two, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.643--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.643--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.643--ServerSession(454071866)--Connection(591190387)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.643--UnitOfWork(63578078)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.643--UnitOfWork(63578078)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.643--UnitOfWork(63578078)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.643--ClientSession(1572420346)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.644--UnitOfWork(63578078)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.644--ClientSession(1572420346)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.644--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1784267005 [junit] [EL Finer]: 2024-04-30 17:54:12.644--ClientSession(1784267005)--Thread(Thread[main,5,main])--acquire unit of work: 803957636 [junit] [EL Finest]: 2024-04-30 17:54:12.644--UnitOfWork(803957636)--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]: 2024-04-30 17:54:12.644--ServerSession(454071866)--Connection(75134396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.644--ServerSession(454071866)--Connection(75134396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.644--ServerSession(454071866)--Connection(227911417)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:12.644--ServerSession(454071866)--Connection(75134396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.66--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2098887640 [junit] [EL Finer]: 2024-04-30 17:54:12.66--ClientSession(2098887640)--Thread(Thread[main,5,main])--acquire unit of work: 1103745887 [junit] [EL Finest]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.66--ServerSession(454071866)--Connection(596287936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.66--ClientSession(2098887640)--Connection(596287936)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.66--ClientSession(2098887640)--Connection(596287936)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.66--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@59f91ee8) [junit] [EL Finer]: 2024-04-30 17:54:12.66--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.66--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.66--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.66--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.66--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.661--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56a57da3) [junit] [EL Fine]: 2024-04-30 17:54:12.661--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:12.661--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62590e21) [junit] [EL Finer]: 2024-04-30 17:54:12.661--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.661--ClientSession(2098887640)--Connection(2016530268)--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]: 2024-04-30 17:54:12.661--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.661--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.661--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.662--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.662--ServerSession(454071866)--Connection(596287936)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.662--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.662--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.662--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.662--ClientSession(2098887640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.662--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.662--ClientSession(2098887640)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.662--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 977962665 [junit] [EL Finer]: 2024-04-30 17:54:12.662--ClientSession(977962665)--Thread(Thread[main,5,main])--acquire unit of work: 612223269 [junit] [EL Finer]: 2024-04-30 17:54:12.662--UnitOfWork(612223269)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:12.662--UnitOfWork(612223269)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:12.662--UnitOfWork(612223269)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select * from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2024-04-30 17:54:12.662--ServerSession(454071866)--Connection(816312878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.663--ClientSession(977962665)--Connection(816312878)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.663--ClientSession(977962665)--Connection(816312878)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.663--ClientSession(977962665)--Connection(1132036645)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2024-04-30 17:54:12.663--UnitOfWork(612223269)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.663--ClientSession(977962665)--Connection(1132036645)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:12.663--ServerSession(454071866)--Connection(816312878)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.663--ClientSession(977962665)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.679--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1527375098 [junit] [EL Finer]: 2024-04-30 17:54:12.679--ClientSession(1527375098)--Thread(Thread[main,5,main])--acquire unit of work: 1236061074 [junit] [EL Finest]: 2024-04-30 17:54:12.679--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.679--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.679--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.679--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:12.679--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.679--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.679--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:12.679--ServerSession(454071866)--Connection(1095202555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.679--ClientSession(1527375098)--Connection(1095202555)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.679--ClientSession(1527375098)--Connection(1095202555)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:12.68--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:12.68--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5e3c33ac) [junit] [EL Finer]: 2024-04-30 17:54:12.68--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.68--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:12.68--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:12.68--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:12.68--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:12.68--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@424159f) [junit] [EL Fine]: 2024-04-30 17:54:12.68--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2024-04-30 17:54:12.68--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71e393a2) [junit] [EL Finer]: 2024-04-30 17:54:12.68--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:12.68--ClientSession(1527375098)--Connection(1095234669)--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]: 2024-04-30 17:54:12.681--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:12.681--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.681--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:12.681--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.681--ServerSession(454071866)--Connection(1095202555)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.681--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.681--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.682--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.682--ClientSession(1527375098)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.682--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.682--ClientSession(1527375098)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.682--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1251237486 [junit] [EL Finer]: 2024-04-30 17:54:12.682--ClientSession(1251237486)--Thread(Thread[main,5,main])--acquire unit of work: 454031707 [junit] [EL Finer]: 2024-04-30 17:54:12.682--UnitOfWork(454031707)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:12.682--UnitOfWork(454031707)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:12.682--UnitOfWork(454031707)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(sql="select * from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2024-04-30 17:54:12.682--ServerSession(454071866)--Connection(1994063118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.682--ClientSession(1251237486)--Connection(1994063118)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.682--ClientSession(1251237486)--Connection(1994063118)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.682--ClientSession(1251237486)--Connection(856767883)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2024-04-30 17:54:12.682--UnitOfWork(454031707)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.682--ClientSession(1251237486)--Connection(856767883)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2024-04-30 17:54:12.683--ServerSession(454071866)--Connection(1994063118)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.683--ClientSession(1251237486)--Thread(Thread[main,5,main])--client released [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes [junit] [EL Finer]: 2024-04-30 17:54:12.696--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 62146645 [junit] [EL Finer]: 2024-04-30 17:54:12.696--ClientSession(62146645)--Thread(Thread[main,5,main])--acquire unit of work: 667758892 [junit] [EL Finest]: 2024-04-30 17:54:12.696--UnitOfWork(667758892)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.696--UnitOfWork(667758892)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.697--UnitOfWork(667758892)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@78e88bd7) [junit] [EL Finest]: 2024-04-30 17:54:12.697--ServerSession(454071866)--Connection(473513578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.697--ClientSession(62146645)--Connection(473513578)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.697--ClientSession(62146645)--Connection(473513578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.697--ClientSession(62146645)--Connection(1387473040)--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]: 2024-04-30 17:54:12.698--ClientSession(62146645)--Connection(1387473040)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.698--ServerSession(454071866)--Connection(473513578)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.698--UnitOfWork(667758892)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.698--UnitOfWork(667758892)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.698--UnitOfWork(667758892)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.698--ClientSession(62146645)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.698--UnitOfWork(667758892)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.698--ClientSession(62146645)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.699--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2059985002 [junit] [EL Finer]: 2024-04-30 17:54:12.699--ClientSession(2059985002)--Thread(Thread[main,5,main])--acquire unit of work: 1340296605 [junit] [EL Finest]: 2024-04-30 17:54:12.699--UnitOfWork(1340296605)--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]: 2024-04-30 17:54:12.699--ServerSession(454071866)--Connection(1889256345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.699--ServerSession(454071866)--Connection(1889256345)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.699--ServerSession(454071866)--Connection(1433471854)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.7--ServerSession(454071866)--Connection(1889256345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 770665105 [junit] [EL Finer]: 2024-04-30 17:54:12.709--ClientSession(770665105)--Thread(Thread[main,5,main])--acquire unit of work: 255984077 [junit] [EL Finest]: 2024-04-30 17:54:12.709--UnitOfWork(255984077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.709--UnitOfWork(255984077)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.709--UnitOfWork(255984077)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6516dd09) [junit] [EL Finest]: 2024-04-30 17:54:12.709--ServerSession(454071866)--Connection(1727734580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.709--ClientSession(770665105)--Connection(1727734580)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.709--ClientSession(770665105)--Connection(1727734580)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.709--ClientSession(770665105)--Connection(704999142)--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@79a81a4f, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.71--ClientSession(770665105)--Connection(704999142)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.71--ServerSession(454071866)--Connection(1727734580)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.71--UnitOfWork(255984077)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.71--UnitOfWork(255984077)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.71--UnitOfWork(255984077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.71--ClientSession(770665105)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.71--UnitOfWork(255984077)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.71--ClientSession(770665105)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.719--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 884872785 [junit] [EL Finer]: 2024-04-30 17:54:12.719--ClientSession(884872785)--Thread(Thread[main,5,main])--acquire unit of work: 1653862353 [junit] [EL Finest]: 2024-04-30 17:54:12.719--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.719--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.719--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d7b31e2) [junit] [EL Finest]: 2024-04-30 17:54:12.719--ServerSession(454071866)--Connection(94045186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.719--ClientSession(884872785)--Connection(94045186)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.719--ClientSession(884872785)--Connection(94045186)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.719--ClientSession(884872785)--Connection(2022415879)--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]: 2024-04-30 17:54:12.719--ClientSession(884872785)--Connection(2022415879)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.72--ServerSession(454071866)--Connection(94045186)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.72--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.72--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.72--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.72--ClientSession(884872785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.72--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.72--ClientSession(884872785)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.72--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 793786399 [junit] [EL Finer]: 2024-04-30 17:54:12.72--ClientSession(793786399)--Thread(Thread[main,5,main])--acquire unit of work: 422066576 [junit] [EL Finest]: 2024-04-30 17:54:12.721--UnitOfWork(422066576)--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]: 2024-04-30 17:54:12.721--ServerSession(454071866)--Connection(35575758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.721--ServerSession(454071866)--Connection(35575758)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.721--ServerSession(454071866)--Connection(1167870684)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.721--ServerSession(454071866)--Connection(35575758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.73--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 382110147 [junit] [EL Finer]: 2024-04-30 17:54:12.73--ClientSession(382110147)--Thread(Thread[main,5,main])--acquire unit of work: 1375211559 [junit] [EL Finest]: 2024-04-30 17:54:12.73--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.73--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.73--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@120f2cee) [junit] [EL Finest]: 2024-04-30 17:54:12.73--ServerSession(454071866)--Connection(1663828486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.73--ClientSession(382110147)--Connection(1663828486)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.73--ClientSession(382110147)--Connection(1663828486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.73--ClientSession(382110147)--Connection(1917083500)--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]: 2024-04-30 17:54:12.731--ClientSession(382110147)--Connection(1917083500)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.731--ServerSession(454071866)--Connection(1663828486)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.731--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.731--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.731--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.731--ClientSession(382110147)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.731--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.731--ClientSession(382110147)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.732--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1763542462 [junit] [EL Finer]: 2024-04-30 17:54:12.732--ClientSession(1763542462)--Thread(Thread[main,5,main])--acquire unit of work: 124677188 [junit] [EL Finest]: 2024-04-30 17:54:12.732--UnitOfWork(124677188)--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]: 2024-04-30 17:54:12.732--ServerSession(454071866)--Connection(1973210836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.732--ServerSession(454071866)--Connection(1973210836)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.732--ServerSession(454071866)--Connection(944973589)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.733--ServerSession(454071866)--Connection(1973210836)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.742--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1000084562 [junit] [EL Finer]: 2024-04-30 17:54:12.742--ClientSession(1000084562)--Thread(Thread[main,5,main])--acquire unit of work: 281960560 [junit] [EL Finest]: 2024-04-30 17:54:12.742--UnitOfWork(281960560)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.742--UnitOfWork(281960560)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.742--UnitOfWork(281960560)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e37768e) [junit] [EL Finest]: 2024-04-30 17:54:12.742--ServerSession(454071866)--Connection(1408882705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.742--ClientSession(1000084562)--Connection(1408882705)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.742--ClientSession(1000084562)--Connection(1408882705)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.742--ClientSession(1000084562)--Connection(625048700)--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@3057effe, 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]: 2024-04-30 17:54:12.743--ClientSession(1000084562)--Connection(625048700)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.743--ServerSession(454071866)--Connection(1408882705)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.743--UnitOfWork(281960560)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.743--UnitOfWork(281960560)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.743--UnitOfWork(281960560)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.743--ClientSession(1000084562)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.743--UnitOfWork(281960560)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.743--ClientSession(1000084562)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.744--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 580096900 [junit] [EL Finer]: 2024-04-30 17:54:12.744--ClientSession(580096900)--Thread(Thread[main,5,main])--acquire unit of work: 1819269902 [junit] [EL Finest]: 2024-04-30 17:54:12.744--UnitOfWork(1819269902)--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]: 2024-04-30 17:54:12.744--ServerSession(454071866)--Connection(1279599757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.744--ServerSession(454071866)--Connection(1279599757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.744--ServerSession(454071866)--Connection(878882463)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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@3057effe, 41] [junit] [EL Finest]: 2024-04-30 17:54:12.744--ServerSession(454071866)--Connection(1279599757)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.753--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2112021409 [junit] [EL Finer]: 2024-04-30 17:54:12.754--ClientSession(2112021409)--Thread(Thread[main,5,main])--acquire unit of work: 445582107 [junit] [EL Finest]: 2024-04-30 17:54:12.754--UnitOfWork(445582107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.754--UnitOfWork(445582107)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.754--UnitOfWork(445582107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@565bed82) [junit] [EL Finest]: 2024-04-30 17:54:12.754--ServerSession(454071866)--Connection(719871864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.754--ClientSession(2112021409)--Connection(719871864)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.754--ClientSession(2112021409)--Connection(719871864)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.754--ClientSession(2112021409)--Connection(1222467309)--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]: 2024-04-30 17:54:12.755--ClientSession(2112021409)--Connection(1222467309)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.755--ServerSession(454071866)--Connection(719871864)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.755--UnitOfWork(445582107)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.755--UnitOfWork(445582107)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.755--UnitOfWork(445582107)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.755--ClientSession(2112021409)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.755--UnitOfWork(445582107)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.755--ClientSession(2112021409)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.755--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 548550915 [junit] [EL Finer]: 2024-04-30 17:54:12.755--ClientSession(548550915)--Thread(Thread[main,5,main])--acquire unit of work: 1624172490 [junit] [EL Finest]: 2024-04-30 17:54:12.755--UnitOfWork(1624172490)--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]: 2024-04-30 17:54:12.756--ServerSession(454071866)--Connection(2112616964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.756--ServerSession(454071866)--Connection(2112616964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.756--ServerSession(454071866)--Connection(1390318577)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.756--ServerSession(454071866)--Connection(2112616964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.765--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1105476752 [junit] [EL Finer]: 2024-04-30 17:54:12.765--ClientSession(1105476752)--Thread(Thread[main,5,main])--acquire unit of work: 2101823524 [junit] [EL Finest]: 2024-04-30 17:54:12.765--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.765--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.765--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@516acd72) [junit] [EL Finest]: 2024-04-30 17:54:12.765--ServerSession(454071866)--Connection(339423988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.765--ClientSession(1105476752)--Connection(339423988)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.765--ClientSession(1105476752)--Connection(339423988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.765--ClientSession(1105476752)--Connection(1408917055)--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]: 2024-04-30 17:54:12.766--ClientSession(1105476752)--Connection(1408917055)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.766--ServerSession(454071866)--Connection(339423988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.766--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.766--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.766--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.766--ClientSession(1105476752)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.766--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.766--ClientSession(1105476752)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.775--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1078420933 [junit] [EL Finer]: 2024-04-30 17:54:12.775--ClientSession(1078420933)--Thread(Thread[main,5,main])--acquire unit of work: 1189662124 [junit] [EL Finest]: 2024-04-30 17:54:12.775--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.775--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.775--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e6a6742) [junit] [EL Finest]: 2024-04-30 17:54:12.775--ServerSession(454071866)--Connection(520339688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.775--ClientSession(1078420933)--Connection(520339688)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.775--ClientSession(1078420933)--Connection(520339688)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.776--ClientSession(1078420933)--Connection(520551177)--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]: 2024-04-30 17:54:12.776--ClientSession(1078420933)--Connection(520551177)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.776--ServerSession(454071866)--Connection(520339688)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.776--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.776--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.776--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.776--ClientSession(1078420933)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.776--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.776--ClientSession(1078420933)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.777--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1828925513 [junit] [EL Finer]: 2024-04-30 17:54:12.777--ClientSession(1828925513)--Thread(Thread[main,5,main])--acquire unit of work: 1786050238 [junit] [EL Finest]: 2024-04-30 17:54:12.777--UnitOfWork(1786050238)--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]: 2024-04-30 17:54:12.777--ServerSession(454071866)--Connection(1429024246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.777--ServerSession(454071866)--Connection(1429024246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.777--ServerSession(454071866)--Connection(1809858327)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.778--ServerSession(454071866)--Connection(1429024246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.787--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1359936695 [junit] [EL Finer]: 2024-04-30 17:54:12.787--ClientSession(1359936695)--Thread(Thread[main,5,main])--acquire unit of work: 1013795861 [junit] [EL Finest]: 2024-04-30 17:54:12.787--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.787--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.787--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14f5b751) [junit] [EL Finest]: 2024-04-30 17:54:12.787--ServerSession(454071866)--Connection(2070543544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.787--ClientSession(1359936695)--Connection(2070543544)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.787--ClientSession(1359936695)--Connection(2070543544)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.787--ClientSession(1359936695)--Connection(758254116)--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]: 2024-04-30 17:54:12.788--ClientSession(1359936695)--Connection(758254116)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.788--ServerSession(454071866)--Connection(2070543544)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.788--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.788--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.788--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.788--ClientSession(1359936695)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.788--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.788--ClientSession(1359936695)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.789--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 552982521 [junit] [EL Finer]: 2024-04-30 17:54:12.789--ClientSession(552982521)--Thread(Thread[main,5,main])--acquire unit of work: 675226522 [junit] [EL Finest]: 2024-04-30 17:54:12.789--UnitOfWork(675226522)--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]: 2024-04-30 17:54:12.789--ServerSession(454071866)--Connection(2106578154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.789--ServerSession(454071866)--Connection(2106578154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.789--ServerSession(454071866)--Connection(595330956)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.79--ServerSession(454071866)--Connection(2106578154)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.798--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 568369641 [junit] [EL Finer]: 2024-04-30 17:54:12.798--ClientSession(568369641)--Thread(Thread[main,5,main])--acquire unit of work: 1566009232 [junit] [EL Finest]: 2024-04-30 17:54:12.798--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.798--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.798--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6dfb7c1a) [junit] [EL Finest]: 2024-04-30 17:54:12.799--ServerSession(454071866)--Connection(976305662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.799--ClientSession(568369641)--Connection(976305662)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.799--ClientSession(568369641)--Connection(976305662)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.799--ClientSession(568369641)--Connection(1547478735)--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]: 2024-04-30 17:54:12.799--ClientSession(568369641)--Connection(1547478735)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.8--ServerSession(454071866)--Connection(976305662)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.8--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.8--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.8--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.8--ClientSession(568369641)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.8--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.8--ClientSession(568369641)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.8--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1167649130 [junit] [EL Finer]: 2024-04-30 17:54:12.8--ClientSession(1167649130)--Thread(Thread[main,5,main])--acquire unit of work: 626393149 [junit] [EL Finest]: 2024-04-30 17:54:12.8--UnitOfWork(626393149)--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]: 2024-04-30 17:54:12.8--ServerSession(454071866)--Connection(857153604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.8--ServerSession(454071866)--Connection(857153604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.801--ServerSession(454071866)--Connection(1682785322)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.801--ServerSession(454071866)--Connection(857153604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.81--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1790883798 [junit] [EL Finer]: 2024-04-30 17:54:12.81--ClientSession(1790883798)--Thread(Thread[main,5,main])--acquire unit of work: 1153987838 [junit] [EL Finest]: 2024-04-30 17:54:12.81--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.81--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.81--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7aaed8a0) [junit] [EL Finest]: 2024-04-30 17:54:12.81--ServerSession(454071866)--Connection(470389274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.81--ClientSession(1790883798)--Connection(470389274)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.81--ClientSession(1790883798)--Connection(470389274)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.81--ClientSession(1790883798)--Connection(459373281)--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]: 2024-04-30 17:54:12.811--ClientSession(1790883798)--Connection(459373281)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.811--ServerSession(454071866)--Connection(470389274)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.811--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.811--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.811--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.811--ClientSession(1790883798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.811--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.811--ClientSession(1790883798)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.812--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 635178081 [junit] [EL Finer]: 2024-04-30 17:54:12.812--ClientSession(635178081)--Thread(Thread[main,5,main])--acquire unit of work: 336064732 [junit] [EL Finest]: 2024-04-30 17:54:12.812--UnitOfWork(336064732)--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]: 2024-04-30 17:54:12.812--ServerSession(454071866)--Connection(346533080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.812--ServerSession(454071866)--Connection(346533080)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.812--ServerSession(454071866)--Connection(635937809)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.812--ServerSession(454071866)--Connection(346533080)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.822--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1647891803 [junit] [EL Finer]: 2024-04-30 17:54:12.822--ClientSession(1647891803)--Thread(Thread[main,5,main])--acquire unit of work: 1322013614 [junit] [EL Finest]: 2024-04-30 17:54:12.822--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.822--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.822--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1085a882) [junit] [EL Finest]: 2024-04-30 17:54:12.822--ServerSession(454071866)--Connection(1673396667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.822--ClientSession(1647891803)--Connection(1673396667)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.822--ClientSession(1647891803)--Connection(1673396667)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.822--ClientSession(1647891803)--Connection(1329823553)--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]: 2024-04-30 17:54:12.823--ClientSession(1647891803)--Connection(1329823553)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.823--ServerSession(454071866)--Connection(1673396667)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.823--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.823--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.823--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.823--ClientSession(1647891803)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.823--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.823--ClientSession(1647891803)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.824--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1907432923 [junit] [EL Finer]: 2024-04-30 17:54:12.824--ClientSession(1907432923)--Thread(Thread[main,5,main])--acquire unit of work: 958267250 [junit] [EL Finest]: 2024-04-30 17:54:12.824--UnitOfWork(958267250)--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]: 2024-04-30 17:54:12.824--ServerSession(454071866)--Connection(1155400988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.824--ServerSession(454071866)--Connection(1155400988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.824--ServerSession(454071866)--Connection(993458352)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.824--ServerSession(454071866)--Connection(1155400988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.834--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 235149619 [junit] [EL Finer]: 2024-04-30 17:54:12.834--ClientSession(235149619)--Thread(Thread[main,5,main])--acquire unit of work: 1891282119 [junit] [EL Finest]: 2024-04-30 17:54:12.834--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.834--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.834--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@239153fe) [junit] [EL Finest]: 2024-04-30 17:54:12.834--ServerSession(454071866)--Connection(989581821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.834--ClientSession(235149619)--Connection(989581821)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.834--ClientSession(235149619)--Connection(989581821)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.835--ClientSession(235149619)--Connection(528654065)--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]: 2024-04-30 17:54:12.835--ClientSession(235149619)--Connection(528654065)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.835--ServerSession(454071866)--Connection(989581821)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.835--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.835--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.835--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.835--ClientSession(235149619)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.836--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.836--ClientSession(235149619)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.836--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 602434856 [junit] [EL Finer]: 2024-04-30 17:54:12.836--ClientSession(602434856)--Thread(Thread[main,5,main])--acquire unit of work: 55032308 [junit] [EL Finest]: 2024-04-30 17:54:12.836--UnitOfWork(55032308)--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]: 2024-04-30 17:54:12.836--ServerSession(454071866)--Connection(1664669560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.836--ServerSession(454071866)--Connection(1664669560)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.836--ServerSession(454071866)--Connection(16040583)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.837--ServerSession(454071866)--Connection(1664669560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.846--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1097356764 [junit] [EL Finer]: 2024-04-30 17:54:12.846--ClientSession(1097356764)--Thread(Thread[main,5,main])--acquire unit of work: 523512571 [junit] [EL Finest]: 2024-04-30 17:54:12.846--UnitOfWork(523512571)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.846--UnitOfWork(523512571)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.846--UnitOfWork(523512571)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4a1450ab) [junit] [EL Finest]: 2024-04-30 17:54:12.846--ServerSession(454071866)--Connection(1453373289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.846--ClientSession(1097356764)--Connection(1453373289)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.846--ClientSession(1097356764)--Connection(1453373289)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.846--ClientSession(1097356764)--Connection(1761426612)--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]: 2024-04-30 17:54:12.847--ClientSession(1097356764)--Connection(1761426612)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.847--ServerSession(454071866)--Connection(1453373289)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.847--UnitOfWork(523512571)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.847--UnitOfWork(523512571)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.847--UnitOfWork(523512571)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.847--ClientSession(1097356764)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.847--UnitOfWork(523512571)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.847--ClientSession(1097356764)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.848--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 793005552 [junit] [EL Finer]: 2024-04-30 17:54:12.848--ClientSession(793005552)--Thread(Thread[main,5,main])--acquire unit of work: 2140592174 [junit] [EL Finest]: 2024-04-30 17:54:12.848--UnitOfWork(2140592174)--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]: 2024-04-30 17:54:12.848--ServerSession(454071866)--Connection(1667594632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.848--ServerSession(454071866)--Connection(1667594632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.848--ServerSession(454071866)--Connection(785442761)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.848--ServerSession(454071866)--Connection(1667594632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.857--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 650953026 [junit] [EL Finer]: 2024-04-30 17:54:12.857--ClientSession(650953026)--Thread(Thread[main,5,main])--acquire unit of work: 1789105088 [junit] [EL Finest]: 2024-04-30 17:54:12.857--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.857--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.857--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@51d0a9cd) [junit] [EL Finest]: 2024-04-30 17:54:12.857--ServerSession(454071866)--Connection(1255262853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.857--ClientSession(650953026)--Connection(1255262853)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.857--ClientSession(650953026)--Connection(1255262853)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.858--ClientSession(650953026)--Connection(1008364940)--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]: 2024-04-30 17:54:12.858--ClientSession(650953026)--Connection(1008364940)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.858--ServerSession(454071866)--Connection(1255262853)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.858--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.858--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.859--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.859--ClientSession(650953026)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.859--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.859--ClientSession(650953026)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.859--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1881254670 [junit] [EL Finer]: 2024-04-30 17:54:12.859--ClientSession(1881254670)--Thread(Thread[main,5,main])--acquire unit of work: 1138575135 [junit] [EL Finest]: 2024-04-30 17:54:12.859--UnitOfWork(1138575135)--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]: 2024-04-30 17:54:12.859--ServerSession(454071866)--Connection(1424088218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.859--ServerSession(454071866)--Connection(1424088218)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.859--ServerSession(454071866)--Connection(2129448187)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.86--ServerSession(454071866)--Connection(1424088218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.869--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 494287538 [junit] [EL Finer]: 2024-04-30 17:54:12.869--ClientSession(494287538)--Thread(Thread[main,5,main])--acquire unit of work: 864102782 [junit] [EL Finest]: 2024-04-30 17:54:12.869--UnitOfWork(864102782)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.869--UnitOfWork(864102782)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.869--UnitOfWork(864102782)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@18faa963) [junit] [EL Finest]: 2024-04-30 17:54:12.869--ServerSession(454071866)--Connection(2058221393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.869--ClientSession(494287538)--Connection(2058221393)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.869--ClientSession(494287538)--Connection(2058221393)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.869--ClientSession(494287538)--Connection(1079901091)--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]: 2024-04-30 17:54:12.87--ClientSession(494287538)--Connection(1079901091)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.87--ServerSession(454071866)--Connection(2058221393)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.87--UnitOfWork(864102782)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.87--UnitOfWork(864102782)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.87--UnitOfWork(864102782)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.87--ClientSession(494287538)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.87--UnitOfWork(864102782)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.87--ClientSession(494287538)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.871--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2134748952 [junit] [EL Finer]: 2024-04-30 17:54:12.871--ClientSession(2134748952)--Thread(Thread[main,5,main])--acquire unit of work: 1036263854 [junit] [EL Finest]: 2024-04-30 17:54:12.871--UnitOfWork(1036263854)--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]: 2024-04-30 17:54:12.871--ServerSession(454071866)--Connection(709222333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.871--ServerSession(454071866)--Connection(709222333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.871--ServerSession(454071866)--Connection(251870918)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.872--ServerSession(454071866)--Connection(709222333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.881--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 718305224 [junit] [EL Finer]: 2024-04-30 17:54:12.881--ClientSession(718305224)--Thread(Thread[main,5,main])--acquire unit of work: 1817186271 [junit] [EL Finest]: 2024-04-30 17:54:12.881--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.881--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.881--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@419046e3) [junit] [EL Finest]: 2024-04-30 17:54:12.881--ServerSession(454071866)--Connection(1180727042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.881--ClientSession(718305224)--Connection(1180727042)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.881--ClientSession(718305224)--Connection(1180727042)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.881--ClientSession(718305224)--Connection(715302630)--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]: 2024-04-30 17:54:12.882--ClientSession(718305224)--Connection(715302630)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.882--ServerSession(454071866)--Connection(1180727042)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.882--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.882--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.882--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.882--ClientSession(718305224)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.882--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.882--ClientSession(718305224)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.883--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 276057780 [junit] [EL Finer]: 2024-04-30 17:54:12.883--ClientSession(276057780)--Thread(Thread[main,5,main])--acquire unit of work: 1806916366 [junit] [EL Finest]: 2024-04-30 17:54:12.883--UnitOfWork(1806916366)--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]: 2024-04-30 17:54:12.883--ServerSession(454071866)--Connection(731307070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.883--ServerSession(454071866)--Connection(731307070)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.883--ServerSession(454071866)--Connection(1145670384)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.884--ServerSession(454071866)--Connection(731307070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.892--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 155317514 [junit] [EL Finer]: 2024-04-30 17:54:12.892--ClientSession(155317514)--Thread(Thread[main,5,main])--acquire unit of work: 1783906680 [junit] [EL Finest]: 2024-04-30 17:54:12.892--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.892--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.892--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4f61a404) [junit] [EL Finest]: 2024-04-30 17:54:12.893--ServerSession(454071866)--Connection(898241189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.893--ClientSession(155317514)--Connection(898241189)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.893--ClientSession(155317514)--Connection(898241189)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.893--ClientSession(155317514)--Connection(2107493101)--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]: 2024-04-30 17:54:12.893--ClientSession(155317514)--Connection(2107493101)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.893--ServerSession(454071866)--Connection(898241189)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.894--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.894--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.894--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.894--ClientSession(155317514)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.894--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.894--ClientSession(155317514)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.894--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2036838695 [junit] [EL Finer]: 2024-04-30 17:54:12.894--ClientSession(2036838695)--Thread(Thread[main,5,main])--acquire unit of work: 1087956214 [junit] [EL Finest]: 2024-04-30 17:54:12.894--UnitOfWork(1087956214)--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]: 2024-04-30 17:54:12.894--ServerSession(454071866)--Connection(743472672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.894--ServerSession(454071866)--Connection(743472672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.894--ServerSession(454071866)--Connection(1285855580)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.895--ServerSession(454071866)--Connection(743472672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.903--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1381417054 [junit] [EL Finer]: 2024-04-30 17:54:12.903--ClientSession(1381417054)--Thread(Thread[main,5,main])--acquire unit of work: 1185501830 [junit] [EL Finest]: 2024-04-30 17:54:12.903--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.904--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.904--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44bff65c) [junit] [EL Finest]: 2024-04-30 17:54:12.904--ServerSession(454071866)--Connection(2089572248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.904--ClientSession(1381417054)--Connection(2089572248)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.904--ClientSession(1381417054)--Connection(2089572248)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.904--ClientSession(1381417054)--Connection(1259016880)--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@70bd17ed, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.904--ClientSession(1381417054)--Connection(1259016880)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.905--ServerSession(454071866)--Connection(2089572248)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.905--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.905--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.905--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.905--ClientSession(1381417054)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.905--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.905--ClientSession(1381417054)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.913--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 370563826 [junit] [EL Finer]: 2024-04-30 17:54:12.913--ClientSession(370563826)--Thread(Thread[main,5,main])--acquire unit of work: 924598510 [junit] [EL Finest]: 2024-04-30 17:54:12.913--UnitOfWork(924598510)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.913--UnitOfWork(924598510)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.913--UnitOfWork(924598510)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@56ac955c) [junit] [EL Finest]: 2024-04-30 17:54:12.913--ServerSession(454071866)--Connection(1162766641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.913--ClientSession(370563826)--Connection(1162766641)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.913--ClientSession(370563826)--Connection(1162766641)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.914--ClientSession(370563826)--Connection(268458566)--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]: 2024-04-30 17:54:12.914--ClientSession(370563826)--Connection(268458566)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.914--ServerSession(454071866)--Connection(1162766641)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.914--UnitOfWork(924598510)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.914--UnitOfWork(924598510)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.914--UnitOfWork(924598510)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.915--ClientSession(370563826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.915--UnitOfWork(924598510)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.915--ClientSession(370563826)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.915--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1940627153 [junit] [EL Finer]: 2024-04-30 17:54:12.915--ClientSession(1940627153)--Thread(Thread[main,5,main])--acquire unit of work: 1695602456 [junit] [EL Finest]: 2024-04-30 17:54:12.915--UnitOfWork(1695602456)--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]: 2024-04-30 17:54:12.915--ServerSession(454071866)--Connection(1885430277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.915--ServerSession(454071866)--Connection(1885430277)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.915--ServerSession(454071866)--Connection(1962451764)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.916--ServerSession(454071866)--Connection(1885430277)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.925--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2063147639 [junit] [EL Finer]: 2024-04-30 17:54:12.925--ClientSession(2063147639)--Thread(Thread[main,5,main])--acquire unit of work: 1970609071 [junit] [EL Finest]: 2024-04-30 17:54:12.925--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.925--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.925--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@505014a7) [junit] [EL Finest]: 2024-04-30 17:54:12.925--ServerSession(454071866)--Connection(1370113156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.925--ClientSession(2063147639)--Connection(1370113156)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.925--ClientSession(2063147639)--Connection(1370113156)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.925--ClientSession(2063147639)--Connection(1559907693)--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@cdf857d, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:12.926--ClientSession(2063147639)--Connection(1559907693)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.926--ServerSession(454071866)--Connection(1370113156)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.926--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.926--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.926--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.926--ClientSession(2063147639)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.926--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.926--ClientSession(2063147639)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.927--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1812917935 [junit] [EL Finer]: 2024-04-30 17:54:12.927--ClientSession(1812917935)--Thread(Thread[main,5,main])--acquire unit of work: 1461056564 [junit] [EL Finest]: 2024-04-30 17:54:12.927--UnitOfWork(1461056564)--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]: 2024-04-30 17:54:12.927--ServerSession(454071866)--Connection(1068263268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.927--ServerSession(454071866)--Connection(1068263268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.927--ServerSession(454071866)--Connection(2099139750)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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@667ea550, 46] [junit] [EL Finest]: 2024-04-30 17:54:12.928--ServerSession(454071866)--Connection(1068263268)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.936--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1846446971 [junit] [EL Finer]: 2024-04-30 17:54:12.936--ClientSession(1846446971)--Thread(Thread[main,5,main])--acquire unit of work: 622713687 [junit] [EL Finest]: 2024-04-30 17:54:12.936--UnitOfWork(622713687)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.936--UnitOfWork(622713687)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.936--UnitOfWork(622713687)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5e54f7df) [junit] [EL Finest]: 2024-04-30 17:54:12.937--ServerSession(454071866)--Connection(1226409729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.937--ClientSession(1846446971)--Connection(1226409729)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.937--ClientSession(1846446971)--Connection(1226409729)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.937--ClientSession(1846446971)--Connection(43330070)--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]: 2024-04-30 17:54:12.937--ClientSession(1846446971)--Connection(43330070)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.937--ServerSession(454071866)--Connection(1226409729)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.937--UnitOfWork(622713687)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.938--UnitOfWork(622713687)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.938--UnitOfWork(622713687)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.938--ClientSession(1846446971)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.938--UnitOfWork(622713687)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.938--ClientSession(1846446971)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.938--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1820516307 [junit] [EL Finer]: 2024-04-30 17:54:12.938--ClientSession(1820516307)--Thread(Thread[main,5,main])--acquire unit of work: 319260594 [junit] [EL Finest]: 2024-04-30 17:54:12.938--UnitOfWork(319260594)--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]: 2024-04-30 17:54:12.938--ServerSession(454071866)--Connection(1271635728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.938--ServerSession(454071866)--Connection(1271635728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.938--ServerSession(454071866)--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 ((P_BOOLEAN = ?) AND (ID = ?)) [junit] bind => [true, 1] [junit] [EL Finest]: 2024-04-30 17:54:12.939--ServerSession(454071866)--Connection(1271635728)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.947--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1000231597 [junit] [EL Finer]: 2024-04-30 17:54:12.947--ClientSession(1000231597)--Thread(Thread[main,5,main])--acquire unit of work: 1801747934 [junit] [EL Finest]: 2024-04-30 17:54:12.947--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.947--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.947--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@8e7f66b) [junit] [EL Finest]: 2024-04-30 17:54:12.947--ServerSession(454071866)--Connection(1975902483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.947--ClientSession(1000231597)--Connection(1975902483)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.947--ClientSession(1000231597)--Connection(1975902483)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.948--ClientSession(1000231597)--Connection(182719901)--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@3d07f8f8, 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]: 2024-04-30 17:54:12.948--ClientSession(1000231597)--Connection(182719901)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.948--ServerSession(454071866)--Connection(1975902483)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.948--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.948--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.948--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.948--ClientSession(1000231597)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.948--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.949--ClientSession(1000231597)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.957--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 769075103 [junit] [EL Finer]: 2024-04-30 17:54:12.957--ClientSession(769075103)--Thread(Thread[main,5,main])--acquire unit of work: 571704818 [junit] [EL Finest]: 2024-04-30 17:54:12.957--UnitOfWork(571704818)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.957--UnitOfWork(571704818)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.957--UnitOfWork(571704818)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3c616237) [junit] [EL Finest]: 2024-04-30 17:54:12.957--ServerSession(454071866)--Connection(410153407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.957--ClientSession(769075103)--Connection(410153407)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.957--ClientSession(769075103)--Connection(410153407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.957--ClientSession(769075103)--Connection(653286230)--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]: 2024-04-30 17:54:12.958--ClientSession(769075103)--Connection(653286230)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.958--ServerSession(454071866)--Connection(410153407)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.958--UnitOfWork(571704818)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.958--UnitOfWork(571704818)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.958--UnitOfWork(571704818)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.958--ClientSession(769075103)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.958--UnitOfWork(571704818)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.958--ClientSession(769075103)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.959--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2041123334 [junit] [EL Finer]: 2024-04-30 17:54:12.959--ClientSession(2041123334)--Thread(Thread[main,5,main])--acquire unit of work: 512085863 [junit] [EL Finest]: 2024-04-30 17:54:12.959--UnitOfWork(512085863)--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]: 2024-04-30 17:54:12.959--ServerSession(454071866)--Connection(1717369859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.959--ServerSession(454071866)--Connection(1717369859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.959--ServerSession(454071866)--Connection(1665683905)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.959--ServerSession(454071866)--Connection(1717369859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.968--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 522264438 [junit] [EL Finer]: 2024-04-30 17:54:12.968--ClientSession(522264438)--Thread(Thread[main,5,main])--acquire unit of work: 193106902 [junit] [EL Finest]: 2024-04-30 17:54:12.968--UnitOfWork(193106902)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.968--UnitOfWork(193106902)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.968--UnitOfWork(193106902)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@29b809b6) [junit] [EL Finest]: 2024-04-30 17:54:12.968--ServerSession(454071866)--Connection(1588049067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.968--ClientSession(522264438)--Connection(1588049067)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.968--ClientSession(522264438)--Connection(1588049067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.968--ClientSession(522264438)--Connection(1101303946)--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]: 2024-04-30 17:54:12.969--ClientSession(522264438)--Connection(1101303946)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.969--ServerSession(454071866)--Connection(1588049067)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.969--UnitOfWork(193106902)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.969--UnitOfWork(193106902)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.969--UnitOfWork(193106902)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.969--ClientSession(522264438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.969--UnitOfWork(193106902)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.969--ClientSession(522264438)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.97--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 65425652 [junit] [EL Finer]: 2024-04-30 17:54:12.97--ClientSession(65425652)--Thread(Thread[main,5,main])--acquire unit of work: 1974368068 [junit] [EL Finest]: 2024-04-30 17:54:12.97--UnitOfWork(1974368068)--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]: 2024-04-30 17:54:12.97--ServerSession(454071866)--Connection(369778311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.97--ServerSession(454071866)--Connection(369778311)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.97--ServerSession(454071866)--Connection(189945097)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.97--ServerSession(454071866)--Connection(369778311)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.979--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1934117158 [junit] [EL Finer]: 2024-04-30 17:54:12.979--ClientSession(1934117158)--Thread(Thread[main,5,main])--acquire unit of work: 1532750524 [junit] [EL Finest]: 2024-04-30 17:54:12.979--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.979--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.979--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@425531c9) [junit] [EL Finest]: 2024-04-30 17:54:12.98--ServerSession(454071866)--Connection(1169587470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.98--ClientSession(1934117158)--Connection(1169587470)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.98--ClientSession(1934117158)--Connection(1169587470)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.98--ClientSession(1934117158)--Connection(1094480142)--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]: 2024-04-30 17:54:12.98--ClientSession(1934117158)--Connection(1094480142)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.981--ServerSession(454071866)--Connection(1169587470)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.981--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.981--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.981--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.981--ClientSession(1934117158)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.981--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.981--ClientSession(1934117158)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.981--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 875221667 [junit] [EL Finer]: 2024-04-30 17:54:12.981--ClientSession(875221667)--Thread(Thread[main,5,main])--acquire unit of work: 1084715739 [junit] [EL Finest]: 2024-04-30 17:54:12.981--UnitOfWork(1084715739)--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]: 2024-04-30 17:54:12.981--ServerSession(454071866)--Connection(1379799035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.981--ServerSession(454071866)--Connection(1379799035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.982--ServerSession(454071866)--Connection(150634256)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:12.982--ServerSession(454071866)--Connection(1379799035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:12.991--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 981018779 [junit] [EL Finer]: 2024-04-30 17:54:12.991--ClientSession(981018779)--Thread(Thread[main,5,main])--acquire unit of work: 1191390466 [junit] [EL Finest]: 2024-04-30 17:54:12.991--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:12.991--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:12.991--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4047829) [junit] [EL Finest]: 2024-04-30 17:54:12.991--ServerSession(454071866)--Connection(551316734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.991--ClientSession(981018779)--Connection(551316734)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:12.991--ClientSession(981018779)--Connection(551316734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.992--ClientSession(981018779)--Connection(226432780)--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@1f80815b, [B@5cf8a5c9, [B@6bd04f62, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6cfccd32, 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@776d13af, [B@6ea22666, [B@760df8f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:12.994--ClientSession(981018779)--Connection(226432780)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:12.994--ServerSession(454071866)--Connection(551316734)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:12.994--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:12.994--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.995--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.995--ClientSession(981018779)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:12.995--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:12.995--ClientSession(981018779)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:12.995--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1826827970 [junit] [EL Finer]: 2024-04-30 17:54:12.995--ClientSession(1826827970)--Thread(Thread[main,5,main])--acquire unit of work: 424772389 [junit] [EL Finest]: 2024-04-30 17:54:12.995--UnitOfWork(424772389)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:12.995--ServerSession(454071866)--Connection(1735936170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:12.995--ServerSession(454071866)--Connection(1735936170)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:12.995--ServerSession(454071866)--Connection(1868207311)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:12.997--ServerSession(454071866)--Connection(1735936170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.006--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1958688815 [junit] [EL Finer]: 2024-04-30 17:54:13.006--ClientSession(1958688815)--Thread(Thread[main,5,main])--acquire unit of work: 1655695459 [junit] [EL Finest]: 2024-04-30 17:54:13.006--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.006--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.006--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@575517f4) [junit] [EL Finest]: 2024-04-30 17:54:13.006--ServerSession(454071866)--Connection(1467916079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.006--ClientSession(1958688815)--Connection(1467916079)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.006--ClientSession(1958688815)--Connection(1467916079)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.007--ClientSession(1958688815)--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 => [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]: 2024-04-30 17:54:13.007--ClientSession(1958688815)--Connection(1242536275)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.007--ServerSession(454071866)--Connection(1467916079)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.007--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.007--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.007--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.007--ClientSession(1958688815)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.008--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.008--ClientSession(1958688815)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.008--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 394997233 [junit] [EL Finer]: 2024-04-30 17:54:13.008--ClientSession(394997233)--Thread(Thread[main,5,main])--acquire unit of work: 1082232002 [junit] [EL Finest]: 2024-04-30 17:54:13.008--UnitOfWork(1082232002)--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]: 2024-04-30 17:54:13.008--ServerSession(454071866)--Connection(744438546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.008--ServerSession(454071866)--Connection(744438546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.008--ServerSession(454071866)--Connection(598460248)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:13.009--ServerSession(454071866)--Connection(744438546)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.018--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 128775696 [junit] [EL Finer]: 2024-04-30 17:54:13.018--ClientSession(128775696)--Thread(Thread[main,5,main])--acquire unit of work: 1467327074 [junit] [EL Finest]: 2024-04-30 17:54:13.019--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.019--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.019--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@379a9dab) [junit] [EL Finest]: 2024-04-30 17:54:13.019--ServerSession(454071866)--Connection(1430251794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.019--ClientSession(128775696)--Connection(1430251794)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.019--ClientSession(128775696)--Connection(1430251794)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.019--ClientSession(128775696)--Connection(799225701)--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]: 2024-04-30 17:54:13.02--ClientSession(128775696)--Connection(799225701)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.02--ServerSession(454071866)--Connection(1430251794)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.02--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.02--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.02--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.02--ClientSession(128775696)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.02--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.02--ClientSession(128775696)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.021--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1348027050 [junit] [EL Finer]: 2024-04-30 17:54:13.021--ClientSession(1348027050)--Thread(Thread[main,5,main])--acquire unit of work: 641519842 [junit] [EL Finest]: 2024-04-30 17:54:13.021--UnitOfWork(641519842)--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]: 2024-04-30 17:54:13.021--ServerSession(454071866)--Connection(1801715006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.021--ServerSession(454071866)--Connection(1801715006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.021--ServerSession(454071866)--Connection(228288079)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:13.021--ServerSession(454071866)--Connection(1801715006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.03--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1163160628 [junit] [EL Finer]: 2024-04-30 17:54:13.03--ClientSession(1163160628)--Thread(Thread[main,5,main])--acquire unit of work: 965928993 [junit] [EL Finest]: 2024-04-30 17:54:13.03--UnitOfWork(965928993)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.03--UnitOfWork(965928993)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.03--UnitOfWork(965928993)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c848119) [junit] [EL Finest]: 2024-04-30 17:54:13.031--ServerSession(454071866)--Connection(55494734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.031--ClientSession(1163160628)--Connection(55494734)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.031--ClientSession(1163160628)--Connection(55494734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.031--ClientSession(1163160628)--Connection(766766054)--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]: 2024-04-30 17:54:13.031--ClientSession(1163160628)--Connection(766766054)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.032--ServerSession(454071866)--Connection(55494734)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.032--UnitOfWork(965928993)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.032--UnitOfWork(965928993)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.032--UnitOfWork(965928993)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.032--ClientSession(1163160628)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.032--UnitOfWork(965928993)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.032--ClientSession(1163160628)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.032--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1899105943 [junit] [EL Finer]: 2024-04-30 17:54:13.032--ClientSession(1899105943)--Thread(Thread[main,5,main])--acquire unit of work: 823410011 [junit] [EL Finest]: 2024-04-30 17:54:13.032--UnitOfWork(823410011)--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]: 2024-04-30 17:54:13.032--ServerSession(454071866)--Connection(586557497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.032--ServerSession(454071866)--Connection(586557497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.033--ServerSession(454071866)--Connection(1349098937)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:13.033--ServerSession(454071866)--Connection(586557497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.042--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 335663575 [junit] [EL Finer]: 2024-04-30 17:54:13.042--ClientSession(335663575)--Thread(Thread[main,5,main])--acquire unit of work: 446029707 [junit] [EL Finest]: 2024-04-30 17:54:13.042--UnitOfWork(446029707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.042--UnitOfWork(446029707)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.042--UnitOfWork(446029707)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@26dec287) [junit] [EL Finest]: 2024-04-30 17:54:13.042--ServerSession(454071866)--Connection(1460957046)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.042--ClientSession(335663575)--Connection(1460957046)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.042--ClientSession(335663575)--Connection(1460957046)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.042--ClientSession(335663575)--Connection(1665768344)--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]: 2024-04-30 17:54:13.043--ClientSession(335663575)--Connection(1665768344)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.043--ServerSession(454071866)--Connection(1460957046)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.043--UnitOfWork(446029707)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.043--UnitOfWork(446029707)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.043--UnitOfWork(446029707)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.043--ClientSession(335663575)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.043--UnitOfWork(446029707)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.043--ClientSession(335663575)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.044--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 721763664 [junit] [EL Finer]: 2024-04-30 17:54:13.044--ClientSession(721763664)--Thread(Thread[main,5,main])--acquire unit of work: 1845497458 [junit] [EL Finest]: 2024-04-30 17:54:13.044--UnitOfWork(1845497458)--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]: 2024-04-30 17:54:13.044--ServerSession(454071866)--Connection(124466405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.044--ServerSession(454071866)--Connection(124466405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.044--ServerSession(454071866)--Connection(1140441491)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:13.045--ServerSession(454071866)--Connection(124466405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.053--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 905356126 [junit] [EL Finer]: 2024-04-30 17:54:13.054--ClientSession(905356126)--Thread(Thread[main,5,main])--acquire unit of work: 2050654105 [junit] [EL Finest]: 2024-04-30 17:54:13.054--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.054--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.054--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@a859cad) [junit] [EL Finest]: 2024-04-30 17:54:13.054--ServerSession(454071866)--Connection(403854043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.054--ClientSession(905356126)--Connection(403854043)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.054--ClientSession(905356126)--Connection(403854043)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.054--ClientSession(905356126)--Connection(1926401859)--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@78dc9e09, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.055--ClientSession(905356126)--Connection(1926401859)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.055--ServerSession(454071866)--Connection(403854043)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.055--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.055--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.055--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.055--ClientSession(905356126)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.055--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.055--ClientSession(905356126)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.064--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1865424016 [junit] [EL Finer]: 2024-04-30 17:54:13.064--ClientSession(1865424016)--Thread(Thread[main,5,main])--acquire unit of work: 875913646 [junit] [EL Finest]: 2024-04-30 17:54:13.064--UnitOfWork(875913646)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.064--UnitOfWork(875913646)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.064--UnitOfWork(875913646)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@172a69f1) [junit] [EL Finest]: 2024-04-30 17:54:13.064--ServerSession(454071866)--Connection(1425480139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.064--ClientSession(1865424016)--Connection(1425480139)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.064--ClientSession(1865424016)--Connection(1425480139)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.065--ClientSession(1865424016)--Connection(1263545066)--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]: 2024-04-30 17:54:13.065--ClientSession(1865424016)--Connection(1263545066)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.065--ServerSession(454071866)--Connection(1425480139)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.065--UnitOfWork(875913646)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.065--UnitOfWork(875913646)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.065--UnitOfWork(875913646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.065--ClientSession(1865424016)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.065--UnitOfWork(875913646)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.066--ClientSession(1865424016)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.066--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 523807377 [junit] [EL Finer]: 2024-04-30 17:54:13.066--ClientSession(523807377)--Thread(Thread[main,5,main])--acquire unit of work: 918081502 [junit] [EL Finest]: 2024-04-30 17:54:13.066--UnitOfWork(918081502)--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]: 2024-04-30 17:54:13.066--ServerSession(454071866)--Connection(1181166858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.066--ServerSession(454071866)--Connection(1181166858)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.066--ServerSession(454071866)--Connection(1153319888)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:13.067--ServerSession(454071866)--Connection(1181166858)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.076--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1709327733 [junit] [EL Finer]: 2024-04-30 17:54:13.076--ClientSession(1709327733)--Thread(Thread[main,5,main])--acquire unit of work: 327811322 [junit] [EL Finest]: 2024-04-30 17:54:13.076--UnitOfWork(327811322)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.076--UnitOfWork(327811322)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.076--UnitOfWork(327811322)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@34ef6fef) [junit] [EL Finest]: 2024-04-30 17:54:13.076--ServerSession(454071866)--Connection(1185982925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.076--ClientSession(1709327733)--Connection(1185982925)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.076--ClientSession(1709327733)--Connection(1185982925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.076--ClientSession(1709327733)--Connection(100596785)--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]: 2024-04-30 17:54:13.077--ClientSession(1709327733)--Connection(100596785)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.077--ServerSession(454071866)--Connection(1185982925)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.077--UnitOfWork(327811322)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.077--UnitOfWork(327811322)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.077--UnitOfWork(327811322)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.077--ClientSession(1709327733)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.077--UnitOfWork(327811322)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.077--ClientSession(1709327733)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.078--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 123890265 [junit] [EL Finer]: 2024-04-30 17:54:13.078--ClientSession(123890265)--Thread(Thread[main,5,main])--acquire unit of work: 867014408 [junit] [EL Finest]: 2024-04-30 17:54:13.078--UnitOfWork(867014408)--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]: 2024-04-30 17:54:13.078--ServerSession(454071866)--Connection(966734782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.078--ServerSession(454071866)--Connection(966734782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.078--ServerSession(454071866)--Connection(509745887)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:13.079--ServerSession(454071866)--Connection(966734782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.088--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1315507145 [junit] [EL Finer]: 2024-04-30 17:54:13.088--ClientSession(1315507145)--Thread(Thread[main,5,main])--acquire unit of work: 1932801080 [junit] [EL Finest]: 2024-04-30 17:54:13.088--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.088--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.088--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3ebaecc4) [junit] [EL Finest]: 2024-04-30 17:54:13.088--ServerSession(454071866)--Connection(110562008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.088--ClientSession(1315507145)--Connection(110562008)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.088--ClientSession(1315507145)--Connection(110562008)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.088--ClientSession(1315507145)--Connection(1422945222)--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]: 2024-04-30 17:54:13.089--ClientSession(1315507145)--Connection(1422945222)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.089--ServerSession(454071866)--Connection(110562008)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.089--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.089--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.089--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.089--ClientSession(1315507145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.089--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.089--ClientSession(1315507145)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.09--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 247556293 [junit] [EL Finer]: 2024-04-30 17:54:13.09--ClientSession(247556293)--Thread(Thread[main,5,main])--acquire unit of work: 265654805 [junit] [EL Finest]: 2024-04-30 17:54:13.09--UnitOfWork(265654805)--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]: 2024-04-30 17:54:13.09--ServerSession(454071866)--Connection(885965439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.09--ServerSession(454071866)--Connection(885965439)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.09--ServerSession(454071866)--Connection(543942155)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:13.091--ServerSession(454071866)--Connection(885965439)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.1--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1938495631 [junit] [EL Finer]: 2024-04-30 17:54:13.1--ClientSession(1938495631)--Thread(Thread[main,5,main])--acquire unit of work: 1240972143 [junit] [EL Finest]: 2024-04-30 17:54:13.1--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.1--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.1--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@12701677) [junit] [EL Finest]: 2024-04-30 17:54:13.1--ServerSession(454071866)--Connection(1298279735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.1--ClientSession(1938495631)--Connection(1298279735)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.1--ClientSession(1938495631)--Connection(1298279735)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.1--ClientSession(1938495631)--Connection(736862665)--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@393adb37, 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]: 2024-04-30 17:54:13.101--ClientSession(1938495631)--Connection(736862665)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.101--ServerSession(454071866)--Connection(1298279735)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.101--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.101--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.101--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.101--ClientSession(1938495631)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.101--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.101--ClientSession(1938495631)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.11--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 372154479 [junit] [EL Finer]: 2024-04-30 17:54:13.11--ClientSession(372154479)--Thread(Thread[main,5,main])--acquire unit of work: 921579066 [junit] [EL Finest]: 2024-04-30 17:54:13.11--UnitOfWork(921579066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.11--UnitOfWork(921579066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.11--UnitOfWork(921579066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7e74d1ce) [junit] [EL Finest]: 2024-04-30 17:54:13.11--ServerSession(454071866)--Connection(625904014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.111--ClientSession(372154479)--Connection(625904014)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.111--ClientSession(372154479)--Connection(625904014)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.111--ClientSession(372154479)--Connection(1645673699)--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]: 2024-04-30 17:54:13.111--ClientSession(372154479)--Connection(1645673699)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.112--ServerSession(454071866)--Connection(625904014)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.112--UnitOfWork(921579066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.112--UnitOfWork(921579066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.112--UnitOfWork(921579066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.112--ClientSession(372154479)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.112--UnitOfWork(921579066)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.112--ClientSession(372154479)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.121--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 711790515 [junit] [EL Finer]: 2024-04-30 17:54:13.121--ClientSession(711790515)--Thread(Thread[main,5,main])--acquire unit of work: 1604705426 [junit] [EL Finest]: 2024-04-30 17:54:13.121--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.121--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.121--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c5d314d) [junit] [EL Finest]: 2024-04-30 17:54:13.121--ServerSession(454071866)--Connection(1660338734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.121--ClientSession(711790515)--Connection(1660338734)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.121--ClientSession(711790515)--Connection(1660338734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.121--ClientSession(711790515)--Connection(323408814)--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]: 2024-04-30 17:54:13.122--ClientSession(711790515)--Connection(323408814)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.122--ServerSession(454071866)--Connection(1660338734)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.122--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.122--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.122--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.122--ClientSession(711790515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.122--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.122--ClientSession(711790515)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.131--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 527217198 [junit] [EL Finer]: 2024-04-30 17:54:13.131--ClientSession(527217198)--Thread(Thread[main,5,main])--acquire unit of work: 898409148 [junit] [EL Finest]: 2024-04-30 17:54:13.131--UnitOfWork(898409148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.131--UnitOfWork(898409148)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.131--UnitOfWork(898409148)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@29b96be0) [junit] [EL Finest]: 2024-04-30 17:54:13.131--ServerSession(454071866)--Connection(382044033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.131--ClientSession(527217198)--Connection(382044033)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.131--ClientSession(527217198)--Connection(382044033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.131--ClientSession(527217198)--Connection(1175215783)--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]: 2024-04-30 17:54:13.132--ClientSession(527217198)--Connection(1175215783)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.132--ServerSession(454071866)--Connection(382044033)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.132--UnitOfWork(898409148)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.132--UnitOfWork(898409148)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.132--UnitOfWork(898409148)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.132--ClientSession(527217198)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.132--UnitOfWork(898409148)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.132--ClientSession(527217198)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.133--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 540941935 [junit] [EL Finer]: 2024-04-30 17:54:13.133--ClientSession(540941935)--Thread(Thread[main,5,main])--acquire unit of work: 475601084 [junit] [EL Finest]: 2024-04-30 17:54:13.133--UnitOfWork(475601084)--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]: 2024-04-30 17:54:13.133--ServerSession(454071866)--Connection(893850435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.133--ServerSession(454071866)--Connection(893850435)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.133--ServerSession(454071866)--Connection(1741376873)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:13.133--ServerSession(454071866)--Connection(893850435)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI [junit] [EL Finer]: 2024-04-30 17:54:13.146--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 293659205 [junit] [EL Finer]: 2024-04-30 17:54:13.146--ClientSession(293659205)--Thread(Thread[main,5,main])--acquire unit of work: 429230143 [junit] [EL Finest]: 2024-04-30 17:54:13.146--UnitOfWork(429230143)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.146--UnitOfWork(429230143)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.147--UnitOfWork(429230143)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@555c0290) [junit] [EL Finest]: 2024-04-30 17:54:13.147--ServerSession(454071866)--Connection(14261942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.147--ClientSession(293659205)--Connection(14261942)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.147--ClientSession(293659205)--Connection(14261942)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.147--ClientSession(293659205)--Connection(899962047)--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, 2024-04-30 17:54:13.146, 2024-04-05 21:22:49.499, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.147--ClientSession(293659205)--Connection(899962047)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.148--ServerSession(454071866)--Connection(14261942)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.148--UnitOfWork(429230143)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.148--UnitOfWork(429230143)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.148--UnitOfWork(429230143)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.148--ClientSession(293659205)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.148--UnitOfWork(429230143)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.148--ClientSession(293659205)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.149--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 869149988 [junit] [EL Finer]: 2024-04-30 17:54:13.149--ClientSession(869149988)--Thread(Thread[main,5,main])--acquire unit of work: 1287257162 [junit] [EL Finer]: 2024-04-30 17:54:13.158--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 64074042 [junit] [EL Finer]: 2024-04-30 17:54:13.158--ClientSession(64074042)--Thread(Thread[main,5,main])--acquire unit of work: 2144699772 [junit] [EL Finest]: 2024-04-30 17:54:13.158--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.158--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.158--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fbb5b) [junit] [EL Finest]: 2024-04-30 17:54:13.158--ServerSession(454071866)--Connection(2086611269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.158--ClientSession(64074042)--Connection(2086611269)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.158--ClientSession(64074042)--Connection(2086611269)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.158--ClientSession(64074042)--Connection(22524150)--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, 2024-04-30 17:54:13.158, 2024-04-05 21:22:49.511, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.159--ClientSession(64074042)--Connection(22524150)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.159--ServerSession(454071866)--Connection(2086611269)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.159--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.159--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.159--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.159--ClientSession(64074042)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.159--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.159--ClientSession(64074042)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.023 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestRelationships [junit] [EL Finer]: 2024-04-30 17:54:13.181--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1751878963 [junit] [EL Finer]: 2024-04-30 17:54:13.181--ClientSession(1751878963)--Thread(Thread[main,5,main])--acquire unit of work: 191597428 [junit] [EL Finest]: 2024-04-30 17:54:13.181--UnitOfWork(191597428)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.181--UnitOfWork(191597428)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.181--UnitOfWork(191597428)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.181--UnitOfWork(191597428)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:13.181--ServerSession(454071866)--Connection(347906624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.181--ClientSession(1751878963)--Connection(347906624)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.181--ClientSession(1751878963)--Connection(347906624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.181--UnitOfWork(191597428)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:13.181--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.181--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:13.181--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.181--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:13.181--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.182--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.182--ServerSession(454071866)--Connection(347906624)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.182--UnitOfWork(191597428)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.182--UnitOfWork(191597428)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.182--UnitOfWork(191597428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.182--ClientSession(1751878963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.182--UnitOfWork(191597428)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.182--ClientSession(1751878963)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.182--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 578763703 [junit] [EL Finer]: 2024-04-30 17:54:13.182--ClientSession(578763703)--Thread(Thread[main,5,main])--acquire unit of work: 1403007770 [junit] [EL Finest]: 2024-04-30 17:54:13.182--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.182--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.182--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.182--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.182--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:13.183--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@601f6fd5) [junit] [EL Finest]: 2024-04-30 17:54:13.183--ServerSession(454071866)--Connection(2042483503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.183--ClientSession(578763703)--Connection(2042483503)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.183--ClientSession(578763703)--Connection(2042483503)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.183--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22b66bae) [junit] [EL Finest]: 2024-04-30 17:54:13.183--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:13.183--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.183--ClientSession(578763703)--Connection(1817447589)--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]: 2024-04-30 17:54:13.183--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])-- bind => [15, Hans, M?ller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.183--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.183--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:13.184--ClientSession(578763703)--Connection(1817447589)--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]: 2024-04-30 17:54:13.184--ClientSession(578763703)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Fine]: 2024-04-30 17:54:13.184--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.184--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2024-04-30 17:54:13.184--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.185--ServerSession(454071866)--Connection(2042483503)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.185--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.185--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.185--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.185--ClientSession(578763703)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.185--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.185--ClientSession(578763703)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.189--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1149542263 [junit] [EL Finer]: 2024-04-30 17:54:13.189--ClientSession(1149542263)--Thread(Thread[main,5,main])--acquire unit of work: 2127463509 [junit] [EL Finest]: 2024-04-30 17:54:13.189--UnitOfWork(2127463509)--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]: 2024-04-30 17:54:13.189--ServerSession(454071866)--Connection(1197564988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.189--ServerSession(454071866)--Connection(1197564988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.189--ServerSession(454071866)--Connection(234700991)--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]: 2024-04-30 17:54:13.19--ServerSession(454071866)--Connection(1197564988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.19--UnitOfWork(2127463509)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:13.19--UnitOfWork(2127463509)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:13.19--ServerSession(454071866)--Connection(1284983227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.19--ServerSession(454071866)--Connection(1284983227)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.19--ServerSession(454071866)--Connection(834859488)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:13.19--ServerSession(454071866)--Connection(1284983227)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.19--UnitOfWork(2127463509)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:13.191--UnitOfWork(2127463509)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:13.191--ServerSession(454071866)--Connection(1837787090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.191--ServerSession(454071866)--Connection(1837787090)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.191--ServerSession(454071866)--Connection(1273091698)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:13.191--ServerSession(454071866)--Connection(1837787090)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.207--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1105947096 [junit] [EL Finer]: 2024-04-30 17:54:13.207--ClientSession(1105947096)--Thread(Thread[main,5,main])--acquire unit of work: 1498010747 [junit] [EL Finest]: 2024-04-30 17:54:13.207--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.207--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.207--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.207--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:13.207--ServerSession(454071866)--Connection(1694228289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.207--ClientSession(1105947096)--Connection(1694228289)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.207--ClientSession(1105947096)--Connection(1694228289)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.208--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:13.208--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.208--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:13.208--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.208--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:13.208--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.208--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.208--ServerSession(454071866)--Connection(1694228289)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.208--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.208--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.208--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.208--ClientSession(1105947096)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.208--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.208--ClientSession(1105947096)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.208--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 533060514 [junit] [EL Finer]: 2024-04-30 17:54:13.209--ClientSession(533060514)--Thread(Thread[main,5,main])--acquire unit of work: 629022412 [junit] [EL Finest]: 2024-04-30 17:54:13.209--UnitOfWork(629022412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.209--UnitOfWork(629022412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.209--UnitOfWork(629022412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.209--UnitOfWork(629022412)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.209--UnitOfWork(629022412)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:13.209--UnitOfWork(629022412)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d8892f5) [junit] [EL Finest]: 2024-04-30 17:54:13.209--ServerSession(454071866)--Connection(1362397723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.209--ClientSession(533060514)--Connection(1362397723)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.209--ClientSession(533060514)--Connection(1362397723)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.209--UnitOfWork(629022412)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12710921) [junit] [EL Finest]: 2024-04-30 17:54:13.209--UnitOfWork(629022412)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:13.209--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.209--ClientSession(533060514)--Connection(1901512677)--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]: 2024-04-30 17:54:13.209--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])-- bind => [15, Hans, M?ller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.209--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.209--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:13.21--ClientSession(533060514)--Connection(1901512677)--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]: 2024-04-30 17:54:13.21--ClientSession(533060514)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:13.21--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.21--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2024-04-30 17:54:13.21--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.211--ServerSession(454071866)--Connection(1362397723)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.211--UnitOfWork(629022412)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.211--UnitOfWork(629022412)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.211--UnitOfWork(629022412)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.211--ClientSession(533060514)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.211--UnitOfWork(629022412)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.211--ClientSession(533060514)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.212--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 252729072 [junit] [EL Finer]: 2024-04-30 17:54:13.212--ClientSession(252729072)--Thread(Thread[main,5,main])--acquire unit of work: 409559965 [junit] [EL Finest]: 2024-04-30 17:54:13.212--UnitOfWork(409559965)--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]: 2024-04-30 17:54:13.212--ServerSession(454071866)--Connection(1922887605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.212--ServerSession(454071866)--Connection(1922887605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.212--ServerSession(454071866)--Connection(1771169983)--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]: 2024-04-30 17:54:13.212--ServerSession(454071866)--Connection(1922887605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.213--UnitOfWork(409559965)--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]: 2024-04-30 17:54:13.213--ServerSession(454071866)--Connection(105240672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.213--ServerSession(454071866)--Connection(105240672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.213--ServerSession(454071866)--Connection(1656904340)--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]: 2024-04-30 17:54:13.213--ServerSession(454071866)--Connection(105240672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.229--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1698218294 [junit] [EL Finer]: 2024-04-30 17:54:13.229--ClientSession(1698218294)--Thread(Thread[main,5,main])--acquire unit of work: 877365519 [junit] [EL Finest]: 2024-04-30 17:54:13.229--UnitOfWork(877365519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.229--UnitOfWork(877365519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.229--UnitOfWork(877365519)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.229--UnitOfWork(877365519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:13.229--ServerSession(454071866)--Connection(1698378565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.229--ClientSession(1698218294)--Connection(1698378565)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.229--ClientSession(1698218294)--Connection(1698378565)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.23--UnitOfWork(877365519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:13.23--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.23--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:13.23--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.23--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:13.23--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.23--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.23--ServerSession(454071866)--Connection(1698378565)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.23--UnitOfWork(877365519)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.23--UnitOfWork(877365519)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.23--UnitOfWork(877365519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.231--ClientSession(1698218294)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.231--UnitOfWork(877365519)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.231--ClientSession(1698218294)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.231--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 177410991 [junit] [EL Finer]: 2024-04-30 17:54:13.231--ClientSession(177410991)--Thread(Thread[main,5,main])--acquire unit of work: 915318947 [junit] [EL Finest]: 2024-04-30 17:54:13.231--UnitOfWork(915318947)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.231--UnitOfWork(915318947)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.231--UnitOfWork(915318947)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.231--UnitOfWork(915318947)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.231--UnitOfWork(915318947)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:13.231--UnitOfWork(915318947)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3fea0a52) [junit] [EL Finest]: 2024-04-30 17:54:13.231--ServerSession(454071866)--Connection(417468328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.231--ClientSession(177410991)--Connection(417468328)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.231--ClientSession(177410991)--Connection(417468328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.231--UnitOfWork(915318947)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4529cb82) [junit] [EL Finest]: 2024-04-30 17:54:13.231--UnitOfWork(915318947)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:13.231--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.231--ClientSession(177410991)--Connection(327804056)--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]: 2024-04-30 17:54:13.231--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])-- bind => [15, Hans, M?ller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.231--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.231--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:13.232--ClientSession(177410991)--Connection(327804056)--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]: 2024-04-30 17:54:13.232--ClientSession(177410991)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:13.232--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.232--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2024-04-30 17:54:13.233--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.233--ServerSession(454071866)--Connection(417468328)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.233--UnitOfWork(915318947)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.233--UnitOfWork(915318947)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.233--UnitOfWork(915318947)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.233--ClientSession(177410991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.233--UnitOfWork(915318947)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.233--ClientSession(177410991)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.234--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 142106520 [junit] [EL Finer]: 2024-04-30 17:54:13.234--ClientSession(142106520)--Thread(Thread[main,5,main])--acquire unit of work: 1249746110 [junit] [EL Finest]: 2024-04-30 17:54:13.234--UnitOfWork(1249746110)--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]: 2024-04-30 17:54:13.234--ServerSession(454071866)--Connection(747909743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.234--ServerSession(454071866)--Connection(747909743)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.234--ServerSession(454071866)--Connection(1698495392)--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]: 2024-04-30 17:54:13.234--ServerSession(454071866)--Connection(747909743)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.235--UnitOfWork(1249746110)--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]: 2024-04-30 17:54:13.235--ServerSession(454071866)--Connection(235839070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.235--ServerSession(454071866)--Connection(235839070)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.235--ServerSession(454071866)--Connection(1113045110)--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]: 2024-04-30 17:54:13.235--ServerSession(454071866)--Connection(235839070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.235--UnitOfWork(1249746110)--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]: 2024-04-30 17:54:13.235--ServerSession(454071866)--Connection(469563481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.235--ServerSession(454071866)--Connection(469563481)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.236--ServerSession(454071866)--Connection(685639359)--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]: 2024-04-30 17:54:13.236--ServerSession(454071866)--Connection(469563481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.251--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 364545110 [junit] [EL Finer]: 2024-04-30 17:54:13.252--ClientSession(364545110)--Thread(Thread[main,5,main])--acquire unit of work: 1786085833 [junit] [EL Finest]: 2024-04-30 17:54:13.252--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.252--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.252--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.252--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:13.252--ServerSession(454071866)--Connection(86796021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.252--ClientSession(364545110)--Connection(86796021)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.252--ClientSession(364545110)--Connection(86796021)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.252--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:13.252--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.252--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:13.252--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.252--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:13.252--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.253--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.253--ServerSession(454071866)--Connection(86796021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.253--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.253--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.253--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.253--ClientSession(364545110)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.253--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.253--ClientSession(364545110)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.253--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1868505862 [junit] [EL Finer]: 2024-04-30 17:54:13.253--ClientSession(1868505862)--Thread(Thread[main,5,main])--acquire unit of work: 153283542 [junit] [EL Finest]: 2024-04-30 17:54:13.253--UnitOfWork(153283542)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.253--UnitOfWork(153283542)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.253--UnitOfWork(153283542)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.253--UnitOfWork(153283542)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.253--UnitOfWork(153283542)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:13.253--UnitOfWork(153283542)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44c93acc) [junit] [EL Finest]: 2024-04-30 17:54:13.253--ServerSession(454071866)--Connection(1396188238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.253--ClientSession(1868505862)--Connection(1396188238)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.253--ClientSession(1868505862)--Connection(1396188238)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.254--UnitOfWork(153283542)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fd95c12) [junit] [EL Finest]: 2024-04-30 17:54:13.254--UnitOfWork(153283542)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:13.254--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.254--ClientSession(1868505862)--Connection(1363115556)--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]: 2024-04-30 17:54:13.254--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.254--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])-- bind => [15, Hans, M?ller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.254--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:13.254--ClientSession(1868505862)--Connection(1363115556)--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]: 2024-04-30 17:54:13.255--ClientSession(1868505862)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:13.255--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.255--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2024-04-30 17:54:13.255--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.255--ServerSession(454071866)--Connection(1396188238)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.255--UnitOfWork(153283542)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.255--UnitOfWork(153283542)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.255--UnitOfWork(153283542)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.255--ClientSession(1868505862)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.255--UnitOfWork(153283542)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.255--ClientSession(1868505862)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.256--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1827810149 [junit] [EL Finer]: 2024-04-30 17:54:13.256--ClientSession(1827810149)--Thread(Thread[main,5,main])--acquire unit of work: 3663389 [junit] [EL Finest]: 2024-04-30 17:54:13.256--UnitOfWork(3663389)--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]: 2024-04-30 17:54:13.256--ServerSession(454071866)--Connection(1064569811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.256--ServerSession(454071866)--Connection(1064569811)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.256--ServerSession(454071866)--Connection(973663939)--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]: 2024-04-30 17:54:13.256--ServerSession(454071866)--Connection(1064569811)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.257--UnitOfWork(3663389)--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]: 2024-04-30 17:54:13.257--ServerSession(454071866)--Connection(426584880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.257--ServerSession(454071866)--Connection(426584880)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.257--ServerSession(454071866)--Connection(751988805)--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]: 2024-04-30 17:54:13.257--ServerSession(454071866)--Connection(426584880)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.258--UnitOfWork(3663389)--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]: 2024-04-30 17:54:13.258--ServerSession(454071866)--Connection(692616780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.258--ServerSession(454071866)--Connection(692616780)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.258--ServerSession(454071866)--Connection(462659391)--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]: 2024-04-30 17:54:13.258--ServerSession(454071866)--Connection(692616780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.274--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1567595282 [junit] [EL Finer]: 2024-04-30 17:54:13.274--ClientSession(1567595282)--Thread(Thread[main,5,main])--acquire unit of work: 1155771218 [junit] [EL Finest]: 2024-04-30 17:54:13.274--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.274--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.274--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.274--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:13.274--ServerSession(454071866)--Connection(2006326149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.274--ClientSession(1567595282)--Connection(2006326149)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.274--ClientSession(1567595282)--Connection(2006326149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.274--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:13.274--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.274--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:13.274--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.274--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:13.274--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.275--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.275--ServerSession(454071866)--Connection(2006326149)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.275--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.275--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.275--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.275--ClientSession(1567595282)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.275--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.275--ClientSession(1567595282)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.275--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 255307196 [junit] [EL Finer]: 2024-04-30 17:54:13.275--ClientSession(255307196)--Thread(Thread[main,5,main])--acquire unit of work: 1211815404 [junit] [EL Finest]: 2024-04-30 17:54:13.275--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.275--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.276--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.276--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.276--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:13.276--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ac3377) [junit] [EL Finest]: 2024-04-30 17:54:13.276--ServerSession(454071866)--Connection(662472677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.276--ClientSession(255307196)--Connection(662472677)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.276--ClientSession(255307196)--Connection(662472677)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.276--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a9cbc23) [junit] [EL Finest]: 2024-04-30 17:54:13.276--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:13.276--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.276--ClientSession(255307196)--Connection(791317730)--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]: 2024-04-30 17:54:13.276--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])-- bind => [15, Hans, M?ller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.276--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.276--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2024-04-30 17:54:13.277--ClientSession(255307196)--Connection(791317730)--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]: 2024-04-30 17:54:13.277--ClientSession(255307196)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:13.277--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.277--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2024-04-30 17:54:13.278--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.278--ServerSession(454071866)--Connection(662472677)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.278--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.278--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.278--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.278--ClientSession(255307196)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.278--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.278--ClientSession(255307196)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.279--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1562346831 [junit] [EL Finer]: 2024-04-30 17:54:13.279--ClientSession(1562346831)--Thread(Thread[main,5,main])--acquire unit of work: 212535805 [junit] [EL Finest]: 2024-04-30 17:54:13.279--UnitOfWork(212535805)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME IN (?))") [junit] [EL Finest]: 2024-04-30 17:54:13.279--ServerSession(454071866)--Connection(332351606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.279--ServerSession(454071866)--Connection(332351606)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.279--ServerSession(454071866)--Connection(1596397541)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME IN (?)) [junit] bind => [Maier] [junit] [EL Finest]: 2024-04-30 17:54:13.279--ServerSession(454071866)--Connection(332351606)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.28--UnitOfWork(212535805)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME IN (?, ?))") [junit] [EL Finest]: 2024-04-30 17:54:13.28--ServerSession(454071866)--Connection(2039999923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.28--ServerSession(454071866)--Connection(2039999923)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.28--ServerSession(454071866)--Connection(1257755465)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME IN (?, ?)) [junit] bind => [M?ller, V?ller] [junit] [EL Finest]: 2024-04-30 17:54:13.28--ServerSession(454071866)--Connection(2039999923)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.297--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 718968573 [junit] [EL Finer]: 2024-04-30 17:54:13.297--ClientSession(718968573)--Thread(Thread[main,5,main])--acquire unit of work: 2131663566 [junit] [EL Finest]: 2024-04-30 17:54:13.297--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.297--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.297--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.297--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:13.297--ServerSession(454071866)--Connection(1670549407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.297--ClientSession(718968573)--Connection(1670549407)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.297--ClientSession(718968573)--Connection(1670549407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.297--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:13.297--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.297--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:13.297--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.297--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:13.297--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.298--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.298--ServerSession(454071866)--Connection(1670549407)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.298--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.298--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.298--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.298--ClientSession(718968573)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.298--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.298--ClientSession(718968573)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.298--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1574522109 [junit] [EL Finer]: 2024-04-30 17:54:13.298--ClientSession(1574522109)--Thread(Thread[main,5,main])--acquire unit of work: 717278894 [junit] [EL Finest]: 2024-04-30 17:54:13.298--UnitOfWork(717278894)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.298--UnitOfWork(717278894)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.298--UnitOfWork(717278894)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:13.298--UnitOfWork(717278894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7923fb86) [junit] [EL Finest]: 2024-04-30 17:54:13.298--ServerSession(454071866)--Connection(270195299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.298--ClientSession(1574522109)--Connection(270195299)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.298--ClientSession(1574522109)--Connection(270195299)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.298--ClientSession(1574522109)--Connection(1015272304)--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]: 2024-04-30 17:54:13.299--ClientSession(1574522109)--Connection(1015272304)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.299--ServerSession(454071866)--Connection(270195299)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.299--UnitOfWork(717278894)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.299--UnitOfWork(717278894)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.299--UnitOfWork(717278894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.299--ClientSession(1574522109)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.299--UnitOfWork(717278894)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.299--ClientSession(1574522109)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.3--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 774965398 [junit] [EL Finer]: 2024-04-30 17:54:13.3--ClientSession(774965398)--Thread(Thread[main,5,main])--acquire unit of work: 162476481 [junit] [EL Finest]: 2024-04-30 17:54:13.3--UnitOfWork(162476481)--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]: 2024-04-30 17:54:13.3--ServerSession(454071866)--Connection(1863036434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.3--ServerSession(454071866)--Connection(1863036434)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.3--ServerSession(454071866)--Connection(190739308)--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]: 2024-04-30 17:54:13.3--ServerSession(454071866)--Connection(1863036434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.3--UnitOfWork(162476481)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:13.3--UnitOfWork(162476481)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:13.3--ServerSession(454071866)--Connection(388507514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.3--ServerSession(454071866)--Connection(388507514)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.301--ServerSession(454071866)--Connection(1469855297)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:13.301--ServerSession(454071866)--Connection(388507514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.317--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2119284949 [junit] [EL Finer]: 2024-04-30 17:54:13.317--ClientSession(2119284949)--Thread(Thread[main,5,main])--acquire unit of work: 515450283 [junit] [EL Finest]: 2024-04-30 17:54:13.317--UnitOfWork(515450283)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.317--UnitOfWork(515450283)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.317--UnitOfWork(515450283)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.317--UnitOfWork(515450283)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:13.317--ServerSession(454071866)--Connection(2122693729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.317--ClientSession(2119284949)--Connection(2122693729)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.317--ClientSession(2119284949)--Connection(2122693729)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.318--UnitOfWork(515450283)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:13.318--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.318--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:13.318--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:13.318--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:13.318--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.318--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.318--ServerSession(454071866)--Connection(2122693729)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.318--UnitOfWork(515450283)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.318--UnitOfWork(515450283)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.318--UnitOfWork(515450283)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.318--ClientSession(2119284949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.318--UnitOfWork(515450283)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.318--ClientSession(2119284949)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.319--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 933920478 [junit] [EL Finer]: 2024-04-30 17:54:13.319--ClientSession(933920478)--Thread(Thread[main,5,main])--acquire unit of work: 1688185598 [junit] [EL Finest]: 2024-04-30 17:54:13.319--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.319--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.319--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.319--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:13.319--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38322f24) [junit] [EL Finest]: 2024-04-30 17:54:13.319--ServerSession(454071866)--Connection(1171276229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.319--ClientSession(933920478)--Connection(1171276229)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.319--ClientSession(933920478)--Connection(1171276229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.319--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11db540b) [junit] [EL Finer]: 2024-04-30 17:54:13.319--ClientSession(933920478)--Connection(241184376)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.319--ClientSession(933920478)--Connection(241184376)--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]: 2024-04-30 17:54:13.319--ClientSession(933920478)--Connection(241184376)--Thread(Thread[main,5,main])-- bind => [15, Hans, M?ller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.319--ClientSession(933920478)--Connection(241184376)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.319--ClientSession(933920478)--Connection(241184376)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.32--ClientSession(933920478)--Connection(241184376)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.32--ServerSession(454071866)--Connection(1171276229)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.32--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.32--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.32--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.32--ClientSession(933920478)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.32--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.32--ClientSession(933920478)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.321--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 708011911 [junit] [EL Finer]: 2024-04-30 17:54:13.321--ClientSession(708011911)--Thread(Thread[main,5,main])--acquire unit of work: 582294196 [junit] [EL Finest]: 2024-04-30 17:54:13.321--UnitOfWork(582294196)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.321--ServerSession(454071866)--Connection(1579526490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.321--ServerSession(454071866)--Connection(1579526490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.321--ServerSession(454071866)--Connection(1968613438)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Maier] [junit] [EL Finest]: 2024-04-30 17:54:13.321--ServerSession(454071866)--Connection(1579526490)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.157 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses [junit] [EL Finer]: 2024-04-30 17:54:13.335--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1240536793 [junit] [EL Finer]: 2024-04-30 17:54:13.335--ClientSession(1240536793)--Thread(Thread[main,5,main])--acquire unit of work: 489065879 [junit] [EL Finest]: 2024-04-30 17:54:13.335--UnitOfWork(489065879)--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]: 2024-04-30 17:54:13.336--ServerSession(454071866)--Connection(1994948512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.336--ServerSession(454071866)--Connection(1994948512)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.336--ServerSession(454071866)--Connection(811778260)--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]: 2024-04-30 17:54:13.336--ServerSession(454071866)--Connection(1994948512)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.072 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectList [junit] [EL Finer]: 2024-04-30 17:54:13.416--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 533927270 [junit] [EL Finer]: 2024-04-30 17:54:13.417--ClientSession(533927270)--Thread(Thread[main,5,main])--acquire unit of work: 927254094 [junit] [EL Finest]: 2024-04-30 17:54:13.417--UnitOfWork(927254094)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.417--UnitOfWork(927254094)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.417--UnitOfWork(927254094)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.417--UnitOfWork(927254094)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485d79ef) [junit] [EL Finest]: 2024-04-30 17:54:13.417--ServerSession(454071866)--Connection(279667776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.417--ClientSession(533927270)--Connection(279667776)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.417--ClientSession(533927270)--Connection(279667776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.417--UnitOfWork(927254094)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d7c6b98) [junit] [EL Finer]: 2024-04-30 17:54:13.417--ClientSession(533927270)--Connection(865789371)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.417--ClientSession(533927270)--Connection(865789371)--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]: 2024-04-30 17:54:13.417--ClientSession(533927270)--Connection(865789371)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.417--ClientSession(533927270)--Connection(865789371)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.417--ClientSession(533927270)--Connection(865789371)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.418--ClientSession(533927270)--Connection(865789371)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.418--ServerSession(454071866)--Connection(279667776)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.418--UnitOfWork(927254094)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.418--UnitOfWork(927254094)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.418--UnitOfWork(927254094)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.418--ClientSession(533927270)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.418--UnitOfWork(927254094)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.418--ClientSession(533927270)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.419--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 885053237 [junit] [EL Finer]: 2024-04-30 17:54:13.419--ClientSession(885053237)--Thread(Thread[main,5,main])--acquire unit of work: 1250851008 [junit] [EL Finest]: 2024-04-30 17:54:13.419--UnitOfWork(1250851008)--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]: 2024-04-30 17:54:13.419--ServerSession(454071866)--Connection(1091008091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.419--ServerSession(454071866)--Connection(1091008091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.419--ServerSession(454071866)--Connection(1021385973)--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]: 2024-04-30 17:54:13.419--ServerSession(454071866)--Connection(1091008091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.42--UnitOfWork(1250851008)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:13.42--ServerSession(454071866)--Connection(1293164864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.42--ServerSession(454071866)--Connection(1293164864)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.42--ServerSession(454071866)--Connection(2040957603)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:13.42--ServerSession(454071866)--Connection(1293164864)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.436--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 368808308 [junit] [EL Finer]: 2024-04-30 17:54:13.436--ClientSession(368808308)--Thread(Thread[main,5,main])--acquire unit of work: 959020813 [junit] [EL Finest]: 2024-04-30 17:54:13.436--UnitOfWork(959020813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.436--UnitOfWork(959020813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.436--UnitOfWork(959020813)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.436--UnitOfWork(959020813)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@684682e4) [junit] [EL Finest]: 2024-04-30 17:54:13.437--ServerSession(454071866)--Connection(1611852010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.437--ClientSession(368808308)--Connection(1611852010)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.437--ClientSession(368808308)--Connection(1611852010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.437--UnitOfWork(959020813)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7858257) [junit] [EL Finer]: 2024-04-30 17:54:13.437--ClientSession(368808308)--Connection(1261328773)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.437--ClientSession(368808308)--Connection(1261328773)--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]: 2024-04-30 17:54:13.437--ClientSession(368808308)--Connection(1261328773)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.437--ClientSession(368808308)--Connection(1261328773)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.437--ClientSession(368808308)--Connection(1261328773)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.437--ClientSession(368808308)--Connection(1261328773)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.438--ServerSession(454071866)--Connection(1611852010)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.438--UnitOfWork(959020813)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.438--UnitOfWork(959020813)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.438--UnitOfWork(959020813)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.438--ClientSession(368808308)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.438--UnitOfWork(959020813)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.438--ClientSession(368808308)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.438--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2105096864 [junit] [EL Finer]: 2024-04-30 17:54:13.438--ClientSession(2105096864)--Thread(Thread[main,5,main])--acquire unit of work: 1191495015 [junit] [EL Finest]: 2024-04-30 17:54:13.438--UnitOfWork(1191495015)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT AVG(ID) FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:13.439--ServerSession(454071866)--Connection(411580445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.439--ServerSession(454071866)--Connection(411580445)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.439--ServerSession(454071866)--Connection(1635626989)--Thread(Thread[main,5,main])--SELECT AVG(ID) FROM TMP_EMP [junit] [EL Finest]: 2024-04-30 17:54:13.439--ServerSession(454071866)--Connection(411580445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.455--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 487005488 [junit] [EL Finer]: 2024-04-30 17:54:13.455--ClientSession(487005488)--Thread(Thread[main,5,main])--acquire unit of work: 1991037939 [junit] [EL Finest]: 2024-04-30 17:54:13.455--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.455--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.455--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.455--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c9c2e9d) [junit] [EL Finest]: 2024-04-30 17:54:13.455--ServerSession(454071866)--Connection(2095765753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.455--ClientSession(487005488)--Connection(2095765753)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.455--ClientSession(487005488)--Connection(2095765753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.455--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4831ad43) [junit] [EL Finer]: 2024-04-30 17:54:13.455--ClientSession(487005488)--Connection(300935487)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.455--ClientSession(487005488)--Connection(300935487)--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]: 2024-04-30 17:54:13.456--ClientSession(487005488)--Connection(300935487)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.456--ClientSession(487005488)--Connection(300935487)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.456--ClientSession(487005488)--Connection(300935487)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.456--ClientSession(487005488)--Connection(300935487)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.456--ServerSession(454071866)--Connection(2095765753)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.456--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.456--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.457--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.457--ClientSession(487005488)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.457--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.457--ClientSession(487005488)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.457--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 447437220 [junit] [EL Finer]: 2024-04-30 17:54:13.457--ClientSession(447437220)--Thread(Thread[main,5,main])--acquire unit of work: 808220440 [junit] [EL Finer]: 2024-04-30 17:54:13.457--UnitOfWork(808220440)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:13.457--UnitOfWork(808220440)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:13.457--UnitOfWork(808220440)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME, LASTNAME FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.457--ServerSession(454071866)--Connection(468404749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.457--ServerSession(454071866)--Connection(468404749)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.458--ServerSession(454071866)--Connection(665233711)--Thread(Thread[main,5,main])--SELECT FIRSTNAME, LASTNAME FROM TMP_EMP WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:54:13.458--ServerSession(454071866)--Connection(468404749)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.458--UnitOfWork(808220440)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.458--ClientSession(447437220)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.474--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 817477797 [junit] [EL Finer]: 2024-04-30 17:54:13.474--ClientSession(817477797)--Thread(Thread[main,5,main])--acquire unit of work: 784743522 [junit] [EL Finest]: 2024-04-30 17:54:13.474--UnitOfWork(784743522)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.474--UnitOfWork(784743522)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.474--UnitOfWork(784743522)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.474--UnitOfWork(784743522)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16d967e3) [junit] [EL Finest]: 2024-04-30 17:54:13.474--ServerSession(454071866)--Connection(2002943055)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.474--ClientSession(817477797)--Connection(2002943055)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.474--ClientSession(817477797)--Connection(2002943055)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.475--UnitOfWork(784743522)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d27d497) [junit] [EL Finer]: 2024-04-30 17:54:13.475--ClientSession(817477797)--Connection(710535999)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.475--ClientSession(817477797)--Connection(710535999)--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]: 2024-04-30 17:54:13.475--ClientSession(817477797)--Connection(710535999)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.475--ClientSession(817477797)--Connection(710535999)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.475--ClientSession(817477797)--Connection(710535999)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.475--ClientSession(817477797)--Connection(710535999)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.476--ServerSession(454071866)--Connection(2002943055)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.476--UnitOfWork(784743522)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.476--UnitOfWork(784743522)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.476--UnitOfWork(784743522)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.476--ClientSession(817477797)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.476--UnitOfWork(784743522)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.476--ClientSession(817477797)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.476--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 324757671 [junit] [EL Finer]: 2024-04-30 17:54:13.476--ClientSession(324757671)--Thread(Thread[main,5,main])--acquire unit of work: 2119100763 [junit] [EL Finest]: 2024-04-30 17:54:13.476--UnitOfWork(2119100763)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.477--ServerSession(454071866)--Connection(2015224861)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.477--ServerSession(454071866)--Connection(2015224861)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.477--ServerSession(454071866)--Connection(1323724784)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:13.477--ServerSession(454071866)--Connection(2015224861)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.493--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1644347929 [junit] [EL Finer]: 2024-04-30 17:54:13.493--ClientSession(1644347929)--Thread(Thread[main,5,main])--acquire unit of work: 87272859 [junit] [EL Finest]: 2024-04-30 17:54:13.493--UnitOfWork(87272859)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.493--UnitOfWork(87272859)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.493--UnitOfWork(87272859)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.493--UnitOfWork(87272859)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24e97319) [junit] [EL Finest]: 2024-04-30 17:54:13.493--ServerSession(454071866)--Connection(1478363267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.493--ClientSession(1644347929)--Connection(1478363267)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.493--ClientSession(1644347929)--Connection(1478363267)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.493--UnitOfWork(87272859)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b21e8b0) [junit] [EL Finer]: 2024-04-30 17:54:13.493--ClientSession(1644347929)--Connection(212737880)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.493--ClientSession(1644347929)--Connection(212737880)--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]: 2024-04-30 17:54:13.494--ClientSession(1644347929)--Connection(212737880)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.494--ClientSession(1644347929)--Connection(212737880)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.494--ClientSession(1644347929)--Connection(212737880)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.494--ClientSession(1644347929)--Connection(212737880)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.494--ServerSession(454071866)--Connection(1478363267)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.494--UnitOfWork(87272859)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.495--UnitOfWork(87272859)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.495--UnitOfWork(87272859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.495--ClientSession(1644347929)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.495--UnitOfWork(87272859)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.495--ClientSession(1644347929)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.495--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1265768354 [junit] [EL Finer]: 2024-04-30 17:54:13.495--ClientSession(1265768354)--Thread(Thread[main,5,main])--acquire unit of work: 1609724165 [junit] [EL Finest]: 2024-04-30 17:54:13.495--UnitOfWork(1609724165)--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]: 2024-04-30 17:54:13.495--ServerSession(454071866)--Connection(1893683066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.495--ServerSession(454071866)--Connection(1893683066)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.495--ServerSession(454071866)--Connection(1360349293)--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]: 2024-04-30 17:54:13.496--ServerSession(454071866)--Connection(1893683066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.496--UnitOfWork(1609724165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:13.496--ServerSession(454071866)--Connection(1276742613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.496--ServerSession(454071866)--Connection(1276742613)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.496--ServerSession(454071866)--Connection(926213147)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:13.496--ServerSession(454071866)--Connection(1276742613)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.512--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1286132552 [junit] [EL Finer]: 2024-04-30 17:54:13.512--ClientSession(1286132552)--Thread(Thread[main,5,main])--acquire unit of work: 2121653562 [junit] [EL Finest]: 2024-04-30 17:54:13.512--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:13.513--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.513--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.513--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f4b62c0) [junit] [EL Finest]: 2024-04-30 17:54:13.513--ServerSession(454071866)--Connection(753602291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.513--ClientSession(1286132552)--Connection(753602291)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.513--ClientSession(1286132552)--Connection(753602291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:13.513--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77b9ca8d) [junit] [EL Finer]: 2024-04-30 17:54:13.513--ClientSession(1286132552)--Connection(941765836)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:13.513--ClientSession(1286132552)--Connection(941765836)--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]: 2024-04-30 17:54:13.513--ClientSession(1286132552)--Connection(941765836)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:13.513--ClientSession(1286132552)--Connection(941765836)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:13.513--ClientSession(1286132552)--Connection(941765836)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:13.514--ClientSession(1286132552)--Connection(941765836)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.514--ServerSession(454071866)--Connection(753602291)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.514--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.514--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.514--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.514--ClientSession(1286132552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.514--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.514--ClientSession(1286132552)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.515--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 506375028 [junit] [EL Finer]: 2024-04-30 17:54:13.515--ClientSession(506375028)--Thread(Thread[main,5,main])--acquire unit of work: 1299272458 [junit] [EL Finest]: 2024-04-30 17:54:13.515--UnitOfWork(1299272458)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME, LASTNAME FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.515--ServerSession(454071866)--Connection(1531785415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.515--ServerSession(454071866)--Connection(1531785415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.515--ServerSession(454071866)--Connection(2060092769)--Thread(Thread[main,5,main])--SELECT FIRSTNAME, LASTNAME FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:13.515--ServerSession(454071866)--Connection(1531785415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.115 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes [junit] [EL Finer]: 2024-04-30 17:54:13.533--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 573339193 [junit] [EL Finer]: 2024-04-30 17:54:13.534--ClientSession(573339193)--Thread(Thread[main,5,main])--acquire unit of work: 633787529 [junit] [EL Finest]: 2024-04-30 17:54:13.534--UnitOfWork(633787529)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.534--UnitOfWork(633787529)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.534--UnitOfWork(633787529)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e2d47c1) [junit] [EL Finest]: 2024-04-30 17:54:13.534--ServerSession(454071866)--Connection(801352108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.534--ClientSession(573339193)--Connection(801352108)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.534--ClientSession(573339193)--Connection(801352108)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.535--ClientSession(573339193)--Connection(989251906)--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@a37ede6, [B@380bbbc5, [B@168556cf, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@26fada87, 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@13975b63, [B@76271f47, [B@4a280c62, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.537--ClientSession(573339193)--Connection(989251906)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.538--ServerSession(454071866)--Connection(801352108)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.538--UnitOfWork(633787529)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.538--UnitOfWork(633787529)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.538--UnitOfWork(633787529)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.538--ClientSession(573339193)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.538--UnitOfWork(633787529)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.538--ClientSession(573339193)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.538--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1472296432 [junit] [EL Finer]: 2024-04-30 17:54:13.538--ClientSession(1472296432)--Thread(Thread[main,5,main])--acquire unit of work: 1534139027 [junit] [EL Finest]: 2024-04-30 17:54:13.538--UnitOfWork(1534139027)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.539--ServerSession(454071866)--Connection(1449573104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.539--ServerSession(454071866)--Connection(1449573104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.539--ServerSession(454071866)--Connection(183742683)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.539--ServerSession(454071866)--Connection(1449573104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.541--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1476130606 [junit] [EL Finer]: 2024-04-30 17:54:13.542--ClientSession(1476130606)--Thread(Thread[main,5,main])--acquire unit of work: 791071565 [junit] [EL Finest]: 2024-04-30 17:54:13.542--UnitOfWork(791071565)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_BYTE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.542--ServerSession(454071866)--Connection(1754883849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.542--ServerSession(454071866)--Connection(1754883849)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.542--ServerSession(454071866)--Connection(1729599784)--Thread(Thread[main,5,main])--SELECT AVG(W_BYTE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.542--ServerSession(454071866)--Connection(1754883849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.551--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 247406545 [junit] [EL Finer]: 2024-04-30 17:54:13.551--ClientSession(247406545)--Thread(Thread[main,5,main])--acquire unit of work: 199530541 [junit] [EL Finest]: 2024-04-30 17:54:13.551--UnitOfWork(199530541)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.551--UnitOfWork(199530541)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.551--UnitOfWork(199530541)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@397d8085) [junit] [EL Finest]: 2024-04-30 17:54:13.551--ServerSession(454071866)--Connection(1256309323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.551--ClientSession(247406545)--Connection(1256309323)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.551--ClientSession(247406545)--Connection(1256309323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.552--ClientSession(247406545)--Connection(537887116)--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@3c81b47e, [B@78b6da3f, [B@459606bd, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4bc54046, 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@7ad62f04, [B@34ff6543, [B@41a92e8f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.554--ClientSession(247406545)--Connection(537887116)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.555--ServerSession(454071866)--Connection(1256309323)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.555--UnitOfWork(199530541)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.555--UnitOfWork(199530541)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.555--UnitOfWork(199530541)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.555--ClientSession(247406545)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.555--UnitOfWork(199530541)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.555--ClientSession(247406545)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.555--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 740626050 [junit] [EL Finer]: 2024-04-30 17:54:13.555--ClientSession(740626050)--Thread(Thread[main,5,main])--acquire unit of work: 1895491947 [junit] [EL Finest]: 2024-04-30 17:54:13.555--UnitOfWork(1895491947)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.555--ServerSession(454071866)--Connection(1242447350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.555--ServerSession(454071866)--Connection(1242447350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.555--ServerSession(454071866)--Connection(1792074587)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.556--ServerSession(454071866)--Connection(1242447350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.557--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1088136881 [junit] [EL Finer]: 2024-04-30 17:54:13.557--ClientSession(1088136881)--Thread(Thread[main,5,main])--acquire unit of work: 1162594329 [junit] [EL Finest]: 2024-04-30 17:54:13.557--UnitOfWork(1162594329)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.558--ServerSession(454071866)--Connection(391751645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.558--ServerSession(454071866)--Connection(391751645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.558--ServerSession(454071866)--Connection(950697688)--Thread(Thread[main,5,main])--SELECT AVG(W_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.558--ServerSession(454071866)--Connection(391751645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.567--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 256079699 [junit] [EL Finer]: 2024-04-30 17:54:13.567--ClientSession(256079699)--Thread(Thread[main,5,main])--acquire unit of work: 1731775680 [junit] [EL Finest]: 2024-04-30 17:54:13.567--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.567--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.567--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14b59871) [junit] [EL Finest]: 2024-04-30 17:54:13.567--ServerSession(454071866)--Connection(1075932728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.567--ClientSession(256079699)--Connection(1075932728)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.567--ClientSession(256079699)--Connection(1075932728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.568--ClientSession(256079699)--Connection(1391382724)--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@6e7b53df, [B@2560a086, [B@33092f6e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6e37943b, 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@5a66d789, [B@7a2238d3, [B@aa0aa6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.57--ClientSession(256079699)--Connection(1391382724)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.57--ServerSession(454071866)--Connection(1075932728)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.57--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.57--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.57--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.57--ClientSession(256079699)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.57--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.57--ClientSession(256079699)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.57--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 91755265 [junit] [EL Finer]: 2024-04-30 17:54:13.57--ClientSession(91755265)--Thread(Thread[main,5,main])--acquire unit of work: 565484442 [junit] [EL Finest]: 2024-04-30 17:54:13.57--UnitOfWork(565484442)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.57--ServerSession(454071866)--Connection(1542114516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.57--ServerSession(454071866)--Connection(1542114516)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.571--ServerSession(454071866)--Connection(808949114)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.571--ServerSession(454071866)--Connection(1542114516)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.572--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 459046872 [junit] [EL Finer]: 2024-04-30 17:54:13.572--ClientSession(459046872)--Thread(Thread[main,5,main])--acquire unit of work: 1505715435 [junit] [EL Finest]: 2024-04-30 17:54:13.572--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.572--ServerSession(454071866)--Connection(1689696890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.573--ServerSession(454071866)--Connection(1689696890)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.573--ServerSession(454071866)--Connection(336116711)--Thread(Thread[main,5,main])--SELECT AVG(P_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.573--ServerSession(454071866)--Connection(1689696890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.582--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1322929166 [junit] [EL Finer]: 2024-04-30 17:54:13.582--ClientSession(1322929166)--Thread(Thread[main,5,main])--acquire unit of work: 936450936 [junit] [EL Finest]: 2024-04-30 17:54:13.582--UnitOfWork(936450936)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.582--UnitOfWork(936450936)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.582--UnitOfWork(936450936)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@39dde2a3) [junit] [EL Finest]: 2024-04-30 17:54:13.582--ServerSession(454071866)--Connection(1518659820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.582--ClientSession(1322929166)--Connection(1518659820)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.582--ClientSession(1322929166)--Connection(1518659820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.583--ClientSession(1322929166)--Connection(1645355819)--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@66682ea9, [B@1bd66900, [B@771b81af, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3c18db30, 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@1b22a77c, [B@33145371, [B@1829aa45, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.585--ClientSession(1322929166)--Connection(1645355819)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.585--ServerSession(454071866)--Connection(1518659820)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.585--UnitOfWork(936450936)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.585--UnitOfWork(936450936)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.585--UnitOfWork(936450936)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.585--ClientSession(1322929166)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.585--UnitOfWork(936450936)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.586--ClientSession(1322929166)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.586--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 674618892 [junit] [EL Finer]: 2024-04-30 17:54:13.586--ClientSession(674618892)--Thread(Thread[main,5,main])--acquire unit of work: 1540209498 [junit] [EL Finest]: 2024-04-30 17:54:13.586--UnitOfWork(1540209498)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.586--ServerSession(454071866)--Connection(470146704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.586--ServerSession(454071866)--Connection(470146704)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.586--ServerSession(454071866)--Connection(947514752)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.586--ServerSession(454071866)--Connection(470146704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.587--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 268589103 [junit] [EL Finer]: 2024-04-30 17:54:13.587--ClientSession(268589103)--Thread(Thread[main,5,main])--acquire unit of work: 748392220 [junit] [EL Finest]: 2024-04-30 17:54:13.587--UnitOfWork(748392220)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_INT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.587--ServerSession(454071866)--Connection(272682730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.588--ServerSession(454071866)--Connection(272682730)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.588--ServerSession(454071866)--Connection(1349841152)--Thread(Thread[main,5,main])--SELECT P_INT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.588--ServerSession(454071866)--Connection(272682730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.597--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 964941061 [junit] [EL Finer]: 2024-04-30 17:54:13.597--ClientSession(964941061)--Thread(Thread[main,5,main])--acquire unit of work: 801291055 [junit] [EL Finest]: 2024-04-30 17:54:13.597--UnitOfWork(801291055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.597--UnitOfWork(801291055)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.597--UnitOfWork(801291055)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@22d0b2d0) [junit] [EL Finest]: 2024-04-30 17:54:13.597--ServerSession(454071866)--Connection(665960320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.597--ClientSession(964941061)--Connection(665960320)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.597--ClientSession(964941061)--Connection(665960320)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.598--ClientSession(964941061)--Connection(1548259576)--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@51ece47a, [B@7b8b0c78, [B@65993c30, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@577cb38d, 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@6105522c, [B@424e7ab8, [B@6e9aa67d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.599--ClientSession(964941061)--Connection(1548259576)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.599--ServerSession(454071866)--Connection(665960320)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.599--UnitOfWork(801291055)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.599--UnitOfWork(801291055)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.6--UnitOfWork(801291055)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.6--ClientSession(964941061)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.6--UnitOfWork(801291055)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.6--ClientSession(964941061)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.6--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 498068859 [junit] [EL Finer]: 2024-04-30 17:54:13.6--ClientSession(498068859)--Thread(Thread[main,5,main])--acquire unit of work: 91779430 [junit] [EL Finest]: 2024-04-30 17:54:13.6--UnitOfWork(91779430)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.6--ServerSession(454071866)--Connection(732580067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.6--ServerSession(454071866)--Connection(732580067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.6--ServerSession(454071866)--Connection(1705898735)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.6--ServerSession(454071866)--Connection(732580067)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.602--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 211071809 [junit] [EL Finer]: 2024-04-30 17:54:13.602--ClientSession(211071809)--Thread(Thread[main,5,main])--acquire unit of work: 1168372217 [junit] [EL Finest]: 2024-04-30 17:54:13.602--UnitOfWork(1168372217)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.602--ServerSession(454071866)--Connection(1713671000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.602--ServerSession(454071866)--Connection(1713671000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.602--ServerSession(454071866)--Connection(20404200)--Thread(Thread[main,5,main])--SELECT SUM(W_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.602--ServerSession(454071866)--Connection(1713671000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.611--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 199839837 [junit] [EL Finer]: 2024-04-30 17:54:13.611--ClientSession(199839837)--Thread(Thread[main,5,main])--acquire unit of work: 608670294 [junit] [EL Finest]: 2024-04-30 17:54:13.611--UnitOfWork(608670294)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.611--UnitOfWork(608670294)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.611--UnitOfWork(608670294)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@617335ea) [junit] [EL Finest]: 2024-04-30 17:54:13.611--ServerSession(454071866)--Connection(1177087081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.611--ClientSession(199839837)--Connection(1177087081)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.611--ClientSession(199839837)--Connection(1177087081)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.611--ClientSession(199839837)--Connection(541432460)--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@302e1360, [B@3164eaa8, [B@4769548f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6c0f7810, 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@2c7ad3e2, [B@3add5d6f, [B@379dbb97, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.613--ClientSession(199839837)--Connection(541432460)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.613--ServerSession(454071866)--Connection(1177087081)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.613--UnitOfWork(608670294)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.613--UnitOfWork(608670294)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.613--UnitOfWork(608670294)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.613--ClientSession(199839837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.613--UnitOfWork(608670294)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.613--ClientSession(199839837)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.613--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1344791399 [junit] [EL Finer]: 2024-04-30 17:54:13.613--ClientSession(1344791399)--Thread(Thread[main,5,main])--acquire unit of work: 1547338261 [junit] [EL Finest]: 2024-04-30 17:54:13.613--UnitOfWork(1547338261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.613--ServerSession(454071866)--Connection(1403684535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.613--ServerSession(454071866)--Connection(1403684535)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.613--ServerSession(454071866)--Connection(1014801782)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.614--ServerSession(454071866)--Connection(1403684535)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.615--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 613987480 [junit] [EL Finer]: 2024-04-30 17:54:13.615--ClientSession(613987480)--Thread(Thread[main,5,main])--acquire unit of work: 561206579 [junit] [EL Finest]: 2024-04-30 17:54:13.615--UnitOfWork(561206579)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_SMALLINT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.615--ServerSession(454071866)--Connection(482937333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.615--ServerSession(454071866)--Connection(482937333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.615--ServerSession(454071866)--Connection(1657087323)--Thread(Thread[main,5,main])--SELECT SUM(W_SMALLINT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.615--ServerSession(454071866)--Connection(482937333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.624--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 663705882 [junit] [EL Finer]: 2024-04-30 17:54:13.624--ClientSession(663705882)--Thread(Thread[main,5,main])--acquire unit of work: 1742226205 [junit] [EL Finest]: 2024-04-30 17:54:13.624--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.624--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.624--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14616362) [junit] [EL Finest]: 2024-04-30 17:54:13.624--ServerSession(454071866)--Connection(2144845715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.624--ClientSession(663705882)--Connection(2144845715)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.624--ClientSession(663705882)--Connection(2144845715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.624--ClientSession(663705882)--Connection(215467805)--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@c790b46, [B@4e10067d, [B@2305053, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@79d0d204, 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@3d37d543, [B@73da1f76, [B@73e87b96, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.626--ClientSession(663705882)--Connection(215467805)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.626--ServerSession(454071866)--Connection(2144845715)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.626--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.626--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.626--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.626--ClientSession(663705882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.626--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.626--ClientSession(663705882)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.626--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 483386349 [junit] [EL Finer]: 2024-04-30 17:54:13.626--ClientSession(483386349)--Thread(Thread[main,5,main])--acquire unit of work: 781332550 [junit] [EL Finest]: 2024-04-30 17:54:13.626--UnitOfWork(781332550)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.626--ServerSession(454071866)--Connection(1831375427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.626--ServerSession(454071866)--Connection(1831375427)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.626--ServerSession(454071866)--Connection(425610382)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.627--ServerSession(454071866)--Connection(1831375427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.628--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1015319474 [junit] [EL Finer]: 2024-04-30 17:54:13.628--ClientSession(1015319474)--Thread(Thread[main,5,main])--acquire unit of work: 1442492113 [junit] [EL Finest]: 2024-04-30 17:54:13.628--UnitOfWork(1442492113)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(ENUM_STRING)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.628--ServerSession(454071866)--Connection(693604571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.628--ServerSession(454071866)--Connection(693604571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.628--ServerSession(454071866)--Connection(2052452053)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ENUM_STRING)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.628--ServerSession(454071866)--Connection(693604571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.637--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 581593915 [junit] [EL Finer]: 2024-04-30 17:54:13.637--ClientSession(581593915)--Thread(Thread[main,5,main])--acquire unit of work: 1642394059 [junit] [EL Finest]: 2024-04-30 17:54:13.637--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.637--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.637--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@47f644f9) [junit] [EL Finest]: 2024-04-30 17:54:13.637--ServerSession(454071866)--Connection(566087875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.637--ClientSession(581593915)--Connection(566087875)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.637--ClientSession(581593915)--Connection(566087875)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.637--ClientSession(581593915)--Connection(476773048)--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@3ef443f1, [B@7100b724, [B@1ec22335, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@267f6b32, 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@3a084fc7, [B@4e457635, [B@41912f43, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.638--ClientSession(581593915)--Connection(476773048)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.638--ServerSession(454071866)--Connection(566087875)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.639--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.639--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.639--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.639--ClientSession(581593915)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.639--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.639--ClientSession(581593915)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.639--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1230377640 [junit] [EL Finer]: 2024-04-30 17:54:13.639--ClientSession(1230377640)--Thread(Thread[main,5,main])--acquire unit of work: 35819008 [junit] [EL Finest]: 2024-04-30 17:54:13.639--UnitOfWork(35819008)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.639--ServerSession(454071866)--Connection(1103228417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.639--ServerSession(454071866)--Connection(1103228417)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.639--ServerSession(454071866)--Connection(1852619413)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.639--ServerSession(454071866)--Connection(1103228417)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.64--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1515152191 [junit] [EL Finer]: 2024-04-30 17:54:13.64--ClientSession(1515152191)--Thread(Thread[main,5,main])--acquire unit of work: 1680155972 [junit] [EL Finest]: 2024-04-30 17:54:13.64--UnitOfWork(1680155972)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.641--ServerSession(454071866)--Connection(1099097753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.641--ServerSession(454071866)--Connection(1099097753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.641--ServerSession(454071866)--Connection(458015859)--Thread(Thread[main,5,main])--SELECT SUM(W_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.641--ServerSession(454071866)--Connection(1099097753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.649--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1544267516 [junit] [EL Finer]: 2024-04-30 17:54:13.649--ClientSession(1544267516)--Thread(Thread[main,5,main])--acquire unit of work: 1049045289 [junit] [EL Finest]: 2024-04-30 17:54:13.649--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.649--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.649--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17c2d06) [junit] [EL Finest]: 2024-04-30 17:54:13.649--ServerSession(454071866)--Connection(1840926050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.649--ClientSession(1544267516)--Connection(1840926050)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.649--ClientSession(1544267516)--Connection(1840926050)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.65--ClientSession(1544267516)--Connection(970457718)--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@5f07d5aa, [B@60695275, [B@1593c6e2, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@207f36b3, 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@41b40d93, [B@6be4152a, [B@604b6a62, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.651--ClientSession(1544267516)--Connection(970457718)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.651--ServerSession(454071866)--Connection(1840926050)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.651--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.651--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.651--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.651--ClientSession(1544267516)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.651--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.651--ClientSession(1544267516)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.651--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 675556188 [junit] [EL Finer]: 2024-04-30 17:54:13.651--ClientSession(675556188)--Thread(Thread[main,5,main])--acquire unit of work: 1366710160 [junit] [EL Finest]: 2024-04-30 17:54:13.651--UnitOfWork(1366710160)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.651--ServerSession(454071866)--Connection(50822885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.651--ServerSession(454071866)--Connection(50822885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.652--ServerSession(454071866)--Connection(705715110)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.652--ServerSession(454071866)--Connection(50822885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.653--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 862568771 [junit] [EL Finer]: 2024-04-30 17:54:13.653--ClientSession(862568771)--Thread(Thread[main,5,main])--acquire unit of work: 178687580 [junit] [EL Finest]: 2024-04-30 17:54:13.653--UnitOfWork(178687580)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(STRING_VC) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.653--ServerSession(454071866)--Connection(993531335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.653--ServerSession(454071866)--Connection(993531335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.653--ServerSession(454071866)--Connection(1932927184)--Thread(Thread[main,5,main])--SELECT MAX(STRING_VC) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.654--ServerSession(454071866)--Connection(993531335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.662--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 157096748 [junit] [EL Finer]: 2024-04-30 17:54:13.662--ClientSession(157096748)--Thread(Thread[main,5,main])--acquire unit of work: 1134454735 [junit] [EL Finest]: 2024-04-30 17:54:13.662--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.662--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.662--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@62032410) [junit] [EL Finest]: 2024-04-30 17:54:13.662--ServerSession(454071866)--Connection(888089029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.662--ClientSession(157096748)--Connection(888089029)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.662--ClientSession(157096748)--Connection(888089029)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.662--ClientSession(157096748)--Connection(156303601)--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@7ccf3730, [B@31a3986d, [B@49a03511, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@efd3919, 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@b8ef941, [B@264368ad, [B@6e83c9c9, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.663--ClientSession(157096748)--Connection(156303601)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.664--ServerSession(454071866)--Connection(888089029)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.664--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.664--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.664--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.664--ClientSession(157096748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.664--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.664--ClientSession(157096748)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.664--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 946862393 [junit] [EL Finer]: 2024-04-30 17:54:13.664--ClientSession(946862393)--Thread(Thread[main,5,main])--acquire unit of work: 959979597 [junit] [EL Finest]: 2024-04-30 17:54:13.664--UnitOfWork(959979597)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.664--ServerSession(454071866)--Connection(30052861)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.664--ServerSession(454071866)--Connection(30052861)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.664--ServerSession(454071866)--Connection(1546015819)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.665--ServerSession(454071866)--Connection(30052861)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.666--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1928849204 [junit] [EL Finer]: 2024-04-30 17:54:13.666--ClientSession(1928849204)--Thread(Thread[main,5,main])--acquire unit of work: 471839974 [junit] [EL Finest]: 2024-04-30 17:54:13.666--UnitOfWork(471839974)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(WBA_BINARY)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.666--ServerSession(454071866)--Connection(1583838717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.666--ServerSession(454071866)--Connection(1583838717)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.666--ServerSession(454071866)--Connection(683161496)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(WBA_BINARY)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.666--ServerSession(454071866)--Connection(1583838717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.675--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 136454531 [junit] [EL Finer]: 2024-04-30 17:54:13.675--ClientSession(136454531)--Thread(Thread[main,5,main])--acquire unit of work: 813604656 [junit] [EL Finest]: 2024-04-30 17:54:13.675--UnitOfWork(813604656)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.675--UnitOfWork(813604656)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.675--UnitOfWork(813604656)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@20d5f1c5) [junit] [EL Finest]: 2024-04-30 17:54:13.675--ServerSession(454071866)--Connection(650390184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.675--ClientSession(136454531)--Connection(650390184)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.675--ClientSession(136454531)--Connection(650390184)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.675--ClientSession(136454531)--Connection(517579965)--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@4b51cb8f, [B@4cc73927, [B@132d4bae, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@67cafa68, 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@220248ad, [B@577953cb, [B@2ef002b1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.676--ClientSession(136454531)--Connection(517579965)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.677--ServerSession(454071866)--Connection(650390184)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.677--UnitOfWork(813604656)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.677--UnitOfWork(813604656)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.677--UnitOfWork(813604656)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.677--ClientSession(136454531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.677--UnitOfWork(813604656)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.677--ClientSession(136454531)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.677--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 496976047 [junit] [EL Finer]: 2024-04-30 17:54:13.677--ClientSession(496976047)--Thread(Thread[main,5,main])--acquire unit of work: 1320219629 [junit] [EL Finest]: 2024-04-30 17:54:13.677--UnitOfWork(1320219629)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.677--ServerSession(454071866)--Connection(373381960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.677--ServerSession(454071866)--Connection(373381960)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.677--ServerSession(454071866)--Connection(71830311)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.678--ServerSession(454071866)--Connection(373381960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.679--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 301526453 [junit] [EL Finer]: 2024-04-30 17:54:13.679--ClientSession(301526453)--Thread(Thread[main,5,main])--acquire unit of work: 1803666266 [junit] [EL Finest]: 2024-04-30 17:54:13.679--UnitOfWork(1803666266)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_BOOLEAN)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.679--ServerSession(454071866)--Connection(546947022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.679--ServerSession(454071866)--Connection(546947022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.679--ServerSession(454071866)--Connection(668762367)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_BOOLEAN)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.679--ServerSession(454071866)--Connection(546947022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.688--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 989058233 [junit] [EL Finer]: 2024-04-30 17:54:13.688--ClientSession(989058233)--Thread(Thread[main,5,main])--acquire unit of work: 834670567 [junit] [EL Finest]: 2024-04-30 17:54:13.688--UnitOfWork(834670567)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.688--UnitOfWork(834670567)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.688--UnitOfWork(834670567)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b2fdee3) [junit] [EL Finest]: 2024-04-30 17:54:13.688--ServerSession(454071866)--Connection(760535908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.688--ClientSession(989058233)--Connection(760535908)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.688--ClientSession(989058233)--Connection(760535908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.688--ClientSession(989058233)--Connection(1460705214)--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@744b5bd7, [B@7f4f31c1, [B@31eb7290, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4292a5c6, 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@6ca9dba0, [B@6a6e3ecd, [B@7baee2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.689--ClientSession(989058233)--Connection(1460705214)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.689--ServerSession(454071866)--Connection(760535908)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.689--UnitOfWork(834670567)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.689--UnitOfWork(834670567)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.69--UnitOfWork(834670567)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.69--ClientSession(989058233)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.69--UnitOfWork(834670567)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.69--ClientSession(989058233)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.69--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 865361280 [junit] [EL Finer]: 2024-04-30 17:54:13.69--ClientSession(865361280)--Thread(Thread[main,5,main])--acquire unit of work: 1625985323 [junit] [EL Finest]: 2024-04-30 17:54:13.69--UnitOfWork(1625985323)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.69--ServerSession(454071866)--Connection(611962907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.69--ServerSession(454071866)--Connection(611962907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.69--ServerSession(454071866)--Connection(1710080850)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.69--ServerSession(454071866)--Connection(611962907)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.691--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1705724573 [junit] [EL Finer]: 2024-04-30 17:54:13.692--ClientSession(1705724573)--Thread(Thread[main,5,main])--acquire unit of work: 1135189746 [junit] [EL Finest]: 2024-04-30 17:54:13.692--UnitOfWork(1135189746)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.692--ServerSession(454071866)--Connection(1727822355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.692--ServerSession(454071866)--Connection(1727822355)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.692--ServerSession(454071866)--Connection(1855892118)--Thread(Thread[main,5,main])--SELECT AVG(W_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.692--ServerSession(454071866)--Connection(1727822355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.7--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1089973861 [junit] [EL Finer]: 2024-04-30 17:54:13.7--ClientSession(1089973861)--Thread(Thread[main,5,main])--acquire unit of work: 1725727019 [junit] [EL Finest]: 2024-04-30 17:54:13.7--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.7--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.7--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4575df15) [junit] [EL Finest]: 2024-04-30 17:54:13.7--ServerSession(454071866)--Connection(1349437418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.7--ClientSession(1089973861)--Connection(1349437418)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.7--ClientSession(1089973861)--Connection(1349437418)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.701--ClientSession(1089973861)--Connection(1001231507)--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@2a5eac38, [B@ca97f0e, [B@1084b6f7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5092d376, 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@ff28a30, [B@48e4d5cf, [B@7d62e12a, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.702--ClientSession(1089973861)--Connection(1001231507)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.702--ServerSession(454071866)--Connection(1349437418)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.702--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.702--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.702--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.702--ClientSession(1089973861)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.702--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.702--ClientSession(1089973861)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.702--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 607128289 [junit] [EL Finer]: 2024-04-30 17:54:13.702--ClientSession(607128289)--Thread(Thread[main,5,main])--acquire unit of work: 1936591864 [junit] [EL Finest]: 2024-04-30 17:54:13.702--UnitOfWork(1936591864)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.702--ServerSession(454071866)--Connection(2049219731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.702--ServerSession(454071866)--Connection(2049219731)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.702--ServerSession(454071866)--Connection(983090898)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.703--ServerSession(454071866)--Connection(2049219731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.704--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1081232589 [junit] [EL Finer]: 2024-04-30 17:54:13.704--ClientSession(1081232589)--Thread(Thread[main,5,main])--acquire unit of work: 1240346826 [junit] [EL Finest]: 2024-04-30 17:54:13.704--UnitOfWork(1240346826)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WBA_BLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.704--ServerSession(454071866)--Connection(56558685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.704--ServerSession(454071866)--Connection(56558685)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.704--ServerSession(454071866)--Connection(1531653114)--Thread(Thread[main,5,main])--SELECT WBA_BLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.704--ServerSession(454071866)--Connection(56558685)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.713--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1221421089 [junit] [EL Finer]: 2024-04-30 17:54:13.713--ClientSession(1221421089)--Thread(Thread[main,5,main])--acquire unit of work: 690143122 [junit] [EL Finest]: 2024-04-30 17:54:13.713--UnitOfWork(690143122)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.713--UnitOfWork(690143122)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.713--UnitOfWork(690143122)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70e9a9d6) [junit] [EL Finest]: 2024-04-30 17:54:13.713--ServerSession(454071866)--Connection(1173891565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.713--ClientSession(1221421089)--Connection(1173891565)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.713--ClientSession(1221421089)--Connection(1173891565)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.713--ClientSession(1221421089)--Connection(1396990912)--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@1c441c0c, [B@18f7f928, [B@37c5cf61, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@700a2863, 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@4c12ee12, [B@6b0b6001, [B@72ac14c6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.714--ClientSession(1221421089)--Connection(1396990912)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.715--ServerSession(454071866)--Connection(1173891565)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.715--UnitOfWork(690143122)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.715--UnitOfWork(690143122)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.715--UnitOfWork(690143122)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.715--ClientSession(1221421089)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.715--UnitOfWork(690143122)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.715--ClientSession(1221421089)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.715--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 719203912 [junit] [EL Finer]: 2024-04-30 17:54:13.715--ClientSession(719203912)--Thread(Thread[main,5,main])--acquire unit of work: 1517556400 [junit] [EL Finest]: 2024-04-30 17:54:13.715--UnitOfWork(1517556400)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.715--ServerSession(454071866)--Connection(960798591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.715--ServerSession(454071866)--Connection(960798591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.715--ServerSession(454071866)--Connection(834139250)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.716--ServerSession(454071866)--Connection(960798591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.717--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2145388720 [junit] [EL Finer]: 2024-04-30 17:54:13.717--ClientSession(2145388720)--Thread(Thread[main,5,main])--acquire unit of work: 1261149750 [junit] [EL Finest]: 2024-04-30 17:54:13.717--UnitOfWork(1261149750)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_FLOAT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.717--ServerSession(454071866)--Connection(1007053670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.717--ServerSession(454071866)--Connection(1007053670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.717--ServerSession(454071866)--Connection(1320814016)--Thread(Thread[main,5,main])--SELECT W_FLOAT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.717--ServerSession(454071866)--Connection(1007053670)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.725--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 930432265 [junit] [EL Finer]: 2024-04-30 17:54:13.725--ClientSession(930432265)--Thread(Thread[main,5,main])--acquire unit of work: 120353665 [junit] [EL Finest]: 2024-04-30 17:54:13.725--UnitOfWork(120353665)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.725--UnitOfWork(120353665)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.725--UnitOfWork(120353665)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4f51cdf4) [junit] [EL Finest]: 2024-04-30 17:54:13.725--ServerSession(454071866)--Connection(95829678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.725--ClientSession(930432265)--Connection(95829678)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.725--ClientSession(930432265)--Connection(95829678)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.726--ClientSession(930432265)--Connection(1392645527)--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@bad783d, [B@3fda74a8, [B@49614b44, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4e38fad, 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@64ef639c, [B@87c349d, [B@4b0465bd, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.727--ClientSession(930432265)--Connection(1392645527)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.727--ServerSession(454071866)--Connection(95829678)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.727--UnitOfWork(120353665)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.727--UnitOfWork(120353665)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.728--UnitOfWork(120353665)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.728--ClientSession(930432265)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.728--UnitOfWork(120353665)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.728--ClientSession(930432265)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.728--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1293861567 [junit] [EL Finer]: 2024-04-30 17:54:13.728--ClientSession(1293861567)--Thread(Thread[main,5,main])--acquire unit of work: 242472998 [junit] [EL Finest]: 2024-04-30 17:54:13.728--UnitOfWork(242472998)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.728--ServerSession(454071866)--Connection(836597567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.728--ServerSession(454071866)--Connection(836597567)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.728--ServerSession(454071866)--Connection(1867378034)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.728--ServerSession(454071866)--Connection(836597567)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.729--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 775415640 [junit] [EL Finer]: 2024-04-30 17:54:13.729--ClientSession(775415640)--Thread(Thread[main,5,main])--acquire unit of work: 1303834035 [junit] [EL Finest]: 2024-04-30 17:54:13.729--UnitOfWork(1303834035)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_SMALLINT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.729--ServerSession(454071866)--Connection(2144260895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.729--ServerSession(454071866)--Connection(2144260895)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.729--ServerSession(454071866)--Connection(1633706549)--Thread(Thread[main,5,main])--SELECT W_SMALLINT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.73--ServerSession(454071866)--Connection(2144260895)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.738--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 373419559 [junit] [EL Finer]: 2024-04-30 17:54:13.738--ClientSession(373419559)--Thread(Thread[main,5,main])--acquire unit of work: 26357815 [junit] [EL Finest]: 2024-04-30 17:54:13.738--UnitOfWork(26357815)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.738--UnitOfWork(26357815)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.738--UnitOfWork(26357815)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6971e091) [junit] [EL Finest]: 2024-04-30 17:54:13.738--ServerSession(454071866)--Connection(1664358286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.738--ClientSession(373419559)--Connection(1664358286)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.738--ClientSession(373419559)--Connection(1664358286)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.739--ClientSession(373419559)--Connection(1341042056)--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@5d63ce, [B@43969c2c, [B@c6c1921, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3d67e1b7, 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@564fa6c6, [B@214f37df, [B@4d0697c6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.74--ClientSession(373419559)--Connection(1341042056)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.74--ServerSession(454071866)--Connection(1664358286)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.74--UnitOfWork(26357815)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.74--UnitOfWork(26357815)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.74--UnitOfWork(26357815)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.74--ClientSession(373419559)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.741--UnitOfWork(26357815)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.741--ClientSession(373419559)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.741--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1171546449 [junit] [EL Finer]: 2024-04-30 17:54:13.741--ClientSession(1171546449)--Thread(Thread[main,5,main])--acquire unit of work: 2146178702 [junit] [EL Finest]: 2024-04-30 17:54:13.741--UnitOfWork(2146178702)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.741--ServerSession(454071866)--Connection(2039451429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.741--ServerSession(454071866)--Connection(2039451429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.741--ServerSession(454071866)--Connection(1858089311)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.741--ServerSession(454071866)--Connection(2039451429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.742--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 678945978 [junit] [EL Finer]: 2024-04-30 17:54:13.742--ClientSession(678945978)--Thread(Thread[main,5,main])--acquire unit of work: 1298213523 [junit] [EL Finest]: 2024-04-30 17:54:13.742--UnitOfWork(1298213523)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(SQL_DATE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.742--ServerSession(454071866)--Connection(1513052113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.742--ServerSession(454071866)--Connection(1513052113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.742--ServerSession(454071866)--Connection(976254793)--Thread(Thread[main,5,main])--SELECT MAX(SQL_DATE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.743--ServerSession(454071866)--Connection(1513052113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.751--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1887861616 [junit] [EL Finer]: 2024-04-30 17:54:13.751--ClientSession(1887861616)--Thread(Thread[main,5,main])--acquire unit of work: 1975696127 [junit] [EL Finest]: 2024-04-30 17:54:13.751--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.751--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.751--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@382b74ad) [junit] [EL Finest]: 2024-04-30 17:54:13.751--ServerSession(454071866)--Connection(484312508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.751--ClientSession(1887861616)--Connection(484312508)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.751--ClientSession(1887861616)--Connection(484312508)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.752--ClientSession(1887861616)--Connection(1341553739)--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@459a99c9, [B@29058723, [B@f04b408, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@268e3a6a, 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@374baba3, [B@32720ef6, [B@187c5844, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.753--ClientSession(1887861616)--Connection(1341553739)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.753--ServerSession(454071866)--Connection(484312508)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.753--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.753--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.753--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.753--ClientSession(1887861616)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.753--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.753--ClientSession(1887861616)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.753--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2112469381 [junit] [EL Finer]: 2024-04-30 17:54:13.753--ClientSession(2112469381)--Thread(Thread[main,5,main])--acquire unit of work: 16881239 [junit] [EL Finest]: 2024-04-30 17:54:13.753--UnitOfWork(16881239)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.753--ServerSession(454071866)--Connection(1920819498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.753--ServerSession(454071866)--Connection(1920819498)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.754--ServerSession(454071866)--Connection(516339638)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.754--ServerSession(454071866)--Connection(1920819498)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.755--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1389878317 [junit] [EL Finer]: 2024-04-30 17:54:13.755--ClientSession(1389878317)--Thread(Thread[main,5,main])--acquire unit of work: 746728081 [junit] [EL Finest]: 2024-04-30 17:54:13.755--UnitOfWork(746728081)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(SQL_TIME) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.755--ServerSession(454071866)--Connection(1629318066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.755--ServerSession(454071866)--Connection(1629318066)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.755--ServerSession(454071866)--Connection(203488224)--Thread(Thread[main,5,main])--SELECT MAX(SQL_TIME) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.756--ServerSession(454071866)--Connection(1629318066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.764--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1546632922 [junit] [EL Finer]: 2024-04-30 17:54:13.764--ClientSession(1546632922)--Thread(Thread[main,5,main])--acquire unit of work: 1864439842 [junit] [EL Finest]: 2024-04-30 17:54:13.764--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.764--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.764--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3ae31a0f) [junit] [EL Finest]: 2024-04-30 17:54:13.764--ServerSession(454071866)--Connection(298550843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.764--ClientSession(1546632922)--Connection(298550843)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.764--ClientSession(1546632922)--Connection(298550843)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.764--ClientSession(1546632922)--Connection(898048160)--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@7d7b5971, [B@30cce2bb, [B@25f475a6, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@18087347, 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@3f9f11e6, [B@6891f594, [B@6e4ef465, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.765--ClientSession(1546632922)--Connection(898048160)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.766--ServerSession(454071866)--Connection(298550843)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.766--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.766--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.766--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.766--ClientSession(1546632922)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.766--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.766--ClientSession(1546632922)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.766--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 217989700 [junit] [EL Finer]: 2024-04-30 17:54:13.766--ClientSession(217989700)--Thread(Thread[main,5,main])--acquire unit of work: 7401819 [junit] [EL Finest]: 2024-04-30 17:54:13.766--UnitOfWork(7401819)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.766--ServerSession(454071866)--Connection(1928110125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.766--ServerSession(454071866)--Connection(1928110125)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.766--ServerSession(454071866)--Connection(875184045)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.767--ServerSession(454071866)--Connection(1928110125)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.768--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 668339505 [junit] [EL Finer]: 2024-04-30 17:54:13.768--ClientSession(668339505)--Thread(Thread[main,5,main])--acquire unit of work: 128147002 [junit] [EL Finest]: 2024-04-30 17:54:13.768--UnitOfWork(128147002)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PBA_BINARY FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.768--ServerSession(454071866)--Connection(290608334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.768--ServerSession(454071866)--Connection(290608334)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.768--ServerSession(454071866)--Connection(88836485)--Thread(Thread[main,5,main])--SELECT PBA_BINARY FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.768--ServerSession(454071866)--Connection(290608334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.777--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1434786752 [junit] [EL Finer]: 2024-04-30 17:54:13.777--ClientSession(1434786752)--Thread(Thread[main,5,main])--acquire unit of work: 1526009243 [junit] [EL Finest]: 2024-04-30 17:54:13.777--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.777--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.777--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@365ebc58) [junit] [EL Finest]: 2024-04-30 17:54:13.777--ServerSession(454071866)--Connection(437328533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.777--ClientSession(1434786752)--Connection(437328533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.777--ClientSession(1434786752)--Connection(437328533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.777--ClientSession(1434786752)--Connection(1240875172)--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@765a09fc, [B@648d6010, [B@5e612795, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5926f473, 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@7f151342, [B@70176150, [B@279dbd48, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.778--ClientSession(1434786752)--Connection(1240875172)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.779--ServerSession(454071866)--Connection(437328533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.779--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.779--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.779--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.779--ClientSession(1434786752)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.779--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.779--ClientSession(1434786752)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.779--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 533047973 [junit] [EL Finer]: 2024-04-30 17:54:13.779--ClientSession(533047973)--Thread(Thread[main,5,main])--acquire unit of work: 1691167385 [junit] [EL Finest]: 2024-04-30 17:54:13.779--UnitOfWork(1691167385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.779--ServerSession(454071866)--Connection(212155334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.779--ServerSession(454071866)--Connection(212155334)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.779--ServerSession(454071866)--Connection(412898751)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.78--ServerSession(454071866)--Connection(212155334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1895556061 [junit] [EL Finer]: 2024-04-30 17:54:13.781--ClientSession(1895556061)--Thread(Thread[main,5,main])--acquire unit of work: 974526786 [junit] [EL Finest]: 2024-04-30 17:54:13.781--UnitOfWork(974526786)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Connection(1300400003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Connection(1300400003)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Connection(460603587)--Thread(Thread[main,5,main])--SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Connection(1300400003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1055420087 [junit] [EL Finer]: 2024-04-30 17:54:13.781--ClientSession(1055420087)--Thread(Thread[main,5,main])--acquire unit of work: 1737443446 [junit] [EL Finest]: 2024-04-30 17:54:13.781--UnitOfWork(1737443446)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Connection(1589935644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Connection(1589935644)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Connection(533779930)--Thread(Thread[main,5,main])--SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.781--ServerSession(454071866)--Connection(1589935644)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.79--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 458189677 [junit] [EL Finer]: 2024-04-30 17:54:13.79--ClientSession(458189677)--Thread(Thread[main,5,main])--acquire unit of work: 2104702928 [junit] [EL Finest]: 2024-04-30 17:54:13.79--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.79--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.79--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@fcc981a) [junit] [EL Finest]: 2024-04-30 17:54:13.79--ServerSession(454071866)--Connection(760578294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.79--ClientSession(458189677)--Connection(760578294)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.79--ClientSession(458189677)--Connection(760578294)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.791--ClientSession(458189677)--Connection(1712525622)--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@638a98d7, [B@6259e660, [B@4cf24837, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@33845a7d, 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@47f20fa, [B@29b8acf3, [B@77d5fa03, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.792--ClientSession(458189677)--Connection(1712525622)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.792--ServerSession(454071866)--Connection(760578294)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.792--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.792--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.792--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.792--ClientSession(458189677)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.792--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.792--ClientSession(458189677)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.792--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 804815950 [junit] [EL Finer]: 2024-04-30 17:54:13.792--ClientSession(804815950)--Thread(Thread[main,5,main])--acquire unit of work: 1360833062 [junit] [EL Finest]: 2024-04-30 17:54:13.792--UnitOfWork(1360833062)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.792--ServerSession(454071866)--Connection(2114616462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.792--ServerSession(454071866)--Connection(2114616462)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.792--ServerSession(454071866)--Connection(572066097)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.793--ServerSession(454071866)--Connection(2114616462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.794--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2089084208 [junit] [EL Finer]: 2024-04-30 17:54:13.794--ClientSession(2089084208)--Thread(Thread[main,5,main])--acquire unit of work: 2128155700 [junit] [EL Finest]: 2024-04-30 17:54:13.794--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WCA_CLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.794--ServerSession(454071866)--Connection(1077314533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.794--ServerSession(454071866)--Connection(1077314533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.794--ServerSession(454071866)--Connection(886034114)--Thread(Thread[main,5,main])--SELECT WCA_CLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.794--ServerSession(454071866)--Connection(1077314533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.803--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1086816037 [junit] [EL Finer]: 2024-04-30 17:54:13.803--ClientSession(1086816037)--Thread(Thread[main,5,main])--acquire unit of work: 660341469 [junit] [EL Finest]: 2024-04-30 17:54:13.803--UnitOfWork(660341469)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.803--UnitOfWork(660341469)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.803--UnitOfWork(660341469)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58c9fcbf) [junit] [EL Finest]: 2024-04-30 17:54:13.803--ServerSession(454071866)--Connection(229520915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.803--ClientSession(1086816037)--Connection(229520915)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.803--ClientSession(1086816037)--Connection(229520915)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.804--ClientSession(1086816037)--Connection(691271252)--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@71d2fac0, [B@d304447, [B@5b79457f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@43ca23a8, 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@2528c5eb, [B@2a35af75, [B@3b7645f1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.805--ClientSession(1086816037)--Connection(691271252)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.805--ServerSession(454071866)--Connection(229520915)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.805--UnitOfWork(660341469)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.805--UnitOfWork(660341469)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.805--UnitOfWork(660341469)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.805--ClientSession(1086816037)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.805--UnitOfWork(660341469)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.806--ClientSession(1086816037)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.806--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1146008755 [junit] [EL Finer]: 2024-04-30 17:54:13.806--ClientSession(1146008755)--Thread(Thread[main,5,main])--acquire unit of work: 1928952632 [junit] [EL Finest]: 2024-04-30 17:54:13.806--UnitOfWork(1928952632)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.806--ServerSession(454071866)--Connection(51880762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.806--ServerSession(454071866)--Connection(51880762)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.806--ServerSession(454071866)--Connection(1065135533)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.806--ServerSession(454071866)--Connection(51880762)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.807--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 856598559 [junit] [EL Finer]: 2024-04-30 17:54:13.807--ClientSession(856598559)--Thread(Thread[main,5,main])--acquire unit of work: 1866217830 [junit] [EL Finest]: 2024-04-30 17:54:13.807--UnitOfWork(1866217830)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_CHARACTER)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.808--ServerSession(454071866)--Connection(861232157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.808--ServerSession(454071866)--Connection(861232157)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.808--ServerSession(454071866)--Connection(75360626)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_CHARACTER)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.808--ServerSession(454071866)--Connection(861232157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.817--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1048398852 [junit] [EL Finer]: 2024-04-30 17:54:13.817--ClientSession(1048398852)--Thread(Thread[main,5,main])--acquire unit of work: 1398334494 [junit] [EL Finest]: 2024-04-30 17:54:13.817--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.817--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.817--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7ff4677f) [junit] [EL Finest]: 2024-04-30 17:54:13.817--ServerSession(454071866)--Connection(2122686682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.817--ClientSession(1048398852)--Connection(2122686682)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.817--ClientSession(1048398852)--Connection(2122686682)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.817--ClientSession(1048398852)--Connection(846287579)--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@7a5dff85, [B@298d0364, [B@d583496, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6f354cf6, 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@7a013742, [B@3bd69d45, [B@77e6f22d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.818--ClientSession(1048398852)--Connection(846287579)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.819--ServerSession(454071866)--Connection(2122686682)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.819--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.819--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.819--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.819--ClientSession(1048398852)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.819--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.819--ClientSession(1048398852)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.819--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 238927185 [junit] [EL Finer]: 2024-04-30 17:54:13.819--ClientSession(238927185)--Thread(Thread[main,5,main])--acquire unit of work: 920834503 [junit] [EL Finest]: 2024-04-30 17:54:13.819--UnitOfWork(920834503)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.819--ServerSession(454071866)--Connection(965964211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.819--ServerSession(454071866)--Connection(965964211)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.819--ServerSession(454071866)--Connection(625788103)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.82--ServerSession(454071866)--Connection(965964211)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.82--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1325374643 [junit] [EL Finer]: 2024-04-30 17:54:13.821--ClientSession(1325374643)--Thread(Thread[main,5,main])--acquire unit of work: 1452370112 [junit] [EL Finest]: 2024-04-30 17:54:13.821--UnitOfWork(1452370112)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_DOUBLE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.821--ServerSession(454071866)--Connection(831541937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.821--ServerSession(454071866)--Connection(831541937)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.821--ServerSession(454071866)--Connection(1422227438)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_DOUBLE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.821--ServerSession(454071866)--Connection(831541937)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.829--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2002023504 [junit] [EL Finer]: 2024-04-30 17:54:13.829--ClientSession(2002023504)--Thread(Thread[main,5,main])--acquire unit of work: 2057986560 [junit] [EL Finest]: 2024-04-30 17:54:13.83--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.83--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.83--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7fcd7f91) [junit] [EL Finest]: 2024-04-30 17:54:13.83--ServerSession(454071866)--Connection(729540996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.83--ClientSession(2002023504)--Connection(729540996)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.83--ClientSession(2002023504)--Connection(729540996)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.83--ClientSession(2002023504)--Connection(1938146032)--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@2682b39c, [B@52c15901, [B@11cee3bc, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@686fdb55, 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@5bc28b97, [B@313d8bf, [B@65a61862, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.831--ClientSession(2002023504)--Connection(1938146032)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.831--ServerSession(454071866)--Connection(729540996)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.831--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.831--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.832--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.832--ClientSession(2002023504)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.832--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.832--ClientSession(2002023504)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.832--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1949301096 [junit] [EL Finer]: 2024-04-30 17:54:13.832--ClientSession(1949301096)--Thread(Thread[main,5,main])--acquire unit of work: 702560095 [junit] [EL Finest]: 2024-04-30 17:54:13.832--UnitOfWork(702560095)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.832--ServerSession(454071866)--Connection(908213766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.832--ServerSession(454071866)--Connection(908213766)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.832--ServerSession(454071866)--Connection(1809923819)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.832--ServerSession(454071866)--Connection(908213766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.833--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1889658103 [junit] [EL Finer]: 2024-04-30 17:54:13.833--ClientSession(1889658103)--Thread(Thread[main,5,main])--acquire unit of work: 2111749212 [junit] [EL Finest]: 2024-04-30 17:54:13.833--UnitOfWork(2111749212)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WCA_VARCHAR FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.833--ServerSession(454071866)--Connection(863576268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.833--ServerSession(454071866)--Connection(863576268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.833--ServerSession(454071866)--Connection(374509974)--Thread(Thread[main,5,main])--SELECT WCA_VARCHAR FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.834--ServerSession(454071866)--Connection(863576268)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.842--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 432470953 [junit] [EL Finer]: 2024-04-30 17:54:13.842--ClientSession(432470953)--Thread(Thread[main,5,main])--acquire unit of work: 705789319 [junit] [EL Finest]: 2024-04-30 17:54:13.842--UnitOfWork(705789319)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.842--UnitOfWork(705789319)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.842--UnitOfWork(705789319)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@32b0e533) [junit] [EL Finest]: 2024-04-30 17:54:13.842--ServerSession(454071866)--Connection(1466931910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.842--ClientSession(432470953)--Connection(1466931910)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.842--ClientSession(432470953)--Connection(1466931910)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.843--ClientSession(432470953)--Connection(519772804)--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@6b02fa60, [B@4090f46c, [B@2f8b78f7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@123a3b3d, 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@6e1702e0, [B@2963a8da, [B@5d5b21c1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.844--ClientSession(432470953)--Connection(519772804)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.844--ServerSession(454071866)--Connection(1466931910)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.844--UnitOfWork(705789319)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.844--UnitOfWork(705789319)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.844--UnitOfWork(705789319)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.844--ClientSession(432470953)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.844--UnitOfWork(705789319)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.844--ClientSession(432470953)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.844--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2028813425 [junit] [EL Finer]: 2024-04-30 17:54:13.844--ClientSession(2028813425)--Thread(Thread[main,5,main])--acquire unit of work: 1040459474 [junit] [EL Finest]: 2024-04-30 17:54:13.844--UnitOfWork(1040459474)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.844--ServerSession(454071866)--Connection(508826232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.844--ServerSession(454071866)--Connection(508826232)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.844--ServerSession(454071866)--Connection(9337347)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.845--ServerSession(454071866)--Connection(508826232)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.846--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 719342934 [junit] [EL Finer]: 2024-04-30 17:54:13.846--ClientSession(719342934)--Thread(Thread[main,5,main])--acquire unit of work: 1923245546 [junit] [EL Finest]: 2024-04-30 17:54:13.846--UnitOfWork(1923245546)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_BYTE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.846--ServerSession(454071866)--Connection(1679859032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.846--ServerSession(454071866)--Connection(1679859032)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.846--ServerSession(454071866)--Connection(730144738)--Thread(Thread[main,5,main])--SELECT P_BYTE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.846--ServerSession(454071866)--Connection(1679859032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.855--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 18365311 [junit] [EL Finer]: 2024-04-30 17:54:13.855--ClientSession(18365311)--Thread(Thread[main,5,main])--acquire unit of work: 963530944 [junit] [EL Finest]: 2024-04-30 17:54:13.855--UnitOfWork(963530944)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.855--UnitOfWork(963530944)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.855--UnitOfWork(963530944)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5b5752a) [junit] [EL Finest]: 2024-04-30 17:54:13.855--ServerSession(454071866)--Connection(1302978037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.855--ClientSession(18365311)--Connection(1302978037)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.855--ClientSession(18365311)--Connection(1302978037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.855--ClientSession(18365311)--Connection(1583695294)--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@732e21c9, [B@70eb0c2c, [B@25d2921d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4fa8b39c, 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@4d0af3c9, [B@65a80c28, [B@545b28fa, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.856--ClientSession(18365311)--Connection(1583695294)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.857--ServerSession(454071866)--Connection(1302978037)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.857--UnitOfWork(963530944)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.857--UnitOfWork(963530944)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.857--UnitOfWork(963530944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.857--ClientSession(18365311)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.857--UnitOfWork(963530944)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.857--ClientSession(18365311)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.857--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1821775051 [junit] [EL Finer]: 2024-04-30 17:54:13.857--ClientSession(1821775051)--Thread(Thread[main,5,main])--acquire unit of work: 413856850 [junit] [EL Finest]: 2024-04-30 17:54:13.857--UnitOfWork(413856850)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.857--ServerSession(454071866)--Connection(123135270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.857--ServerSession(454071866)--Connection(123135270)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.857--ServerSession(454071866)--Connection(1508422033)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.858--ServerSession(454071866)--Connection(123135270)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.859--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1284687471 [junit] [EL Finer]: 2024-04-30 17:54:13.859--ClientSession(1284687471)--Thread(Thread[main,5,main])--acquire unit of work: 448955701 [junit] [EL Finest]: 2024-04-30 17:54:13.859--UnitOfWork(448955701)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_CHAR FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.859--ServerSession(454071866)--Connection(359411618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.859--ServerSession(454071866)--Connection(359411618)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.859--ServerSession(454071866)--Connection(2005832332)--Thread(Thread[main,5,main])--SELECT P_CHAR FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.859--ServerSession(454071866)--Connection(359411618)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.868--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1416398965 [junit] [EL Finer]: 2024-04-30 17:54:13.868--ClientSession(1416398965)--Thread(Thread[main,5,main])--acquire unit of work: 1434786215 [junit] [EL Finest]: 2024-04-30 17:54:13.868--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.869--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.869--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@74b4931d) [junit] [EL Finest]: 2024-04-30 17:54:13.869--ServerSession(454071866)--Connection(955605988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.869--ClientSession(1416398965)--Connection(955605988)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.869--ClientSession(1416398965)--Connection(955605988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.869--ClientSession(1416398965)--Connection(890520916)--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@4e60caa4, [B@5d196acf, [B@18f7b7fd, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6fa9cf83, 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@27d40d38, [B@318d441f, [B@1460458c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.87--ClientSession(1416398965)--Connection(890520916)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.871--ServerSession(454071866)--Connection(955605988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.871--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.871--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.871--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.871--ClientSession(1416398965)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.871--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.871--ClientSession(1416398965)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.871--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2139242599 [junit] [EL Finer]: 2024-04-30 17:54:13.871--ClientSession(2139242599)--Thread(Thread[main,5,main])--acquire unit of work: 1756075046 [junit] [EL Finest]: 2024-04-30 17:54:13.871--UnitOfWork(1756075046)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.871--ServerSession(454071866)--Connection(735974411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.871--ServerSession(454071866)--Connection(735974411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.871--ServerSession(454071866)--Connection(59339273)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.872--ServerSession(454071866)--Connection(735974411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.873--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1229084948 [junit] [EL Finer]: 2024-04-30 17:54:13.873--ClientSession(1229084948)--Thread(Thread[main,5,main])--acquire unit of work: 1597063938 [junit] [EL Finest]: 2024-04-30 17:54:13.873--UnitOfWork(1597063938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_LONG FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.873--ServerSession(454071866)--Connection(21653658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.873--ServerSession(454071866)--Connection(21653658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.873--ServerSession(454071866)--Connection(403198271)--Thread(Thread[main,5,main])--SELECT P_LONG FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.873--ServerSession(454071866)--Connection(21653658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.883--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 505595654 [junit] [EL Finer]: 2024-04-30 17:54:13.883--ClientSession(505595654)--Thread(Thread[main,5,main])--acquire unit of work: 343911080 [junit] [EL Finest]: 2024-04-30 17:54:13.883--UnitOfWork(343911080)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.883--UnitOfWork(343911080)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.883--UnitOfWork(343911080)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28791945) [junit] [EL Finest]: 2024-04-30 17:54:13.883--ServerSession(454071866)--Connection(723630925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.883--ClientSession(505595654)--Connection(723630925)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.883--ClientSession(505595654)--Connection(723630925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.884--ClientSession(505595654)--Connection(1345772956)--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@1badd75d, [B@3d70ecb6, [B@6cb04c55, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@410e2efc, 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@34ec0ebf, [B@ec351c8, [B@607f76a1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.885--ClientSession(505595654)--Connection(1345772956)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.885--ServerSession(454071866)--Connection(723630925)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.885--UnitOfWork(343911080)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.885--UnitOfWork(343911080)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.885--UnitOfWork(343911080)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.885--ClientSession(505595654)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.885--UnitOfWork(343911080)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.885--ClientSession(505595654)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.885--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 192107086 [junit] [EL Finer]: 2024-04-30 17:54:13.885--ClientSession(192107086)--Thread(Thread[main,5,main])--acquire unit of work: 1842324609 [junit] [EL Finest]: 2024-04-30 17:54:13.885--UnitOfWork(1842324609)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.885--ServerSession(454071866)--Connection(875279579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.885--ServerSession(454071866)--Connection(875279579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.886--ServerSession(454071866)--Connection(866805767)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.886--ServerSession(454071866)--Connection(875279579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.887--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1146319296 [junit] [EL Finer]: 2024-04-30 17:54:13.887--ClientSession(1146319296)--Thread(Thread[main,5,main])--acquire unit of work: 1514395620 [junit] [EL Finest]: 2024-04-30 17:54:13.887--UnitOfWork(1514395620)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT BIG_DECIMAL FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.887--ServerSession(454071866)--Connection(39124488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.887--ServerSession(454071866)--Connection(39124488)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.887--ServerSession(454071866)--Connection(2133555046)--Thread(Thread[main,5,main])--SELECT BIG_DECIMAL FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.887--ServerSession(454071866)--Connection(39124488)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.896--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 197313233 [junit] [EL Finer]: 2024-04-30 17:54:13.896--ClientSession(197313233)--Thread(Thread[main,5,main])--acquire unit of work: 1633706086 [junit] [EL Finest]: 2024-04-30 17:54:13.896--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.897--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.897--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@26dfd907) [junit] [EL Finest]: 2024-04-30 17:54:13.897--ServerSession(454071866)--Connection(2129125819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.897--ClientSession(197313233)--Connection(2129125819)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.897--ClientSession(197313233)--Connection(2129125819)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.897--ClientSession(197313233)--Connection(136358885)--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@548dcfa0, [B@152606b3, [B@3f00cd13, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3265c228, 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@82feb0b, [B@2d996723, [B@14c84fd6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.898--ClientSession(197313233)--Connection(136358885)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.898--ServerSession(454071866)--Connection(2129125819)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.898--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.898--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.898--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.898--ClientSession(197313233)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.898--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.898--ClientSession(197313233)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.898--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1334244596 [junit] [EL Finer]: 2024-04-30 17:54:13.899--ClientSession(1334244596)--Thread(Thread[main,5,main])--acquire unit of work: 1123291490 [junit] [EL Finest]: 2024-04-30 17:54:13.899--UnitOfWork(1123291490)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.899--ServerSession(454071866)--Connection(1054539203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.899--ServerSession(454071866)--Connection(1054539203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.899--ServerSession(454071866)--Connection(317148495)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.899--ServerSession(454071866)--Connection(1054539203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.9--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1209827545 [junit] [EL Finer]: 2024-04-30 17:54:13.9--ClientSession(1209827545)--Thread(Thread[main,5,main])--acquire unit of work: 1064481154 [junit] [EL Finest]: 2024-04-30 17:54:13.9--UnitOfWork(1064481154)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.9--ServerSession(454071866)--Connection(1842021952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.9--ServerSession(454071866)--Connection(1842021952)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.9--ServerSession(454071866)--Connection(192483133)--Thread(Thread[main,5,main])--SELECT MAX(W_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.9--ServerSession(454071866)--Connection(1842021952)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.91--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2064914732 [junit] [EL Finer]: 2024-04-30 17:54:13.91--ClientSession(2064914732)--Thread(Thread[main,5,main])--acquire unit of work: 652278729 [junit] [EL Finest]: 2024-04-30 17:54:13.91--UnitOfWork(652278729)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.91--UnitOfWork(652278729)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.91--UnitOfWork(652278729)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@73969353) [junit] [EL Finest]: 2024-04-30 17:54:13.91--ServerSession(454071866)--Connection(789522064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.91--ClientSession(2064914732)--Connection(789522064)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.91--ClientSession(2064914732)--Connection(789522064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.911--ClientSession(2064914732)--Connection(1272544894)--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@71886642, [B@2765f545, [B@2c8ee744, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@38854d64, 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@a0d8640, [B@24a9599, [B@5925f653, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.912--ClientSession(2064914732)--Connection(1272544894)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.912--ServerSession(454071866)--Connection(789522064)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.912--UnitOfWork(652278729)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.912--UnitOfWork(652278729)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.912--UnitOfWork(652278729)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.912--ClientSession(2064914732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.912--UnitOfWork(652278729)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.912--ClientSession(2064914732)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.912--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 223450876 [junit] [EL Finer]: 2024-04-30 17:54:13.912--ClientSession(223450876)--Thread(Thread[main,5,main])--acquire unit of work: 234562470 [junit] [EL Finest]: 2024-04-30 17:54:13.913--UnitOfWork(234562470)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.913--ServerSession(454071866)--Connection(640025100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.913--ServerSession(454071866)--Connection(640025100)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.913--ServerSession(454071866)--Connection(1584135095)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.913--ServerSession(454071866)--Connection(640025100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.914--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1031137654 [junit] [EL Finer]: 2024-04-30 17:54:13.914--ClientSession(1031137654)--Thread(Thread[main,5,main])--acquire unit of work: 523084658 [junit] [EL Finest]: 2024-04-30 17:54:13.914--UnitOfWork(523084658)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(PCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.914--ServerSession(454071866)--Connection(1975911215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.914--ServerSession(454071866)--Connection(1975911215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.914--ServerSession(454071866)--Connection(1971845723)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(PCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.915--ServerSession(454071866)--Connection(1975911215)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.923--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 451564030 [junit] [EL Finer]: 2024-04-30 17:54:13.924--ClientSession(451564030)--Thread(Thread[main,5,main])--acquire unit of work: 568640724 [junit] [EL Finest]: 2024-04-30 17:54:13.924--UnitOfWork(568640724)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.924--UnitOfWork(568640724)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.924--UnitOfWork(568640724)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@48b1f682) [junit] [EL Finest]: 2024-04-30 17:54:13.924--ServerSession(454071866)--Connection(2037700765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.924--ClientSession(451564030)--Connection(2037700765)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.924--ClientSession(451564030)--Connection(2037700765)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.924--ClientSession(451564030)--Connection(358930892)--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@4084d6b4, [B@1feb4e09, [B@6a279d9e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4f1c0bfe, 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@29cb45df, [B@6c15cde9, [B@3a887698, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.925--ClientSession(451564030)--Connection(358930892)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.926--ServerSession(454071866)--Connection(2037700765)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.926--UnitOfWork(568640724)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.926--UnitOfWork(568640724)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.926--UnitOfWork(568640724)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.926--ClientSession(451564030)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.926--UnitOfWork(568640724)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.926--ClientSession(451564030)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.926--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1569717767 [junit] [EL Finer]: 2024-04-30 17:54:13.926--ClientSession(1569717767)--Thread(Thread[main,5,main])--acquire unit of work: 1846994627 [junit] [EL Finest]: 2024-04-30 17:54:13.926--UnitOfWork(1846994627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.926--ServerSession(454071866)--Connection(470684304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.926--ServerSession(454071866)--Connection(470684304)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.926--ServerSession(454071866)--Connection(1807105745)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.927--ServerSession(454071866)--Connection(470684304)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.928--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 382569917 [junit] [EL Finer]: 2024-04-30 17:54:13.928--ClientSession(382569917)--Thread(Thread[main,5,main])--acquire unit of work: 1648796233 [junit] [EL Finest]: 2024-04-30 17:54:13.928--UnitOfWork(1648796233)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_BYTE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.928--ServerSession(454071866)--Connection(1097493782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.928--ServerSession(454071866)--Connection(1097493782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.929--ServerSession(454071866)--Connection(2131478307)--Thread(Thread[main,5,main])--SELECT SUM(P_BYTE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.929--ServerSession(454071866)--Connection(1097493782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.938--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1641120630 [junit] [EL Finer]: 2024-04-30 17:54:13.938--ClientSession(1641120630)--Thread(Thread[main,5,main])--acquire unit of work: 1827007387 [junit] [EL Finest]: 2024-04-30 17:54:13.938--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.938--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.938--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b68172f) [junit] [EL Finest]: 2024-04-30 17:54:13.938--ServerSession(454071866)--Connection(367715578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.938--ClientSession(1641120630)--Connection(367715578)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.938--ClientSession(1641120630)--Connection(367715578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.938--ClientSession(1641120630)--Connection(286752288)--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@2d62a5cc, [B@6fed59ae, [B@3a4f37a8, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@514df93c, 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@69396a1c, [B@6c1c7ebc, [B@2f2de6e0, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.939--ClientSession(1641120630)--Connection(286752288)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.94--ServerSession(454071866)--Connection(367715578)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.94--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.94--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.94--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.94--ClientSession(1641120630)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.94--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.94--ClientSession(1641120630)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.94--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2095056204 [junit] [EL Finer]: 2024-04-30 17:54:13.94--ClientSession(2095056204)--Thread(Thread[main,5,main])--acquire unit of work: 1445757582 [junit] [EL Finest]: 2024-04-30 17:54:13.94--UnitOfWork(1445757582)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.94--ServerSession(454071866)--Connection(22779888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.94--ServerSession(454071866)--Connection(22779888)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.94--ServerSession(454071866)--Connection(1794919680)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.941--ServerSession(454071866)--Connection(22779888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.942--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1622662268 [junit] [EL Finer]: 2024-04-30 17:54:13.942--ClientSession(1622662268)--Thread(Thread[main,5,main])--acquire unit of work: 68164310 [junit] [EL Finest]: 2024-04-30 17:54:13.942--UnitOfWork(68164310)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.942--ServerSession(454071866)--Connection(232819883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.942--ServerSession(454071866)--Connection(232819883)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.942--ServerSession(454071866)--Connection(135884785)--Thread(Thread[main,5,main])--SELECT SUM(P_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.942--ServerSession(454071866)--Connection(232819883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.951--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 410558788 [junit] [EL Finer]: 2024-04-30 17:54:13.951--ClientSession(410558788)--Thread(Thread[main,5,main])--acquire unit of work: 1452282479 [junit] [EL Finest]: 2024-04-30 17:54:13.951--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.951--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.951--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@f98d9b1) [junit] [EL Finest]: 2024-04-30 17:54:13.952--ServerSession(454071866)--Connection(1610701672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.952--ClientSession(410558788)--Connection(1610701672)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.952--ClientSession(410558788)--Connection(1610701672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.952--ClientSession(410558788)--Connection(118607676)--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@37568ac9, [B@5d664d50, [B@4a5637d7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@744200de, 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@77c1dc5d, [B@18221338, [B@63b16764, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.953--ClientSession(410558788)--Connection(118607676)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.953--ServerSession(454071866)--Connection(1610701672)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.954--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.954--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.954--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.954--ClientSession(410558788)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.954--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.954--ClientSession(410558788)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.954--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 513436793 [junit] [EL Finer]: 2024-04-30 17:54:13.954--ClientSession(513436793)--Thread(Thread[main,5,main])--acquire unit of work: 393951417 [junit] [EL Finest]: 2024-04-30 17:54:13.954--UnitOfWork(393951417)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.954--ServerSession(454071866)--Connection(936760449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.954--ServerSession(454071866)--Connection(936760449)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.954--ServerSession(454071866)--Connection(73548281)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.955--ServerSession(454071866)--Connection(936760449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.956--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1468126209 [junit] [EL Finer]: 2024-04-30 17:54:13.956--ClientSession(1468126209)--Thread(Thread[main,5,main])--acquire unit of work: 1324408644 [junit] [EL Finest]: 2024-04-30 17:54:13.956--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(BIG_DECIMAL)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.956--ServerSession(454071866)--Connection(744006350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.956--ServerSession(454071866)--Connection(744006350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.956--ServerSession(454071866)--Connection(630629952)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(BIG_DECIMAL)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.956--ServerSession(454071866)--Connection(744006350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.965--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1304372935 [junit] [EL Finer]: 2024-04-30 17:54:13.965--ClientSession(1304372935)--Thread(Thread[main,5,main])--acquire unit of work: 1134956408 [junit] [EL Finest]: 2024-04-30 17:54:13.965--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.965--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.965--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1273fee8) [junit] [EL Finest]: 2024-04-30 17:54:13.965--ServerSession(454071866)--Connection(574435728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.965--ClientSession(1304372935)--Connection(574435728)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.965--ClientSession(1304372935)--Connection(574435728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.966--ClientSession(1304372935)--Connection(595665629)--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@4fadc462, [B@4d7cdb6, [B@4cb7d26b, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@40194e4e, 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@61b61cfb, [B@5b36d706, [B@29607281, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.967--ClientSession(1304372935)--Connection(595665629)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.967--ServerSession(454071866)--Connection(574435728)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.967--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.967--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.968--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.968--ClientSession(1304372935)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.968--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.968--ClientSession(1304372935)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.968--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 901536036 [junit] [EL Finer]: 2024-04-30 17:54:13.968--ClientSession(901536036)--Thread(Thread[main,5,main])--acquire unit of work: 528552580 [junit] [EL Finest]: 2024-04-30 17:54:13.968--UnitOfWork(528552580)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.968--ServerSession(454071866)--Connection(1625505749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.968--ServerSession(454071866)--Connection(1625505749)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.968--ServerSession(454071866)--Connection(1764306086)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.968--ServerSession(454071866)--Connection(1625505749)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.969--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 880644527 [junit] [EL Finer]: 2024-04-30 17:54:13.969--ClientSession(880644527)--Thread(Thread[main,5,main])--acquire unit of work: 1015413072 [junit] [EL Finest]: 2024-04-30 17:54:13.969--UnitOfWork(1015413072)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_DOUBLE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.969--ServerSession(454071866)--Connection(2091404927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.969--ServerSession(454071866)--Connection(2091404927)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.969--ServerSession(454071866)--Connection(972652522)--Thread(Thread[main,5,main])--SELECT P_DOUBLE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.97--ServerSession(454071866)--Connection(2091404927)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.978--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1050417216 [junit] [EL Finer]: 2024-04-30 17:54:13.978--ClientSession(1050417216)--Thread(Thread[main,5,main])--acquire unit of work: 1412119529 [junit] [EL Finest]: 2024-04-30 17:54:13.978--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.979--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.979--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c622b27) [junit] [EL Finest]: 2024-04-30 17:54:13.979--ServerSession(454071866)--Connection(524762155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.979--ClientSession(1050417216)--Connection(524762155)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.979--ClientSession(1050417216)--Connection(524762155)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.979--ClientSession(1050417216)--Connection(1088358396)--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@35f76420, [B@13f7b0d1, [B@746cae96, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7fae2be3, 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@71769652, [B@5fa9d195, [B@4e20cce8, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.98--ClientSession(1050417216)--Connection(1088358396)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.98--ServerSession(454071866)--Connection(524762155)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.98--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.98--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.981--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.981--ClientSession(1050417216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.981--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.981--ClientSession(1050417216)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.981--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1550141453 [junit] [EL Finer]: 2024-04-30 17:54:13.981--ClientSession(1550141453)--Thread(Thread[main,5,main])--acquire unit of work: 1681736858 [junit] [EL Finest]: 2024-04-30 17:54:13.981--UnitOfWork(1681736858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.981--ServerSession(454071866)--Connection(402505467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.981--ServerSession(454071866)--Connection(402505467)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.981--ServerSession(454071866)--Connection(1473800257)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.982--ServerSession(454071866)--Connection(402505467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.982--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1376205244 [junit] [EL Finer]: 2024-04-30 17:54:13.982--ClientSession(1376205244)--Thread(Thread[main,5,main])--acquire unit of work: 2032367717 [junit] [EL Finest]: 2024-04-30 17:54:13.982--UnitOfWork(2032367717)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(WCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.983--ServerSession(454071866)--Connection(1404140575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.983--ServerSession(454071866)--Connection(1404140575)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.983--ServerSession(454071866)--Connection(824502713)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(WCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.983--ServerSession(454071866)--Connection(1404140575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.992--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 65442181 [junit] [EL Finer]: 2024-04-30 17:54:13.992--ClientSession(65442181)--Thread(Thread[main,5,main])--acquire unit of work: 31430091 [junit] [EL Finest]: 2024-04-30 17:54:13.992--UnitOfWork(31430091)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:13.992--UnitOfWork(31430091)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:13.992--UnitOfWork(31430091)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@15ed06d3) [junit] [EL Finest]: 2024-04-30 17:54:13.992--ServerSession(454071866)--Connection(1513459289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.992--ClientSession(65442181)--Connection(1513459289)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:13.992--ClientSession(65442181)--Connection(1513459289)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.992--ClientSession(65442181)--Connection(1308972234)--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@75de0da8, [B@36f120c, [B@6d709289, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4c0b35f4, 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@49bdd290, [B@323946d9, [B@5b346ecd, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:13.993--ClientSession(65442181)--Connection(1308972234)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:13.994--ServerSession(454071866)--Connection(1513459289)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:13.994--UnitOfWork(31430091)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:13.994--UnitOfWork(31430091)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.994--UnitOfWork(31430091)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.994--ClientSession(65442181)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:13.994--UnitOfWork(31430091)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:13.994--ClientSession(65442181)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:13.994--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1774648410 [junit] [EL Finer]: 2024-04-30 17:54:13.994--ClientSession(1774648410)--Thread(Thread[main,5,main])--acquire unit of work: 226580140 [junit] [EL Finest]: 2024-04-30 17:54:13.994--UnitOfWork(226580140)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:13.994--ServerSession(454071866)--Connection(1032621218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.994--ServerSession(454071866)--Connection(1032621218)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.994--ServerSession(454071866)--Connection(1238497527)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:13.995--ServerSession(454071866)--Connection(1032621218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:13.996--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1413476894 [junit] [EL Finer]: 2024-04-30 17:54:13.996--ClientSession(1413476894)--Thread(Thread[main,5,main])--acquire unit of work: 656568800 [junit] [EL Finest]: 2024-04-30 17:54:13.996--UnitOfWork(656568800)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT BIG_INTEGER FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:13.996--ServerSession(454071866)--Connection(266267045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:13.996--ServerSession(454071866)--Connection(266267045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:13.996--ServerSession(454071866)--Connection(1051741305)--Thread(Thread[main,5,main])--SELECT BIG_INTEGER FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:13.996--ServerSession(454071866)--Connection(266267045)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.004--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1697198592 [junit] [EL Finer]: 2024-04-30 17:54:14.005--ClientSession(1697198592)--Thread(Thread[main,5,main])--acquire unit of work: 1469731192 [junit] [EL Finest]: 2024-04-30 17:54:14.005--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.005--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.005--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1fbb2a97) [junit] [EL Finest]: 2024-04-30 17:54:14.005--ServerSession(454071866)--Connection(1509186173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.005--ClientSession(1697198592)--Connection(1509186173)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.005--ClientSession(1697198592)--Connection(1509186173)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.005--ClientSession(1697198592)--Connection(1637507521)--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@612ced4e, [B@1af064a4, [B@40c78bd1, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@17e04cc5, 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@112085ea, [B@86c162e, [B@74899df1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.006--ClientSession(1697198592)--Connection(1637507521)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.006--ServerSession(454071866)--Connection(1509186173)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.006--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.006--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.007--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.007--ClientSession(1697198592)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.007--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.007--ClientSession(1697198592)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.007--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 611017319 [junit] [EL Finer]: 2024-04-30 17:54:14.007--ClientSession(611017319)--Thread(Thread[main,5,main])--acquire unit of work: 374184770 [junit] [EL Finest]: 2024-04-30 17:54:14.007--UnitOfWork(374184770)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.007--ServerSession(454071866)--Connection(1728211097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.007--ServerSession(454071866)--Connection(1728211097)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.007--ServerSession(454071866)--Connection(1402174406)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.007--ServerSession(454071866)--Connection(1728211097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.008--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1026856292 [junit] [EL Finer]: 2024-04-30 17:54:14.008--ClientSession(1026856292)--Thread(Thread[main,5,main])--acquire unit of work: 527464315 [junit] [EL Finest]: 2024-04-30 17:54:14.008--UnitOfWork(527464315)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.008--ServerSession(454071866)--Connection(1778157082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.008--ServerSession(454071866)--Connection(1778157082)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.009--ServerSession(454071866)--Connection(910619412)--Thread(Thread[main,5,main])--SELECT MAX(P_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.009--ServerSession(454071866)--Connection(1778157082)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.018--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1057601666 [junit] [EL Finer]: 2024-04-30 17:54:14.018--ClientSession(1057601666)--Thread(Thread[main,5,main])--acquire unit of work: 370684121 [junit] [EL Finest]: 2024-04-30 17:54:14.018--UnitOfWork(370684121)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.018--UnitOfWork(370684121)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.018--UnitOfWork(370684121)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1870e28d) [junit] [EL Finest]: 2024-04-30 17:54:14.018--ServerSession(454071866)--Connection(1694898827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.018--ClientSession(1057601666)--Connection(1694898827)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.018--ClientSession(1057601666)--Connection(1694898827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.018--ClientSession(1057601666)--Connection(2127218518)--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@713b9379, [B@243c1d97, [B@6d3a662a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@64c53561, 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@4948c2db, [B@d5cbec0, [B@33e99277, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.019--ClientSession(1057601666)--Connection(2127218518)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.019--ServerSession(454071866)--Connection(1694898827)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.02--UnitOfWork(370684121)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.02--UnitOfWork(370684121)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.02--UnitOfWork(370684121)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.02--ClientSession(1057601666)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.02--UnitOfWork(370684121)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.02--ClientSession(1057601666)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.02--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1717355893 [junit] [EL Finer]: 2024-04-30 17:54:14.02--ClientSession(1717355893)--Thread(Thread[main,5,main])--acquire unit of work: 1317293727 [junit] [EL Finest]: 2024-04-30 17:54:14.02--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.02--ServerSession(454071866)--Connection(1674593021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.02--ServerSession(454071866)--Connection(1674593021)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.02--ServerSession(454071866)--Connection(921450762)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.021--ServerSession(454071866)--Connection(1674593021)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.022--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1828855868 [junit] [EL Finer]: 2024-04-30 17:54:14.022--ClientSession(1828855868)--Thread(Thread[main,5,main])--acquire unit of work: 904199383 [junit] [EL Finest]: 2024-04-30 17:54:14.022--UnitOfWork(904199383)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_SHORT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.022--ServerSession(454071866)--Connection(123270182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.022--ServerSession(454071866)--Connection(123270182)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.022--ServerSession(454071866)--Connection(1691587813)--Thread(Thread[main,5,main])--SELECT MAX(P_SHORT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.022--ServerSession(454071866)--Connection(123270182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.03--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 847897513 [junit] [EL Finer]: 2024-04-30 17:54:14.031--ClientSession(847897513)--Thread(Thread[main,5,main])--acquire unit of work: 1216595512 [junit] [EL Finest]: 2024-04-30 17:54:14.031--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.031--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.031--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2225a51b) [junit] [EL Finest]: 2024-04-30 17:54:14.031--ServerSession(454071866)--Connection(1010771045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.031--ClientSession(847897513)--Connection(1010771045)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.031--ClientSession(847897513)--Connection(1010771045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.031--ClientSession(847897513)--Connection(1294171301)--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@1464416c, [B@513d4389, [B@67ee5b15, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4dcaab6b, 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@7b13fc9f, [B@4009d97f, [B@552a1498, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.032--ClientSession(847897513)--Connection(1294171301)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.032--ServerSession(454071866)--Connection(1010771045)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.032--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.033--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.033--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.033--ClientSession(847897513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.033--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.033--ClientSession(847897513)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.033--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 578235985 [junit] [EL Finer]: 2024-04-30 17:54:14.033--ClientSession(578235985)--Thread(Thread[main,5,main])--acquire unit of work: 1952954606 [junit] [EL Finest]: 2024-04-30 17:54:14.033--UnitOfWork(1952954606)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.033--ServerSession(454071866)--Connection(1498309822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.033--ServerSession(454071866)--Connection(1498309822)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.033--ServerSession(454071866)--Connection(502363157)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.034--ServerSession(454071866)--Connection(1498309822)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.035--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2100909601 [junit] [EL Finer]: 2024-04-30 17:54:14.035--ClientSession(2100909601)--Thread(Thread[main,5,main])--acquire unit of work: 1792303493 [junit] [EL Finest]: 2024-04-30 17:54:14.035--UnitOfWork(1792303493)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.035--ServerSession(454071866)--Connection(2142744798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.035--ServerSession(454071866)--Connection(2142744798)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.035--ServerSession(454071866)--Connection(1892960108)--Thread(Thread[main,5,main])--SELECT SUM(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.035--ServerSession(454071866)--Connection(2142744798)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.043--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 506767267 [junit] [EL Finer]: 2024-04-30 17:54:14.043--ClientSession(506767267)--Thread(Thread[main,5,main])--acquire unit of work: 96264363 [junit] [EL Finest]: 2024-04-30 17:54:14.043--UnitOfWork(96264363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.043--UnitOfWork(96264363)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.044--UnitOfWork(96264363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5ba96df2) [junit] [EL Finest]: 2024-04-30 17:54:14.044--ServerSession(454071866)--Connection(1730564062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.044--ClientSession(506767267)--Connection(1730564062)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.044--ClientSession(506767267)--Connection(1730564062)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.044--ClientSession(506767267)--Connection(543110131)--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@6ed61f9e, [B@3bdbf525, [B@54d8147d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@1a71d8ce, 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@44851ef1, [B@2013a999, [B@347c2a1a, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.045--ClientSession(506767267)--Connection(543110131)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.045--ServerSession(454071866)--Connection(1730564062)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.045--UnitOfWork(96264363)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.045--UnitOfWork(96264363)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.045--UnitOfWork(96264363)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.046--ClientSession(506767267)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.046--UnitOfWork(96264363)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.046--ClientSession(506767267)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.046--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 618282043 [junit] [EL Finer]: 2024-04-30 17:54:14.046--ClientSession(618282043)--Thread(Thread[main,5,main])--acquire unit of work: 2101564408 [junit] [EL Finest]: 2024-04-30 17:54:14.046--UnitOfWork(2101564408)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.046--ServerSession(454071866)--Connection(1071430388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.046--ServerSession(454071866)--Connection(1071430388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.046--ServerSession(454071866)--Connection(1370895868)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.046--ServerSession(454071866)--Connection(1071430388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.047--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 628396242 [junit] [EL Finer]: 2024-04-30 17:54:14.047--ClientSession(628396242)--Thread(Thread[main,5,main])--acquire unit of work: 370667810 [junit] [EL Finest]: 2024-04-30 17:54:14.047--UnitOfWork(370667810)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(BIG_INTEGER)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.047--ServerSession(454071866)--Connection(323167212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.047--ServerSession(454071866)--Connection(323167212)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.048--ServerSession(454071866)--Connection(1819166162)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(BIG_INTEGER)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.048--ServerSession(454071866)--Connection(323167212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.056--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1352811295 [junit] [EL Finer]: 2024-04-30 17:54:14.056--ClientSession(1352811295)--Thread(Thread[main,5,main])--acquire unit of work: 1349239380 [junit] [EL Finest]: 2024-04-30 17:54:14.056--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.056--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.056--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@42140584) [junit] [EL Finest]: 2024-04-30 17:54:14.056--ServerSession(454071866)--Connection(684094469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.057--ClientSession(1352811295)--Connection(684094469)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.057--ClientSession(1352811295)--Connection(684094469)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.057--ClientSession(1352811295)--Connection(1856923485)--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@5d0b5aef, [B@46766b17, [B@6b3bb1c0, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@74554e68, 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@738eae2f, [B@6554d9a, [B@30d64921, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.058--ClientSession(1352811295)--Connection(1856923485)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.058--ServerSession(454071866)--Connection(684094469)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.058--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.058--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.058--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.058--ClientSession(1352811295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.058--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.059--ClientSession(1352811295)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.059--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1180642436 [junit] [EL Finer]: 2024-04-30 17:54:14.059--ClientSession(1180642436)--Thread(Thread[main,5,main])--acquire unit of work: 1540763549 [junit] [EL Finest]: 2024-04-30 17:54:14.059--UnitOfWork(1540763549)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.059--ServerSession(454071866)--Connection(155726685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.059--ServerSession(454071866)--Connection(155726685)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.059--ServerSession(454071866)--Connection(1519004034)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.059--ServerSession(454071866)--Connection(155726685)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.06--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1606820947 [junit] [EL Finer]: 2024-04-30 17:54:14.06--ClientSession(1606820947)--Thread(Thread[main,5,main])--acquire unit of work: 98357502 [junit] [EL Finest]: 2024-04-30 17:54:14.06--UnitOfWork(98357502)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.06--ServerSession(454071866)--Connection(248953902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.06--ServerSession(454071866)--Connection(248953902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.06--ServerSession(454071866)--Connection(738377761)--Thread(Thread[main,5,main])--SELECT MAX(W_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.061--ServerSession(454071866)--Connection(248953902)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.069--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 545638843 [junit] [EL Finer]: 2024-04-30 17:54:14.069--ClientSession(545638843)--Thread(Thread[main,5,main])--acquire unit of work: 652296712 [junit] [EL Finest]: 2024-04-30 17:54:14.069--UnitOfWork(652296712)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.069--UnitOfWork(652296712)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.069--UnitOfWork(652296712)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@81e6f3) [junit] [EL Finest]: 2024-04-30 17:54:14.07--ServerSession(454071866)--Connection(1946795324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.07--ClientSession(545638843)--Connection(1946795324)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.07--ClientSession(545638843)--Connection(1946795324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.07--ClientSession(545638843)--Connection(519259887)--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@56fd8b01, [B@6fa43cbf, [B@158f9814, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2e407d06, 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@145f5e4c, [B@5ad0c9bc, [B@3376b5ca, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.071--ClientSession(545638843)--Connection(519259887)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.072--ServerSession(454071866)--Connection(1946795324)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.072--UnitOfWork(652296712)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.072--UnitOfWork(652296712)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.072--UnitOfWork(652296712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.072--ClientSession(545638843)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.072--UnitOfWork(652296712)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.072--ClientSession(545638843)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.072--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 716133489 [junit] [EL Finer]: 2024-04-30 17:54:14.072--ClientSession(716133489)--Thread(Thread[main,5,main])--acquire unit of work: 779070453 [junit] [EL Finest]: 2024-04-30 17:54:14.072--UnitOfWork(779070453)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.072--ServerSession(454071866)--Connection(1478193829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.072--ServerSession(454071866)--Connection(1478193829)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.073--ServerSession(454071866)--Connection(2141946522)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.073--ServerSession(454071866)--Connection(1478193829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.074--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1389712391 [junit] [EL Finer]: 2024-04-30 17:54:14.074--ClientSession(1389712391)--Thread(Thread[main,5,main])--acquire unit of work: 1471524555 [junit] [EL Finest]: 2024-04-30 17:54:14.074--UnitOfWork(1471524555)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_DOUBLE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.074--ServerSession(454071866)--Connection(586612499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.074--ServerSession(454071866)--Connection(586612499)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.074--ServerSession(454071866)--Connection(367939577)--Thread(Thread[main,5,main])--SELECT W_DOUBLE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.074--ServerSession(454071866)--Connection(586612499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.084--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1698103575 [junit] [EL Finer]: 2024-04-30 17:54:14.084--ClientSession(1698103575)--Thread(Thread[main,5,main])--acquire unit of work: 302183330 [junit] [EL Finest]: 2024-04-30 17:54:14.084--UnitOfWork(302183330)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.084--UnitOfWork(302183330)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.084--UnitOfWork(302183330)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@56794250) [junit] [EL Finest]: 2024-04-30 17:54:14.084--ServerSession(454071866)--Connection(23700110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.084--ClientSession(1698103575)--Connection(23700110)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.084--ClientSession(1698103575)--Connection(23700110)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.085--ClientSession(1698103575)--Connection(190647897)--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@1d77a5e8, [B@5146191a, [B@4bd8491e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@70587c0c, 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@5020df0a, [B@314f82dd, [B@38d6ad53, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.086--ClientSession(1698103575)--Connection(190647897)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.086--ServerSession(454071866)--Connection(23700110)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.086--UnitOfWork(302183330)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.086--UnitOfWork(302183330)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.086--UnitOfWork(302183330)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.086--ClientSession(1698103575)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.086--UnitOfWork(302183330)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.086--ClientSession(1698103575)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.087--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 494332868 [junit] [EL Finer]: 2024-04-30 17:54:14.087--ClientSession(494332868)--Thread(Thread[main,5,main])--acquire unit of work: 2126119413 [junit] [EL Finest]: 2024-04-30 17:54:14.087--UnitOfWork(2126119413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.087--ServerSession(454071866)--Connection(963340405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.087--ServerSession(454071866)--Connection(963340405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.087--ServerSession(454071866)--Connection(302161362)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.087--ServerSession(454071866)--Connection(963340405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.088--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 941715677 [junit] [EL Finer]: 2024-04-30 17:54:14.088--ClientSession(941715677)--Thread(Thread[main,5,main])--acquire unit of work: 1513269576 [junit] [EL Finest]: 2024-04-30 17:54:14.088--UnitOfWork(1513269576)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.088--ServerSession(454071866)--Connection(1618044301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.088--ServerSession(454071866)--Connection(1618044301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.088--ServerSession(454071866)--Connection(1505507968)--Thread(Thread[main,5,main])--SELECT SUM(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.089--ServerSession(454071866)--Connection(1618044301)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.097--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1996070218 [junit] [EL Finer]: 2024-04-30 17:54:14.097--ClientSession(1996070218)--Thread(Thread[main,5,main])--acquire unit of work: 1552696057 [junit] [EL Finest]: 2024-04-30 17:54:14.097--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.097--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.097--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5daf45c) [junit] [EL Finest]: 2024-04-30 17:54:14.097--ServerSession(454071866)--Connection(1072389251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.097--ClientSession(1996070218)--Connection(1072389251)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.098--ClientSession(1996070218)--Connection(1072389251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.098--ClientSession(1996070218)--Connection(1265059334)--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@42a289ce, [B@27c8ca5d, [B@54a5728b, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@260069b5, 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@70ba6842, [B@1141ce2a, [B@6e8fc7a3, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.099--ClientSession(1996070218)--Connection(1265059334)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.099--ServerSession(454071866)--Connection(1072389251)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.099--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.099--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.099--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.099--ClientSession(1996070218)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.099--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.099--ClientSession(1996070218)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.099--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1739657069 [junit] [EL Finer]: 2024-04-30 17:54:14.099--ClientSession(1739657069)--Thread(Thread[main,5,main])--acquire unit of work: 370615019 [junit] [EL Finest]: 2024-04-30 17:54:14.099--UnitOfWork(370615019)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.1--ServerSession(454071866)--Connection(408889638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.1--ServerSession(454071866)--Connection(408889638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.1--ServerSession(454071866)--Connection(1959246378)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.1--ServerSession(454071866)--Connection(408889638)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.101--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 627787954 [junit] [EL Finer]: 2024-04-30 17:54:14.101--ClientSession(627787954)--Thread(Thread[main,5,main])--acquire unit of work: 2088811737 [junit] [EL Finest]: 2024-04-30 17:54:14.101--UnitOfWork(2088811737)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_BOOLEAN)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.101--ServerSession(454071866)--Connection(1556369975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.101--ServerSession(454071866)--Connection(1556369975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.101--ServerSession(454071866)--Connection(354361764)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_BOOLEAN)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.101--ServerSession(454071866)--Connection(1556369975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.11--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 17070372 [junit] [EL Finer]: 2024-04-30 17:54:14.11--ClientSession(17070372)--Thread(Thread[main,5,main])--acquire unit of work: 503161284 [junit] [EL Finest]: 2024-04-30 17:54:14.11--UnitOfWork(503161284)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.11--UnitOfWork(503161284)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.11--UnitOfWork(503161284)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@e5a570) [junit] [EL Finest]: 2024-04-30 17:54:14.11--ServerSession(454071866)--Connection(477623035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.11--ClientSession(17070372)--Connection(477623035)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.11--ClientSession(17070372)--Connection(477623035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.11--ClientSession(17070372)--Connection(2124225100)--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@3cf8b6d5, [B@1fbb7b9b, [B@579e065f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2ddc896a, 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@546bdc1a, [B@104802af, [B@37c34207, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.111--ClientSession(17070372)--Connection(2124225100)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.111--ServerSession(454071866)--Connection(477623035)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.111--UnitOfWork(503161284)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.111--UnitOfWork(503161284)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.112--UnitOfWork(503161284)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.112--ClientSession(17070372)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.112--UnitOfWork(503161284)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.112--ClientSession(17070372)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.112--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 158271024 [junit] [EL Finer]: 2024-04-30 17:54:14.112--ClientSession(158271024)--Thread(Thread[main,5,main])--acquire unit of work: 532029995 [junit] [EL Finest]: 2024-04-30 17:54:14.112--UnitOfWork(532029995)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.112--ServerSession(454071866)--Connection(263123854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.112--ServerSession(454071866)--Connection(263123854)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.112--ServerSession(454071866)--Connection(642281063)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.112--ServerSession(454071866)--Connection(263123854)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.113--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 623201993 [junit] [EL Finer]: 2024-04-30 17:54:14.113--ClientSession(623201993)--Thread(Thread[main,5,main])--acquire unit of work: 1425857028 [junit] [EL Finest]: 2024-04-30 17:54:14.113--UnitOfWork(1425857028)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_INT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.113--ServerSession(454071866)--Connection(2122208002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.113--ServerSession(454071866)--Connection(2122208002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.114--ServerSession(454071866)--Connection(439320096)--Thread(Thread[main,5,main])--SELECT MAX(P_INT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.114--ServerSession(454071866)--Connection(2122208002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.122--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1245243496 [junit] [EL Finer]: 2024-04-30 17:54:14.122--ClientSession(1245243496)--Thread(Thread[main,5,main])--acquire unit of work: 1182937085 [junit] [EL Finest]: 2024-04-30 17:54:14.122--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.122--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.122--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ec0917b) [junit] [EL Finest]: 2024-04-30 17:54:14.122--ServerSession(454071866)--Connection(315281599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.122--ClientSession(1245243496)--Connection(315281599)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.122--ClientSession(1245243496)--Connection(315281599)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.123--ClientSession(1245243496)--Connection(930362322)--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@30e603fe, [B@746d6275, [B@3609c23c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@76fa054d, 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@7603119f, [B@69e2bbe0, [B@11828cc2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.124--ClientSession(1245243496)--Connection(930362322)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.124--ServerSession(454071866)--Connection(315281599)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.124--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.124--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.124--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.124--ClientSession(1245243496)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.124--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.124--ClientSession(1245243496)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.124--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 548774599 [junit] [EL Finer]: 2024-04-30 17:54:14.124--ClientSession(548774599)--Thread(Thread[main,5,main])--acquire unit of work: 919207840 [junit] [EL Finest]: 2024-04-30 17:54:14.124--UnitOfWork(919207840)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.124--ServerSession(454071866)--Connection(1161131312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.124--ServerSession(454071866)--Connection(1161131312)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.125--ServerSession(454071866)--Connection(1175654131)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.125--ServerSession(454071866)--Connection(1161131312)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.126--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 479140979 [junit] [EL Finer]: 2024-04-30 17:54:14.126--ClientSession(479140979)--Thread(Thread[main,5,main])--acquire unit of work: 1593983790 [junit] [EL Finest]: 2024-04-30 17:54:14.126--UnitOfWork(1593983790)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT UTIL_CALENDAR FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.126--ServerSession(454071866)--Connection(1467475011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.126--ServerSession(454071866)--Connection(1467475011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.126--ServerSession(454071866)--Connection(1947585183)--Thread(Thread[main,5,main])--SELECT UTIL_CALENDAR FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.126--ServerSession(454071866)--Connection(1467475011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.135--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1877856737 [junit] [EL Finer]: 2024-04-30 17:54:14.135--ClientSession(1877856737)--Thread(Thread[main,5,main])--acquire unit of work: 376359562 [junit] [EL Finest]: 2024-04-30 17:54:14.135--UnitOfWork(376359562)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.135--UnitOfWork(376359562)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.135--UnitOfWork(376359562)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@13171215) [junit] [EL Finest]: 2024-04-30 17:54:14.135--ServerSession(454071866)--Connection(304438369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.135--ClientSession(1877856737)--Connection(304438369)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.135--ClientSession(1877856737)--Connection(304438369)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.135--ClientSession(1877856737)--Connection(1445145113)--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@7d984423, [B@4566d9a5, [B@4865096a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@f1f48d6, 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@3019bc4a, [B@43c1e01d, [B@230f9f56, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.136--ClientSession(1877856737)--Connection(1445145113)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.137--ServerSession(454071866)--Connection(304438369)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.137--UnitOfWork(376359562)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.137--UnitOfWork(376359562)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.137--UnitOfWork(376359562)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.137--ClientSession(1877856737)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.137--UnitOfWork(376359562)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.137--ClientSession(1877856737)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.137--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 948059526 [junit] [EL Finer]: 2024-04-30 17:54:14.137--ClientSession(948059526)--Thread(Thread[main,5,main])--acquire unit of work: 2000599917 [junit] [EL Finest]: 2024-04-30 17:54:14.137--UnitOfWork(2000599917)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.137--ServerSession(454071866)--Connection(1965184014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.137--ServerSession(454071866)--Connection(1965184014)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.137--ServerSession(454071866)--Connection(1441927451)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.138--ServerSession(454071866)--Connection(1965184014)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.139--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 44202977 [junit] [EL Finer]: 2024-04-30 17:54:14.139--ClientSession(44202977)--Thread(Thread[main,5,main])--acquire unit of work: 520018606 [junit] [EL Finest]: 2024-04-30 17:54:14.139--UnitOfWork(520018606)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(PBA_BINARY)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.139--ServerSession(454071866)--Connection(672753945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.139--ServerSession(454071866)--Connection(672753945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.139--ServerSession(454071866)--Connection(1325190369)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(PBA_BINARY)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.139--ServerSession(454071866)--Connection(672753945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.147--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2085810865 [junit] [EL Finer]: 2024-04-30 17:54:14.148--ClientSession(2085810865)--Thread(Thread[main,5,main])--acquire unit of work: 625384252 [junit] [EL Finest]: 2024-04-30 17:54:14.148--UnitOfWork(625384252)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.148--UnitOfWork(625384252)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.148--UnitOfWork(625384252)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@832c75f) [junit] [EL Finest]: 2024-04-30 17:54:14.148--ServerSession(454071866)--Connection(975097819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.148--ClientSession(2085810865)--Connection(975097819)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.148--ClientSession(2085810865)--Connection(975097819)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.148--ClientSession(2085810865)--Connection(369156800)--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@77b7a383, [B@3b1bdab9, [B@11476fd1, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@14b26bc2, 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@5ed3696c, [B@3b78be1d, [B@11eb6744, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.149--ClientSession(2085810865)--Connection(369156800)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.149--ServerSession(454071866)--Connection(975097819)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.149--UnitOfWork(625384252)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.149--UnitOfWork(625384252)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.15--UnitOfWork(625384252)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.15--ClientSession(2085810865)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.15--UnitOfWork(625384252)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.15--ClientSession(2085810865)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.15--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1731213027 [junit] [EL Finer]: 2024-04-30 17:54:14.15--ClientSession(1731213027)--Thread(Thread[main,5,main])--acquire unit of work: 1991757351 [junit] [EL Finest]: 2024-04-30 17:54:14.15--UnitOfWork(1991757351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.15--ServerSession(454071866)--Connection(1314508765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.15--ServerSession(454071866)--Connection(1314508765)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.15--ServerSession(454071866)--Connection(1042864846)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.151--ServerSession(454071866)--Connection(1314508765)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.151--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 468751349 [junit] [EL Finer]: 2024-04-30 17:54:14.151--ClientSession(468751349)--Thread(Thread[main,5,main])--acquire unit of work: 824741884 [junit] [EL Finest]: 2024-04-30 17:54:14.151--UnitOfWork(824741884)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SQL_TIMESTAMP FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.151--ServerSession(454071866)--Connection(496853619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.151--ServerSession(454071866)--Connection(496853619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.151--ServerSession(454071866)--Connection(1250782258)--Thread(Thread[main,5,main])--SELECT SQL_TIMESTAMP FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.152--ServerSession(454071866)--Connection(496853619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.16--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2003466505 [junit] [EL Finer]: 2024-04-30 17:54:14.16--ClientSession(2003466505)--Thread(Thread[main,5,main])--acquire unit of work: 1269190160 [junit] [EL Finest]: 2024-04-30 17:54:14.16--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.16--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.16--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@13bd8fee) [junit] [EL Finest]: 2024-04-30 17:54:14.16--ServerSession(454071866)--Connection(1516885396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.16--ClientSession(2003466505)--Connection(1516885396)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.16--ClientSession(2003466505)--Connection(1516885396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.161--ClientSession(2003466505)--Connection(1480825272)--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@585b81c1, [B@4c0a2a2b, [B@59e9bb43, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5a6aaf9f, 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@5e3b689a, [B@437d5a04, [B@57dad28b, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.161--ClientSession(2003466505)--Connection(1480825272)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.162--ServerSession(454071866)--Connection(1516885396)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.162--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.162--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.162--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.162--ClientSession(2003466505)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.162--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.162--ClientSession(2003466505)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.162--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1970426845 [junit] [EL Finer]: 2024-04-30 17:54:14.162--ClientSession(1970426845)--Thread(Thread[main,5,main])--acquire unit of work: 825789074 [junit] [EL Finest]: 2024-04-30 17:54:14.162--UnitOfWork(825789074)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.162--ServerSession(454071866)--Connection(641359090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.162--ServerSession(454071866)--Connection(641359090)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.162--ServerSession(454071866)--Connection(1054174895)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.163--ServerSession(454071866)--Connection(641359090)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.164--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1107016779 [junit] [EL Finer]: 2024-04-30 17:54:14.164--ClientSession(1107016779)--Thread(Thread[main,5,main])--acquire unit of work: 1038158926 [junit] [EL Finest]: 2024-04-30 17:54:14.164--UnitOfWork(1038158926)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.164--ServerSession(454071866)--Connection(179572972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.164--ServerSession(454071866)--Connection(179572972)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.164--ServerSession(454071866)--Connection(1291005462)--Thread(Thread[main,5,main])--SELECT SUM(W_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.164--ServerSession(454071866)--Connection(179572972)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.172--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 445604940 [junit] [EL Finer]: 2024-04-30 17:54:14.172--ClientSession(445604940)--Thread(Thread[main,5,main])--acquire unit of work: 2085495512 [junit] [EL Finest]: 2024-04-30 17:54:14.172--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.173--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.173--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1892f2ad) [junit] [EL Finest]: 2024-04-30 17:54:14.173--ServerSession(454071866)--Connection(2105678809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.173--ClientSession(445604940)--Connection(2105678809)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.173--ClientSession(445604940)--Connection(2105678809)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.173--ClientSession(445604940)--Connection(1090359812)--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@167005fc, [B@7bc18838, [B@36a99435, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@309b7b53, 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@2652d759, [B@51251be3, [B@2bd735ce, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.174--ClientSession(445604940)--Connection(1090359812)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.174--ServerSession(454071866)--Connection(2105678809)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.174--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.174--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.175--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.175--ClientSession(445604940)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.175--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.175--ClientSession(445604940)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.175--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 458077974 [junit] [EL Finer]: 2024-04-30 17:54:14.175--ClientSession(458077974)--Thread(Thread[main,5,main])--acquire unit of work: 931953609 [junit] [EL Finest]: 2024-04-30 17:54:14.175--UnitOfWork(931953609)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.175--ServerSession(454071866)--Connection(1821915104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.175--ServerSession(454071866)--Connection(1821915104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.175--ServerSession(454071866)--Connection(1364597528)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.176--ServerSession(454071866)--Connection(1821915104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.176--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1134567953 [junit] [EL Finer]: 2024-04-30 17:54:14.176--ClientSession(1134567953)--Thread(Thread[main,5,main])--acquire unit of work: 244131845 [junit] [EL Finest]: 2024-04-30 17:54:14.176--UnitOfWork(244131845)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_INT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.177--ServerSession(454071866)--Connection(353682455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.177--ServerSession(454071866)--Connection(353682455)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.177--ServerSession(454071866)--Connection(356409974)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_INT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.177--ServerSession(454071866)--Connection(353682455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.185--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1367418332 [junit] [EL Finer]: 2024-04-30 17:54:14.186--ClientSession(1367418332)--Thread(Thread[main,5,main])--acquire unit of work: 1410250999 [junit] [EL Finest]: 2024-04-30 17:54:14.186--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.186--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.186--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@587c276c) [junit] [EL Finest]: 2024-04-30 17:54:14.186--ServerSession(454071866)--Connection(896877623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.186--ClientSession(1367418332)--Connection(896877623)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.186--ClientSession(1367418332)--Connection(896877623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.186--ClientSession(1367418332)--Connection(346978794)--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@51814137, [B@4ecaf3cc, [B@36f4c790, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@768c521, 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@5c3bb402, [B@45f668da, [B@55aeefb3, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.187--ClientSession(1367418332)--Connection(346978794)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.187--ServerSession(454071866)--Connection(896877623)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.187--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.187--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.188--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.188--ClientSession(1367418332)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.188--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.188--ClientSession(1367418332)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.188--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1090774711 [junit] [EL Finer]: 2024-04-30 17:54:14.188--ClientSession(1090774711)--Thread(Thread[main,5,main])--acquire unit of work: 646297172 [junit] [EL Finest]: 2024-04-30 17:54:14.188--UnitOfWork(646297172)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.188--ServerSession(454071866)--Connection(287358145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.188--ServerSession(454071866)--Connection(287358145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.188--ServerSession(454071866)--Connection(1624447582)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.188--ServerSession(454071866)--Connection(287358145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.189--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1094553522 [junit] [EL Finer]: 2024-04-30 17:54:14.189--ClientSession(1094553522)--Thread(Thread[main,5,main])--acquire unit of work: 1536944841 [junit] [EL Finest]: 2024-04-30 17:54:14.189--UnitOfWork(1536944841)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_BYTE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.189--ServerSession(454071866)--Connection(1033045483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.189--ServerSession(454071866)--Connection(1033045483)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.189--ServerSession(454071866)--Connection(1490819754)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_BYTE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.19--ServerSession(454071866)--Connection(1033045483)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.198--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1817217316 [junit] [EL Finer]: 2024-04-30 17:54:14.198--ClientSession(1817217316)--Thread(Thread[main,5,main])--acquire unit of work: 326007580 [junit] [EL Finest]: 2024-04-30 17:54:14.198--UnitOfWork(326007580)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.198--UnitOfWork(326007580)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.198--UnitOfWork(326007580)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2358d817) [junit] [EL Finest]: 2024-04-30 17:54:14.198--ServerSession(454071866)--Connection(294682773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.198--ClientSession(1817217316)--Connection(294682773)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.198--ClientSession(1817217316)--Connection(294682773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.198--ClientSession(1817217316)--Connection(1605514080)--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@6453dcc3, [B@71d27cf4, [B@35a9e251, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7b17b5ba, 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@1d8cbdf, [B@638f22cc, [B@19ceff86, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.199--ClientSession(1817217316)--Connection(1605514080)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.2--ServerSession(454071866)--Connection(294682773)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.2--UnitOfWork(326007580)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.2--UnitOfWork(326007580)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.2--UnitOfWork(326007580)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.2--ClientSession(1817217316)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.2--UnitOfWork(326007580)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.2--ClientSession(1817217316)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.2--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1823254765 [junit] [EL Finer]: 2024-04-30 17:54:14.2--ClientSession(1823254765)--Thread(Thread[main,5,main])--acquire unit of work: 575389483 [junit] [EL Finest]: 2024-04-30 17:54:14.2--UnitOfWork(575389483)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.2--ServerSession(454071866)--Connection(651652677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.2--ServerSession(454071866)--Connection(651652677)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.2--ServerSession(454071866)--Connection(646459488)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.201--ServerSession(454071866)--Connection(651652677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.201--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1412950730 [junit] [EL Finer]: 2024-04-30 17:54:14.201--ClientSession(1412950730)--Thread(Thread[main,5,main])--acquire unit of work: 1496122188 [junit] [EL Finest]: 2024-04-30 17:54:14.201--UnitOfWork(1496122188)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_LONG)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.201--ServerSession(454071866)--Connection(1581117342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.201--ServerSession(454071866)--Connection(1581117342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.201--ServerSession(454071866)--Connection(658295326)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_LONG)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.202--ServerSession(454071866)--Connection(1581117342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.21--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 233653931 [junit] [EL Finer]: 2024-04-30 17:54:14.21--ClientSession(233653931)--Thread(Thread[main,5,main])--acquire unit of work: 1904939202 [junit] [EL Finest]: 2024-04-30 17:54:14.21--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.21--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.21--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@e85a71b) [junit] [EL Finest]: 2024-04-30 17:54:14.21--ServerSession(454071866)--Connection(629063952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.21--ClientSession(233653931)--Connection(629063952)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.21--ClientSession(233653931)--Connection(629063952)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.21--ClientSession(233653931)--Connection(781304389)--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@65b0d7e0, [B@3615fc07, [B@6cd64398, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@63c15d8b, 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@ad89c4, [B@19c1b812, [B@47d5e231, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.211--ClientSession(233653931)--Connection(781304389)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.211--ServerSession(454071866)--Connection(629063952)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.211--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.211--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.212--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.212--ClientSession(233653931)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.212--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.212--ClientSession(233653931)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.212--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1051138057 [junit] [EL Finer]: 2024-04-30 17:54:14.212--ClientSession(1051138057)--Thread(Thread[main,5,main])--acquire unit of work: 511997554 [junit] [EL Finest]: 2024-04-30 17:54:14.212--UnitOfWork(511997554)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.212--ServerSession(454071866)--Connection(675498245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.212--ServerSession(454071866)--Connection(675498245)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.212--ServerSession(454071866)--Connection(589764410)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.212--ServerSession(454071866)--Connection(675498245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.213--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1810490435 [junit] [EL Finer]: 2024-04-30 17:54:14.213--ClientSession(1810490435)--Thread(Thread[main,5,main])--acquire unit of work: 1603863894 [junit] [EL Finest]: 2024-04-30 17:54:14.213--UnitOfWork(1603863894)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.213--ServerSession(454071866)--Connection(1195042071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.213--ServerSession(454071866)--Connection(1195042071)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.213--ServerSession(454071866)--Connection(1434934951)--Thread(Thread[main,5,main])--SELECT WBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.213--ServerSession(454071866)--Connection(1195042071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.221--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 424882925 [junit] [EL Finer]: 2024-04-30 17:54:14.221--ClientSession(424882925)--Thread(Thread[main,5,main])--acquire unit of work: 722761564 [junit] [EL Finest]: 2024-04-30 17:54:14.221--UnitOfWork(722761564)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.222--UnitOfWork(722761564)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.222--UnitOfWork(722761564)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e862e83) [junit] [EL Finest]: 2024-04-30 17:54:14.222--ServerSession(454071866)--Connection(692861344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.222--ClientSession(424882925)--Connection(692861344)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.222--ClientSession(424882925)--Connection(692861344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.222--ClientSession(424882925)--Connection(664023841)--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@52f2593e, [B@1a3bebf9, [B@6b8abde9, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6b238c47, 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@2bd813b4, [B@6e794115, [B@50a2dcc6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.223--ClientSession(424882925)--Connection(664023841)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.223--ServerSession(454071866)--Connection(692861344)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.223--UnitOfWork(722761564)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.223--UnitOfWork(722761564)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.223--UnitOfWork(722761564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.224--ClientSession(424882925)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.224--UnitOfWork(722761564)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.224--ClientSession(424882925)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.224--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 787346840 [junit] [EL Finer]: 2024-04-30 17:54:14.224--ClientSession(787346840)--Thread(Thread[main,5,main])--acquire unit of work: 686216799 [junit] [EL Finest]: 2024-04-30 17:54:14.224--UnitOfWork(686216799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.224--ServerSession(454071866)--Connection(852002534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.224--ServerSession(454071866)--Connection(852002534)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.224--ServerSession(454071866)--Connection(540070568)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.224--ServerSession(454071866)--Connection(852002534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.225--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2041773633 [junit] [EL Finer]: 2024-04-30 17:54:14.225--ClientSession(2041773633)--Thread(Thread[main,5,main])--acquire unit of work: 800335348 [junit] [EL Finest]: 2024-04-30 17:54:14.225--UnitOfWork(800335348)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(STRING_VC)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.225--ServerSession(454071866)--Connection(1000545017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.225--ServerSession(454071866)--Connection(1000545017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.225--ServerSession(454071866)--Connection(1494135493)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(STRING_VC)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.225--ServerSession(454071866)--Connection(1000545017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.234--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 911648712 [junit] [EL Finer]: 2024-04-30 17:54:14.234--ClientSession(911648712)--Thread(Thread[main,5,main])--acquire unit of work: 20671702 [junit] [EL Finest]: 2024-04-30 17:54:14.234--UnitOfWork(20671702)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.234--UnitOfWork(20671702)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.234--UnitOfWork(20671702)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10a1c090) [junit] [EL Finest]: 2024-04-30 17:54:14.234--ServerSession(454071866)--Connection(479290609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.234--ClientSession(911648712)--Connection(479290609)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.234--ClientSession(911648712)--Connection(479290609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.234--ClientSession(911648712)--Connection(1510598968)--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@105e5baf, [B@77f13b9, [B@762b1891, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@466d236c, 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@248c9b2d, [B@5b91b6de, [B@75d0c2ad, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.235--ClientSession(911648712)--Connection(1510598968)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.235--ServerSession(454071866)--Connection(479290609)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.235--UnitOfWork(20671702)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.235--UnitOfWork(20671702)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.236--UnitOfWork(20671702)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.236--ClientSession(911648712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.236--UnitOfWork(20671702)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.236--ClientSession(911648712)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.236--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1071337702 [junit] [EL Finer]: 2024-04-30 17:54:14.236--ClientSession(1071337702)--Thread(Thread[main,5,main])--acquire unit of work: 713965068 [junit] [EL Finest]: 2024-04-30 17:54:14.236--UnitOfWork(713965068)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.236--ServerSession(454071866)--Connection(1380974214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.236--ServerSession(454071866)--Connection(1380974214)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.236--ServerSession(454071866)--Connection(2008317173)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.236--ServerSession(454071866)--Connection(1380974214)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.237--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 644684486 [junit] [EL Finer]: 2024-04-30 17:54:14.237--ClientSession(644684486)--Thread(Thread[main,5,main])--acquire unit of work: 276431940 [junit] [EL Finest]: 2024-04-30 17:54:14.237--UnitOfWork(276431940)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.237--ServerSession(454071866)--Connection(1576039409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.237--ServerSession(454071866)--Connection(1576039409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.238--ServerSession(454071866)--Connection(280427435)--Thread(Thread[main,5,main])--SELECT MAX(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.238--ServerSession(454071866)--Connection(1576039409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.246--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1738954797 [junit] [EL Finer]: 2024-04-30 17:54:14.246--ClientSession(1738954797)--Thread(Thread[main,5,main])--acquire unit of work: 585246056 [junit] [EL Finest]: 2024-04-30 17:54:14.246--UnitOfWork(585246056)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.246--UnitOfWork(585246056)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.246--UnitOfWork(585246056)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6400429a) [junit] [EL Finest]: 2024-04-30 17:54:14.246--ServerSession(454071866)--Connection(621634784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.246--ClientSession(1738954797)--Connection(621634784)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.246--ClientSession(1738954797)--Connection(621634784)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.247--ClientSession(1738954797)--Connection(768810057)--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@79dcfb0d, [B@37b8aab2, [B@1f8585a5, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@451e5f57, 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@5b04d06a, [B@299b1c82, [B@1a000cb9, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.247--ClientSession(1738954797)--Connection(768810057)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.248--ServerSession(454071866)--Connection(621634784)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.248--UnitOfWork(585246056)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.248--UnitOfWork(585246056)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.248--UnitOfWork(585246056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.248--ClientSession(1738954797)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.248--UnitOfWork(585246056)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.248--ClientSession(1738954797)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.248--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 995676875 [junit] [EL Finer]: 2024-04-30 17:54:14.248--ClientSession(995676875)--Thread(Thread[main,5,main])--acquire unit of work: 240951485 [junit] [EL Finest]: 2024-04-30 17:54:14.248--UnitOfWork(240951485)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.248--ServerSession(454071866)--Connection(379432617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.248--ServerSession(454071866)--Connection(379432617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.248--ServerSession(454071866)--Connection(211599519)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.249--ServerSession(454071866)--Connection(379432617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.249--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 728006761 [junit] [EL Finer]: 2024-04-30 17:54:14.25--ClientSession(728006761)--Thread(Thread[main,5,main])--acquire unit of work: 80683229 [junit] [EL Finest]: 2024-04-30 17:54:14.25--UnitOfWork(80683229)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.25--ServerSession(454071866)--Connection(58176912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.25--ServerSession(454071866)--Connection(58176912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.25--ServerSession(454071866)--Connection(465785056)--Thread(Thread[main,5,main])--SELECT MAX(W_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.25--ServerSession(454071866)--Connection(58176912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.258--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1455358576 [junit] [EL Finer]: 2024-04-30 17:54:14.258--ClientSession(1455358576)--Thread(Thread[main,5,main])--acquire unit of work: 499021482 [junit] [EL Finest]: 2024-04-30 17:54:14.258--UnitOfWork(499021482)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.258--UnitOfWork(499021482)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.258--UnitOfWork(499021482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@bcaa093) [junit] [EL Finest]: 2024-04-30 17:54:14.258--ServerSession(454071866)--Connection(575955273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.258--ClientSession(1455358576)--Connection(575955273)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.258--ClientSession(1455358576)--Connection(575955273)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.259--ClientSession(1455358576)--Connection(215198941)--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@2c385411, [B@2d6726f6, [B@6bd476f5, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@74d7c00a, 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@1aa18a5d, [B@ee55f69, [B@46cef39e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.26--ClientSession(1455358576)--Connection(215198941)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.26--ServerSession(454071866)--Connection(575955273)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.26--UnitOfWork(499021482)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.26--UnitOfWork(499021482)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.26--UnitOfWork(499021482)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.26--ClientSession(1455358576)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.26--UnitOfWork(499021482)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.26--ClientSession(1455358576)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.26--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 267350028 [junit] [EL Finer]: 2024-04-30 17:54:14.26--ClientSession(267350028)--Thread(Thread[main,5,main])--acquire unit of work: 516657256 [junit] [EL Finest]: 2024-04-30 17:54:14.26--UnitOfWork(516657256)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.26--ServerSession(454071866)--Connection(901069365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.26--ServerSession(454071866)--Connection(901069365)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.26--ServerSession(454071866)--Connection(1792320629)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.261--ServerSession(454071866)--Connection(901069365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.262--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 559298332 [junit] [EL Finer]: 2024-04-30 17:54:14.262--ClientSession(559298332)--Thread(Thread[main,5,main])--acquire unit of work: 678823897 [junit] [EL Finest]: 2024-04-30 17:54:14.262--UnitOfWork(678823897)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_SMALLINT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.262--ServerSession(454071866)--Connection(324764712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.262--ServerSession(454071866)--Connection(324764712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.262--ServerSession(454071866)--Connection(1261141566)--Thread(Thread[main,5,main])--SELECT MAX(W_SMALLINT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.262--ServerSession(454071866)--Connection(324764712)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.27--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 486154566 [junit] [EL Finer]: 2024-04-30 17:54:14.27--ClientSession(486154566)--Thread(Thread[main,5,main])--acquire unit of work: 1839881623 [junit] [EL Finest]: 2024-04-30 17:54:14.27--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.27--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.27--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@55607c) [junit] [EL Finest]: 2024-04-30 17:54:14.27--ServerSession(454071866)--Connection(1123317724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.27--ClientSession(486154566)--Connection(1123317724)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.27--ClientSession(486154566)--Connection(1123317724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.271--ClientSession(486154566)--Connection(85125245)--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@1541ea06, [B@74ea35e5, [B@67939dd4, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@311831f6, 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@2b13fc09, [B@ef3a193, [B@7575f0a4, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.272--ClientSession(486154566)--Connection(85125245)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.272--ServerSession(454071866)--Connection(1123317724)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.272--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.272--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.272--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.272--ClientSession(486154566)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.272--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.272--ClientSession(486154566)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.272--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2022923201 [junit] [EL Finer]: 2024-04-30 17:54:14.272--ClientSession(2022923201)--Thread(Thread[main,5,main])--acquire unit of work: 1792021934 [junit] [EL Finest]: 2024-04-30 17:54:14.272--UnitOfWork(1792021934)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.272--ServerSession(454071866)--Connection(1994524985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.272--ServerSession(454071866)--Connection(1994524985)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.272--ServerSession(454071866)--Connection(525151848)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.273--ServerSession(454071866)--Connection(1994524985)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.274--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 435144084 [junit] [EL Finer]: 2024-04-30 17:54:14.274--ClientSession(435144084)--Thread(Thread[main,5,main])--acquire unit of work: 1331136910 [junit] [EL Finest]: 2024-04-30 17:54:14.274--UnitOfWork(1331136910)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_BYTE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.274--ServerSession(454071866)--Connection(897992218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.274--ServerSession(454071866)--Connection(897992218)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.274--ServerSession(454071866)--Connection(175871603)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_BYTE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.274--ServerSession(454071866)--Connection(897992218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.282--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1335371798 [junit] [EL Finer]: 2024-04-30 17:54:14.282--ClientSession(1335371798)--Thread(Thread[main,5,main])--acquire unit of work: 1532832113 [junit] [EL Finest]: 2024-04-30 17:54:14.282--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.282--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.282--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7bbaa3cd) [junit] [EL Finest]: 2024-04-30 17:54:14.282--ServerSession(454071866)--Connection(1529790437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.283--ClientSession(1335371798)--Connection(1529790437)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.283--ClientSession(1335371798)--Connection(1529790437)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.283--ClientSession(1335371798)--Connection(1756545962)--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@5544ea96, [B@7bbbb64c, [B@42923ae8, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@65df014, 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@74bfba13, [B@52907b1e, [B@1865ede, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.284--ClientSession(1335371798)--Connection(1756545962)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.284--ServerSession(454071866)--Connection(1529790437)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.284--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.284--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.284--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.284--ClientSession(1335371798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.284--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.284--ClientSession(1335371798)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.284--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 51287115 [junit] [EL Finer]: 2024-04-30 17:54:14.284--ClientSession(51287115)--Thread(Thread[main,5,main])--acquire unit of work: 2103425043 [junit] [EL Finest]: 2024-04-30 17:54:14.284--UnitOfWork(2103425043)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.284--ServerSession(454071866)--Connection(944936158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.284--ServerSession(454071866)--Connection(944936158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.285--ServerSession(454071866)--Connection(1654944682)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.285--ServerSession(454071866)--Connection(944936158)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.29--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 795623488 [junit] [EL Finer]: 2024-04-30 17:54:14.29--ClientSession(795623488)--Thread(Thread[main,5,main])--acquire unit of work: 437950335 [junit] [EL Finest]: 2024-04-30 17:54:14.29--UnitOfWork(437950335)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_CHAR)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.29--ServerSession(454071866)--Connection(1230548207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.29--ServerSession(454071866)--Connection(1230548207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.29--ServerSession(454071866)--Connection(8834073)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_CHAR)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.29--ServerSession(454071866)--Connection(1230548207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.298--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 958999821 [junit] [EL Finer]: 2024-04-30 17:54:14.298--ClientSession(958999821)--Thread(Thread[main,5,main])--acquire unit of work: 1543382427 [junit] [EL Finest]: 2024-04-30 17:54:14.298--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.298--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.299--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@9cb9484) [junit] [EL Finest]: 2024-04-30 17:54:14.299--ServerSession(454071866)--Connection(943009836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.299--ClientSession(958999821)--Connection(943009836)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.299--ClientSession(958999821)--Connection(943009836)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.299--ClientSession(958999821)--Connection(1192089252)--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@2ef13ba2, [B@3fd4ca00, [B@45a13ace, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3c26a536, 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@1b2db53b, [B@230e894, [B@4e8bd556, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.3--ClientSession(958999821)--Connection(1192089252)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.3--ServerSession(454071866)--Connection(943009836)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.3--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.3--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.3--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.3--ClientSession(958999821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.3--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.3--ClientSession(958999821)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.3--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 608132930 [junit] [EL Finer]: 2024-04-30 17:54:14.3--ClientSession(608132930)--Thread(Thread[main,5,main])--acquire unit of work: 229508503 [junit] [EL Finest]: 2024-04-30 17:54:14.3--UnitOfWork(229508503)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.3--ServerSession(454071866)--Connection(1159822494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.3--ServerSession(454071866)--Connection(1159822494)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.301--ServerSession(454071866)--Connection(17045703)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.301--ServerSession(454071866)--Connection(1159822494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.302--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1736655004 [junit] [EL Finer]: 2024-04-30 17:54:14.302--ClientSession(1736655004)--Thread(Thread[main,5,main])--acquire unit of work: 770139496 [junit] [EL Finest]: 2024-04-30 17:54:14.302--UnitOfWork(770139496)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_LONG)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.302--ServerSession(454071866)--Connection(1113072690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.302--ServerSession(454071866)--Connection(1113072690)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.302--ServerSession(454071866)--Connection(1294294)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_LONG)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.302--ServerSession(454071866)--Connection(1113072690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.31--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1975075128 [junit] [EL Finer]: 2024-04-30 17:54:14.31--ClientSession(1975075128)--Thread(Thread[main,5,main])--acquire unit of work: 1151777215 [junit] [EL Finest]: 2024-04-30 17:54:14.31--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.31--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.31--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3495cc8d) [junit] [EL Finest]: 2024-04-30 17:54:14.31--ServerSession(454071866)--Connection(771860737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.31--ClientSession(1975075128)--Connection(771860737)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.31--ClientSession(1975075128)--Connection(771860737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.311--ClientSession(1975075128)--Connection(1445639249)--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@204f4880, [B@3a5b429, [B@c700c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@43783788, 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@19a97c2f, [B@378397cf, [B@546c1d23, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.311--ClientSession(1975075128)--Connection(1445639249)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.312--ServerSession(454071866)--Connection(771860737)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.312--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.312--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.312--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.312--ClientSession(1975075128)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.312--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.312--ClientSession(1975075128)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.312--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 454538699 [junit] [EL Finer]: 2024-04-30 17:54:14.312--ClientSession(454538699)--Thread(Thread[main,5,main])--acquire unit of work: 412881604 [junit] [EL Finest]: 2024-04-30 17:54:14.312--UnitOfWork(412881604)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.312--ServerSession(454071866)--Connection(465186402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.312--ServerSession(454071866)--Connection(465186402)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.312--ServerSession(454071866)--Connection(84075364)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.313--ServerSession(454071866)--Connection(465186402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.313--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 639368662 [junit] [EL Finer]: 2024-04-30 17:54:14.313--ClientSession(639368662)--Thread(Thread[main,5,main])--acquire unit of work: 920106850 [junit] [EL Finest]: 2024-04-30 17:54:14.313--UnitOfWork(920106850)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT STRING_VC FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.313--ServerSession(454071866)--Connection(423901468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.313--ServerSession(454071866)--Connection(423901468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.313--ServerSession(454071866)--Connection(1682143310)--Thread(Thread[main,5,main])--SELECT STRING_VC FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.314--ServerSession(454071866)--Connection(423901468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.321--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1365430180 [junit] [EL Finer]: 2024-04-30 17:54:14.321--ClientSession(1365430180)--Thread(Thread[main,5,main])--acquire unit of work: 850156769 [junit] [EL Finest]: 2024-04-30 17:54:14.321--UnitOfWork(850156769)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.321--UnitOfWork(850156769)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.322--UnitOfWork(850156769)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6473cf19) [junit] [EL Finest]: 2024-04-30 17:54:14.322--ServerSession(454071866)--Connection(1877141681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.322--ClientSession(1365430180)--Connection(1877141681)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.322--ClientSession(1365430180)--Connection(1877141681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.322--ClientSession(1365430180)--Connection(571568102)--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@3d255920, [B@457a8955, [B@35a40528, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@37263abc, 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@205d9921, [B@31fc8c5e, [B@2464520c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.323--ClientSession(1365430180)--Connection(571568102)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.323--ServerSession(454071866)--Connection(1877141681)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.323--UnitOfWork(850156769)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.323--UnitOfWork(850156769)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.323--UnitOfWork(850156769)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.323--ClientSession(1365430180)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.323--UnitOfWork(850156769)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.323--ClientSession(1365430180)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.323--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1039155377 [junit] [EL Finer]: 2024-04-30 17:54:14.323--ClientSession(1039155377)--Thread(Thread[main,5,main])--acquire unit of work: 339179190 [junit] [EL Finest]: 2024-04-30 17:54:14.323--UnitOfWork(339179190)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.323--ServerSession(454071866)--Connection(833328106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.323--ServerSession(454071866)--Connection(833328106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.323--ServerSession(454071866)--Connection(503968073)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.324--ServerSession(454071866)--Connection(833328106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.325--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 258361097 [junit] [EL Finer]: 2024-04-30 17:54:14.325--ClientSession(258361097)--Thread(Thread[main,5,main])--acquire unit of work: 56236537 [junit] [EL Finest]: 2024-04-30 17:54:14.325--UnitOfWork(56236537)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.325--ServerSession(454071866)--Connection(2090985529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.325--ServerSession(454071866)--Connection(2090985529)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.325--ServerSession(454071866)--Connection(126880238)--Thread(Thread[main,5,main])--SELECT AVG(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.325--ServerSession(454071866)--Connection(2090985529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.333--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 494822272 [junit] [EL Finer]: 2024-04-30 17:54:14.333--ClientSession(494822272)--Thread(Thread[main,5,main])--acquire unit of work: 1038998461 [junit] [EL Finest]: 2024-04-30 17:54:14.333--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.333--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.333--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7cc25917) [junit] [EL Finest]: 2024-04-30 17:54:14.333--ServerSession(454071866)--Connection(1047959406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.333--ClientSession(494822272)--Connection(1047959406)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.333--ClientSession(494822272)--Connection(1047959406)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.334--ClientSession(494822272)--Connection(1760543280)--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@76bf79a, [B@d2ccdfe, [B@4c612396, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@44b3c545, 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@1cbc3d6e, [B@7794503a, [B@32aca0cd, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.334--ClientSession(494822272)--Connection(1760543280)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.335--ServerSession(454071866)--Connection(1047959406)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.335--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.335--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.335--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.335--ClientSession(494822272)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.335--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.335--ClientSession(494822272)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.335--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 402139161 [junit] [EL Finer]: 2024-04-30 17:54:14.335--ClientSession(402139161)--Thread(Thread[main,5,main])--acquire unit of work: 17860244 [junit] [EL Finest]: 2024-04-30 17:54:14.335--UnitOfWork(17860244)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.335--ServerSession(454071866)--Connection(977690141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.335--ServerSession(454071866)--Connection(977690141)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.335--ServerSession(454071866)--Connection(1354366587)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.336--ServerSession(454071866)--Connection(977690141)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.337--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 629372839 [junit] [EL Finer]: 2024-04-30 17:54:14.337--ClientSession(629372839)--Thread(Thread[main,5,main])--acquire unit of work: 1571782634 [junit] [EL Finest]: 2024-04-30 17:54:14.337--UnitOfWork(1571782634)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_FLOAT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.337--ServerSession(454071866)--Connection(572351987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.337--ServerSession(454071866)--Connection(572351987)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.337--ServerSession(454071866)--Connection(1412836991)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_FLOAT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.337--ServerSession(454071866)--Connection(572351987)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.346--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1620795914 [junit] [EL Finer]: 2024-04-30 17:54:14.346--ClientSession(1620795914)--Thread(Thread[main,5,main])--acquire unit of work: 954023381 [junit] [EL Finest]: 2024-04-30 17:54:14.346--UnitOfWork(954023381)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.346--UnitOfWork(954023381)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.346--UnitOfWork(954023381)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@75ec71eb) [junit] [EL Finest]: 2024-04-30 17:54:14.346--ServerSession(454071866)--Connection(339063115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.346--ClientSession(1620795914)--Connection(339063115)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.346--ClientSession(1620795914)--Connection(339063115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.347--ClientSession(1620795914)--Connection(2080819693)--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@54ccb107, [B@6dcaed3c, [B@10ccf675, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@51901676, 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@60e5c1ca, [B@5afc73e7, [B@2d745993, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.348--ClientSession(1620795914)--Connection(2080819693)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.348--ServerSession(454071866)--Connection(339063115)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.348--UnitOfWork(954023381)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.348--UnitOfWork(954023381)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.348--UnitOfWork(954023381)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.348--ClientSession(1620795914)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.348--UnitOfWork(954023381)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.348--ClientSession(1620795914)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.348--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 72280819 [junit] [EL Finer]: 2024-04-30 17:54:14.348--ClientSession(72280819)--Thread(Thread[main,5,main])--acquire unit of work: 1322062390 [junit] [EL Finest]: 2024-04-30 17:54:14.348--UnitOfWork(1322062390)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.348--ServerSession(454071866)--Connection(1637893573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.348--ServerSession(454071866)--Connection(1637893573)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.348--ServerSession(454071866)--Connection(638112861)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.349--ServerSession(454071866)--Connection(1637893573)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.35--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 11257466 [junit] [EL Finer]: 2024-04-30 17:54:14.35--ClientSession(11257466)--Thread(Thread[main,5,main])--acquire unit of work: 1862665586 [junit] [EL Finest]: 2024-04-30 17:54:14.35--UnitOfWork(1862665586)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_SMALLINT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.35--ServerSession(454071866)--Connection(472173115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.35--ServerSession(454071866)--Connection(472173115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.35--ServerSession(454071866)--Connection(2141249850)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_SMALLINT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.35--ServerSession(454071866)--Connection(472173115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.359--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1007297538 [junit] [EL Finer]: 2024-04-30 17:54:14.359--ClientSession(1007297538)--Thread(Thread[main,5,main])--acquire unit of work: 779853905 [junit] [EL Finest]: 2024-04-30 17:54:14.359--UnitOfWork(779853905)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.359--UnitOfWork(779853905)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.359--UnitOfWork(779853905)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@76d4d6e3) [junit] [EL Finest]: 2024-04-30 17:54:14.359--ServerSession(454071866)--Connection(49610831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.359--ClientSession(1007297538)--Connection(49610831)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.359--ClientSession(1007297538)--Connection(49610831)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.359--ClientSession(1007297538)--Connection(1981510693)--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@5e1d2327, [B@7440b7d3, [B@7fbf5c22, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3926be0d, 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@e15b615, [B@7f9a762b, [B@7a417bb6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.36--ClientSession(1007297538)--Connection(1981510693)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.36--ServerSession(454071866)--Connection(49610831)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.36--UnitOfWork(779853905)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.36--UnitOfWork(779853905)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.361--UnitOfWork(779853905)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.361--ClientSession(1007297538)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.361--UnitOfWork(779853905)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.361--ClientSession(1007297538)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.361--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 142050837 [junit] [EL Finer]: 2024-04-30 17:54:14.361--ClientSession(142050837)--Thread(Thread[main,5,main])--acquire unit of work: 635466082 [junit] [EL Finest]: 2024-04-30 17:54:14.361--UnitOfWork(635466082)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.361--ServerSession(454071866)--Connection(516542090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.361--ServerSession(454071866)--Connection(516542090)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.361--ServerSession(454071866)--Connection(823010078)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.362--ServerSession(454071866)--Connection(516542090)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.362--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 239124849 [junit] [EL Finer]: 2024-04-30 17:54:14.362--ClientSession(239124849)--Thread(Thread[main,5,main])--acquire unit of work: 1514282533 [junit] [EL Finest]: 2024-04-30 17:54:14.362--UnitOfWork(1514282533)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(SQL_DATE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.362--ServerSession(454071866)--Connection(1423456203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.362--ServerSession(454071866)--Connection(1423456203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.362--ServerSession(454071866)--Connection(1874882244)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_DATE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.363--ServerSession(454071866)--Connection(1423456203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.371--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1414732647 [junit] [EL Finer]: 2024-04-30 17:54:14.371--ClientSession(1414732647)--Thread(Thread[main,5,main])--acquire unit of work: 681855928 [junit] [EL Finest]: 2024-04-30 17:54:14.371--UnitOfWork(681855928)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.371--UnitOfWork(681855928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.371--UnitOfWork(681855928)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@52e3b39b) [junit] [EL Finest]: 2024-04-30 17:54:14.371--ServerSession(454071866)--Connection(1778269260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.371--ClientSession(1414732647)--Connection(1778269260)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.371--ClientSession(1414732647)--Connection(1778269260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.372--ClientSession(1414732647)--Connection(1605761770)--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@5deb1292, [B@45ef593f, [B@4cf11591, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@ad43c8d, 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@faec0c7, [B@30b746ac, [B@742e80b6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.373--ClientSession(1414732647)--Connection(1605761770)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.373--ServerSession(454071866)--Connection(1778269260)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.373--UnitOfWork(681855928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.373--UnitOfWork(681855928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.373--UnitOfWork(681855928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.373--ClientSession(1414732647)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.373--UnitOfWork(681855928)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.373--ClientSession(1414732647)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.373--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 751243118 [junit] [EL Finer]: 2024-04-30 17:54:14.373--ClientSession(751243118)--Thread(Thread[main,5,main])--acquire unit of work: 1549124278 [junit] [EL Finest]: 2024-04-30 17:54:14.373--UnitOfWork(1549124278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.373--ServerSession(454071866)--Connection(1597705638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.373--ServerSession(454071866)--Connection(1597705638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.373--ServerSession(454071866)--Connection(328226829)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.374--ServerSession(454071866)--Connection(1597705638)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.375--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1050330431 [junit] [EL Finer]: 2024-04-30 17:54:14.375--ClientSession(1050330431)--Thread(Thread[main,5,main])--acquire unit of work: 1642080343 [junit] [EL Finest]: 2024-04-30 17:54:14.375--UnitOfWork(1642080343)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(SQL_TIME)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.375--ServerSession(454071866)--Connection(1767402693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.375--ServerSession(454071866)--Connection(1767402693)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.375--ServerSession(454071866)--Connection(1346137165)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_TIME)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.375--ServerSession(454071866)--Connection(1767402693)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.384--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1105000473 [junit] [EL Finer]: 2024-04-30 17:54:14.384--ClientSession(1105000473)--Thread(Thread[main,5,main])--acquire unit of work: 1182690754 [junit] [EL Finest]: 2024-04-30 17:54:14.384--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.384--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.384--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3041795b) [junit] [EL Finest]: 2024-04-30 17:54:14.384--ServerSession(454071866)--Connection(1775568781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.384--ClientSession(1105000473)--Connection(1775568781)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.384--ClientSession(1105000473)--Connection(1775568781)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.384--ClientSession(1105000473)--Connection(2018082190)--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@518b4d27, [B@10a3c1f4, [B@4fb4bccf, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2a22e0f3, 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@21cb62e5, [B@2fe9bb49, [B@45d128bf, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.385--ClientSession(1105000473)--Connection(2018082190)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.386--ServerSession(454071866)--Connection(1775568781)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.386--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.386--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.386--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.386--ClientSession(1105000473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.386--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.386--ClientSession(1105000473)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.386--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 744914103 [junit] [EL Finer]: 2024-04-30 17:54:14.386--ClientSession(744914103)--Thread(Thread[main,5,main])--acquire unit of work: 527483320 [junit] [EL Finest]: 2024-04-30 17:54:14.386--UnitOfWork(527483320)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.386--ServerSession(454071866)--Connection(1656993994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.386--ServerSession(454071866)--Connection(1656993994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.386--ServerSession(454071866)--Connection(1942675585)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.387--ServerSession(454071866)--Connection(1656993994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.387--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 425686136 [junit] [EL Finer]: 2024-04-30 17:54:14.387--ClientSession(425686136)--Thread(Thread[main,5,main])--acquire unit of work: 621669070 [junit] [EL Finest]: 2024-04-30 17:54:14.387--UnitOfWork(621669070)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.387--ServerSession(454071866)--Connection(81755787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.387--ServerSession(454071866)--Connection(81755787)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.387--ServerSession(454071866)--Connection(2055353324)--Thread(Thread[main,5,main])--SELECT MAX(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.388--ServerSession(454071866)--Connection(81755787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.397--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1185938143 [junit] [EL Finer]: 2024-04-30 17:54:14.397--ClientSession(1185938143)--Thread(Thread[main,5,main])--acquire unit of work: 1038854542 [junit] [EL Finest]: 2024-04-30 17:54:14.397--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.397--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.397--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2681c9a) [junit] [EL Finest]: 2024-04-30 17:54:14.397--ServerSession(454071866)--Connection(1528808947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.397--ClientSession(1185938143)--Connection(1528808947)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.398--ClientSession(1185938143)--Connection(1528808947)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.398--ClientSession(1185938143)--Connection(266170501)--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@66452ea7, [B@43d05fc1, [B@3d7081f4, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@73171817, 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@3ce820c4, [B@7d075ecf, [B@44411fba, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.399--ClientSession(1185938143)--Connection(266170501)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.399--ServerSession(454071866)--Connection(1528808947)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.399--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.399--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.399--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.399--ClientSession(1185938143)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.399--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.399--ClientSession(1185938143)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.399--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2030580672 [junit] [EL Finer]: 2024-04-30 17:54:14.399--ClientSession(2030580672)--Thread(Thread[main,5,main])--acquire unit of work: 490024252 [junit] [EL Finest]: 2024-04-30 17:54:14.399--UnitOfWork(490024252)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.4--ServerSession(454071866)--Connection(461394559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.4--ServerSession(454071866)--Connection(461394559)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.4--ServerSession(454071866)--Connection(1816104835)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.4--ServerSession(454071866)--Connection(461394559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.401--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 401077408 [junit] [EL Finer]: 2024-04-30 17:54:14.401--ClientSession(401077408)--Thread(Thread[main,5,main])--acquire unit of work: 1022290506 [junit] [EL Finest]: 2024-04-30 17:54:14.401--UnitOfWork(1022290506)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WBA_BINARY FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.401--ServerSession(454071866)--Connection(1044572884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.401--ServerSession(454071866)--Connection(1044572884)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.401--ServerSession(454071866)--Connection(520693151)--Thread(Thread[main,5,main])--SELECT WBA_BINARY FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.401--ServerSession(454071866)--Connection(1044572884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.41--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1893605848 [junit] [EL Finer]: 2024-04-30 17:54:14.41--ClientSession(1893605848)--Thread(Thread[main,5,main])--acquire unit of work: 1810206328 [junit] [EL Finest]: 2024-04-30 17:54:14.41--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.41--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.41--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@39f38c92) [junit] [EL Finest]: 2024-04-30 17:54:14.41--ServerSession(454071866)--Connection(143348611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.41--ClientSession(1893605848)--Connection(143348611)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.41--ClientSession(1893605848)--Connection(143348611)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.41--ClientSession(1893605848)--Connection(550411548)--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@30f428f6, [B@62317220, [B@79a5db78, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5321ea0d, 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@4203cb07, [B@2bca0115, [B@7ce3710f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.411--ClientSession(1893605848)--Connection(550411548)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.411--ServerSession(454071866)--Connection(143348611)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.411--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.411--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.412--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.412--ClientSession(1893605848)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.412--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.412--ClientSession(1893605848)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.412--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1627141932 [junit] [EL Finer]: 2024-04-30 17:54:14.412--ClientSession(1627141932)--Thread(Thread[main,5,main])--acquire unit of work: 873357394 [junit] [EL Finest]: 2024-04-30 17:54:14.412--UnitOfWork(873357394)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.412--ServerSession(454071866)--Connection(25008523)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.412--ServerSession(454071866)--Connection(25008523)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.412--ServerSession(454071866)--Connection(69644805)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.412--ServerSession(454071866)--Connection(25008523)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.413--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 946534009 [junit] [EL Finer]: 2024-04-30 17:54:14.413--ClientSession(946534009)--Thread(Thread[main,5,main])--acquire unit of work: 929102954 [junit] [EL Finest]: 2024-04-30 17:54:14.413--UnitOfWork(929102954)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.413--ServerSession(454071866)--Connection(468682625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.413--ServerSession(454071866)--Connection(468682625)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.413--ServerSession(454071866)--Connection(1004707013)--Thread(Thread[main,5,main])--SELECT MAX(P_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.414--ServerSession(454071866)--Connection(468682625)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.422--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 754493739 [junit] [EL Finer]: 2024-04-30 17:54:14.422--ClientSession(754493739)--Thread(Thread[main,5,main])--acquire unit of work: 1539048406 [junit] [EL Finest]: 2024-04-30 17:54:14.422--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.422--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.422--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5486bda) [junit] [EL Finest]: 2024-04-30 17:54:14.422--ServerSession(454071866)--Connection(1997650905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.422--ClientSession(754493739)--Connection(1997650905)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.422--ClientSession(754493739)--Connection(1997650905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.422--ClientSession(754493739)--Connection(1191029427)--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@5b863697, [B@2133814d, [B@28906b71, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6287533d, 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@8dff374, [B@355b32cb, [B@1e3b1cf2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.423--ClientSession(754493739)--Connection(1191029427)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.424--ServerSession(454071866)--Connection(1997650905)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.424--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.424--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.424--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.424--ClientSession(754493739)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.424--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.424--ClientSession(754493739)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.424--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 460676880 [junit] [EL Finer]: 2024-04-30 17:54:14.424--ClientSession(460676880)--Thread(Thread[main,5,main])--acquire unit of work: 813094655 [junit] [EL Finest]: 2024-04-30 17:54:14.424--UnitOfWork(813094655)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.424--ServerSession(454071866)--Connection(1951816023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.424--ServerSession(454071866)--Connection(1951816023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.424--ServerSession(454071866)--Connection(1371181698)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.425--ServerSession(454071866)--Connection(1951816023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.425--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 778196220 [junit] [EL Finer]: 2024-04-30 17:54:14.425--ClientSession(778196220)--Thread(Thread[main,5,main])--acquire unit of work: 812215348 [junit] [EL Finest]: 2024-04-30 17:54:14.425--UnitOfWork(812215348)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.425--ServerSession(454071866)--Connection(1844691908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.425--ServerSession(454071866)--Connection(1844691908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.426--ServerSession(454071866)--Connection(833526645)--Thread(Thread[main,5,main])--SELECT MAX(P_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.426--ServerSession(454071866)--Connection(1844691908)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.434--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1082818392 [junit] [EL Finer]: 2024-04-30 17:54:14.434--ClientSession(1082818392)--Thread(Thread[main,5,main])--acquire unit of work: 1913646333 [junit] [EL Finest]: 2024-04-30 17:54:14.434--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.434--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.434--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2536e59f) [junit] [EL Finest]: 2024-04-30 17:54:14.434--ServerSession(454071866)--Connection(1660303028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.434--ClientSession(1082818392)--Connection(1660303028)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.434--ClientSession(1082818392)--Connection(1660303028)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.435--ClientSession(1082818392)--Connection(761047793)--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@236b02de, [B@70fbc391, [B@52d2053, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@22f28cd1, 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@597417a3, [B@773db057, [B@1bfe395b, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.436--ClientSession(1082818392)--Connection(761047793)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.436--ServerSession(454071866)--Connection(1660303028)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.436--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.436--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.436--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.436--ClientSession(1082818392)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.436--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.436--ClientSession(1082818392)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.436--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 605489223 [junit] [EL Finer]: 2024-04-30 17:54:14.436--ClientSession(605489223)--Thread(Thread[main,5,main])--acquire unit of work: 1825842454 [junit] [EL Finest]: 2024-04-30 17:54:14.436--UnitOfWork(1825842454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.436--ServerSession(454071866)--Connection(1530970787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.436--ServerSession(454071866)--Connection(1530970787)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.436--ServerSession(454071866)--Connection(1529398539)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.437--ServerSession(454071866)--Connection(1530970787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.438--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1240259528 [junit] [EL Finer]: 2024-04-30 17:54:14.438--ClientSession(1240259528)--Thread(Thread[main,5,main])--acquire unit of work: 182111900 [junit] [EL Finest]: 2024-04-30 17:54:14.438--UnitOfWork(182111900)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.438--ServerSession(454071866)--Connection(609706599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.438--ServerSession(454071866)--Connection(609706599)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.438--ServerSession(454071866)--Connection(748704536)--Thread(Thread[main,5,main])--SELECT AVG(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.438--ServerSession(454071866)--Connection(609706599)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.447--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 36507743 [junit] [EL Finer]: 2024-04-30 17:54:14.447--ClientSession(36507743)--Thread(Thread[main,5,main])--acquire unit of work: 641599663 [junit] [EL Finest]: 2024-04-30 17:54:14.447--UnitOfWork(641599663)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.447--UnitOfWork(641599663)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.447--UnitOfWork(641599663)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@459fd4ac) [junit] [EL Finest]: 2024-04-30 17:54:14.447--ServerSession(454071866)--Connection(1474995643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.447--ClientSession(36507743)--Connection(1474995643)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.447--ClientSession(36507743)--Connection(1474995643)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.448--ClientSession(36507743)--Connection(719081615)--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@788602f5, [B@7ac3b723, [B@461cb79e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4d04ce06, 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@5ddecf9, [B@624029ce, [B@4143c25f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.448--ClientSession(36507743)--Connection(719081615)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.449--ServerSession(454071866)--Connection(1474995643)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.449--UnitOfWork(641599663)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.449--UnitOfWork(641599663)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.449--UnitOfWork(641599663)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.449--ClientSession(36507743)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.449--UnitOfWork(641599663)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.449--ClientSession(36507743)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.449--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2096102294 [junit] [EL Finer]: 2024-04-30 17:54:14.449--ClientSession(2096102294)--Thread(Thread[main,5,main])--acquire unit of work: 880776364 [junit] [EL Finest]: 2024-04-30 17:54:14.449--UnitOfWork(880776364)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.449--ServerSession(454071866)--Connection(302859689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.449--ServerSession(454071866)--Connection(302859689)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.449--ServerSession(454071866)--Connection(1038609947)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.45--ServerSession(454071866)--Connection(302859689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.45--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2050097760 [junit] [EL Finer]: 2024-04-30 17:54:14.45--ClientSession(2050097760)--Thread(Thread[main,5,main])--acquire unit of work: 1096893009 [junit] [EL Finest]: 2024-04-30 17:54:14.45--UnitOfWork(1096893009)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.451--ServerSession(454071866)--Connection(1856088443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.451--ServerSession(454071866)--Connection(1856088443)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.451--ServerSession(454071866)--Connection(1010528439)--Thread(Thread[main,5,main])--SELECT PBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.451--ServerSession(454071866)--Connection(1856088443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.46--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 421004803 [junit] [EL Finer]: 2024-04-30 17:54:14.46--ClientSession(421004803)--Thread(Thread[main,5,main])--acquire unit of work: 1293849510 [junit] [EL Finest]: 2024-04-30 17:54:14.46--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.46--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.46--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17b425dd) [junit] [EL Finest]: 2024-04-30 17:54:14.46--ServerSession(454071866)--Connection(999095938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.46--ClientSession(421004803)--Connection(999095938)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.46--ClientSession(421004803)--Connection(999095938)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.46--ClientSession(421004803)--Connection(1463127603)--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@384d0737, [B@64e99652, [B@50a48a40, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@302b717a, 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@600fbcf7, [B@48fceda2, [B@3cfe8877, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.461--ClientSession(421004803)--Connection(1463127603)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.461--ServerSession(454071866)--Connection(999095938)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.462--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.462--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.462--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.462--ClientSession(421004803)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.462--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.462--ClientSession(421004803)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.462--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 755731657 [junit] [EL Finer]: 2024-04-30 17:54:14.462--ClientSession(755731657)--Thread(Thread[main,5,main])--acquire unit of work: 1454689101 [junit] [EL Finest]: 2024-04-30 17:54:14.462--UnitOfWork(1454689101)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.462--ServerSession(454071866)--Connection(528226533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.462--ServerSession(454071866)--Connection(528226533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.462--ServerSession(454071866)--Connection(184420654)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.463--ServerSession(454071866)--Connection(528226533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.463--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1747172279 [junit] [EL Finer]: 2024-04-30 17:54:14.463--ClientSession(1747172279)--Thread(Thread[main,5,main])--acquire unit of work: 198828923 [junit] [EL Finest]: 2024-04-30 17:54:14.463--UnitOfWork(198828923)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.464--ServerSession(454071866)--Connection(1990991088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.464--ServerSession(454071866)--Connection(1990991088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.464--ServerSession(454071866)--Connection(2106244696)--Thread(Thread[main,5,main])--SELECT AVG(P_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.464--ServerSession(454071866)--Connection(1990991088)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.473--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1921677196 [junit] [EL Finer]: 2024-04-30 17:54:14.473--ClientSession(1921677196)--Thread(Thread[main,5,main])--acquire unit of work: 1894465060 [junit] [EL Finest]: 2024-04-30 17:54:14.473--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.473--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.473--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@13d4bf8) [junit] [EL Finest]: 2024-04-30 17:54:14.473--ServerSession(454071866)--Connection(699302992)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.473--ClientSession(1921677196)--Connection(699302992)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.473--ClientSession(1921677196)--Connection(699302992)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.474--ClientSession(1921677196)--Connection(563680383)--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@2e4ebad5, [B@739f3748, [B@1fc47319, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@577981ca, 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@cba01e2, [B@615524a, [B@3a75a52a, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.475--ClientSession(1921677196)--Connection(563680383)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.475--ServerSession(454071866)--Connection(699302992)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.475--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.475--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.475--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.475--ClientSession(1921677196)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.475--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.475--ClientSession(1921677196)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.475--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1175494077 [junit] [EL Finer]: 2024-04-30 17:54:14.475--ClientSession(1175494077)--Thread(Thread[main,5,main])--acquire unit of work: 801330156 [junit] [EL Finest]: 2024-04-30 17:54:14.475--UnitOfWork(801330156)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.475--ServerSession(454071866)--Connection(1475235815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.475--ServerSession(454071866)--Connection(1475235815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.476--ServerSession(454071866)--Connection(1607404085)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.476--ServerSession(454071866)--Connection(1475235815)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.477--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 604805970 [junit] [EL Finer]: 2024-04-30 17:54:14.477--ClientSession(604805970)--Thread(Thread[main,5,main])--acquire unit of work: 1980576344 [junit] [EL Finest]: 2024-04-30 17:54:14.477--UnitOfWork(1980576344)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_SHORT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.477--ServerSession(454071866)--Connection(1012472328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.477--ServerSession(454071866)--Connection(1012472328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.477--ServerSession(454071866)--Connection(1937138249)--Thread(Thread[main,5,main])--SELECT AVG(P_SHORT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.477--ServerSession(454071866)--Connection(1012472328)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.486--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 414796038 [junit] [EL Finer]: 2024-04-30 17:54:14.486--ClientSession(414796038)--Thread(Thread[main,5,main])--acquire unit of work: 786751534 [junit] [EL Finest]: 2024-04-30 17:54:14.486--UnitOfWork(786751534)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.486--UnitOfWork(786751534)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.486--UnitOfWork(786751534)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fbca40) [junit] [EL Finest]: 2024-04-30 17:54:14.486--ServerSession(454071866)--Connection(1712756332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.487--ClientSession(414796038)--Connection(1712756332)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.487--ClientSession(414796038)--Connection(1712756332)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.487--ClientSession(414796038)--Connection(1916468236)--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@29e456f1, [B@7b931057, [B@43a9725a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3a524163, 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@318adb06, [B@527864c8, [B@5a4be77f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.488--ClientSession(414796038)--Connection(1916468236)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.488--ServerSession(454071866)--Connection(1712756332)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.488--UnitOfWork(786751534)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.488--UnitOfWork(786751534)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.489--UnitOfWork(786751534)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.489--ClientSession(414796038)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.489--UnitOfWork(786751534)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.489--ClientSession(414796038)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.489--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 28658691 [junit] [EL Finer]: 2024-04-30 17:54:14.489--ClientSession(28658691)--Thread(Thread[main,5,main])--acquire unit of work: 608832165 [junit] [EL Finest]: 2024-04-30 17:54:14.489--UnitOfWork(608832165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.489--ServerSession(454071866)--Connection(1266137057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.489--ServerSession(454071866)--Connection(1266137057)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.489--ServerSession(454071866)--Connection(1311578639)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.49--ServerSession(454071866)--Connection(1266137057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.491--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 837784224 [junit] [EL Finer]: 2024-04-30 17:54:14.491--ClientSession(837784224)--Thread(Thread[main,5,main])--acquire unit of work: 1309300691 [junit] [EL Finest]: 2024-04-30 17:54:14.491--UnitOfWork(1309300691)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_INT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.491--ServerSession(454071866)--Connection(1833761170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.491--ServerSession(454071866)--Connection(1833761170)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.491--ServerSession(454071866)--Connection(87378521)--Thread(Thread[main,5,main])--SELECT AVG(P_INT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.491--ServerSession(454071866)--Connection(1833761170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.5--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1911082416 [junit] [EL Finer]: 2024-04-30 17:54:14.5--ClientSession(1911082416)--Thread(Thread[main,5,main])--acquire unit of work: 748785034 [junit] [EL Finest]: 2024-04-30 17:54:14.5--UnitOfWork(748785034)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.5--UnitOfWork(748785034)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.5--UnitOfWork(748785034)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e0fec17) [junit] [EL Finest]: 2024-04-30 17:54:14.5--ServerSession(454071866)--Connection(1180649970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.501--ClientSession(1911082416)--Connection(1180649970)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.501--ClientSession(1911082416)--Connection(1180649970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.501--ClientSession(1911082416)--Connection(1083543866)--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@2a85fbb7, [B@16a927cc, [B@6264bd46, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@360ba44f, 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@33d6b97a, [B@6c9e7f8b, [B@2bd771d3, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.502--ClientSession(1911082416)--Connection(1083543866)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.502--ServerSession(454071866)--Connection(1180649970)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.502--UnitOfWork(748785034)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.502--UnitOfWork(748785034)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.502--UnitOfWork(748785034)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.502--ClientSession(1911082416)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.502--UnitOfWork(748785034)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.502--ClientSession(1911082416)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.502--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1228544850 [junit] [EL Finer]: 2024-04-30 17:54:14.503--ClientSession(1228544850)--Thread(Thread[main,5,main])--acquire unit of work: 625626894 [junit] [EL Finest]: 2024-04-30 17:54:14.503--UnitOfWork(625626894)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.503--ServerSession(454071866)--Connection(345770425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.503--ServerSession(454071866)--Connection(345770425)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.503--ServerSession(454071866)--Connection(1344928508)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.503--ServerSession(454071866)--Connection(345770425)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.504--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2032782987 [junit] [EL Finer]: 2024-04-30 17:54:14.504--ClientSession(2032782987)--Thread(Thread[main,5,main])--acquire unit of work: 884289676 [junit] [EL Finest]: 2024-04-30 17:54:14.504--UnitOfWork(884289676)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_FLOAT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.504--ServerSession(454071866)--Connection(386639443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.504--ServerSession(454071866)--Connection(386639443)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.504--ServerSession(454071866)--Connection(2132926962)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_FLOAT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.505--ServerSession(454071866)--Connection(386639443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.513--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1875516542 [junit] [EL Finer]: 2024-04-30 17:54:14.513--ClientSession(1875516542)--Thread(Thread[main,5,main])--acquire unit of work: 2125996017 [junit] [EL Finest]: 2024-04-30 17:54:14.513--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.513--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.513--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@11de3445) [junit] [EL Finest]: 2024-04-30 17:54:14.513--ServerSession(454071866)--Connection(325175893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.513--ClientSession(1875516542)--Connection(325175893)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.513--ClientSession(1875516542)--Connection(325175893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.514--ClientSession(1875516542)--Connection(2141462925)--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@59b5138e, [B@441b598f, [B@292cfba3, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@472bc276, 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@3673807e, [B@283a701e, [B@66857759, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.515--ClientSession(1875516542)--Connection(2141462925)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.515--ServerSession(454071866)--Connection(325175893)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.515--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.515--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.515--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.515--ClientSession(1875516542)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.515--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.515--ClientSession(1875516542)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.515--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1666026359 [junit] [EL Finer]: 2024-04-30 17:54:14.515--ClientSession(1666026359)--Thread(Thread[main,5,main])--acquire unit of work: 1027307226 [junit] [EL Finest]: 2024-04-30 17:54:14.515--UnitOfWork(1027307226)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.515--ServerSession(454071866)--Connection(420641420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.515--ServerSession(454071866)--Connection(420641420)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.515--ServerSession(454071866)--Connection(1326029526)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.516--ServerSession(454071866)--Connection(420641420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.517--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1948220220 [junit] [EL Finer]: 2024-04-30 17:54:14.517--ClientSession(1948220220)--Thread(Thread[main,5,main])--acquire unit of work: 1941504484 [junit] [EL Finest]: 2024-04-30 17:54:14.517--UnitOfWork(1941504484)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_CHARACTER FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.517--ServerSession(454071866)--Connection(1125675090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.517--ServerSession(454071866)--Connection(1125675090)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.517--ServerSession(454071866)--Connection(1017648023)--Thread(Thread[main,5,main])--SELECT W_CHARACTER FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.517--ServerSession(454071866)--Connection(1125675090)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.525--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1958620545 [junit] [EL Finer]: 2024-04-30 17:54:14.525--ClientSession(1958620545)--Thread(Thread[main,5,main])--acquire unit of work: 1303084738 [junit] [EL Finest]: 2024-04-30 17:54:14.526--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.526--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.526--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@23e9f343) [junit] [EL Finest]: 2024-04-30 17:54:14.526--ServerSession(454071866)--Connection(468210629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.526--ClientSession(1958620545)--Connection(468210629)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.526--ClientSession(1958620545)--Connection(468210629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.526--ClientSession(1958620545)--Connection(1041381648)--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@25de39e, [B@5b72fe6b, [B@4ddf9dd2, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4b35d2db, 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@26199930, [B@6ad4aa3e, [B@5bd48bbb, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.527--ClientSession(1958620545)--Connection(1041381648)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.527--ServerSession(454071866)--Connection(468210629)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.527--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.527--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.527--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.527--ClientSession(1958620545)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.527--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.528--ClientSession(1958620545)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.528--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1687481230 [junit] [EL Finer]: 2024-04-30 17:54:14.528--ClientSession(1687481230)--Thread(Thread[main,5,main])--acquire unit of work: 1264686261 [junit] [EL Finest]: 2024-04-30 17:54:14.528--UnitOfWork(1264686261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.528--ServerSession(454071866)--Connection(1483023645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.528--ServerSession(454071866)--Connection(1483023645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.528--ServerSession(454071866)--Connection(1386032745)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.528--ServerSession(454071866)--Connection(1483023645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.529--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 934242577 [junit] [EL Finer]: 2024-04-30 17:54:14.529--ClientSession(934242577)--Thread(Thread[main,5,main])--acquire unit of work: 1522954982 [junit] [EL Finest]: 2024-04-30 17:54:14.529--UnitOfWork(1522954982)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_SHORT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.529--ServerSession(454071866)--Connection(826116515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.529--ServerSession(454071866)--Connection(826116515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.529--ServerSession(454071866)--Connection(1228788437)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_SHORT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.529--ServerSession(454071866)--Connection(826116515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.538--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 378529084 [junit] [EL Finer]: 2024-04-30 17:54:14.538--ClientSession(378529084)--Thread(Thread[main,5,main])--acquire unit of work: 625099826 [junit] [EL Finest]: 2024-04-30 17:54:14.538--UnitOfWork(625099826)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.538--UnitOfWork(625099826)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.538--UnitOfWork(625099826)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3f867060) [junit] [EL Finest]: 2024-04-30 17:54:14.538--ServerSession(454071866)--Connection(2130176599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.538--ClientSession(378529084)--Connection(2130176599)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.538--ClientSession(378529084)--Connection(2130176599)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.538--ClientSession(378529084)--Connection(28373941)--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@101bd174, [B@51ff3472, [B@29c2418, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@16508af6, 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@588e6939, [B@70fa9afe, [B@1325cc1d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.539--ClientSession(378529084)--Connection(28373941)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.54--ServerSession(454071866)--Connection(2130176599)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.54--UnitOfWork(625099826)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.54--UnitOfWork(625099826)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.54--UnitOfWork(625099826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.54--ClientSession(378529084)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.54--UnitOfWork(625099826)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.54--ClientSession(378529084)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.54--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 867022631 [junit] [EL Finer]: 2024-04-30 17:54:14.54--ClientSession(867022631)--Thread(Thread[main,5,main])--acquire unit of work: 898025404 [junit] [EL Finest]: 2024-04-30 17:54:14.54--UnitOfWork(898025404)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.54--ServerSession(454071866)--Connection(2075977802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.54--ServerSession(454071866)--Connection(2075977802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.54--ServerSession(454071866)--Connection(1534556942)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.541--ServerSession(454071866)--Connection(2075977802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.541--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 841095783 [junit] [EL Finer]: 2024-04-30 17:54:14.541--ClientSession(841095783)--Thread(Thread[main,5,main])--acquire unit of work: 1311330917 [junit] [EL Finest]: 2024-04-30 17:54:14.541--UnitOfWork(1311330917)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_DOUBLE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.542--ServerSession(454071866)--Connection(463748041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.542--ServerSession(454071866)--Connection(463748041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.542--ServerSession(454071866)--Connection(1100586646)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_DOUBLE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.542--ServerSession(454071866)--Connection(463748041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.55--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1356121308 [junit] [EL Finer]: 2024-04-30 17:54:14.55--ClientSession(1356121308)--Thread(Thread[main,5,main])--acquire unit of work: 1635806819 [junit] [EL Finest]: 2024-04-30 17:54:14.55--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.55--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.55--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@227be37c) [junit] [EL Finest]: 2024-04-30 17:54:14.55--ServerSession(454071866)--Connection(768894207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.55--ClientSession(1356121308)--Connection(768894207)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.55--ClientSession(1356121308)--Connection(768894207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.551--ClientSession(1356121308)--Connection(597677551)--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@6c9dc2b0, [B@6260a040, [B@267bf28, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@74bf3795, 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@76b5f3f0, [B@11b02fc6, [B@2e115c27, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.552--ClientSession(1356121308)--Connection(597677551)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.552--ServerSession(454071866)--Connection(768894207)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.552--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.552--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.552--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.552--ClientSession(1356121308)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.552--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.552--ClientSession(1356121308)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.552--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1323749278 [junit] [EL Finer]: 2024-04-30 17:54:14.552--ClientSession(1323749278)--Thread(Thread[main,5,main])--acquire unit of work: 319511296 [junit] [EL Finest]: 2024-04-30 17:54:14.552--UnitOfWork(319511296)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.552--ServerSession(454071866)--Connection(230266126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.552--ServerSession(454071866)--Connection(230266126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.552--ServerSession(454071866)--Connection(1976011948)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.553--ServerSession(454071866)--Connection(230266126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.554--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1858379850 [junit] [EL Finer]: 2024-04-30 17:54:14.554--ClientSession(1858379850)--Thread(Thread[main,5,main])--acquire unit of work: 1583266684 [junit] [EL Finest]: 2024-04-30 17:54:14.554--UnitOfWork(1583266684)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.554--ServerSession(454071866)--Connection(419560010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.554--ServerSession(454071866)--Connection(419560010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.554--ServerSession(454071866)--Connection(1129788610)--Thread(Thread[main,5,main])--SELECT AVG(W_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.554--ServerSession(454071866)--Connection(419560010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.562--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1329228768 [junit] [EL Finer]: 2024-04-30 17:54:14.562--ClientSession(1329228768)--Thread(Thread[main,5,main])--acquire unit of work: 392721055 [junit] [EL Finest]: 2024-04-30 17:54:14.562--UnitOfWork(392721055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.562--UnitOfWork(392721055)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.562--UnitOfWork(392721055)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@12301879) [junit] [EL Finest]: 2024-04-30 17:54:14.562--ServerSession(454071866)--Connection(914738547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.562--ClientSession(1329228768)--Connection(914738547)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.562--ClientSession(1329228768)--Connection(914738547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.563--ClientSession(1329228768)--Connection(1388655426)--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@3c49bb0a, [B@24bf07a5, [B@2b70ce89, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3f3a57ff, 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@4eda3af9, [B@12848ea8, [B@3f2d0ef7, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.564--ClientSession(1329228768)--Connection(1388655426)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.564--ServerSession(454071866)--Connection(914738547)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.564--UnitOfWork(392721055)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.564--UnitOfWork(392721055)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.564--UnitOfWork(392721055)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.564--ClientSession(1329228768)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.564--UnitOfWork(392721055)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.564--ClientSession(1329228768)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.564--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 748487662 [junit] [EL Finer]: 2024-04-30 17:54:14.564--ClientSession(748487662)--Thread(Thread[main,5,main])--acquire unit of work: 1463384604 [junit] [EL Finest]: 2024-04-30 17:54:14.564--UnitOfWork(1463384604)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.564--ServerSession(454071866)--Connection(606951860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.564--ServerSession(454071866)--Connection(606951860)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.564--ServerSession(454071866)--Connection(1489453924)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.565--ServerSession(454071866)--Connection(606951860)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.566--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1770159896 [junit] [EL Finer]: 2024-04-30 17:54:14.566--ClientSession(1770159896)--Thread(Thread[main,5,main])--acquire unit of work: 1141187012 [junit] [EL Finest]: 2024-04-30 17:54:14.566--UnitOfWork(1141187012)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_BYTE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.566--ServerSession(454071866)--Connection(1216439332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.566--ServerSession(454071866)--Connection(1216439332)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.566--ServerSession(454071866)--Connection(211325959)--Thread(Thread[main,5,main])--SELECT SUM(W_BYTE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.566--ServerSession(454071866)--Connection(1216439332)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.574--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 275590290 [junit] [EL Finer]: 2024-04-30 17:54:14.574--ClientSession(275590290)--Thread(Thread[main,5,main])--acquire unit of work: 616628068 [junit] [EL Finest]: 2024-04-30 17:54:14.574--UnitOfWork(616628068)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.574--UnitOfWork(616628068)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.574--UnitOfWork(616628068)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4d7648a5) [junit] [EL Finest]: 2024-04-30 17:54:14.574--ServerSession(454071866)--Connection(28806372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.574--ClientSession(275590290)--Connection(28806372)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.574--ClientSession(275590290)--Connection(28806372)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.575--ClientSession(275590290)--Connection(1835874324)--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@1c536321, [B@21be0ce3, [B@780bc48d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3c53a002, 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@3b1e96c2, [B@6a964c56, [B@4c1fd225, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.575--ClientSession(275590290)--Connection(1835874324)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.576--ServerSession(454071866)--Connection(28806372)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.576--UnitOfWork(616628068)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.576--UnitOfWork(616628068)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.576--UnitOfWork(616628068)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.576--ClientSession(275590290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.576--UnitOfWork(616628068)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.576--ClientSession(275590290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.576--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1209691293 [junit] [EL Finer]: 2024-04-30 17:54:14.576--ClientSession(1209691293)--Thread(Thread[main,5,main])--acquire unit of work: 1286815762 [junit] [EL Finest]: 2024-04-30 17:54:14.576--UnitOfWork(1286815762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.576--ServerSession(454071866)--Connection(1049952138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.576--ServerSession(454071866)--Connection(1049952138)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.576--ServerSession(454071866)--Connection(1950372217)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.577--ServerSession(454071866)--Connection(1049952138)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.578--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 46465915 [junit] [EL Finer]: 2024-04-30 17:54:14.578--ClientSession(46465915)--Thread(Thread[main,5,main])--acquire unit of work: 31142168 [junit] [EL Finest]: 2024-04-30 17:54:14.578--UnitOfWork(31142168)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.578--ServerSession(454071866)--Connection(366773437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.578--ServerSession(454071866)--Connection(366773437)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.578--ServerSession(454071866)--Connection(1035457420)--Thread(Thread[main,5,main])--SELECT SUM(W_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.578--ServerSession(454071866)--Connection(366773437)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.586--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1038639700 [junit] [EL Finer]: 2024-04-30 17:54:14.586--ClientSession(1038639700)--Thread(Thread[main,5,main])--acquire unit of work: 875441010 [junit] [EL Finest]: 2024-04-30 17:54:14.586--UnitOfWork(875441010)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.586--UnitOfWork(875441010)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.586--UnitOfWork(875441010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3866c045) [junit] [EL Finest]: 2024-04-30 17:54:14.586--ServerSession(454071866)--Connection(2138453943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.586--ClientSession(1038639700)--Connection(2138453943)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.586--ClientSession(1038639700)--Connection(2138453943)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.587--ClientSession(1038639700)--Connection(109892426)--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@25b78608, [B@6b32c686, [B@66cd5f16, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@315dd1ef, 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@2843960a, [B@55b87372, [B@5981a33c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.588--ClientSession(1038639700)--Connection(109892426)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.588--ServerSession(454071866)--Connection(2138453943)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.588--UnitOfWork(875441010)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.588--UnitOfWork(875441010)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.588--UnitOfWork(875441010)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.588--ClientSession(1038639700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.588--UnitOfWork(875441010)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.588--ClientSession(1038639700)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.588--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1890778991 [junit] [EL Finer]: 2024-04-30 17:54:14.588--ClientSession(1890778991)--Thread(Thread[main,5,main])--acquire unit of work: 272921776 [junit] [EL Finest]: 2024-04-30 17:54:14.588--UnitOfWork(272921776)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.588--ServerSession(454071866)--Connection(2102411681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.588--ServerSession(454071866)--Connection(2102411681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.588--ServerSession(454071866)--Connection(687832156)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.589--ServerSession(454071866)--Connection(2102411681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.589--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1411350942 [junit] [EL Finer]: 2024-04-30 17:54:14.59--ClientSession(1411350942)--Thread(Thread[main,5,main])--acquire unit of work: 1258661429 [junit] [EL Finest]: 2024-04-30 17:54:14.59--UnitOfWork(1258661429)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_BYTE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.59--ServerSession(454071866)--Connection(1740947465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.59--ServerSession(454071866)--Connection(1740947465)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.59--ServerSession(454071866)--Connection(644258115)--Thread(Thread[main,5,main])--SELECT W_BYTE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.59--ServerSession(454071866)--Connection(1740947465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.598--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1001696739 [junit] [EL Finer]: 2024-04-30 17:54:14.598--ClientSession(1001696739)--Thread(Thread[main,5,main])--acquire unit of work: 1525900042 [junit] [EL Finest]: 2024-04-30 17:54:14.598--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.598--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.598--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c4e0700) [junit] [EL Finest]: 2024-04-30 17:54:14.598--ServerSession(454071866)--Connection(802439528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.598--ClientSession(1001696739)--Connection(802439528)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.598--ClientSession(1001696739)--Connection(802439528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.599--ClientSession(1001696739)--Connection(1957752919)--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@6a556ae0, [B@6707b9c3, [B@7d06fa4c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@8c4ba77, 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@4907d3e5, [B@1314a2a7, [B@598aee13, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.599--ClientSession(1001696739)--Connection(1957752919)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.6--ServerSession(454071866)--Connection(802439528)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.6--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.6--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.6--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.6--ClientSession(1001696739)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.6--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.6--ClientSession(1001696739)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.6--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1000119377 [junit] [EL Finer]: 2024-04-30 17:54:14.6--ClientSession(1000119377)--Thread(Thread[main,5,main])--acquire unit of work: 1214112061 [junit] [EL Finest]: 2024-04-30 17:54:14.6--UnitOfWork(1214112061)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.6--ServerSession(454071866)--Connection(924036236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.6--ServerSession(454071866)--Connection(924036236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.6--ServerSession(454071866)--Connection(1119533097)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.6--ServerSession(454071866)--Connection(924036236)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.601--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1228053737 [junit] [EL Finer]: 2024-04-30 17:54:14.601--ClientSession(1228053737)--Thread(Thread[main,5,main])--acquire unit of work: 174883178 [junit] [EL Finest]: 2024-04-30 17:54:14.601--UnitOfWork(174883178)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_LONG FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.601--ServerSession(454071866)--Connection(778573937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.601--ServerSession(454071866)--Connection(778573937)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.601--ServerSession(454071866)--Connection(2036878600)--Thread(Thread[main,5,main])--SELECT W_LONG FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.601--ServerSession(454071866)--Connection(778573937)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.61--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 530041347 [junit] [EL Finer]: 2024-04-30 17:54:14.61--ClientSession(530041347)--Thread(Thread[main,5,main])--acquire unit of work: 961127018 [junit] [EL Finest]: 2024-04-30 17:54:14.61--UnitOfWork(961127018)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.61--UnitOfWork(961127018)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.61--UnitOfWork(961127018)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3c2c5c75) [junit] [EL Finest]: 2024-04-30 17:54:14.61--ServerSession(454071866)--Connection(1597516322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.61--ClientSession(530041347)--Connection(1597516322)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.61--ClientSession(530041347)--Connection(1597516322)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.61--ClientSession(530041347)--Connection(1209924775)--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@7ad71646, [B@64a04a04, [B@7b636bbc, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@331199a9, 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@71b6ccab, [B@172058f3, [B@77feef20, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.611--ClientSession(530041347)--Connection(1209924775)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.611--ServerSession(454071866)--Connection(1597516322)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.611--UnitOfWork(961127018)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.611--UnitOfWork(961127018)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.612--UnitOfWork(961127018)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.612--ClientSession(530041347)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.612--UnitOfWork(961127018)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.612--ClientSession(530041347)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.612--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 444395481 [junit] [EL Finer]: 2024-04-30 17:54:14.612--ClientSession(444395481)--Thread(Thread[main,5,main])--acquire unit of work: 1034146037 [junit] [EL Finest]: 2024-04-30 17:54:14.612--UnitOfWork(1034146037)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.612--ServerSession(454071866)--Connection(2147266720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.612--ServerSession(454071866)--Connection(2147266720)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.612--ServerSession(454071866)--Connection(971221722)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.613--ServerSession(454071866)--Connection(2147266720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.613--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1793912921 [junit] [EL Finer]: 2024-04-30 17:54:14.613--ClientSession(1793912921)--Thread(Thread[main,5,main])--acquire unit of work: 966701805 [junit] [EL Finest]: 2024-04-30 17:54:14.613--UnitOfWork(966701805)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT UTIL_DATE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.613--ServerSession(454071866)--Connection(1128604343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.613--ServerSession(454071866)--Connection(1128604343)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.613--ServerSession(454071866)--Connection(1351303062)--Thread(Thread[main,5,main])--SELECT UTIL_DATE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.614--ServerSession(454071866)--Connection(1128604343)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.622--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1927910415 [junit] [EL Finer]: 2024-04-30 17:54:14.622--ClientSession(1927910415)--Thread(Thread[main,5,main])--acquire unit of work: 1811955431 [junit] [EL Finest]: 2024-04-30 17:54:14.622--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.622--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.622--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@100a1ed0) [junit] [EL Finest]: 2024-04-30 17:54:14.622--ServerSession(454071866)--Connection(1848732701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.622--ClientSession(1927910415)--Connection(1848732701)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.622--ClientSession(1927910415)--Connection(1848732701)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.622--ClientSession(1927910415)--Connection(63197837)--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@25a8c0f6, [B@401c01da, [B@1f6963a3, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@63129db5, 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@5e4e51, [B@20ec9d51, [B@74cc9694, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.623--ClientSession(1927910415)--Connection(63197837)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.623--ServerSession(454071866)--Connection(1848732701)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.623--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.623--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.624--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.624--ClientSession(1927910415)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.624--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.624--ClientSession(1927910415)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.624--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 632356108 [junit] [EL Finer]: 2024-04-30 17:54:14.624--ClientSession(632356108)--Thread(Thread[main,5,main])--acquire unit of work: 71402253 [junit] [EL Finest]: 2024-04-30 17:54:14.624--UnitOfWork(71402253)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.624--ServerSession(454071866)--Connection(549249631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.624--ServerSession(454071866)--Connection(549249631)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.624--ServerSession(454071866)--Connection(1346116432)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.624--ServerSession(454071866)--Connection(549249631)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.625--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 660286101 [junit] [EL Finer]: 2024-04-30 17:54:14.625--ClientSession(660286101)--Thread(Thread[main,5,main])--acquire unit of work: 1632324002 [junit] [EL Finest]: 2024-04-30 17:54:14.625--UnitOfWork(1632324002)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(PBA_BINARY) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.625--ServerSession(454071866)--Connection(506598903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.625--ServerSession(454071866)--Connection(506598903)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.625--ServerSession(454071866)--Connection(1764219688)--Thread(Thread[main,5,main])--SELECT MAX(PBA_BINARY) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.625--ServerSession(454071866)--Connection(506598903)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.633--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1350226195 [junit] [EL Finer]: 2024-04-30 17:54:14.634--ClientSession(1350226195)--Thread(Thread[main,5,main])--acquire unit of work: 617956928 [junit] [EL Finest]: 2024-04-30 17:54:14.634--UnitOfWork(617956928)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.634--UnitOfWork(617956928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.634--UnitOfWork(617956928)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@47d0ef4c) [junit] [EL Finest]: 2024-04-30 17:54:14.634--ServerSession(454071866)--Connection(1050362122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.634--ClientSession(1350226195)--Connection(1050362122)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.634--ClientSession(1350226195)--Connection(1050362122)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.634--ClientSession(1350226195)--Connection(1595752400)--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@37da4a59, [B@53addeb9, [B@7446870c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4248f5c2, 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@27a5e750, [B@1ac0bd0b, [B@5a7e37b8, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.635--ClientSession(1350226195)--Connection(1595752400)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.635--ServerSession(454071866)--Connection(1050362122)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.635--UnitOfWork(617956928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.635--UnitOfWork(617956928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.635--UnitOfWork(617956928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.635--ClientSession(1350226195)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.635--UnitOfWork(617956928)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.635--ClientSession(1350226195)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.635--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1674917459 [junit] [EL Finer]: 2024-04-30 17:54:14.635--ClientSession(1674917459)--Thread(Thread[main,5,main])--acquire unit of work: 1426089542 [junit] [EL Finest]: 2024-04-30 17:54:14.635--UnitOfWork(1426089542)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.635--ServerSession(454071866)--Connection(1424718366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.636--ServerSession(454071866)--Connection(1424718366)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.636--ServerSession(454071866)--Connection(1957582539)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.636--ServerSession(454071866)--Connection(1424718366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.637--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1652255572 [junit] [EL Finer]: 2024-04-30 17:54:14.637--ClientSession(1652255572)--Thread(Thread[main,5,main])--acquire unit of work: 732798907 [junit] [EL Finest]: 2024-04-30 17:54:14.637--UnitOfWork(732798907)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_FLOAT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.637--ServerSession(454071866)--Connection(757390373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.637--ServerSession(454071866)--Connection(757390373)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.637--ServerSession(454071866)--Connection(524541191)--Thread(Thread[main,5,main])--SELECT P_FLOAT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.637--ServerSession(454071866)--Connection(757390373)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.645--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1806194957 [junit] [EL Finer]: 2024-04-30 17:54:14.645--ClientSession(1806194957)--Thread(Thread[main,5,main])--acquire unit of work: 347015340 [junit] [EL Finest]: 2024-04-30 17:54:14.645--UnitOfWork(347015340)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.645--UnitOfWork(347015340)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.645--UnitOfWork(347015340)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14d9e3e1) [junit] [EL Finest]: 2024-04-30 17:54:14.645--ServerSession(454071866)--Connection(1203603669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.645--ClientSession(1806194957)--Connection(1203603669)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.645--ClientSession(1806194957)--Connection(1203603669)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.646--ClientSession(1806194957)--Connection(1435798016)--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@38bb1dc4, [B@13ebc126, [B@60344d8f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@210741f0, 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@41b22d29, [B@c9d26c8, [B@4e874ae1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.647--ClientSession(1806194957)--Connection(1435798016)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.647--ServerSession(454071866)--Connection(1203603669)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.647--UnitOfWork(347015340)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.647--UnitOfWork(347015340)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.647--UnitOfWork(347015340)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.647--ClientSession(1806194957)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.647--UnitOfWork(347015340)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.647--ClientSession(1806194957)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.647--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 351632730 [junit] [EL Finer]: 2024-04-30 17:54:14.648--ClientSession(351632730)--Thread(Thread[main,5,main])--acquire unit of work: 1707090254 [junit] [EL Finest]: 2024-04-30 17:54:14.648--UnitOfWork(1707090254)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.648--ServerSession(454071866)--Connection(433327046)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.648--ServerSession(454071866)--Connection(433327046)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.648--ServerSession(454071866)--Connection(1987427684)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.648--ServerSession(454071866)--Connection(433327046)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.649--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1354830045 [junit] [EL Finer]: 2024-04-30 17:54:14.649--ClientSession(1354830045)--Thread(Thread[main,5,main])--acquire unit of work: 1802133748 [junit] [EL Finest]: 2024-04-30 17:54:14.649--UnitOfWork(1802133748)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(ENUM_ORDINAL)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.649--ServerSession(454071866)--Connection(1022583148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.649--ServerSession(454071866)--Connection(1022583148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.65--ServerSession(454071866)--Connection(830619405)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ENUM_ORDINAL)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.65--ServerSession(454071866)--Connection(1022583148)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.658--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1456334531 [junit] [EL Finer]: 2024-04-30 17:54:14.658--ClientSession(1456334531)--Thread(Thread[main,5,main])--acquire unit of work: 1407522628 [junit] [EL Finest]: 2024-04-30 17:54:14.658--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.658--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.658--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@430d3bf9) [junit] [EL Finest]: 2024-04-30 17:54:14.658--ServerSession(454071866)--Connection(842696460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.658--ClientSession(1456334531)--Connection(842696460)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.658--ClientSession(1456334531)--Connection(842696460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.659--ClientSession(1456334531)--Connection(1755721549)--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@2c4bcc40, [B@4a2f2c22, [B@74c6cb66, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@21fd62a6, 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@53a69315, [B@60dbfb7f, [B@220481f9, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.659--ClientSession(1456334531)--Connection(1755721549)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.66--ServerSession(454071866)--Connection(842696460)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.66--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.66--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.66--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.66--ClientSession(1456334531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.66--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.66--ClientSession(1456334531)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.66--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 919433564 [junit] [EL Finer]: 2024-04-30 17:54:14.66--ClientSession(919433564)--Thread(Thread[main,5,main])--acquire unit of work: 1875442831 [junit] [EL Finest]: 2024-04-30 17:54:14.66--UnitOfWork(1875442831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.66--ServerSession(454071866)--Connection(435862158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.66--ServerSession(454071866)--Connection(435862158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.66--ServerSession(454071866)--Connection(673469248)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.661--ServerSession(454071866)--Connection(435862158)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.661--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1001433436 [junit] [EL Finer]: 2024-04-30 17:54:14.661--ClientSession(1001433436)--Thread(Thread[main,5,main])--acquire unit of work: 528285759 [junit] [EL Finest]: 2024-04-30 17:54:14.661--UnitOfWork(528285759)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_SHORT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.661--ServerSession(454071866)--Connection(187700154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.661--ServerSession(454071866)--Connection(187700154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.661--ServerSession(454071866)--Connection(1191962886)--Thread(Thread[main,5,main])--SELECT P_SHORT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.661--ServerSession(454071866)--Connection(187700154)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.669--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 498678990 [junit] [EL Finer]: 2024-04-30 17:54:14.669--ClientSession(498678990)--Thread(Thread[main,5,main])--acquire unit of work: 518141273 [junit] [EL Finest]: 2024-04-30 17:54:14.67--UnitOfWork(518141273)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.67--UnitOfWork(518141273)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.67--UnitOfWork(518141273)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@36461330) [junit] [EL Finest]: 2024-04-30 17:54:14.67--ServerSession(454071866)--Connection(1921686361)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.67--ClientSession(498678990)--Connection(1921686361)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.67--ClientSession(498678990)--Connection(1921686361)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.67--ClientSession(498678990)--Connection(2076072411)--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@515f598b, [B@77a940aa, [B@6375d6a3, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3ba41028, 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@101c85d6, [B@2d8d3b6f, [B@608030b3, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.671--ClientSession(498678990)--Connection(2076072411)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.671--ServerSession(454071866)--Connection(1921686361)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.671--UnitOfWork(518141273)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.671--UnitOfWork(518141273)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.671--UnitOfWork(518141273)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.671--ClientSession(498678990)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.671--UnitOfWork(518141273)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.671--ClientSession(498678990)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.671--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 714011130 [junit] [EL Finer]: 2024-04-30 17:54:14.671--ClientSession(714011130)--Thread(Thread[main,5,main])--acquire unit of work: 603395569 [junit] [EL Finest]: 2024-04-30 17:54:14.671--UnitOfWork(603395569)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.671--ServerSession(454071866)--Connection(1850231545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.671--ServerSession(454071866)--Connection(1850231545)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.671--ServerSession(454071866)--Connection(2006430857)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.672--ServerSession(454071866)--Connection(1850231545)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.673--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 668678026 [junit] [EL Finer]: 2024-04-30 17:54:14.673--ClientSession(668678026)--Thread(Thread[main,5,main])--acquire unit of work: 1550663613 [junit] [EL Finest]: 2024-04-30 17:54:14.673--UnitOfWork(1550663613)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(SQL_TIMESTAMP) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.673--ServerSession(454071866)--Connection(1416318316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.673--ServerSession(454071866)--Connection(1416318316)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.673--ServerSession(454071866)--Connection(1908884486)--Thread(Thread[main,5,main])--SELECT MAX(SQL_TIMESTAMP) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.673--ServerSession(454071866)--Connection(1416318316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.681--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2144973744 [junit] [EL Finer]: 2024-04-30 17:54:14.681--ClientSession(2144973744)--Thread(Thread[main,5,main])--acquire unit of work: 44852826 [junit] [EL Finest]: 2024-04-30 17:54:14.681--UnitOfWork(44852826)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.681--UnitOfWork(44852826)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.681--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@60d7f351) [junit] [EL Finest]: 2024-04-30 17:54:14.681--ServerSession(454071866)--Connection(1341888227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.681--ClientSession(2144973744)--Connection(1341888227)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.681--ClientSession(2144973744)--Connection(1341888227)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.681--ClientSession(2144973744)--Connection(232904770)--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@63ff878f, [B@70a0499d, [B@7b10db5e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3ee3a6f2, 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@21bf9d5e, [B@5321c455, [B@2e163f44, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.682--ClientSession(2144973744)--Connection(232904770)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.682--ServerSession(454071866)--Connection(1341888227)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.682--UnitOfWork(44852826)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.682--UnitOfWork(44852826)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.683--UnitOfWork(44852826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.683--ClientSession(2144973744)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.683--UnitOfWork(44852826)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.683--ClientSession(2144973744)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.683--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 306472468 [junit] [EL Finer]: 2024-04-30 17:54:14.683--ClientSession(306472468)--Thread(Thread[main,5,main])--acquire unit of work: 291803094 [junit] [EL Finest]: 2024-04-30 17:54:14.683--UnitOfWork(291803094)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.683--ServerSession(454071866)--Connection(245162942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.683--ServerSession(454071866)--Connection(245162942)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.683--ServerSession(454071866)--Connection(1069366856)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.683--ServerSession(454071866)--Connection(245162942)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.684--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1674433873 [junit] [EL Finer]: 2024-04-30 17:54:14.684--ClientSession(1674433873)--Thread(Thread[main,5,main])--acquire unit of work: 257277864 [junit] [EL Finest]: 2024-04-30 17:54:14.684--UnitOfWork(257277864)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.684--ServerSession(454071866)--Connection(1231140592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.684--ServerSession(454071866)--Connection(1231140592)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.684--ServerSession(454071866)--Connection(1442156994)--Thread(Thread[main,5,main])--SELECT AVG(W_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.684--ServerSession(454071866)--Connection(1231140592)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.692--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1191571235 [junit] [EL Finer]: 2024-04-30 17:54:14.692--ClientSession(1191571235)--Thread(Thread[main,5,main])--acquire unit of work: 1647624850 [junit] [EL Finest]: 2024-04-30 17:54:14.692--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.692--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.692--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@379def3d) [junit] [EL Finest]: 2024-04-30 17:54:14.692--ServerSession(454071866)--Connection(1495131145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.692--ClientSession(1191571235)--Connection(1495131145)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.692--ClientSession(1191571235)--Connection(1495131145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.693--ClientSession(1191571235)--Connection(923418120)--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@3f792a32, [B@9f2ac78, [B@58b5f661, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@36f5468d, 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@40abc2db, [B@5ca627da, [B@2bd7d4d1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.693--ClientSession(1191571235)--Connection(923418120)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.694--ServerSession(454071866)--Connection(1495131145)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.694--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.694--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.694--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.694--ClientSession(1191571235)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.694--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.694--ClientSession(1191571235)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.694--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1362677814 [junit] [EL Finer]: 2024-04-30 17:54:14.694--ClientSession(1362677814)--Thread(Thread[main,5,main])--acquire unit of work: 933518951 [junit] [EL Finest]: 2024-04-30 17:54:14.694--UnitOfWork(933518951)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.694--ServerSession(454071866)--Connection(1385256804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.694--ServerSession(454071866)--Connection(1385256804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.694--ServerSession(454071866)--Connection(1900502515)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.695--ServerSession(454071866)--Connection(1385256804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.695--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1739766973 [junit] [EL Finer]: 2024-04-30 17:54:14.695--ClientSession(1739766973)--Thread(Thread[main,5,main])--acquire unit of work: 289991883 [junit] [EL Finest]: 2024-04-30 17:54:14.695--UnitOfWork(289991883)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_INTEGER)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.695--ServerSession(454071866)--Connection(1001283448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.695--ServerSession(454071866)--Connection(1001283448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.695--ServerSession(454071866)--Connection(964131538)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_INTEGER)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.696--ServerSession(454071866)--Connection(1001283448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.704--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1452635628 [junit] [EL Finer]: 2024-04-30 17:54:14.704--ClientSession(1452635628)--Thread(Thread[main,5,main])--acquire unit of work: 250579949 [junit] [EL Finest]: 2024-04-30 17:54:14.704--UnitOfWork(250579949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.704--UnitOfWork(250579949)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.704--UnitOfWork(250579949)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4467b5dd) [junit] [EL Finest]: 2024-04-30 17:54:14.704--ServerSession(454071866)--Connection(1548826220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.704--ClientSession(1452635628)--Connection(1548826220)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.704--ClientSession(1452635628)--Connection(1548826220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.704--ClientSession(1452635628)--Connection(2043025750)--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@46493b4c, [B@13fe97bf, [B@26af5f16, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6e39bad6, 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@61256f06, [B@6014ff2, [B@5a0af7cb, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.705--ClientSession(1452635628)--Connection(2043025750)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.705--ServerSession(454071866)--Connection(1548826220)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.705--UnitOfWork(250579949)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.705--UnitOfWork(250579949)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.705--UnitOfWork(250579949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.705--ClientSession(1452635628)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.705--UnitOfWork(250579949)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.706--ClientSession(1452635628)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.706--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 840609776 [junit] [EL Finer]: 2024-04-30 17:54:14.706--ClientSession(840609776)--Thread(Thread[main,5,main])--acquire unit of work: 2069826636 [junit] [EL Finest]: 2024-04-30 17:54:14.706--UnitOfWork(2069826636)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.706--ServerSession(454071866)--Connection(1083498428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.706--ServerSession(454071866)--Connection(1083498428)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.706--ServerSession(454071866)--Connection(1653492861)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.706--ServerSession(454071866)--Connection(1083498428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.707--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 516803228 [junit] [EL Finer]: 2024-04-30 17:54:14.707--ClientSession(516803228)--Thread(Thread[main,5,main])--acquire unit of work: 111847884 [junit] [EL Finest]: 2024-04-30 17:54:14.707--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_SMALLINT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.707--ServerSession(454071866)--Connection(1912073539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.707--ServerSession(454071866)--Connection(1912073539)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.707--ServerSession(454071866)--Connection(1555296883)--Thread(Thread[main,5,main])--SELECT AVG(W_SMALLINT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.707--ServerSession(454071866)--Connection(1912073539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.715--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1918716328 [junit] [EL Finer]: 2024-04-30 17:54:14.715--ClientSession(1918716328)--Thread(Thread[main,5,main])--acquire unit of work: 212540770 [junit] [EL Finest]: 2024-04-30 17:54:14.715--UnitOfWork(212540770)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.715--UnitOfWork(212540770)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.715--UnitOfWork(212540770)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@18c47d20) [junit] [EL Finest]: 2024-04-30 17:54:14.715--ServerSession(454071866)--Connection(1092573960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.715--ClientSession(1918716328)--Connection(1092573960)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.715--ClientSession(1918716328)--Connection(1092573960)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.716--ClientSession(1918716328)--Connection(22567893)--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@4d251371, [B@76d9c6c6, [B@3b6d9f77, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7f517c2e, 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@1a8a462e, [B@22dd4c4f, [B@759cf944, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.717--ClientSession(1918716328)--Connection(22567893)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.717--ServerSession(454071866)--Connection(1092573960)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.717--UnitOfWork(212540770)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.717--UnitOfWork(212540770)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.717--UnitOfWork(212540770)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.717--ClientSession(1918716328)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.717--UnitOfWork(212540770)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.717--ClientSession(1918716328)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.717--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 320396046 [junit] [EL Finer]: 2024-04-30 17:54:14.717--ClientSession(320396046)--Thread(Thread[main,5,main])--acquire unit of work: 1356708939 [junit] [EL Finest]: 2024-04-30 17:54:14.717--UnitOfWork(1356708939)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.717--ServerSession(454071866)--Connection(1205226560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.717--ServerSession(454071866)--Connection(1205226560)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.717--ServerSession(454071866)--Connection(617392518)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.718--ServerSession(454071866)--Connection(1205226560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.718--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 501299327 [junit] [EL Finer]: 2024-04-30 17:54:14.718--ClientSession(501299327)--Thread(Thread[main,5,main])--acquire unit of work: 1058878861 [junit] [EL Finest]: 2024-04-30 17:54:14.718--UnitOfWork(1058878861)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.718--ServerSession(454071866)--Connection(2048412967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.718--ServerSession(454071866)--Connection(2048412967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.718--ServerSession(454071866)--Connection(1535249031)--Thread(Thread[main,5,main])--SELECT SUM(P_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.719--ServerSession(454071866)--Connection(2048412967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.726--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1787294096 [junit] [EL Finer]: 2024-04-30 17:54:14.726--ClientSession(1787294096)--Thread(Thread[main,5,main])--acquire unit of work: 46231851 [junit] [EL Finest]: 2024-04-30 17:54:14.727--UnitOfWork(46231851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.727--UnitOfWork(46231851)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.727--UnitOfWork(46231851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a077eb) [junit] [EL Finest]: 2024-04-30 17:54:14.727--ServerSession(454071866)--Connection(664641537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.727--ClientSession(1787294096)--Connection(664641537)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.727--ClientSession(1787294096)--Connection(664641537)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.727--ClientSession(1787294096)--Connection(433511047)--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@4249978b, [B@81eba6b, [B@40250ddd, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@715059be, 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@7f2b6dd0, [B@21b5dbc, [B@6ab8f3c7, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.728--ClientSession(1787294096)--Connection(433511047)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.728--ServerSession(454071866)--Connection(664641537)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.728--UnitOfWork(46231851)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.728--UnitOfWork(46231851)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.728--UnitOfWork(46231851)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.728--ClientSession(1787294096)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.728--UnitOfWork(46231851)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.728--ClientSession(1787294096)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.728--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1209191560 [junit] [EL Finer]: 2024-04-30 17:54:14.728--ClientSession(1209191560)--Thread(Thread[main,5,main])--acquire unit of work: 1740580335 [junit] [EL Finest]: 2024-04-30 17:54:14.728--UnitOfWork(1740580335)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.728--ServerSession(454071866)--Connection(1627583465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.728--ServerSession(454071866)--Connection(1627583465)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.729--ServerSession(454071866)--Connection(1306430203)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.729--ServerSession(454071866)--Connection(1627583465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.73--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 183886515 [junit] [EL Finer]: 2024-04-30 17:54:14.73--ClientSession(183886515)--Thread(Thread[main,5,main])--acquire unit of work: 2018427981 [junit] [EL Finest]: 2024-04-30 17:54:14.73--UnitOfWork(2018427981)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.73--ServerSession(454071866)--Connection(347365139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.73--ServerSession(454071866)--Connection(347365139)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.73--ServerSession(454071866)--Connection(367273163)--Thread(Thread[main,5,main])--SELECT MAX(W_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.73--ServerSession(454071866)--Connection(347365139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.738--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1020217847 [junit] [EL Finer]: 2024-04-30 17:54:14.738--ClientSession(1020217847)--Thread(Thread[main,5,main])--acquire unit of work: 20334220 [junit] [EL Finest]: 2024-04-30 17:54:14.738--UnitOfWork(20334220)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.738--UnitOfWork(20334220)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.738--UnitOfWork(20334220)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2402f553) [junit] [EL Finest]: 2024-04-30 17:54:14.738--ServerSession(454071866)--Connection(629725621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.738--ClientSession(1020217847)--Connection(629725621)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.738--ClientSession(1020217847)--Connection(629725621)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.738--ClientSession(1020217847)--Connection(2040497448)--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@335cb6cd, [B@507a8462, [B@9d7f34a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3db3b4b1, 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@6b8f9714, [B@6f525793, [B@59a9a490, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.739--ClientSession(1020217847)--Connection(2040497448)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.739--ServerSession(454071866)--Connection(629725621)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.739--UnitOfWork(20334220)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.739--UnitOfWork(20334220)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.74--UnitOfWork(20334220)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.74--ClientSession(1020217847)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.74--UnitOfWork(20334220)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.74--ClientSession(1020217847)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.74--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 129305954 [junit] [EL Finer]: 2024-04-30 17:54:14.74--ClientSession(129305954)--Thread(Thread[main,5,main])--acquire unit of work: 42368633 [junit] [EL Finest]: 2024-04-30 17:54:14.74--UnitOfWork(42368633)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.74--ServerSession(454071866)--Connection(284871259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.74--ServerSession(454071866)--Connection(284871259)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.74--ServerSession(454071866)--Connection(1721102281)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.74--ServerSession(454071866)--Connection(284871259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.741--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1002441542 [junit] [EL Finer]: 2024-04-30 17:54:14.741--ClientSession(1002441542)--Thread(Thread[main,5,main])--acquire unit of work: 424411843 [junit] [EL Finest]: 2024-04-30 17:54:14.741--UnitOfWork(424411843)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_BYTE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.741--ServerSession(454071866)--Connection(311364156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.741--ServerSession(454071866)--Connection(311364156)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.742--ServerSession(454071866)--Connection(1341281686)--Thread(Thread[main,5,main])--SELECT AVG(P_BYTE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.742--ServerSession(454071866)--Connection(311364156)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.75--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 986132917 [junit] [EL Finer]: 2024-04-30 17:54:14.75--ClientSession(986132917)--Thread(Thread[main,5,main])--acquire unit of work: 1368905917 [junit] [EL Finest]: 2024-04-30 17:54:14.75--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.75--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.75--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@59f52bca) [junit] [EL Finest]: 2024-04-30 17:54:14.75--ServerSession(454071866)--Connection(428536776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.75--ClientSession(986132917)--Connection(428536776)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.75--ClientSession(986132917)--Connection(428536776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.751--ClientSession(986132917)--Connection(1478448415)--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@5b14131, [B@4b6be6fc, [B@185f9c7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@65edb1b0, 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@6adaccf5, [B@7e128b54, [B@50770e90, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.752--ClientSession(986132917)--Connection(1478448415)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.752--ServerSession(454071866)--Connection(428536776)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.752--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.752--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.752--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.752--ClientSession(986132917)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.752--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.752--ClientSession(986132917)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.752--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1725396152 [junit] [EL Finer]: 2024-04-30 17:54:14.752--ClientSession(1725396152)--Thread(Thread[main,5,main])--acquire unit of work: 1153589968 [junit] [EL Finest]: 2024-04-30 17:54:14.752--UnitOfWork(1153589968)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.752--ServerSession(454071866)--Connection(1425028906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.752--ServerSession(454071866)--Connection(1425028906)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.752--ServerSession(454071866)--Connection(1038524981)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.753--ServerSession(454071866)--Connection(1425028906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.753--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 780399605 [junit] [EL Finer]: 2024-04-30 17:54:14.753--ClientSession(780399605)--Thread(Thread[main,5,main])--acquire unit of work: 588615825 [junit] [EL Finest]: 2024-04-30 17:54:14.753--UnitOfWork(588615825)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.754--ServerSession(454071866)--Connection(75479033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.754--ServerSession(454071866)--Connection(75479033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.754--ServerSession(454071866)--Connection(1740157312)--Thread(Thread[main,5,main])--SELECT AVG(P_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.754--ServerSession(454071866)--Connection(75479033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.762--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2065575341 [junit] [EL Finer]: 2024-04-30 17:54:14.762--ClientSession(2065575341)--Thread(Thread[main,5,main])--acquire unit of work: 2044435493 [junit] [EL Finest]: 2024-04-30 17:54:14.762--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.762--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.762--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fb63dde) [junit] [EL Finest]: 2024-04-30 17:54:14.762--ServerSession(454071866)--Connection(1705740260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.762--ClientSession(2065575341)--Connection(1705740260)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.762--ClientSession(2065575341)--Connection(1705740260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.763--ClientSession(2065575341)--Connection(977992103)--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@445d26fd, [B@7d700d35, [B@1d0a0d4e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3774ea9a, 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@1a334847, [B@67d7f791, [B@2afaf658, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.763--ClientSession(2065575341)--Connection(977992103)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.764--ServerSession(454071866)--Connection(1705740260)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.764--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.764--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.764--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.764--ClientSession(2065575341)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.764--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.764--ClientSession(2065575341)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.764--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 532520543 [junit] [EL Finer]: 2024-04-30 17:54:14.764--ClientSession(532520543)--Thread(Thread[main,5,main])--acquire unit of work: 1918356430 [junit] [EL Finest]: 2024-04-30 17:54:14.764--UnitOfWork(1918356430)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.764--ServerSession(454071866)--Connection(393717610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.764--ServerSession(454071866)--Connection(393717610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.764--ServerSession(454071866)--Connection(850993688)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.765--ServerSession(454071866)--Connection(393717610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.765--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1454898422 [junit] [EL Finer]: 2024-04-30 17:54:14.765--ClientSession(1454898422)--Thread(Thread[main,5,main])--acquire unit of work: 627627098 [junit] [EL Finest]: 2024-04-30 17:54:14.765--UnitOfWork(627627098)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(UTIL_DATE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.765--ServerSession(454071866)--Connection(2065599799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.765--ServerSession(454071866)--Connection(2065599799)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.765--ServerSession(454071866)--Connection(1793486674)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(UTIL_DATE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.766--ServerSession(454071866)--Connection(2065599799)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.774--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 910917825 [junit] [EL Finer]: 2024-04-30 17:54:14.774--ClientSession(910917825)--Thread(Thread[main,5,main])--acquire unit of work: 1318707810 [junit] [EL Finest]: 2024-04-30 17:54:14.774--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.774--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.774--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b3ea198) [junit] [EL Finest]: 2024-04-30 17:54:14.774--ServerSession(454071866)--Connection(1769675590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.774--ClientSession(910917825)--Connection(1769675590)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.774--ClientSession(910917825)--Connection(1769675590)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.774--ClientSession(910917825)--Connection(1399359912)--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@636671c1, [B@52f6f7c0, [B@399a4cd1, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5e51a73c, 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@ee92d4e, [B@6b4483a4, [B@53b6d9, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.775--ClientSession(910917825)--Connection(1399359912)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.775--ServerSession(454071866)--Connection(1769675590)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.775--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.775--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.776--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.776--ClientSession(910917825)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.776--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.776--ClientSession(910917825)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.776--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1187128724 [junit] [EL Finer]: 2024-04-30 17:54:14.776--ClientSession(1187128724)--Thread(Thread[main,5,main])--acquire unit of work: 1366343981 [junit] [EL Finest]: 2024-04-30 17:54:14.776--UnitOfWork(1366343981)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.776--ServerSession(454071866)--Connection(658793512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.776--ServerSession(454071866)--Connection(658793512)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.776--ServerSession(454071866)--Connection(693826945)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.776--ServerSession(454071866)--Connection(658793512)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.777--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1119021896 [junit] [EL Finer]: 2024-04-30 17:54:14.777--ClientSession(1119021896)--Thread(Thread[main,5,main])--acquire unit of work: 1340086676 [junit] [EL Finest]: 2024-04-30 17:54:14.777--UnitOfWork(1340086676)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(UTIL_CALENDAR)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.777--ServerSession(454071866)--Connection(209173680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.777--ServerSession(454071866)--Connection(209173680)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.777--ServerSession(454071866)--Connection(184904778)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(UTIL_CALENDAR)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.778--ServerSession(454071866)--Connection(209173680)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.786--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 12534781 [junit] [EL Finer]: 2024-04-30 17:54:14.786--ClientSession(12534781)--Thread(Thread[main,5,main])--acquire unit of work: 535755589 [junit] [EL Finest]: 2024-04-30 17:54:14.786--UnitOfWork(535755589)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.786--UnitOfWork(535755589)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.786--UnitOfWork(535755589)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@53780aa3) [junit] [EL Finest]: 2024-04-30 17:54:14.786--ServerSession(454071866)--Connection(1230912978)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.786--ClientSession(12534781)--Connection(1230912978)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.786--ClientSession(12534781)--Connection(1230912978)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.787--ClientSession(12534781)--Connection(547552833)--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@20ad6dcd, [B@18a564a7, [B@2f0b5577, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7aa5b370, 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@31ad7aec, [B@21eb022, [B@77cbedfb, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.788--ClientSession(12534781)--Connection(547552833)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.788--ServerSession(454071866)--Connection(1230912978)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.788--UnitOfWork(535755589)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.788--UnitOfWork(535755589)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.788--UnitOfWork(535755589)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.788--ClientSession(12534781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.788--UnitOfWork(535755589)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.788--ClientSession(12534781)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.788--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 635841042 [junit] [EL Finer]: 2024-04-30 17:54:14.788--ClientSession(635841042)--Thread(Thread[main,5,main])--acquire unit of work: 302094361 [junit] [EL Finest]: 2024-04-30 17:54:14.788--UnitOfWork(302094361)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.788--ServerSession(454071866)--Connection(2084069224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.788--ServerSession(454071866)--Connection(2084069224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.788--ServerSession(454071866)--Connection(609868604)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.789--ServerSession(454071866)--Connection(2084069224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.789--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2142881724 [junit] [EL Finer]: 2024-04-30 17:54:14.79--ClientSession(2142881724)--Thread(Thread[main,5,main])--acquire unit of work: 1271445015 [junit] [EL Finest]: 2024-04-30 17:54:14.79--UnitOfWork(1271445015)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(SQL_TIMESTAMP)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.79--ServerSession(454071866)--Connection(542287131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.79--ServerSession(454071866)--Connection(542287131)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.79--ServerSession(454071866)--Connection(592196275)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_TIMESTAMP)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.79--ServerSession(454071866)--Connection(542287131)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.798--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1809548225 [junit] [EL Finer]: 2024-04-30 17:54:14.798--ClientSession(1809548225)--Thread(Thread[main,5,main])--acquire unit of work: 894881894 [junit] [EL Finest]: 2024-04-30 17:54:14.798--UnitOfWork(894881894)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.798--UnitOfWork(894881894)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.798--UnitOfWork(894881894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@56320892) [junit] [EL Finest]: 2024-04-30 17:54:14.798--ServerSession(454071866)--Connection(1325488533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.798--ClientSession(1809548225)--Connection(1325488533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.798--ClientSession(1809548225)--Connection(1325488533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.799--ClientSession(1809548225)--Connection(1262363595)--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@6ab236ee, [B@2fba07dc, [B@58b58735, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6ef772da, 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@15092cac, [B@6af24d36, [B@1e0ae372, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.799--ClientSession(1809548225)--Connection(1262363595)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.8--ServerSession(454071866)--Connection(1325488533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.8--UnitOfWork(894881894)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.8--UnitOfWork(894881894)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.8--UnitOfWork(894881894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.8--ClientSession(1809548225)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.8--UnitOfWork(894881894)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.8--ClientSession(1809548225)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.8--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 641012106 [junit] [EL Finer]: 2024-04-30 17:54:14.8--ClientSession(641012106)--Thread(Thread[main,5,main])--acquire unit of work: 481255164 [junit] [EL Finest]: 2024-04-30 17:54:14.8--UnitOfWork(481255164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.8--ServerSession(454071866)--Connection(2073324367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.8--ServerSession(454071866)--Connection(2073324367)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.8--ServerSession(454071866)--Connection(2131633157)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.801--ServerSession(454071866)--Connection(2073324367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.801--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1596809677 [junit] [EL Finer]: 2024-04-30 17:54:14.801--ClientSession(1596809677)--Thread(Thread[main,5,main])--acquire unit of work: 1475220915 [junit] [EL Finest]: 2024-04-30 17:54:14.801--UnitOfWork(1475220915)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PCA_VARCHAR FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.801--ServerSession(454071866)--Connection(1822835000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.801--ServerSession(454071866)--Connection(1822835000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.801--ServerSession(454071866)--Connection(615416275)--Thread(Thread[main,5,main])--SELECT PCA_VARCHAR FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.802--ServerSession(454071866)--Connection(1822835000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.81--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 970784518 [junit] [EL Finer]: 2024-04-30 17:54:14.81--ClientSession(970784518)--Thread(Thread[main,5,main])--acquire unit of work: 1690567168 [junit] [EL Finest]: 2024-04-30 17:54:14.81--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.81--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.81--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@38586588) [junit] [EL Finest]: 2024-04-30 17:54:14.81--ServerSession(454071866)--Connection(1843068868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.81--ClientSession(970784518)--Connection(1843068868)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.81--ClientSession(970784518)--Connection(1843068868)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.81--ClientSession(970784518)--Connection(838307590)--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@61459392, [B@5b5b64a1, [B@234a5a6b, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5a71b443, 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@17e5759c, [B@171b75ad, [B@6673ec27, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.811--ClientSession(970784518)--Connection(838307590)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.811--ServerSession(454071866)--Connection(1843068868)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.811--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.811--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.812--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.812--ClientSession(970784518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.812--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.812--ClientSession(970784518)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.812--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 940782077 [junit] [EL Finer]: 2024-04-30 17:54:14.812--ClientSession(940782077)--Thread(Thread[main,5,main])--acquire unit of work: 898700870 [junit] [EL Finest]: 2024-04-30 17:54:14.812--UnitOfWork(898700870)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.812--ServerSession(454071866)--Connection(715515400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.812--ServerSession(454071866)--Connection(715515400)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.812--ServerSession(454071866)--Connection(748819866)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.812--ServerSession(454071866)--Connection(715515400)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.813--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1847716996 [junit] [EL Finer]: 2024-04-30 17:54:14.813--ClientSession(1847716996)--Thread(Thread[main,5,main])--acquire unit of work: 74735090 [junit] [EL Finest]: 2024-04-30 17:54:14.813--UnitOfWork(74735090)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.813--ServerSession(454071866)--Connection(1883925514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.813--ServerSession(454071866)--Connection(1883925514)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.813--ServerSession(454071866)--Connection(1427410331)--Thread(Thread[main,5,main])--SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.813--ServerSession(454071866)--Connection(1883925514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.813--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 311254728 [junit] [EL Finer]: 2024-04-30 17:54:14.813--ClientSession(311254728)--Thread(Thread[main,5,main])--acquire unit of work: 830753455 [junit] [EL Finest]: 2024-04-30 17:54:14.813--UnitOfWork(830753455)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.814--ServerSession(454071866)--Connection(1074618705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.814--ServerSession(454071866)--Connection(1074618705)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.814--ServerSession(454071866)--Connection(1962589351)--Thread(Thread[main,5,main])--SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.814--ServerSession(454071866)--Connection(1074618705)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.822--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 355030274 [junit] [EL Finer]: 2024-04-30 17:54:14.822--ClientSession(355030274)--Thread(Thread[main,5,main])--acquire unit of work: 1471002350 [junit] [EL Finest]: 2024-04-30 17:54:14.822--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.822--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.822--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@11ff6da2) [junit] [EL Finest]: 2024-04-30 17:54:14.822--ServerSession(454071866)--Connection(1148828253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.822--ClientSession(355030274)--Connection(1148828253)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.822--ClientSession(355030274)--Connection(1148828253)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.822--ClientSession(355030274)--Connection(1729185799)--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@34cddd09, [B@3def229f, [B@8742566, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@103a0cf8, 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@4a45ae63, [B@e7a966e, [B@270cddd2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.823--ClientSession(355030274)--Connection(1729185799)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.823--ServerSession(454071866)--Connection(1148828253)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.823--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.823--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.824--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.824--ClientSession(355030274)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.824--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.824--ClientSession(355030274)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.824--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 460349285 [junit] [EL Finer]: 2024-04-30 17:54:14.824--ClientSession(460349285)--Thread(Thread[main,5,main])--acquire unit of work: 1993112956 [junit] [EL Finest]: 2024-04-30 17:54:14.824--UnitOfWork(1993112956)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.824--ServerSession(454071866)--Connection(1890305745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.824--ServerSession(454071866)--Connection(1890305745)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.824--ServerSession(454071866)--Connection(895499679)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.824--ServerSession(454071866)--Connection(1890305745)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.825--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1435595191 [junit] [EL Finer]: 2024-04-30 17:54:14.825--ClientSession(1435595191)--Thread(Thread[main,5,main])--acquire unit of work: 467388536 [junit] [EL Finest]: 2024-04-30 17:54:14.825--UnitOfWork(467388536)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_INTEGER FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.825--ServerSession(454071866)--Connection(731646478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.825--ServerSession(454071866)--Connection(731646478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.825--ServerSession(454071866)--Connection(1721495425)--Thread(Thread[main,5,main])--SELECT W_INTEGER FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.825--ServerSession(454071866)--Connection(731646478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.833--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 266149413 [junit] [EL Finer]: 2024-04-30 17:54:14.833--ClientSession(266149413)--Thread(Thread[main,5,main])--acquire unit of work: 2118398388 [junit] [EL Finest]: 2024-04-30 17:54:14.833--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.833--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.833--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2612a922) [junit] [EL Finest]: 2024-04-30 17:54:14.833--ServerSession(454071866)--Connection(1865445743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.833--ClientSession(266149413)--Connection(1865445743)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.833--ClientSession(266149413)--Connection(1865445743)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.834--ClientSession(266149413)--Connection(1007076085)--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@50b51a5b, [B@3c62a22b, [B@3de0725f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@485a7298, 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@30c5ce0a, [B@199f41c3, [B@27d3ba25, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.834--ClientSession(266149413)--Connection(1007076085)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.835--ServerSession(454071866)--Connection(1865445743)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.835--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.835--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.835--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.835--ClientSession(266149413)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.835--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.835--ClientSession(266149413)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.835--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2070391458 [junit] [EL Finer]: 2024-04-30 17:54:14.835--ClientSession(2070391458)--Thread(Thread[main,5,main])--acquire unit of work: 1904008785 [junit] [EL Finest]: 2024-04-30 17:54:14.835--UnitOfWork(1904008785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.835--ServerSession(454071866)--Connection(1022094457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.835--ServerSession(454071866)--Connection(1022094457)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.835--ServerSession(454071866)--Connection(69040024)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.835--ServerSession(454071866)--Connection(1022094457)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.836--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 79133984 [junit] [EL Finer]: 2024-04-30 17:54:14.836--ClientSession(79133984)--Thread(Thread[main,5,main])--acquire unit of work: 939858162 [junit] [EL Finest]: 2024-04-30 17:54:14.836--UnitOfWork(939858162)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_INT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.836--ServerSession(454071866)--Connection(251543248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.836--ServerSession(454071866)--Connection(251543248)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.836--ServerSession(454071866)--Connection(412271212)--Thread(Thread[main,5,main])--SELECT SUM(P_INT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.836--ServerSession(454071866)--Connection(251543248)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.844--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1180247801 [junit] [EL Finer]: 2024-04-30 17:54:14.844--ClientSession(1180247801)--Thread(Thread[main,5,main])--acquire unit of work: 2114168571 [junit] [EL Finest]: 2024-04-30 17:54:14.844--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.845--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.845--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44fd7908) [junit] [EL Finest]: 2024-04-30 17:54:14.845--ServerSession(454071866)--Connection(861091167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.845--ClientSession(1180247801)--Connection(861091167)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.845--ClientSession(1180247801)--Connection(861091167)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.845--ClientSession(1180247801)--Connection(1211112563)--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@569306fe, [B@7c4038be, [B@ffa976f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3141366, 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@4d7e510c, [B@308615d5, [B@6b9cbd45, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.846--ClientSession(1180247801)--Connection(1211112563)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.846--ServerSession(454071866)--Connection(861091167)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.846--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.846--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.846--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.846--ClientSession(1180247801)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.846--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.846--ClientSession(1180247801)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.846--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2041160949 [junit] [EL Finer]: 2024-04-30 17:54:14.846--ClientSession(2041160949)--Thread(Thread[main,5,main])--acquire unit of work: 833813559 [junit] [EL Finest]: 2024-04-30 17:54:14.846--UnitOfWork(833813559)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.846--ServerSession(454071866)--Connection(140547035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.846--ServerSession(454071866)--Connection(140547035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.846--ServerSession(454071866)--Connection(1971469369)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.847--ServerSession(454071866)--Connection(140547035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.847--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1504949912 [junit] [EL Finer]: 2024-04-30 17:54:14.847--ClientSession(1504949912)--Thread(Thread[main,5,main])--acquire unit of work: 1848741608 [junit] [EL Finest]: 2024-04-30 17:54:14.848--UnitOfWork(1848741608)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SQL_DATE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.848--ServerSession(454071866)--Connection(639908545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.848--ServerSession(454071866)--Connection(639908545)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.848--ServerSession(454071866)--Connection(181884477)--Thread(Thread[main,5,main])--SELECT SQL_DATE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.848--ServerSession(454071866)--Connection(639908545)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.856--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 462663651 [junit] [EL Finer]: 2024-04-30 17:54:14.856--ClientSession(462663651)--Thread(Thread[main,5,main])--acquire unit of work: 1960604278 [junit] [EL Finest]: 2024-04-30 17:54:14.856--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.856--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.856--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5dfe38df) [junit] [EL Finest]: 2024-04-30 17:54:14.856--ServerSession(454071866)--Connection(1539409067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.856--ClientSession(462663651)--Connection(1539409067)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.856--ClientSession(462663651)--Connection(1539409067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.856--ClientSession(462663651)--Connection(335262598)--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@630762b4, [B@34b456a3, [B@30ba6068, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3f27cfbf, 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@676d182d, [B@71fa5b2d, [B@12a0dc5a, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.857--ClientSession(462663651)--Connection(335262598)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.857--ServerSession(454071866)--Connection(1539409067)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.857--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.857--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.857--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.857--ClientSession(462663651)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.858--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.858--ClientSession(462663651)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.858--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 722352012 [junit] [EL Finer]: 2024-04-30 17:54:14.858--ClientSession(722352012)--Thread(Thread[main,5,main])--acquire unit of work: 1705498344 [junit] [EL Finest]: 2024-04-30 17:54:14.858--UnitOfWork(1705498344)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.858--ServerSession(454071866)--Connection(978170549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.858--ServerSession(454071866)--Connection(978170549)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.858--ServerSession(454071866)--Connection(1176037947)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.858--ServerSession(454071866)--Connection(978170549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.859--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1423824061 [junit] [EL Finer]: 2024-04-30 17:54:14.859--ClientSession(1423824061)--Thread(Thread[main,5,main])--acquire unit of work: 312379116 [junit] [EL Finest]: 2024-04-30 17:54:14.859--UnitOfWork(312379116)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SQL_TIME FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.859--ServerSession(454071866)--Connection(2062682959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.859--ServerSession(454071866)--Connection(2062682959)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.859--ServerSession(454071866)--Connection(938174859)--Thread(Thread[main,5,main])--SELECT SQL_TIME FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.859--ServerSession(454071866)--Connection(2062682959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.867--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1836000662 [junit] [EL Finer]: 2024-04-30 17:54:14.867--ClientSession(1836000662)--Thread(Thread[main,5,main])--acquire unit of work: 702369119 [junit] [EL Finest]: 2024-04-30 17:54:14.867--UnitOfWork(702369119)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.867--UnitOfWork(702369119)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.867--UnitOfWork(702369119)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@71c92109) [junit] [EL Finest]: 2024-04-30 17:54:14.867--ServerSession(454071866)--Connection(1099349218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.867--ClientSession(1836000662)--Connection(1099349218)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.867--ClientSession(1836000662)--Connection(1099349218)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.867--ClientSession(1836000662)--Connection(394269711)--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@640672a4, [B@1013b36a, [B@7478426, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@65dec1f6, 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@321a1cbb, [B@3f1f6171, [B@442b400, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.868--ClientSession(1836000662)--Connection(394269711)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.868--ServerSession(454071866)--Connection(1099349218)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.868--UnitOfWork(702369119)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.868--UnitOfWork(702369119)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.869--UnitOfWork(702369119)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.869--ClientSession(1836000662)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.869--UnitOfWork(702369119)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.869--ClientSession(1836000662)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.869--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 540974646 [junit] [EL Finer]: 2024-04-30 17:54:14.869--ClientSession(540974646)--Thread(Thread[main,5,main])--acquire unit of work: 923387474 [junit] [EL Finest]: 2024-04-30 17:54:14.869--UnitOfWork(923387474)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.869--ServerSession(454071866)--Connection(736398366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.869--ServerSession(454071866)--Connection(736398366)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.869--ServerSession(454071866)--Connection(1946400735)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.869--ServerSession(454071866)--Connection(736398366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.87--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 465426483 [junit] [EL Finer]: 2024-04-30 17:54:14.87--ClientSession(465426483)--Thread(Thread[main,5,main])--acquire unit of work: 713948663 [junit] [EL Finest]: 2024-04-30 17:54:14.87--UnitOfWork(713948663)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PBA_BLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.87--ServerSession(454071866)--Connection(1350311449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.87--ServerSession(454071866)--Connection(1350311449)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.87--ServerSession(454071866)--Connection(1016061743)--Thread(Thread[main,5,main])--SELECT PBA_BLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.87--ServerSession(454071866)--Connection(1350311449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.879--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2116634399 [junit] [EL Finer]: 2024-04-30 17:54:14.879--ClientSession(2116634399)--Thread(Thread[main,5,main])--acquire unit of work: 16245915 [junit] [EL Finest]: 2024-04-30 17:54:14.879--UnitOfWork(16245915)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.879--UnitOfWork(16245915)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.879--UnitOfWork(16245915)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28625f8) [junit] [EL Finest]: 2024-04-30 17:54:14.879--ServerSession(454071866)--Connection(1726362997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.879--ClientSession(2116634399)--Connection(1726362997)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.879--ClientSession(2116634399)--Connection(1726362997)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.879--ClientSession(2116634399)--Connection(1173176233)--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@2491aa04, [B@730b7e7e, [B@7cbeeca7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@12c9fb03, 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@3ba1b2d4, [B@13f1d350, [B@18a1de5d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.88--ClientSession(2116634399)--Connection(1173176233)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.88--ServerSession(454071866)--Connection(1726362997)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.88--UnitOfWork(16245915)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.88--UnitOfWork(16245915)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.88--UnitOfWork(16245915)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.88--ClientSession(2116634399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.88--UnitOfWork(16245915)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.88--ClientSession(2116634399)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.88--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2019511300 [junit] [EL Finer]: 2024-04-30 17:54:14.88--ClientSession(2019511300)--Thread(Thread[main,5,main])--acquire unit of work: 1424172241 [junit] [EL Finest]: 2024-04-30 17:54:14.881--UnitOfWork(1424172241)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.881--ServerSession(454071866)--Connection(1200281101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.881--ServerSession(454071866)--Connection(1200281101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.881--ServerSession(454071866)--Connection(2022319508)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.881--ServerSession(454071866)--Connection(1200281101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.882--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 153465621 [junit] [EL Finer]: 2024-04-30 17:54:14.882--ClientSession(153465621)--Thread(Thread[main,5,main])--acquire unit of work: 1766202495 [junit] [EL Finest]: 2024-04-30 17:54:14.882--UnitOfWork(1766202495)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.882--ServerSession(454071866)--Connection(1545816470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.882--ServerSession(454071866)--Connection(1545816470)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.882--ServerSession(454071866)--Connection(1686961913)--Thread(Thread[main,5,main])--SELECT SUM(P_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.882--ServerSession(454071866)--Connection(1545816470)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.89--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1547226778 [junit] [EL Finer]: 2024-04-30 17:54:14.89--ClientSession(1547226778)--Thread(Thread[main,5,main])--acquire unit of work: 912557855 [junit] [EL Finest]: 2024-04-30 17:54:14.89--UnitOfWork(912557855)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.89--UnitOfWork(912557855)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.89--UnitOfWork(912557855)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@67b36249) [junit] [EL Finest]: 2024-04-30 17:54:14.89--ServerSession(454071866)--Connection(649846379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.89--ClientSession(1547226778)--Connection(649846379)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.89--ClientSession(1547226778)--Connection(649846379)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.891--ClientSession(1547226778)--Connection(380824237)--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@184ed04d, [B@60fe0da9, [B@7b5ea373, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@705cc9c5, 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@1e7ea33b, [B@e7d7618, [B@b6199f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.891--ClientSession(1547226778)--Connection(380824237)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.892--ServerSession(454071866)--Connection(649846379)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.892--UnitOfWork(912557855)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.892--UnitOfWork(912557855)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.892--UnitOfWork(912557855)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.892--ClientSession(1547226778)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.892--UnitOfWork(912557855)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.892--ClientSession(1547226778)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.892--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 677124190 [junit] [EL Finer]: 2024-04-30 17:54:14.892--ClientSession(677124190)--Thread(Thread[main,5,main])--acquire unit of work: 691697786 [junit] [EL Finest]: 2024-04-30 17:54:14.892--UnitOfWork(691697786)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.892--ServerSession(454071866)--Connection(598728266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.892--ServerSession(454071866)--Connection(598728266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.892--ServerSession(454071866)--Connection(261414157)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.893--ServerSession(454071866)--Connection(598728266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.893--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 99985492 [junit] [EL Finer]: 2024-04-30 17:54:14.893--ClientSession(99985492)--Thread(Thread[main,5,main])--acquire unit of work: 1498006437 [junit] [EL Finest]: 2024-04-30 17:54:14.893--UnitOfWork(1498006437)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_SHORT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.893--ServerSession(454071866)--Connection(1830204207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.893--ServerSession(454071866)--Connection(1830204207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.893--ServerSession(454071866)--Connection(1328095373)--Thread(Thread[main,5,main])--SELECT SUM(P_SHORT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.894--ServerSession(454071866)--Connection(1830204207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.901--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 772345783 [junit] [EL Finer]: 2024-04-30 17:54:14.901--ClientSession(772345783)--Thread(Thread[main,5,main])--acquire unit of work: 2111683444 [junit] [EL Finest]: 2024-04-30 17:54:14.901--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.902--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.902--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@245db886) [junit] [EL Finest]: 2024-04-30 17:54:14.902--ServerSession(454071866)--Connection(2033056323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.902--ClientSession(772345783)--Connection(2033056323)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.902--ClientSession(772345783)--Connection(2033056323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.902--ClientSession(772345783)--Connection(353974852)--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@46e71093, [B@500e15ee, [B@66c35446, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@1976e6ca, 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@67eb1eff, [B@47ead689, [B@3b77cb56, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.903--ClientSession(772345783)--Connection(353974852)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.903--ServerSession(454071866)--Connection(2033056323)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.903--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.903--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.903--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.903--ClientSession(772345783)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.903--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.903--ClientSession(772345783)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.903--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1046300413 [junit] [EL Finer]: 2024-04-30 17:54:14.903--ClientSession(1046300413)--Thread(Thread[main,5,main])--acquire unit of work: 1649053800 [junit] [EL Finest]: 2024-04-30 17:54:14.903--UnitOfWork(1649053800)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.903--ServerSession(454071866)--Connection(513512429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.903--ServerSession(454071866)--Connection(513512429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.903--ServerSession(454071866)--Connection(222310375)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.904--ServerSession(454071866)--Connection(513512429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.904--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2048738637 [junit] [EL Finer]: 2024-04-30 17:54:14.904--ClientSession(2048738637)--Thread(Thread[main,5,main])--acquire unit of work: 1366980972 [junit] [EL Finest]: 2024-04-30 17:54:14.904--UnitOfWork(1366980972)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT STRING_CLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.904--ServerSession(454071866)--Connection(903187256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.904--ServerSession(454071866)--Connection(903187256)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.904--ServerSession(454071866)--Connection(1329528015)--Thread(Thread[main,5,main])--SELECT STRING_CLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.905--ServerSession(454071866)--Connection(903187256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.912--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2086655188 [junit] [EL Finer]: 2024-04-30 17:54:14.912--ClientSession(2086655188)--Thread(Thread[main,5,main])--acquire unit of work: 1823213480 [junit] [EL Finest]: 2024-04-30 17:54:14.912--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.913--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.913--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@636f7adf) [junit] [EL Finest]: 2024-04-30 17:54:14.913--ServerSession(454071866)--Connection(1494458295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.913--ClientSession(2086655188)--Connection(1494458295)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.913--ClientSession(2086655188)--Connection(1494458295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.913--ClientSession(2086655188)--Connection(8896147)--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@56178090, [B@133c43c2, [B@3486de4d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2833808, 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@687a3bc8, [B@19294756, [B@1b5f8688, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.914--ClientSession(2086655188)--Connection(8896147)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.914--ServerSession(454071866)--Connection(1494458295)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.914--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.914--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.914--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.914--ClientSession(2086655188)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.914--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.914--ClientSession(2086655188)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.914--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 223752887 [junit] [EL Finer]: 2024-04-30 17:54:14.914--ClientSession(223752887)--Thread(Thread[main,5,main])--acquire unit of work: 815298216 [junit] [EL Finest]: 2024-04-30 17:54:14.914--UnitOfWork(815298216)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.914--ServerSession(454071866)--Connection(1516343930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.914--ServerSession(454071866)--Connection(1516343930)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.914--ServerSession(454071866)--Connection(1687176214)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.915--ServerSession(454071866)--Connection(1516343930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.915--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2110517923 [junit] [EL Finer]: 2024-04-30 17:54:14.915--ClientSession(2110517923)--Thread(Thread[main,5,main])--acquire unit of work: 877739820 [junit] [EL Finest]: 2024-04-30 17:54:14.915--UnitOfWork(877739820)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(UTIL_DATE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.915--ServerSession(454071866)--Connection(407321562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.915--ServerSession(454071866)--Connection(407321562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.916--ServerSession(454071866)--Connection(1140571014)--Thread(Thread[main,5,main])--SELECT MAX(UTIL_DATE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.916--ServerSession(454071866)--Connection(407321562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.924--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 988813245 [junit] [EL Finer]: 2024-04-30 17:54:14.924--ClientSession(988813245)--Thread(Thread[main,5,main])--acquire unit of work: 1909330292 [junit] [EL Finest]: 2024-04-30 17:54:14.924--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.924--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.924--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58e71a08) [junit] [EL Finest]: 2024-04-30 17:54:14.924--ServerSession(454071866)--Connection(407795087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.924--ClientSession(988813245)--Connection(407795087)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.924--ClientSession(988813245)--Connection(407795087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.925--ClientSession(988813245)--Connection(1174243240)--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@1594c502, [B@7e9d3832, [B@33c8a528, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2562e38d, 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@16ed8ef6, [B@12678b1, [B@77b16c58, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.925--ClientSession(988813245)--Connection(1174243240)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.926--ServerSession(454071866)--Connection(407795087)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.926--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.926--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.926--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.926--ClientSession(988813245)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.926--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.926--ClientSession(988813245)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.926--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1910718752 [junit] [EL Finer]: 2024-04-30 17:54:14.926--ClientSession(1910718752)--Thread(Thread[main,5,main])--acquire unit of work: 1477068915 [junit] [EL Finest]: 2024-04-30 17:54:14.926--UnitOfWork(1477068915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.926--ServerSession(454071866)--Connection(245318510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.926--ServerSession(454071866)--Connection(245318510)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.926--ServerSession(454071866)--Connection(1648632343)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.927--ServerSession(454071866)--Connection(245318510)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.927--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1595502078 [junit] [EL Finer]: 2024-04-30 17:54:14.927--ClientSession(1595502078)--Thread(Thread[main,5,main])--acquire unit of work: 156136100 [junit] [EL Finest]: 2024-04-30 17:54:14.927--UnitOfWork(156136100)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PCA_CLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.927--ServerSession(454071866)--Connection(785755749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.927--ServerSession(454071866)--Connection(785755749)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.927--ServerSession(454071866)--Connection(1225739079)--Thread(Thread[main,5,main])--SELECT PCA_CLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.927--ServerSession(454071866)--Connection(785755749)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.936--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 395263469 [junit] [EL Finer]: 2024-04-30 17:54:14.936--ClientSession(395263469)--Thread(Thread[main,5,main])--acquire unit of work: 664439688 [junit] [EL Finest]: 2024-04-30 17:54:14.936--UnitOfWork(664439688)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.936--UnitOfWork(664439688)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.936--UnitOfWork(664439688)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@614ad27e) [junit] [EL Finest]: 2024-04-30 17:54:14.936--ServerSession(454071866)--Connection(1673217698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.936--ClientSession(395263469)--Connection(1673217698)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.936--ClientSession(395263469)--Connection(1673217698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.936--ClientSession(395263469)--Connection(2049795203)--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@1669899, [B@38515041, [B@5a01122a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@78b5e9c7, 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@4da20418, [B@7fc386b5, [B@2d814b25, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:14.937--ClientSession(395263469)--Connection(2049795203)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.937--ServerSession(454071866)--Connection(1673217698)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.937--UnitOfWork(664439688)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.937--UnitOfWork(664439688)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.937--UnitOfWork(664439688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.937--ClientSession(395263469)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.937--UnitOfWork(664439688)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.937--ClientSession(395263469)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.937--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1662538405 [junit] [EL Finer]: 2024-04-30 17:54:14.937--ClientSession(1662538405)--Thread(Thread[main,5,main])--acquire unit of work: 1912617785 [junit] [EL Finest]: 2024-04-30 17:54:14.937--UnitOfWork(1912617785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:14.938--ServerSession(454071866)--Connection(1143751326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.938--ServerSession(454071866)--Connection(1143751326)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.938--ServerSession(454071866)--Connection(1069231981)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:14.938--ServerSession(454071866)--Connection(1143751326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1564688479 [junit] [EL Finer]: 2024-04-30 17:54:14.939--ClientSession(1564688479)--Thread(Thread[main,5,main])--acquire unit of work: 323073997 [junit] [EL Finest]: 2024-04-30 17:54:14.939--UnitOfWork(323073997)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Connection(925337525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Connection(925337525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Connection(753446971)--Thread(Thread[main,5,main])--SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Connection(925337525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1963946302 [junit] [EL Finer]: 2024-04-30 17:54:14.939--ClientSession(1963946302)--Thread(Thread[main,5,main])--acquire unit of work: 2115914245 [junit] [EL Finest]: 2024-04-30 17:54:14.939--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Connection(387859605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Connection(387859605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Connection(243994227)--Thread(Thread[main,5,main])--SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2024-04-30 17:54:14.939--ServerSession(454071866)--Connection(387859605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 122, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 1.418 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions [junit] [EL Finer]: 2024-04-30 17:54:14.953--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1630310554 [junit] [EL Finer]: 2024-04-30 17:54:14.953--ClientSession(1630310554)--Thread(Thread[main,5,main])--acquire unit of work: 688175941 [junit] [EL Finest]: 2024-04-30 17:54:14.953--UnitOfWork(688175941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.953--UnitOfWork(688175941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.953--UnitOfWork(688175941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.953--UnitOfWork(688175941)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.953--UnitOfWork(688175941)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63b1adc1) [junit] [EL Finest]: 2024-04-30 17:54:14.953--ServerSession(454071866)--Connection(2053690007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.953--ClientSession(1630310554)--Connection(2053690007)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.953--ClientSession(1630310554)--Connection(2053690007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:14.953--UnitOfWork(688175941)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@727d80fb) [junit] [EL Finest]: 2024-04-30 17:54:14.953--UnitOfWork(688175941)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77d066db) [junit] [EL Finer]: 2024-04-30 17:54:14.953--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:14.953--ClientSession(1630310554)--Connection(2061281899)--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]: 2024-04-30 17:54:14.954--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.954--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.954--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])-- bind => [2, Knut, M?ller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:14.954--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:14.954--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.955--ServerSession(454071866)--Connection(2053690007)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.955--UnitOfWork(688175941)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.955--UnitOfWork(688175941)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.955--UnitOfWork(688175941)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.955--ClientSession(1630310554)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.955--UnitOfWork(688175941)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.955--ClientSession(1630310554)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.956--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 450222736 [junit] [EL Finer]: 2024-04-30 17:54:14.956--ClientSession(450222736)--Thread(Thread[main,5,main])--acquire unit of work: 564836674 [junit] [EL Finest]: 2024-04-30 17:54:14.956--UnitOfWork(564836674)--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]: 2024-04-30 17:54:14.956--ServerSession(454071866)--Connection(1290410413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.956--ServerSession(454071866)--Connection(1290410413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.956--ServerSession(454071866)--Connection(2110547533)--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]: 2024-04-30 17:54:14.956--ServerSession(454071866)--Connection(1290410413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.957--UnitOfWork(564836674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:14.957--ServerSession(454071866)--Connection(567714715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.957--ServerSession(454071866)--Connection(567714715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.957--ServerSession(454071866)--Connection(1068910562)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:14.957--ServerSession(454071866)--Connection(567714715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.965--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1957447701 [junit] [EL Finer]: 2024-04-30 17:54:14.965--ClientSession(1957447701)--Thread(Thread[main,5,main])--acquire unit of work: 1013835074 [junit] [EL Finest]: 2024-04-30 17:54:14.965--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.965--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.965--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.965--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.965--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5db00e50) [junit] [EL Finest]: 2024-04-30 17:54:14.965--ServerSession(454071866)--Connection(1948560607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.965--ClientSession(1957447701)--Connection(1948560607)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.966--ClientSession(1957447701)--Connection(1948560607)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:14.966--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bca0913) [junit] [EL Finest]: 2024-04-30 17:54:14.966--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60e957e9) [junit] [EL Finer]: 2024-04-30 17:54:14.966--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:14.966--ClientSession(1957447701)--Connection(427925708)--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]: 2024-04-30 17:54:14.966--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])-- bind => [2, Knut, M?ller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.966--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.966--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:14.966--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:14.967--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.967--ServerSession(454071866)--Connection(1948560607)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.967--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.967--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.967--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.967--ClientSession(1957447701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.967--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.967--ClientSession(1957447701)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.967--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 738046956 [junit] [EL Finer]: 2024-04-30 17:54:14.967--ClientSession(738046956)--Thread(Thread[main,5,main])--acquire unit of work: 935202117 [junit] [EL Finest]: 2024-04-30 17:54:14.967--UnitOfWork(935202117)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT MAX(SALARY) FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:14.968--ServerSession(454071866)--Connection(624408149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.968--ServerSession(454071866)--Connection(624408149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.968--ServerSession(454071866)--Connection(774511580)--Thread(Thread[main,5,main])--SELECT MAX(SALARY) FROM TMP_EMP [junit] [EL Finest]: 2024-04-30 17:54:14.968--ServerSession(454071866)--Connection(624408149)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.976--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1233830968 [junit] [EL Finer]: 2024-04-30 17:54:14.976--ClientSession(1233830968)--Thread(Thread[main,5,main])--acquire unit of work: 1423975840 [junit] [EL Finest]: 2024-04-30 17:54:14.976--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.976--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.976--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.976--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.976--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11224390) [junit] [EL Finest]: 2024-04-30 17:54:14.976--ServerSession(454071866)--Connection(1404762404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.976--ClientSession(1233830968)--Connection(1404762404)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.976--ClientSession(1233830968)--Connection(1404762404)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:14.976--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3fc8b0cd) [junit] [EL Finest]: 2024-04-30 17:54:14.977--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20fc0bee) [junit] [EL Finer]: 2024-04-30 17:54:14.977--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:14.977--ClientSession(1233830968)--Connection(1006569781)--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]: 2024-04-30 17:54:14.977--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.977--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.977--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])-- bind => [2, Knut, M?ller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:14.977--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:14.977--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.978--ServerSession(454071866)--Connection(1404762404)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.978--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.978--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.978--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.978--ClientSession(1233830968)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.978--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.978--ClientSession(1233830968)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.978--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1560961265 [junit] [EL Finer]: 2024-04-30 17:54:14.978--ClientSession(1560961265)--Thread(Thread[main,5,main])--acquire unit of work: 2073458110 [junit] [EL Finest]: 2024-04-30 17:54:14.978--UnitOfWork(2073458110)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT MIN(SALARY) FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:14.978--ServerSession(454071866)--Connection(910819110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.978--ServerSession(454071866)--Connection(910819110)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.978--ServerSession(454071866)--Connection(614239214)--Thread(Thread[main,5,main])--SELECT MIN(SALARY) FROM TMP_EMP [junit] [EL Finest]: 2024-04-30 17:54:14.979--ServerSession(454071866)--Connection(910819110)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.979--UnitOfWork(2073458110)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT MIN(SALARY) FROM TMP_EMP WHERE FIRSTNAME LIKE ?") [junit] [EL Finest]: 2024-04-30 17:54:14.979--ServerSession(454071866)--Connection(85439519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.979--ServerSession(454071866)--Connection(85439519)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.979--ServerSession(454071866)--Connection(1369138268)--Thread(Thread[main,5,main])--SELECT MIN(SALARY) FROM TMP_EMP WHERE FIRSTNAME LIKE ? [junit] bind => [K%] [junit] [EL Finest]: 2024-04-30 17:54:14.98--ServerSession(454071866)--Connection(85439519)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.988--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 822275697 [junit] [EL Finer]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Thread(Thread[main,5,main])--acquire unit of work: 1536939082 [junit] [EL Finest]: 2024-04-30 17:54:14.988--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.988--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.988--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.988--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.988--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c8a47f3) [junit] [EL Finest]: 2024-04-30 17:54:14.988--ServerSession(454071866)--Connection(1266881685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Connection(1266881685)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Connection(1266881685)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:14.988--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a5d4375) [junit] [EL Finest]: 2024-04-30 17:54:14.988--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29a879a5) [junit] [EL Finer]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Connection(2065549932)--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]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])-- bind => [2, Knut, M?ller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:14.988--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:14.989--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:14.989--ServerSession(454071866)--Connection(1266881685)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.989--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:14.989--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.989--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.989--ClientSession(822275697)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:14.989--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:14.989--ClientSession(822275697)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:14.99--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 459758433 [junit] [EL Finer]: 2024-04-30 17:54:14.99--ClientSession(459758433)--Thread(Thread[main,5,main])--acquire unit of work: 1010525259 [junit] [EL Finest]: 2024-04-30 17:54:14.99--UnitOfWork(1010525259)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT SUM(SALARY) FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:14.99--ServerSession(454071866)--Connection(1374506047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:14.99--ServerSession(454071866)--Connection(1374506047)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:14.99--ServerSession(454071866)--Connection(1657387622)--Thread(Thread[main,5,main])--SELECT SUM(SALARY) FROM TMP_EMP [junit] [EL Finest]: 2024-04-30 17:54:14.99--ServerSession(454071866)--Connection(1374506047)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:14.998--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 816372481 [junit] [EL Finer]: 2024-04-30 17:54:14.998--ClientSession(816372481)--Thread(Thread[main,5,main])--acquire unit of work: 1372975160 [junit] [EL Finest]: 2024-04-30 17:54:14.998--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.998--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:14.998--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:14.998--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:14.999--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53006505) [junit] [EL Finest]: 2024-04-30 17:54:14.999--ServerSession(454071866)--Connection(2119005244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:14.999--ClientSession(816372481)--Connection(2119005244)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:14.999--ClientSession(816372481)--Connection(2119005244)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:14.999--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26a814e6) [junit] [EL Finest]: 2024-04-30 17:54:14.999--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2586ccb7) [junit] [EL Finer]: 2024-04-30 17:54:14.999--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:14.999--ClientSession(816372481)--Connection(1086317374)--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]: 2024-04-30 17:54:14.999--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])-- bind => [2, Knut, M?ller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.999--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:14.999--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:14.999--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.0--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.0--ServerSession(454071866)--Connection(2119005244)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.0--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.0--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.0--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.0--ClientSession(816372481)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.0--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.0--ClientSession(816372481)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.001--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 274592534 [junit] [EL Finer]: 2024-04-30 17:54:15.001--ClientSession(274592534)--Thread(Thread[main,5,main])--acquire unit of work: 42460953 [junit] [EL Finest]: 2024-04-30 17:54:15.001--UnitOfWork(42460953)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT AVG(SALARY) FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:15.001--ServerSession(454071866)--Connection(1658452554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.001--ServerSession(454071866)--Connection(1658452554)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.001--ServerSession(454071866)--Connection(161290996)--Thread(Thread[main,5,main])--SELECT AVG(SALARY) FROM TMP_EMP [junit] [EL Finest]: 2024-04-30 17:54:15.001--ServerSession(454071866)--Connection(1658452554)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery [junit] [EL Finer]: 2024-04-30 17:54:15.022--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1178109942 [junit] [EL Finer]: 2024-04-30 17:54:15.022--ClientSession(1178109942)--Thread(Thread[main,5,main])--acquire unit of work: 1056790461 [junit] [EL Finest]: 2024-04-30 17:54:15.022--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.022--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.022--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.022--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.023--ServerSession(454071866)--Connection(1456268576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.023--ClientSession(1178109942)--Connection(1456268576)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.023--ClientSession(1178109942)--Connection(1456268576)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.023--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.023--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.023--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.023--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.023--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.023--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.023--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.024--ServerSession(454071866)--Connection(1456268576)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.024--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.024--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.024--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.024--ClientSession(1178109942)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.024--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.024--ClientSession(1178109942)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.024--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 900657051 [junit] [EL Finer]: 2024-04-30 17:54:15.024--ClientSession(900657051)--Thread(Thread[main,5,main])--acquire unit of work: 1829602623 [junit] [EL Finest]: 2024-04-30 17:54:15.024--UnitOfWork(1829602623)--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]: 2024-04-30 17:54:15.024--ServerSession(454071866)--Connection(690405852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.024--ServerSession(454071866)--Connection(690405852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.024--ServerSession(454071866)--Connection(1977773357)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.025--ServerSession(454071866)--Connection(690405852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.026--UnitOfWork(1829602623)--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]: 2024-04-30 17:54:15.026--UnitOfWork(1829602623)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14 [junit] [EL Finer]: 2024-04-30 17:54:15.041--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 387556615 [junit] [EL Finer]: 2024-04-30 17:54:15.041--ClientSession(387556615)--Thread(Thread[main,5,main])--acquire unit of work: 1880589092 [junit] [EL Finest]: 2024-04-30 17:54:15.041--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.041--ServerSession(454071866)--Connection(728520238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.041--ClientSession(387556615)--Connection(728520238)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.041--ClientSession(387556615)--Connection(728520238)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.041--ClientSession(387556615)--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]: 2024-04-30 17:54:15.041--ClientSession(387556615)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2024-04-30 17:54:15.041--ClientSession(387556615)--Connection(1896349657)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2024-04-30 17:54:15.041--ClientSession(387556615)--Connection(1896349657)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2024-04-30 17:54:15.041--ClientSession(387556615)--Connection(1896349657)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 201, last: 250 [junit] [EL Finer]: 2024-04-30 17:54:15.042--ClientSession(387556615)--Connection(1896349657)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.042--ServerSession(454071866)--Connection(1896349657)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:15.042--ServerSession(454071866)--Connection(728520238)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (201 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (202 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (203 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (204 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (205 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (206 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (207 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (208 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (209 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--assign sequence to the object (210 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9) [junit] [EL Finer]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.042--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2024-04-30 17:54:15.042--ServerSession(454071866)--Connection(1476275380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(1476275380)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(1476275380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8) [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3) [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6) [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0) [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4) [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5) [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7) [junit] [EL Finest]: 2024-04-30 17:54:15.043--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9) [junit] [EL Finer]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [203, P2] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [202, P1] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [209, P8] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [204, P3] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [207, P6] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [201, P0] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [205, P4] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [206, P5] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [208, P7] [junit] [EL Fine]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [210, P9] [junit] [EL Finer]: 2024-04-30 17:54:15.043--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 203] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 202] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 209] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 204] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 207] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 201] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 205] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 206] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 208] [junit] [EL Fine]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])-- bind => [1, 0, 210] [junit] [EL Finer]: 2024-04-30 17:54:15.044--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.046--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.046--ServerSession(454071866)--Connection(1476275380)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.046--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.046--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.046--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.046--ClientSession(387556615)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.046--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.046--ClientSession(387556615)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.047--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 971681537 [junit] [EL Finer]: 2024-04-30 17:54:15.047--ClientSession(971681537)--Thread(Thread[main,5,main])--acquire unit of work: 1827228088 [junit] [EL Finest]: 2024-04-30 17:54:15.047--UnitOfWork(1827228088)--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]: 2024-04-30 17:54:15.047--ServerSession(454071866)--Connection(1997338598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.047--ServerSession(454071866)--Connection(1997338598)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.047--ServerSession(454071866)--Connection(1416321571)--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]: 2024-04-30 17:54:15.047--ServerSession(454071866)--Connection(1997338598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.047--UnitOfWork(1827228088)--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]: 2024-04-30 17:54:15.048--ServerSession(454071866)--Connection(1356224098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.048--ServerSession(454071866)--Connection(1356224098)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.048--ServerSession(454071866)--Connection(552847844)--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]: 2024-04-30 17:54:15.048--ServerSession(454071866)--Connection(1356224098)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.048--UnitOfWork(1827228088)--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]: 2024-04-30 17:54:15.048--ServerSession(454071866)--Connection(1336596182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.048--ServerSession(454071866)--Connection(1336596182)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.048--ServerSession(454071866)--Connection(1906870830)--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]: 2024-04-30 17:54:15.049--ServerSession(454071866)--Connection(1336596182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.064--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 27281938 [junit] [EL Finer]: 2024-04-30 17:54:15.064--ClientSession(27281938)--Thread(Thread[main,5,main])--acquire unit of work: 117571399 [junit] [EL Finest]: 2024-04-30 17:54:15.064--UnitOfWork(117571399)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.064--UnitOfWork(117571399)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.064--UnitOfWork(117571399)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.065--UnitOfWork(117571399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.065--ServerSession(454071866)--Connection(1249876628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.065--ClientSession(27281938)--Connection(1249876628)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.065--ClientSession(27281938)--Connection(1249876628)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.065--UnitOfWork(117571399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.065--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.065--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.065--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.065--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.065--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.065--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.066--ServerSession(454071866)--Connection(1249876628)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.066--UnitOfWork(117571399)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.066--UnitOfWork(117571399)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.066--UnitOfWork(117571399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.066--ClientSession(27281938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.066--UnitOfWork(117571399)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.066--ClientSession(27281938)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.066--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 261659974 [junit] [EL Finer]: 2024-04-30 17:54:15.066--ClientSession(261659974)--Thread(Thread[main,5,main])--acquire unit of work: 1184233794 [junit] [EL Finest]: 2024-04-30 17:54:15.066--UnitOfWork(1184233794)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.066--ServerSession(454071866)--Connection(1464625080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.067--ServerSession(454071866)--Connection(1464625080)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.067--ServerSession(454071866)--Connection(1878112476)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.067--ServerSession(454071866)--Connection(1464625080)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.082--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1201012359 [junit] [EL Finer]: 2024-04-30 17:54:15.082--ClientSession(1201012359)--Thread(Thread[main,5,main])--acquire unit of work: 1714763873 [junit] [EL Finest]: 2024-04-30 17:54:15.082--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.082--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.082--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.082--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.082--ServerSession(454071866)--Connection(64608097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.082--ClientSession(1201012359)--Connection(64608097)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.082--ClientSession(1201012359)--Connection(64608097)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.083--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.083--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.083--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.083--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.083--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.083--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.083--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.083--ServerSession(454071866)--Connection(64608097)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.083--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.083--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.083--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.083--ClientSession(1201012359)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.083--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.083--ClientSession(1201012359)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.084--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1298423492 [junit] [EL Finer]: 2024-04-30 17:54:15.084--ClientSession(1298423492)--Thread(Thread[main,5,main])--acquire unit of work: 1158048713 [junit] [EL Finest]: 2024-04-30 17:54:15.084--UnitOfWork(1158048713)--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]: 2024-04-30 17:54:15.084--ServerSession(454071866)--Connection(1458951823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.084--ServerSession(454071866)--Connection(1458951823)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.084--ServerSession(454071866)--Connection(690513180)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.084--ServerSession(454071866)--Connection(1458951823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.107--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1614081814 [junit] [EL Finer]: 2024-04-30 17:54:15.107--ClientSession(1614081814)--Thread(Thread[main,5,main])--acquire unit of work: 801192950 [junit] [EL Finest]: 2024-04-30 17:54:15.108--UnitOfWork(801192950)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.108--UnitOfWork(801192950)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.108--UnitOfWork(801192950)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.108--UnitOfWork(801192950)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.108--ServerSession(454071866)--Connection(1839429230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.108--ClientSession(1614081814)--Connection(1839429230)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.108--ClientSession(1614081814)--Connection(1839429230)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.108--UnitOfWork(801192950)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.108--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.108--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.108--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.108--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.108--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.108--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.109--ServerSession(454071866)--Connection(1839429230)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.109--UnitOfWork(801192950)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.109--UnitOfWork(801192950)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.109--UnitOfWork(801192950)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.109--ClientSession(1614081814)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.109--UnitOfWork(801192950)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.109--ClientSession(1614081814)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.109--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 775331939 [junit] [EL Finer]: 2024-04-30 17:54:15.11--ClientSession(775331939)--Thread(Thread[main,5,main])--acquire unit of work: 770618175 [junit] [EL Finest]: 2024-04-30 17:54:15.11--UnitOfWork(770618175)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.11--ServerSession(454071866)--Connection(2061412816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.11--ServerSession(454071866)--Connection(2061412816)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.11--ServerSession(454071866)--Connection(312289201)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.11--ServerSession(454071866)--Connection(2061412816)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.11--UnitOfWork(770618175)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT DISTINCT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.11--ServerSession(454071866)--Connection(94815014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.11--ServerSession(454071866)--Connection(94815014)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.111--ServerSession(454071866)--Connection(751233782)--Thread(Thread[main,5,main])--SELECT DISTINCT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.111--ServerSession(454071866)--Connection(94815014)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.111--UnitOfWork(770618175)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE NAME LIKE ?") [junit] [EL Finest]: 2024-04-30 17:54:15.111--ServerSession(454071866)--Connection(552702267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.111--ServerSession(454071866)--Connection(552702267)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.111--ServerSession(454071866)--Connection(2062844455)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE NAME LIKE ? [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.111--ServerSession(454071866)--Connection(552702267)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.112--UnitOfWork(770618175)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE NAME LIKE ?") [junit] [EL Finest]: 2024-04-30 17:54:15.112--ServerSession(454071866)--Connection(1417762702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.112--ServerSession(454071866)--Connection(1417762702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.112--ServerSession(454071866)--Connection(969212192)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE NAME LIKE ? [junit] bind => [twen%] [junit] [EL Finest]: 2024-04-30 17:54:15.112--ServerSession(454071866)--Connection(1417762702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.127--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1962389425 [junit] [EL Finer]: 2024-04-30 17:54:15.128--ClientSession(1962389425)--Thread(Thread[main,5,main])--acquire unit of work: 1716364813 [junit] [EL Finest]: 2024-04-30 17:54:15.128--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.128--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.128--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.128--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.128--ServerSession(454071866)--Connection(2000596733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.128--ClientSession(1962389425)--Connection(2000596733)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.128--ClientSession(1962389425)--Connection(2000596733)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.128--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.128--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.128--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.128--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.128--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.128--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.129--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.129--ServerSession(454071866)--Connection(2000596733)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.129--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.129--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.129--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.129--ClientSession(1962389425)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.129--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.129--ClientSession(1962389425)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.129--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 871909542 [junit] [EL Finer]: 2024-04-30 17:54:15.129--ClientSession(871909542)--Thread(Thread[main,5,main])--acquire unit of work: 833835362 [junit] [EL Finer]: 2024-04-30 17:54:15.129--UnitOfWork(833835362)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.129--UnitOfWork(833835362)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.129--UnitOfWork(833835362)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:15.129--ServerSession(454071866)--Connection(2047472472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.129--ServerSession(454071866)--Connection(2047472472)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.13--ServerSession(454071866)--Connection(1360692538)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:15.13--ServerSession(454071866)--Connection(2047472472)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.13--UnitOfWork(833835362)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.13--ClientSession(871909542)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.145--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1185536849 [junit] [EL Finer]: 2024-04-30 17:54:15.145--ClientSession(1185536849)--Thread(Thread[main,5,main])--acquire unit of work: 1790988341 [junit] [EL Finest]: 2024-04-30 17:54:15.145--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.145--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.145--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.145--ServerSession(454071866)--Connection(784962518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.145--ClientSession(1185536849)--Connection(784962518)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.145--ClientSession(1185536849)--Connection(784962518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.146--ClientSession(1185536849)--Connection(1180708802)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.146--ClientSession(1185536849)--Connection(1180708802)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.146--ServerSession(454071866)--Connection(784962518)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.146--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.146--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.146--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.146--ClientSession(1185536849)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.146--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.146--ClientSession(1185536849)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.146--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1398964439 [junit] [EL Finer]: 2024-04-30 17:54:15.146--ClientSession(1398964439)--Thread(Thread[main,5,main])--acquire unit of work: 827846222 [junit] [EL Finest]: 2024-04-30 17:54:15.146--UnitOfWork(827846222)--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]: 2024-04-30 17:54:15.146--UnitOfWork(827846222)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2024-04-30 17:54:15.146--UnitOfWork(827846222)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.147--UnitOfWork(827846222)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.147--ServerSession(454071866)--Connection(1534823044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.147--ClientSession(1398964439)--Connection(1534823044)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.147--ClientSession(1398964439)--Connection(1534823044)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.147--ClientSession(1398964439)--Connection(568523745)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [newName, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.148--UnitOfWork(827846222)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.148--UnitOfWork(827846222)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.148--UnitOfWork(827846222)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.148--UnitOfWork(827846222)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.148--UnitOfWork(827846222)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Fine]: 2024-04-30 17:54:15.148--ClientSession(1398964439)--Connection(568523745)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [newName] [junit] [EL Finer]: 2024-04-30 17:54:15.149--UnitOfWork(827846222)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.149--ClientSession(1398964439)--Connection(568523745)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.149--ServerSession(454071866)--Connection(1534823044)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.149--UnitOfWork(827846222)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.149--UnitOfWork(827846222)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.149--UnitOfWork(827846222)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.149--ClientSession(1398964439)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.149--UnitOfWork(827846222)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.149--ClientSession(1398964439)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.164--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 970611524 [junit] [EL Finer]: 2024-04-30 17:54:15.164--ClientSession(970611524)--Thread(Thread[main,5,main])--acquire unit of work: 792590106 [junit] [EL Finest]: 2024-04-30 17:54:15.164--UnitOfWork(792590106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.164--UnitOfWork(792590106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.165--UnitOfWork(792590106)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.165--UnitOfWork(792590106)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.165--ServerSession(454071866)--Connection(1486337825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.165--ClientSession(970611524)--Connection(1486337825)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.165--ClientSession(970611524)--Connection(1486337825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.165--UnitOfWork(792590106)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.165--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.165--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.165--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.165--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.165--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.165--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.166--ServerSession(454071866)--Connection(1486337825)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.166--UnitOfWork(792590106)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.166--UnitOfWork(792590106)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.166--UnitOfWork(792590106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.166--ClientSession(970611524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.166--UnitOfWork(792590106)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.166--ClientSession(970611524)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.166--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1550647657 [junit] [EL Finer]: 2024-04-30 17:54:15.166--ClientSession(1550647657)--Thread(Thread[main,5,main])--acquire unit of work: 687956652 [junit] [EL Finest]: 2024-04-30 17:54:15.166--UnitOfWork(687956652)--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]: 2024-04-30 17:54:15.166--ServerSession(454071866)--Connection(1214066035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.166--ServerSession(454071866)--Connection(1214066035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.167--ServerSession(454071866)--Connection(2017002946)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE ((NAME = ?) AND (ID = ?)) [junit] bind => [twenty, 20] [junit] [EL Finest]: 2024-04-30 17:54:15.167--ServerSession(454071866)--Connection(1214066035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.167--UnitOfWork(687956652)--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]: 2024-04-30 17:54:15.167--ServerSession(454071866)--Connection(1338680539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.167--ServerSession(454071866)--Connection(1338680539)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.167--ServerSession(454071866)--Connection(2137898997)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE ((NAME = ?) AND (ID = ?)) [junit] bind => [ten, 10] [junit] [EL Finest]: 2024-04-30 17:54:15.167--ServerSession(454071866)--Connection(1338680539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.182--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 105499152 [junit] [EL Finer]: 2024-04-30 17:54:15.182--ClientSession(105499152)--Thread(Thread[main,5,main])--acquire unit of work: 1108112139 [junit] [EL Finest]: 2024-04-30 17:54:15.182--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.182--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.182--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.182--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.182--ServerSession(454071866)--Connection(1557742490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.182--ClientSession(105499152)--Connection(1557742490)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.182--ClientSession(105499152)--Connection(1557742490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.183--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.183--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.183--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.183--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.183--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.183--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.183--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.183--ServerSession(454071866)--Connection(1557742490)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.183--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.183--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.183--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.183--ClientSession(105499152)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.183--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.184--ClientSession(105499152)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.184--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 311755210 [junit] [EL Finer]: 2024-04-30 17:54:15.184--ClientSession(311755210)--Thread(Thread[main,5,main])--acquire unit of work: 2516937 [junit] [EL Finest]: 2024-04-30 17:54:15.184--UnitOfWork(2516937)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.184--ServerSession(454071866)--Connection(908997298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.184--ServerSession(454071866)--Connection(908997298)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.184--ServerSession(454071866)--Connection(1386688441)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.184--ServerSession(454071866)--Connection(908997298)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.185--UnitOfWork(2516937)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.185--ServerSession(454071866)--Connection(483514357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.185--ServerSession(454071866)--Connection(483514357)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.185--ServerSession(454071866)--Connection(2002839857)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.185--ServerSession(454071866)--Connection(483514357)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.193--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2144591676 [junit] [EL Finer]: 2024-04-30 17:54:15.193--ClientSession(2144591676)--Thread(Thread[main,5,main])--acquire unit of work: 1157912791 [junit] [EL Finest]: 2024-04-30 17:54:15.193--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.193--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.193--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.193--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6cfecf92) [junit] [EL Finest]: 2024-04-30 17:54:15.193--ServerSession(454071866)--Connection(736981504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.193--ClientSession(2144591676)--Connection(736981504)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.193--ClientSession(2144591676)--Connection(736981504)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.193--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@379b92ee) [junit] [EL Finer]: 2024-04-30 17:54:15.193--ClientSession(2144591676)--Connection(1082820977)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.193--ClientSession(2144591676)--Connection(1082820977)--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]: 2024-04-30 17:54:15.193--ClientSession(2144591676)--Connection(1082820977)--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 Fine]: 2024-04-30 17:54:15.193--ClientSession(2144591676)--Connection(1082820977)--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 Finer]: 2024-04-30 17:54:15.193--ClientSession(2144591676)--Connection(1082820977)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.194--ClientSession(2144591676)--Connection(1082820977)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.194--ServerSession(454071866)--Connection(736981504)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.194--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.194--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.194--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.194--ClientSession(2144591676)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.194--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.194--ClientSession(2144591676)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.195--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1786326515 [junit] [EL Finer]: 2024-04-30 17:54:15.195--ClientSession(1786326515)--Thread(Thread[main,5,main])--acquire unit of work: 2096916622 [junit] [EL Finest]: 2024-04-30 17:54:15.195--UnitOfWork(2096916622)--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]: 2024-04-30 17:54:15.195--ServerSession(454071866)--Connection(1911539017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.195--ServerSession(454071866)--Connection(1911539017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.195--ServerSession(454071866)--Connection(1329387249)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:15.195--ServerSession(454071866)--Connection(1911539017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.21--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2007733038 [junit] [EL Finer]: 2024-04-30 17:54:15.21--ClientSession(2007733038)--Thread(Thread[main,5,main])--acquire unit of work: 791179530 [junit] [EL Finest]: 2024-04-30 17:54:15.21--UnitOfWork(791179530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.211--UnitOfWork(791179530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.211--UnitOfWork(791179530)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.211--UnitOfWork(791179530)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.211--ServerSession(454071866)--Connection(1522682914)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.211--ClientSession(2007733038)--Connection(1522682914)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.211--ClientSession(2007733038)--Connection(1522682914)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.211--UnitOfWork(791179530)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.211--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.211--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.211--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.211--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.211--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.211--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.212--ServerSession(454071866)--Connection(1522682914)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.212--UnitOfWork(791179530)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.212--UnitOfWork(791179530)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.212--UnitOfWork(791179530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.212--ClientSession(2007733038)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.212--UnitOfWork(791179530)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.212--ClientSession(2007733038)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.212--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1695945484 [junit] [EL Finer]: 2024-04-30 17:54:15.212--ClientSession(1695945484)--Thread(Thread[main,5,main])--acquire unit of work: 763228368 [junit] [EL Finest]: 2024-04-30 17:54:15.212--UnitOfWork(763228368)--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]: 2024-04-30 17:54:15.212--ServerSession(454071866)--Connection(70793157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.212--ServerSession(454071866)--Connection(70793157)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.212--ServerSession(454071866)--Connection(2102556018)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.212--ServerSession(454071866)--Connection(70793157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.212--UnitOfWork(763228368)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.212--ClientSession(1695945484)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.212--UnitOfWork(763228368)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.212--ClientSession(1695945484)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.213--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 796106138 [junit] [EL Finer]: 2024-04-30 17:54:15.213--ClientSession(796106138)--Thread(Thread[main,5,main])--acquire unit of work: 1105495267 [junit] [EL Finest]: 2024-04-30 17:54:15.213--UnitOfWork(1105495267)--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]: 2024-04-30 17:54:15.213--UnitOfWork(1105495267)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14 [junit] [EL Finer]: 2024-04-30 17:54:15.227--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 472117086 [junit] [EL Finer]: 2024-04-30 17:54:15.227--ClientSession(472117086)--Thread(Thread[main,5,main])--acquire unit of work: 1634631350 [junit] [EL Finest]: 2024-04-30 17:54:15.227--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.227--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (211 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0) [junit] [EL Finest]: 2024-04-30 17:54:15.227--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.227--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (212 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2024-04-30 17:54:15.227--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.227--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (213 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2024-04-30 17:54:15.227--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.227--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (214 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (215 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (216 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (217 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (218 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (219 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--assign sequence to the object (220 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9) [junit] [EL Finer]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9) [junit] [EL Finest]: 2024-04-30 17:54:15.228--ServerSession(454071866)--Connection(34136829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.228--ClientSession(472117086)--Connection(34136829)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.228--ClientSession(472117086)--Connection(34136829)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6) [junit] [EL Finest]: 2024-04-30 17:54:15.228--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4) [junit] [EL Finer]: 2024-04-30 17:54:15.228--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.228--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.228--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [220, P9] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [218, P7] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [213, P2] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [219, P8] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [214, P3] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [216, P5] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [212, P1] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [211, P0] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [217, P6] [junit] [EL Fine]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [215, P4] [junit] [EL Finer]: 2024-04-30 17:54:15.229--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 220] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 218] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 213] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 219] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 214] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 216] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 212] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 211] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 217] [junit] [EL Fine]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])-- bind => [1, 0, 215] [junit] [EL Finer]: 2024-04-30 17:54:15.23--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.231--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.231--ServerSession(454071866)--Connection(34136829)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.231--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.231--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.231--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.231--ClientSession(472117086)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.231--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.231--ClientSession(472117086)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.232--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2099847149 [junit] [EL Finer]: 2024-04-30 17:54:15.232--ClientSession(2099847149)--Thread(Thread[main,5,main])--acquire unit of work: 330130251 [junit] [EL Finest]: 2024-04-30 17:54:15.232--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.232--ServerSession(454071866)--Connection(1939904549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.232--ServerSession(454071866)--Connection(1939904549)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.232--ServerSession(454071866)--Connection(1178810315)--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]: 2024-04-30 17:54:15.233--ServerSession(454071866)--Connection(1939904549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.233--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.233--ServerSession(454071866)--Connection(1816848145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.233--ServerSession(454071866)--Connection(1816848145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.233--ServerSession(454071866)--Connection(6019095)--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]: 2024-04-30 17:54:15.233--ServerSession(454071866)--Connection(1816848145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.233--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(1226418506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(1226418506)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(53662427)--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]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(1226418506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.234--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(1060887678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(1060887678)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(996962602)--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]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(1060887678)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.234--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(1588733462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.234--ServerSession(454071866)--Connection(1588733462)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(1066125714)--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]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(1588733462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.235--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(670037872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(670037872)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(1747117837)--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]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(670037872)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.235--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(1580620496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(1580620496)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.235--ServerSession(454071866)--Connection(104489489)--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]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(1580620496)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.236--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(1398259417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(1398259417)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(1071357625)--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]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(1398259417)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.236--UnitOfWork(330130251)--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]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(1825011454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(1825011454)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(34127049)--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]: 2024-04-30 17:54:15.236--ServerSession(454071866)--Connection(1825011454)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.252--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1992514416 [junit] [EL Finer]: 2024-04-30 17:54:15.252--ClientSession(1992514416)--Thread(Thread[main,5,main])--acquire unit of work: 2057845447 [junit] [EL Finest]: 2024-04-30 17:54:15.252--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.252--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.252--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.252--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.252--ServerSession(454071866)--Connection(219086388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.252--ClientSession(1992514416)--Connection(219086388)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.252--ClientSession(1992514416)--Connection(219086388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.253--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.253--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.253--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.253--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.253--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.253--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.253--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.253--ServerSession(454071866)--Connection(219086388)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.253--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.254--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.254--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.254--ClientSession(1992514416)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.254--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.254--ClientSession(1992514416)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.254--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1611940948 [junit] [EL Finer]: 2024-04-30 17:54:15.254--ClientSession(1611940948)--Thread(Thread[main,5,main])--acquire unit of work: 437381436 [junit] [EL Finest]: 2024-04-30 17:54:15.254--UnitOfWork(437381436)--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]: 2024-04-30 17:54:15.254--UnitOfWork(437381436)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2024-04-30 17:54:15.254--UnitOfWork(437381436)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.254--UnitOfWork(437381436)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.255--ServerSession(454071866)--Connection(1968951898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.255--ClientSession(1611940948)--Connection(1968951898)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.255--ClientSession(1611940948)--Connection(1968951898)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.255--ClientSession(1611940948)--Connection(918490999)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.255--UnitOfWork(437381436)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.255--UnitOfWork(437381436)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:15.255--UnitOfWork(437381436)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Fine]: 2024-04-30 17:54:15.255--ClientSession(1611940948)--Connection(918490999)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finer]: 2024-04-30 17:54:15.256--UnitOfWork(437381436)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.256--ClientSession(1611940948)--Connection(918490999)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.256--ServerSession(454071866)--Connection(1968951898)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.256--UnitOfWork(437381436)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.256--UnitOfWork(437381436)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.264--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 968945627 [junit] [EL Finer]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Thread(Thread[main,5,main])--acquire unit of work: 1734683606 [junit] [EL Finest]: 2024-04-30 17:54:15.264--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.264--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.264--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.264--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.264--ServerSession(454071866)--Connection(1147355343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Connection(1147355343)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Connection(1147355343)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.264--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.264--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.265--ServerSession(454071866)--Connection(1147355343)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.265--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.265--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.265--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.265--ClientSession(968945627)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.265--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.265--ClientSession(968945627)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.265--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1647508629 [junit] [EL Finer]: 2024-04-30 17:54:15.265--ClientSession(1647508629)--Thread(Thread[main,5,main])--acquire unit of work: 1015655716 [junit] [EL Finest]: 2024-04-30 17:54:15.265--UnitOfWork(1015655716)--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]: 2024-04-30 17:54:15.265--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2024-04-30 17:54:15.265--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.265--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.265--ServerSession(454071866)--Connection(1122353296)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.265--ClientSession(1647508629)--Connection(1122353296)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.265--ClientSession(1647508629)--Connection(1122353296)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.265--ClientSession(1647508629)--Connection(871671141)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.266--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.266--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:15.266--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Fine]: 2024-04-30 17:54:15.266--ClientSession(1647508629)--Connection(871671141)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finer]: 2024-04-30 17:54:15.266--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.266--ClientSession(1647508629)--Connection(871671141)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.266--ServerSession(454071866)--Connection(1122353296)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.266--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.266--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.274--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1944681924 [junit] [EL Finer]: 2024-04-30 17:54:15.274--ClientSession(1944681924)--Thread(Thread[main,5,main])--acquire unit of work: 1812709667 [junit] [EL Finest]: 2024-04-30 17:54:15.274--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.274--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.274--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.274--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.274--ServerSession(454071866)--Connection(142237528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.274--ClientSession(1944681924)--Connection(142237528)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.274--ClientSession(1944681924)--Connection(142237528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.274--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.274--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.274--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.274--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.274--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.274--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.275--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.275--ServerSession(454071866)--Connection(142237528)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.275--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.275--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.275--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.275--ClientSession(1944681924)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.275--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.275--ClientSession(1944681924)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.275--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 221055966 [junit] [EL Finer]: 2024-04-30 17:54:15.275--ClientSession(221055966)--Thread(Thread[main,5,main])--acquire unit of work: 1475810748 [junit] [EL Finest]: 2024-04-30 17:54:15.275--UnitOfWork(1475810748)--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]: 2024-04-30 17:54:15.275--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:15.275--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.275--ServerSession(454071866)--Connection(1555998413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.275--ServerSession(454071866)--Connection(1555998413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.275--ServerSession(454071866)--Connection(967325055)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finest]: 2024-04-30 17:54:15.276--ServerSession(454071866)--Connection(1555998413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.276--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.276--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.276--ServerSession(454071866)--Connection(908296628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.276--ClientSession(221055966)--Connection(908296628)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.276--ClientSession(221055966)--Connection(908296628)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.276--ClientSession(221055966)--Connection(1322797506)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.276--ClientSession(221055966)--Connection(1322797506)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.276--ServerSession(454071866)--Connection(908296628)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.276--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.276--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.284--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1471865492 [junit] [EL Finer]: 2024-04-30 17:54:15.284--ClientSession(1471865492)--Thread(Thread[main,5,main])--acquire unit of work: 1528834040 [junit] [EL Finest]: 2024-04-30 17:54:15.284--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.284--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.284--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.284--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.284--ServerSession(454071866)--Connection(410350509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.284--ClientSession(1471865492)--Connection(410350509)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.284--ClientSession(1471865492)--Connection(410350509)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.284--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.284--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.284--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.284--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.284--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.284--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.285--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.285--ServerSession(454071866)--Connection(410350509)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.285--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.285--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.285--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.285--ClientSession(1471865492)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.285--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.285--ClientSession(1471865492)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.285--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1204379540 [junit] [EL Finer]: 2024-04-30 17:54:15.285--ClientSession(1204379540)--Thread(Thread[main,5,main])--acquire unit of work: 1947378907 [junit] [EL Finest]: 2024-04-30 17:54:15.285--UnitOfWork(1947378907)--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]: 2024-04-30 17:54:15.285--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:15.285--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.285--ServerSession(454071866)--Connection(509891548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.285--ServerSession(454071866)--Connection(509891548)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.285--ServerSession(454071866)--Connection(324835963)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finest]: 2024-04-30 17:54:15.285--ServerSession(454071866)--Connection(509891548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.286--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.286--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.286--ServerSession(454071866)--Connection(1978256638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.286--ClientSession(1204379540)--Connection(1978256638)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.286--ClientSession(1204379540)--Connection(1978256638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.286--ClientSession(1204379540)--Connection(43065210)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.286--ClientSession(1204379540)--Connection(43065210)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.286--ServerSession(454071866)--Connection(1978256638)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.286--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.286--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.294--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 812329234 [junit] [EL Finer]: 2024-04-30 17:54:15.294--ClientSession(812329234)--Thread(Thread[main,5,main])--acquire unit of work: 982227626 [junit] [EL Finest]: 2024-04-30 17:54:15.294--UnitOfWork(982227626)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.294--UnitOfWork(982227626)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.294--UnitOfWork(982227626)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.294--UnitOfWork(982227626)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.294--ServerSession(454071866)--Connection(427748467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.294--ClientSession(812329234)--Connection(427748467)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.294--ClientSession(812329234)--Connection(427748467)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.294--UnitOfWork(982227626)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.294--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.294--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.294--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.294--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.294--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.295--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.295--ServerSession(454071866)--Connection(427748467)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.295--UnitOfWork(982227626)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.295--UnitOfWork(982227626)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.295--UnitOfWork(982227626)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.295--ClientSession(812329234)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.295--UnitOfWork(982227626)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.295--ClientSession(812329234)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.295--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 648748708 [junit] [EL Finer]: 2024-04-30 17:54:15.295--ClientSession(648748708)--Thread(Thread[main,5,main])--acquire unit of work: 1222140790 [junit] [EL Finest]: 2024-04-30 17:54:15.295--UnitOfWork(1222140790)--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]: 2024-04-30 17:54:15.295--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2024-04-30 17:54:15.295--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.295--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.295--ServerSession(454071866)--Connection(1557242942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.295--ClientSession(648748708)--Connection(1557242942)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.295--ClientSession(648748708)--Connection(1557242942)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.296--ClientSession(648748708)--Connection(1461300993)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.296--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.296--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:15.296--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Fine]: 2024-04-30 17:54:15.296--ClientSession(648748708)--Connection(1461300993)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finer]: 2024-04-30 17:54:15.296--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.296--ClientSession(648748708)--Connection(1461300993)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.297--ServerSession(454071866)--Connection(1557242942)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.297--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.297--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.304--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 415444388 [junit] [EL Finer]: 2024-04-30 17:54:15.304--ClientSession(415444388)--Thread(Thread[main,5,main])--acquire unit of work: 270605726 [junit] [EL Finest]: 2024-04-30 17:54:15.304--UnitOfWork(270605726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.304--UnitOfWork(270605726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.304--UnitOfWork(270605726)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.305--UnitOfWork(270605726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.305--ServerSession(454071866)--Connection(1433741593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.305--ClientSession(415444388)--Connection(1433741593)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.305--ClientSession(415444388)--Connection(1433741593)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.305--UnitOfWork(270605726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.305--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.305--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.305--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.305--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.305--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.305--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.306--ServerSession(454071866)--Connection(1433741593)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.306--UnitOfWork(270605726)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.306--UnitOfWork(270605726)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.306--UnitOfWork(270605726)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.306--ClientSession(415444388)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.306--UnitOfWork(270605726)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.306--ClientSession(415444388)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.306--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1704472731 [junit] [EL Finer]: 2024-04-30 17:54:15.306--ClientSession(1704472731)--Thread(Thread[main,5,main])--acquire unit of work: 433709264 [junit] [EL Finest]: 2024-04-30 17:54:15.306--UnitOfWork(433709264)--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]: 2024-04-30 17:54:15.306--UnitOfWork(433709264)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:15.306--UnitOfWork(433709264)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.306--ServerSession(454071866)--Connection(753919734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.306--ServerSession(454071866)--Connection(753919734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.306--ServerSession(454071866)--Connection(139921176)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finest]: 2024-04-30 17:54:15.307--ServerSession(454071866)--Connection(753919734)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.307--UnitOfWork(433709264)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.307--UnitOfWork(433709264)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.307--ServerSession(454071866)--Connection(244085611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.307--ClientSession(1704472731)--Connection(244085611)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.307--ClientSession(1704472731)--Connection(244085611)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.307--ClientSession(1704472731)--Connection(1045678693)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.307--ClientSession(1704472731)--Connection(1045678693)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.308--ServerSession(454071866)--Connection(244085611)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.308--UnitOfWork(433709264)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.308--UnitOfWork(433709264)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.325--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1895541275 [junit] [EL Finer]: 2024-04-30 17:54:15.325--ClientSession(1895541275)--Thread(Thread[main,5,main])--acquire unit of work: 1755638983 [junit] [EL Finest]: 2024-04-30 17:54:15.325--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.325--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.325--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.325--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.325--ServerSession(454071866)--Connection(593624423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.326--ClientSession(1895541275)--Connection(593624423)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.326--ClientSession(1895541275)--Connection(593624423)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.326--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.326--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.326--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.326--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.326--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.326--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.326--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.327--ServerSession(454071866)--Connection(593624423)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.327--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.327--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.327--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.327--ClientSession(1895541275)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.327--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.327--ClientSession(1895541275)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.327--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 4789204 [junit] [EL Finer]: 2024-04-30 17:54:15.327--ClientSession(4789204)--Thread(Thread[main,5,main])--acquire unit of work: 2115033051 [junit] [EL Finest]: 2024-04-30 17:54:15.328--UnitOfWork(2115033051)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:15.328--ServerSession(454071866)--Connection(329192405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.328--ServerSession(454071866)--Connection(329192405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.328--ServerSession(454071866)--Connection(1618252742)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:15.328--ServerSession(454071866)--Connection(329192405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.344--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 285657907 [junit] [EL Finer]: 2024-04-30 17:54:15.344--ClientSession(285657907)--Thread(Thread[main,5,main])--acquire unit of work: 1997797665 [junit] [EL Finest]: 2024-04-30 17:54:15.344--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.344--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.344--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.345--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.345--ServerSession(454071866)--Connection(84135999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.345--ClientSession(285657907)--Connection(84135999)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.345--ClientSession(285657907)--Connection(84135999)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.345--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.345--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.345--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.345--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.345--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.345--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.345--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.346--ServerSession(454071866)--Connection(84135999)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.346--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.346--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.346--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.346--ClientSession(285657907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.346--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.346--ClientSession(285657907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.346--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1516757686 [junit] [EL Finer]: 2024-04-30 17:54:15.346--ClientSession(1516757686)--Thread(Thread[main,5,main])--acquire unit of work: 1098798061 [junit] [EL Finest]: 2024-04-30 17:54:15.346--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.346--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--assign sequence to the object (221 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finer]: 2024-04-30 17:54:15.346--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.346--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finest]: 2024-04-30 17:54:15.346--ServerSession(454071866)--Connection(880606371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.346--ClientSession(1516757686)--Connection(880606371)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.346--ClientSession(1516757686)--Connection(880606371)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.346--ClientSession(1516757686)--Connection(120467706)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [221, null] [junit] [EL Fine]: 2024-04-30 17:54:15.347--ClientSession(1516757686)--Connection(120467706)--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]: 2024-04-30 17:54:15.347--ClientSession(1516757686)--Connection(120467706)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.347--ServerSession(454071866)--Connection(880606371)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.347--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.347--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.347--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.347--ClientSession(1516757686)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.347--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.347--ClientSession(1516757686)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.348--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1783818607 [junit] [EL Finer]: 2024-04-30 17:54:15.348--ClientSession(1783818607)--Thread(Thread[main,5,main])--acquire unit of work: 890025617 [junit] [EL Finest]: 2024-04-30 17:54:15.348--UnitOfWork(890025617)--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]: 2024-04-30 17:54:15.348--ServerSession(454071866)--Connection(7430853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.348--ServerSession(454071866)--Connection(7430853)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.348--ServerSession(454071866)--Connection(1408378230)--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]: 2024-04-30 17:54:15.348--ServerSession(454071866)--Connection(7430853)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.348--UnitOfWork(890025617)--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]: 2024-04-30 17:54:15.348--ServerSession(454071866)--Connection(1185886482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.349--ServerSession(454071866)--Connection(1185886482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.349--ServerSession(454071866)--Connection(998179033)--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]: 2024-04-30 17:54:15.349--ServerSession(454071866)--Connection(1185886482)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.366--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 313646316 [junit] [EL Finer]: 2024-04-30 17:54:15.366--ClientSession(313646316)--Thread(Thread[main,5,main])--acquire unit of work: 807099870 [junit] [EL Finest]: 2024-04-30 17:54:15.366--UnitOfWork(807099870)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.366--UnitOfWork(807099870)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.366--UnitOfWork(807099870)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.366--UnitOfWork(807099870)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.366--ServerSession(454071866)--Connection(1856325196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.366--ClientSession(313646316)--Connection(1856325196)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.366--ClientSession(313646316)--Connection(1856325196)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.366--UnitOfWork(807099870)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.366--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.366--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.366--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.366--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.367--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.367--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.367--ServerSession(454071866)--Connection(1856325196)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.367--UnitOfWork(807099870)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.367--UnitOfWork(807099870)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.367--UnitOfWork(807099870)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.367--ClientSession(313646316)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.367--UnitOfWork(807099870)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.367--ClientSession(313646316)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.367--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 857694269 [junit] [EL Finer]: 2024-04-30 17:54:15.367--ClientSession(857694269)--Thread(Thread[main,5,main])--acquire unit of work: 2009913140 [junit] [EL Finest]: 2024-04-30 17:54:15.367--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.368--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.368--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.368--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.368--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.368--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@60bffecb) [junit] [EL Finest]: 2024-04-30 17:54:15.368--ServerSession(454071866)--Connection(385407526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(385407526)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(385407526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.368--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@71dbf2b3) [junit] [EL Finest]: 2024-04-30 17:54:15.368--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c441b38) [junit] [EL Finest]: 2024-04-30 17:54:15.368--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@390d7327) [junit] [EL Finer]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(1533802057)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(1533802057)--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]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(1533802057)--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 Fine]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(1533802057)--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]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(1533802057)--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]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(1533802057)--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 Finer]: 2024-04-30 17:54:15.368--ClientSession(857694269)--Connection(1533802057)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.369--ClientSession(857694269)--Connection(1533802057)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.369--ServerSession(454071866)--Connection(385407526)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.369--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.369--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.37--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.37--ClientSession(857694269)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.37--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.37--ClientSession(857694269)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.37--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2043300863 [junit] [EL Finer]: 2024-04-30 17:54:15.37--ClientSession(2043300863)--Thread(Thread[main,5,main])--acquire unit of work: 164092742 [junit] [EL Finest]: 2024-04-30 17:54:15.37--UnitOfWork(164092742)--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]: 2024-04-30 17:54:15.37--ServerSession(454071866)--Connection(1798382622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.37--ServerSession(454071866)--Connection(1798382622)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.37--ServerSession(454071866)--Connection(1122197650)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:15.371--ServerSession(454071866)--Connection(1798382622)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.371--UnitOfWork(164092742)--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]: 2024-04-30 17:54:15.371--ServerSession(454071866)--Connection(750578896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.371--ServerSession(454071866)--Connection(750578896)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.371--ServerSession(454071866)--Connection(1246668166)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, 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]: 2024-04-30 17:54:15.372--ServerSession(454071866)--Connection(750578896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.387--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 403075733 [junit] [EL Finer]: 2024-04-30 17:54:15.387--ClientSession(403075733)--Thread(Thread[main,5,main])--acquire unit of work: 1127979015 [junit] [EL Finest]: 2024-04-30 17:54:15.387--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.387--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.387--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.387--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.388--ServerSession(454071866)--Connection(691803666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.388--ClientSession(403075733)--Connection(691803666)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.388--ClientSession(403075733)--Connection(691803666)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.388--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.388--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.388--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.388--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.388--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.388--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.388--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.388--ServerSession(454071866)--Connection(691803666)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.389--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.389--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.389--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.389--ClientSession(403075733)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.389--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.389--ClientSession(403075733)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.389--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 463360820 [junit] [EL Finer]: 2024-04-30 17:54:15.389--ClientSession(463360820)--Thread(Thread[main,5,main])--acquire unit of work: 1105531200 [junit] [EL Finest]: 2024-04-30 17:54:15.389--UnitOfWork(1105531200)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP") [junit] [EL Finest]: 2024-04-30 17:54:15.389--ServerSession(454071866)--Connection(782042179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.389--ServerSession(454071866)--Connection(782042179)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.389--ServerSession(454071866)--Connection(542078682)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP [junit] [EL Finest]: 2024-04-30 17:54:15.389--ServerSession(454071866)--Connection(782042179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.405--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1944095298 [junit] [EL Finer]: 2024-04-30 17:54:15.405--ClientSession(1944095298)--Thread(Thread[main,5,main])--acquire unit of work: 778905934 [junit] [EL Finest]: 2024-04-30 17:54:15.405--UnitOfWork(778905934)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.405--UnitOfWork(778905934)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.405--UnitOfWork(778905934)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.405--UnitOfWork(778905934)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.405--ServerSession(454071866)--Connection(203457675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.405--ClientSession(1944095298)--Connection(203457675)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.405--ClientSession(1944095298)--Connection(203457675)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.405--UnitOfWork(778905934)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.406--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.406--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.406--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.406--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.406--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.406--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.406--ServerSession(454071866)--Connection(203457675)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.406--UnitOfWork(778905934)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.406--UnitOfWork(778905934)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.406--UnitOfWork(778905934)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.406--ClientSession(1944095298)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.406--UnitOfWork(778905934)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.406--ClientSession(1944095298)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.407--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1785582550 [junit] [EL Finer]: 2024-04-30 17:54:15.407--ClientSession(1785582550)--Thread(Thread[main,5,main])--acquire unit of work: 823112917 [junit] [EL Finest]: 2024-04-30 17:54:15.407--UnitOfWork(823112917)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.407--ServerSession(454071866)--Connection(353455172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.407--ServerSession(454071866)--Connection(353455172)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.407--ServerSession(454071866)--Connection(3821649)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [hutzliputz] [junit] [EL Finest]: 2024-04-30 17:54:15.407--ServerSession(454071866)--Connection(353455172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.423--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1686175438 [junit] [EL Finer]: 2024-04-30 17:54:15.423--ClientSession(1686175438)--Thread(Thread[main,5,main])--acquire unit of work: 271366611 [junit] [EL Finest]: 2024-04-30 17:54:15.423--UnitOfWork(271366611)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.423--UnitOfWork(271366611)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.423--UnitOfWork(271366611)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.423--UnitOfWork(271366611)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.423--ServerSession(454071866)--Connection(1278629488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.423--ClientSession(1686175438)--Connection(1278629488)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.423--ClientSession(1686175438)--Connection(1278629488)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.423--UnitOfWork(271366611)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.423--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.423--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.424--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.424--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.424--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.424--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.424--ServerSession(454071866)--Connection(1278629488)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.424--UnitOfWork(271366611)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.424--UnitOfWork(271366611)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.424--UnitOfWork(271366611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.424--ClientSession(1686175438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.424--UnitOfWork(271366611)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.424--ClientSession(1686175438)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.425--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 52491345 [junit] [EL Finer]: 2024-04-30 17:54:15.425--ClientSession(52491345)--Thread(Thread[main,5,main])--acquire unit of work: 1339999655 [junit] [EL Finest]: 2024-04-30 17:54:15.425--UnitOfWork(1339999655)--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]: 2024-04-30 17:54:15.425--ServerSession(454071866)--Connection(727007022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.425--ServerSession(454071866)--Connection(727007022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.425--ServerSession(454071866)--Connection(1561782291)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.425--ServerSession(454071866)--Connection(727007022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.425--UnitOfWork(1339999655)--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]: 2024-04-30 17:54:15.425--ServerSession(454071866)--Connection(1660221342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.425--ServerSession(454071866)--Connection(1660221342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.425--ServerSession(454071866)--Connection(138993059)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.426--ServerSession(454071866)--Connection(1660221342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.443--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1436180094 [junit] [EL Finer]: 2024-04-30 17:54:15.443--ClientSession(1436180094)--Thread(Thread[main,5,main])--acquire unit of work: 925480773 [junit] [EL Finest]: 2024-04-30 17:54:15.443--UnitOfWork(925480773)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.443--UnitOfWork(925480773)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.443--UnitOfWork(925480773)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.443--UnitOfWork(925480773)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.443--ServerSession(454071866)--Connection(164513861)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.443--ClientSession(1436180094)--Connection(164513861)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.443--ClientSession(1436180094)--Connection(164513861)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.443--UnitOfWork(925480773)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.443--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.443--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.443--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.444--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.444--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.444--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.444--ServerSession(454071866)--Connection(164513861)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.444--UnitOfWork(925480773)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.444--UnitOfWork(925480773)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.444--UnitOfWork(925480773)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.444--ClientSession(1436180094)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.444--UnitOfWork(925480773)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.444--ClientSession(1436180094)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.444--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 452197120 [junit] [EL Finer]: 2024-04-30 17:54:15.444--ClientSession(452197120)--Thread(Thread[main,5,main])--acquire unit of work: 1636041851 [junit] [EL Finest]: 2024-04-30 17:54:15.445--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.445--ServerSession(454071866)--Connection(356932869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.445--ServerSession(454071866)--Connection(356932869)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.445--ServerSession(454071866)--Connection(91325708)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.445--ServerSession(454071866)--Connection(356932869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.445--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.445--ServerSession(454071866)--Connection(1714486706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.445--ServerSession(454071866)--Connection(1714486706)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.445--ServerSession(454071866)--Connection(1876970909)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.445--ServerSession(454071866)--Connection(1714486706)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.445--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.446--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.446--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Connection(2090193153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Connection(2090193153)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Connection(301266859)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Connection(2090193153)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.446--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.446--ClientSession(452197120)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 727634135 [junit] [EL Finer]: 2024-04-30 17:54:15.446--ClientSession(727634135)--Thread(Thread[main,5,main])--acquire unit of work: 2039550308 [junit] [EL Finer]: 2024-04-30 17:54:15.446--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.446--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.446--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Connection(1341057106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Connection(1341057106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Connection(617506128)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.446--ServerSession(454071866)--Connection(1341057106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.446--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.446--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.446--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:15.447--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.447--ServerSession(454071866)--Connection(1736910727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.447--ServerSession(454071866)--Connection(1736910727)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.447--ServerSession(454071866)--Connection(1080072816)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.447--ServerSession(454071866)--Connection(1736910727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.447--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:15.447--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:15.447--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.447--ServerSession(454071866)--Connection(2534619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.447--ServerSession(454071866)--Connection(2534619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.447--ServerSession(454071866)--Connection(1154549173)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.447--ServerSession(454071866)--Connection(2534619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.447--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.447--ClientSession(727634135)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.463--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1845570781 [junit] [EL Finer]: 2024-04-30 17:54:15.464--ClientSession(1845570781)--Thread(Thread[main,5,main])--acquire unit of work: 65137044 [junit] [EL Finest]: 2024-04-30 17:54:15.464--UnitOfWork(65137044)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.464--UnitOfWork(65137044)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.464--UnitOfWork(65137044)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.464--UnitOfWork(65137044)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:15.464--ServerSession(454071866)--Connection(533375777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.464--ClientSession(1845570781)--Connection(533375777)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.464--ClientSession(1845570781)--Connection(533375777)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.464--UnitOfWork(65137044)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2024-04-30 17:54:15.464--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.464--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.464--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.464--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.464--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.465--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.465--ServerSession(454071866)--Connection(533375777)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.465--UnitOfWork(65137044)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.465--UnitOfWork(65137044)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.465--UnitOfWork(65137044)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.465--ClientSession(1845570781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.465--UnitOfWork(65137044)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.465--ClientSession(1845570781)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.481--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 934629445 [junit] [EL Finer]: 2024-04-30 17:54:15.481--ClientSession(934629445)--Thread(Thread[main,5,main])--acquire unit of work: 1312812538 [junit] [EL Finest]: 2024-04-30 17:54:15.481--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.481--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.481--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.481--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2024-04-30 17:54:15.481--ServerSession(454071866)--Connection(1111237738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.481--ClientSession(934629445)--Connection(1111237738)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.481--ClientSession(934629445)--Connection(1111237738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.481--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2024-04-30 17:54:15.481--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.481--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.481--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.481--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.481--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.482--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.482--ServerSession(454071866)--Connection(1111237738)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.482--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.482--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.482--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.482--ClientSession(934629445)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.482--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.482--ClientSession(934629445)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.482--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1679266544 [junit] [EL Finer]: 2024-04-30 17:54:15.482--ClientSession(1679266544)--Thread(Thread[main,5,main])--acquire unit of work: 1194063212 [junit] [EL Finest]: 2024-04-30 17:54:15.482--UnitOfWork(1194063212)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.482--ServerSession(454071866)--Connection(957461781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.482--ServerSession(454071866)--Connection(957461781)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.482--ServerSession(454071866)--Connection(1839565072)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2024-04-30 17:54:15.483--ServerSession(454071866)--Connection(957461781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.477 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes [junit] [EL Finer]: 2024-04-30 17:54:15.495--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1181588067 [junit] [EL Finer]: 2024-04-30 17:54:15.495--ClientSession(1181588067)--Thread(Thread[main,5,main])--acquire unit of work: 1488332431 [junit] [EL Finest]: 2024-04-30 17:54:15.495--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.495--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.495--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@43e9173) [junit] [EL Finest]: 2024-04-30 17:54:15.495--ServerSession(454071866)--Connection(425021313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.495--ClientSession(1181588067)--Connection(425021313)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.495--ClientSession(1181588067)--Connection(425021313)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.496--ClientSession(1181588067)--Connection(1883148410)--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]: 2024-04-30 17:54:15.496--ClientSession(1181588067)--Connection(1883148410)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.496--ServerSession(454071866)--Connection(425021313)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.497--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.497--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.497--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.497--ClientSession(1181588067)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.497--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.497--ClientSession(1181588067)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.497--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 942337701 [junit] [EL Finer]: 2024-04-30 17:54:15.497--ClientSession(942337701)--Thread(Thread[main,5,main])--acquire unit of work: 196118374 [junit] [EL Finest]: 2024-04-30 17:54:15.497--UnitOfWork(196118374)--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]: 2024-04-30 17:54:15.497--ServerSession(454071866)--Connection(2020871804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.497--ServerSession(454071866)--Connection(2020871804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.497--ServerSession(454071866)--Connection(425545992)--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]: 2024-04-30 17:54:15.498--ServerSession(454071866)--Connection(2020871804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.499--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1831409020 [junit] [EL Finer]: 2024-04-30 17:54:15.499--ClientSession(1831409020)--Thread(Thread[main,5,main])--acquire unit of work: 291618482 [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.013 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.019 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalManyToMany [junit] [EL Finer]: 2024-04-30 17:54:15.542--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 595060797 [junit] [EL Finer]: 2024-04-30 17:54:15.542--ClientSession(595060797)--Thread(Thread[main,5,main])--acquire unit of work: 2014228287 [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--assign sequence to the object (222 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--assign sequence to the object (223 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--assign sequence to the object (224 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--assign sequence to the object (225 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--assign sequence to the object (226 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.542--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.543--ServerSession(454071866)--Connection(406011546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.543--ClientSession(595060797)--Connection(406011546)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.543--ClientSession(595060797)--Connection(406011546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.543--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2de6cd55) [junit] [EL Fine]: 2024-04-30 17:54:15.543--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.543--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ca80b3d) [junit] [EL Finest]: 2024-04-30 17:54:15.543--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2024-04-30 17:54:15.543--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.543--ClientSession(595060797)--Connection(2141431107)--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]: 2024-04-30 17:54:15.543--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.543--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.543--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.544--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2024-04-30 17:54:15.544--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:15.544--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.544--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2024-04-30 17:54:15.544--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.544--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.544--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.544--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:15.544--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:15.544--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.544--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2024-04-30 17:54:15.544--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.545--ClientSession(595060797)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.546--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.547--ServerSession(454071866)--Connection(406011546)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.547--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.547--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.547--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.547--ClientSession(595060797)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.547--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.547--ClientSession(595060797)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.548--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1494761466 [junit] [EL Finer]: 2024-04-30 17:54:15.548--ClientSession(1494761466)--Thread(Thread[main,5,main])--acquire unit of work: 2032373012 [junit] [EL Finest]: 2024-04-30 17:54:15.548--UnitOfWork(2032373012)--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]: 2024-04-30 17:54:15.548--ServerSession(454071866)--Connection(23933823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.548--ServerSession(454071866)--Connection(23933823)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.548--ServerSession(454071866)--Connection(137970201)--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]: 2024-04-30 17:54:15.549--ServerSession(454071866)--Connection(23933823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.549--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.549--ServerSession(454071866)--Connection(494275635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.549--ServerSession(454071866)--Connection(494275635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.549--ServerSession(454071866)--Connection(1604168718)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:15.549--ServerSession(454071866)--Connection(494275635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.55--ServerSession(454071866)--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]: 2024-04-30 17:54:15.55--ServerSession(454071866)--Connection(36340698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.55--ServerSession(454071866)--Connection(36340698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.55--ServerSession(454071866)--Connection(947166618)--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]: 2024-04-30 17:54:15.55--ServerSession(454071866)--Connection(36340698)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.55--ServerSession(454071866)--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]: 2024-04-30 17:54:15.55--ServerSession(454071866)--Connection(832888192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.55--ServerSession(454071866)--Connection(832888192)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.551--ServerSession(454071866)--Connection(1061006409)--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]: 2024-04-30 17:54:15.551--ServerSession(454071866)--Connection(832888192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.551--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.551--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.551--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.551--ServerSession(454071866)--Connection(1969685997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.551--ServerSession(454071866)--Connection(1969685997)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.551--ServerSession(454071866)--Connection(401497207)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(1969685997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.552--UnitOfWork(2032373012)--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]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(2093007195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(2093007195)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(835058499)--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]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(2093007195)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.552--UnitOfWork(2032373012)--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]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(934045965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(934045965)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(1302117562)--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]: 2024-04-30 17:54:15.552--ServerSession(454071866)--Connection(934045965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.552--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.553--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.553--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:15.553--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" ) [junit] [EL Finest]: 2024-04-30 17:54:15.553--ServerSession(454071866)--Connection(332031786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.553--ClientSession(1494761466)--Connection(332031786)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.553--ClientSession(1494761466)--Connection(332031786)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.553--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" ) [junit] [EL Fine]: 2024-04-30 17:54:15.553--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:15.554--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Fine]: 2024-04-30 17:54:15.554--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:15.554--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" ) [junit] [EL Fine]: 2024-04-30 17:54:15.554--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:15.554--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Fine]: 2024-04-30 17:54:15.554--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:15.554--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Fine]: 2024-04-30 17:54:15.554--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:15.555--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75682f2a) [junit] [EL Fine]: 2024-04-30 17:54:15.555--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2024-04-30 17:54:15.555--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finer]: 2024-04-30 17:54:15.555--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.555--ServerSession(454071866)--Connection(332031786)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.556--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.556--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.556--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.556--ClientSession(1494761466)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.556--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.556--ClientSession(1494761466)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.572--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1053372832 [junit] [EL Finer]: 2024-04-30 17:54:15.572--ClientSession(1053372832)--Thread(Thread[main,5,main])--acquire unit of work: 1223111343 [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.572--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.573--ServerSession(454071866)--Connection(1487031862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.573--ClientSession(1053372832)--Connection(1487031862)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.573--ClientSession(1053372832)--Connection(1487031862)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.573--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ad7f684) [junit] [EL Fine]: 2024-04-30 17:54:15.573--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.573--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6de4904f) [junit] [EL Finest]: 2024-04-30 17:54:15.573--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2024-04-30 17:54:15.573--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.573--ClientSession(1053372832)--Connection(1820049250)--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]: 2024-04-30 17:54:15.573--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.573--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.573--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.574--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.574--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:15.574--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:15.574--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2024-04-30 17:54:15.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:15.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:15.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Finer]: 2024-04-30 17:54:15.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Finer]: 2024-04-30 17:54:15.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:15.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.577--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.577--ServerSession(454071866)--Connection(1487031862)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.577--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.577--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.577--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.577--ClientSession(1053372832)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.577--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.578--ClientSession(1053372832)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.578--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1580900879 [junit] [EL Finer]: 2024-04-30 17:54:15.578--ClientSession(1580900879)--Thread(Thread[main,5,main])--acquire unit of work: 36756825 [junit] [EL Finest]: 2024-04-30 17:54:15.578--UnitOfWork(36756825)--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]: 2024-04-30 17:54:15.578--ServerSession(454071866)--Connection(1711860908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.578--ServerSession(454071866)--Connection(1711860908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.578--ServerSession(454071866)--Connection(1028613775)--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]: 2024-04-30 17:54:15.578--ServerSession(454071866)--Connection(1711860908)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(326942468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(326942468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(1430374650)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(326942468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.579--ServerSession(454071866)--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]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(656511982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(656511982)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(1372818577)--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]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(656511982)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.579--ServerSession(454071866)--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]: 2024-04-30 17:54:15.579--ServerSession(454071866)--Connection(213894362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.58--ServerSession(454071866)--Connection(213894362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.58--ServerSession(454071866)--Connection(657102912)--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]: 2024-04-30 17:54:15.58--ServerSession(454071866)--Connection(213894362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.58--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.58--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.58--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.58--ServerSession(454071866)--Connection(1711907233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.58--ServerSession(454071866)--Connection(1711907233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.58--ServerSession(454071866)--Connection(361942456)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(1711907233)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.581--UnitOfWork(36756825)--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]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(2076206490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(2076206490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(1349507050)--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]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(2076206490)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.581--UnitOfWork(36756825)--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]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(804505668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(804505668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(1474794645)--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]: 2024-04-30 17:54:15.581--ServerSession(454071866)--Connection(804505668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.581--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:54:15.582--ServerSession(454071866)--Connection(37408513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.582--ServerSession(454071866)--Connection(37408513)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.582--ServerSession(454071866)--Connection(1771217135)--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]: 2024-04-30 17:54:15.582--ServerSession(454071866)--Connection(37408513)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.582--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.582--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.582--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2024-04-30 17:54:15.582--UnitOfWork(36756825)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.582--UnitOfWork(36756825)--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]: 2024-04-30 17:54:15.582--ServerSession(454071866)--Connection(1811409432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.583--ServerSession(454071866)--Connection(1811409432)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.583--ServerSession(454071866)--Connection(763993424)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?) [junit] bind => [223] [junit] [EL Finest]: 2024-04-30 17:54:15.583--ServerSession(454071866)--Connection(1811409432)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.583--UnitOfWork(36756825)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.583--UnitOfWork(36756825)--Thread(Thread[main,5,main])--assign sequence to the object (227 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@5d29b605) [junit] [EL Finer]: 2024-04-30 17:54:15.583--UnitOfWork(36756825)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.583--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:54:15.583--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" sql="DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.583--ServerSession(454071866)--Connection(1549259051)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.583--ClientSession(1580900879)--Connection(1549259051)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.583--ClientSession(1580900879)--Connection(1549259051)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.584--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32b05872) [junit] [EL Finest]: 2024-04-30 17:54:15.584--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@5d29b605) [junit] [EL Fine]: 2024-04-30 17:54:15.584--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [223] [junit] [EL Fine]: 2024-04-30 17:54:15.584--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [227, Ohren wacklen] [junit] [EL Finest]: 2024-04-30 17:54:15.584--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Fine]: 2024-04-30 17:54:15.584--ClientSession(1580900879)--Connection(906232631)--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]: 2024-04-30 17:54:15.585--ClientSession(1580900879)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:15.585--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [223, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.585--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Fine]: 2024-04-30 17:54:15.585--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [227, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.585--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [223] [junit] [EL Fine]: 2024-04-30 17:54:15.585--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [223] [junit] [EL Finer]: 2024-04-30 17:54:15.586--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.586--ServerSession(454071866)--Connection(1549259051)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.586--UnitOfWork(36756825)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.586--UnitOfWork(36756825)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.586--UnitOfWork(36756825)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.586--ClientSession(1580900879)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.586--UnitOfWork(36756825)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.586--ClientSession(1580900879)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.587--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 237908767 [junit] [EL Finer]: 2024-04-30 17:54:15.587--ClientSession(237908767)--Thread(Thread[main,5,main])--acquire unit of work: 167820970 [junit] [EL Finest]: 2024-04-30 17:54:15.587--UnitOfWork(167820970)--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]: 2024-04-30 17:54:15.587--UnitOfWork(167820970)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:15.587--UnitOfWork(167820970)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.587--UnitOfWork(167820970)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.587--ServerSession(454071866)--Connection(191288056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.587--ServerSession(454071866)--Connection(191288056)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.587--ServerSession(454071866)--Connection(1065929230)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.588--ServerSession(454071866)--Connection(191288056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.588--UnitOfWork(167820970)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@5d29b605 [junit] [EL Finest]: 2024-04-30 17:54:15.588--UnitOfWork(167820970)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.588--UnitOfWork(167820970)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:15.588--UnitOfWork(167820970)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.588--ClientSession(237908767)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.604--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1227865944 [junit] [EL Finer]: 2024-04-30 17:54:15.604--ClientSession(1227865944)--Thread(Thread[main,5,main])--acquire unit of work: 1542452726 [junit] [EL Finest]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.604--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.605--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.605--ServerSession(454071866)--Connection(1048871897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.605--ClientSession(1227865944)--Connection(1048871897)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.605--ClientSession(1227865944)--Connection(1048871897)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.605--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cd28e52) [junit] [EL Fine]: 2024-04-30 17:54:15.605--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.605--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18b33763) [junit] [EL Finest]: 2024-04-30 17:54:15.605--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finer]: 2024-04-30 17:54:15.605--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.605--ClientSession(1227865944)--Connection(2000005438)--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]: 2024-04-30 17:54:15.605--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.605--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.605--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.606--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:15.606--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:15.606--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:15.606--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2024-04-30 17:54:15.606--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.606--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.606--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.606--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.606--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:15.606--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:15.606--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Finer]: 2024-04-30 17:54:15.606--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Finer]: 2024-04-30 17:54:15.607--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.608--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.609--ServerSession(454071866)--Connection(1048871897)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:15.609--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:15.609--ServerSession(454071866)--Connection(667640475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.609--ServerSession(454071866)--Connection(667640475)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.609--ServerSession(454071866)--Connection(791520058)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.609--ServerSession(454071866)--Connection(667640475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.61--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:15.61--ServerSession(454071866)--Connection(1846137897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.61--ServerSession(454071866)--Connection(1846137897)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.61--ServerSession(454071866)--Connection(1387728614)--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]: 2024-04-30 17:54:15.61--ServerSession(454071866)--Connection(1846137897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.61--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.61--ServerSession(454071866)--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]: 2024-04-30 17:54:15.61--ServerSession(454071866)--Connection(161010915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.611--ServerSession(454071866)--Connection(161010915)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.611--ServerSession(454071866)--Connection(688976229)--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]: 2024-04-30 17:54:15.611--ServerSession(454071866)--Connection(161010915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.611--ServerSession(454071866)--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]: 2024-04-30 17:54:15.611--ServerSession(454071866)--Connection(219077534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.611--ServerSession(454071866)--Connection(219077534)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.611--ServerSession(454071866)--Connection(1115568400)--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]: 2024-04-30 17:54:15.611--ServerSession(454071866)--Connection(219077534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.611--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.612--ServerSession(454071866)--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]: 2024-04-30 17:54:15.612--ServerSession(454071866)--Connection(2142663175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.612--ServerSession(454071866)--Connection(2142663175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.612--ServerSession(454071866)--Connection(77562948)--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]: 2024-04-30 17:54:15.612--ServerSession(454071866)--Connection(2142663175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.612--ServerSession(454071866)--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]: 2024-04-30 17:54:15.612--ServerSession(454071866)--Connection(7938565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.612--ServerSession(454071866)--Connection(7938565)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.612--ServerSession(454071866)--Connection(1284722247)--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]: 2024-04-30 17:54:15.612--ServerSession(454071866)--Connection(7938565)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.613--ServerSession(454071866)--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]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Connection(508857179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Connection(508857179)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Connection(1222844320)--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]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Connection(508857179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Connection(1054023103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Connection(1054023103)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Connection(73877357)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.613--ServerSession(454071866)--Connection(1054023103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.614--ServerSession(454071866)--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]: 2024-04-30 17:54:15.614--ServerSession(454071866)--Connection(201890331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.614--ServerSession(454071866)--Connection(201890331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.614--ServerSession(454071866)--Connection(714100928)--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]: 2024-04-30 17:54:15.614--ServerSession(454071866)--Connection(201890331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.614--ServerSession(454071866)--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]: 2024-04-30 17:54:15.614--ServerSession(454071866)--Connection(175573414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.614--ServerSession(454071866)--Connection(175573414)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.614--ServerSession(454071866)--Connection(1114084017)--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 => [225] [junit] [EL Finest]: 2024-04-30 17:54:15.614--ServerSession(454071866)--Connection(175573414)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.615--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.615--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.615--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.615--ClientSession(1227865944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.615--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.615--ClientSession(1227865944)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.615--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 589094437 [junit] [EL Finer]: 2024-04-30 17:54:15.615--ClientSession(589094437)--Thread(Thread[main,5,main])--acquire unit of work: 117621903 [junit] [EL Finest]: 2024-04-30 17:54:15.615--UnitOfWork(117621903)--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]: 2024-04-30 17:54:15.615--ServerSession(454071866)--Connection(690910476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(690910476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(1963672648)--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]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(690910476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(2068335142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(2068335142)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(1414424579)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(2068335142)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.616--ServerSession(454071866)--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]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(2041945920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.616--ServerSession(454071866)--Connection(2041945920)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.617--ServerSession(454071866)--Connection(1083568938)--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]: 2024-04-30 17:54:15.617--ServerSession(454071866)--Connection(2041945920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.617--ServerSession(454071866)--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]: 2024-04-30 17:54:15.617--ServerSession(454071866)--Connection(1798786892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.617--ServerSession(454071866)--Connection(1798786892)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.617--ServerSession(454071866)--Connection(1051558645)--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]: 2024-04-30 17:54:15.617--ServerSession(454071866)--Connection(1798786892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.617--UnitOfWork(117621903)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.617--UnitOfWork(117621903)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.617--UnitOfWork(117621903)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.617--ServerSession(454071866)--Connection(54989630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(54989630)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(1370456969)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(54989630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.618--UnitOfWork(117621903)--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]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(2015274632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(2015274632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(1140560982)--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]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(2015274632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.618--UnitOfWork(117621903)--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]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(950285976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(950285976)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.618--ServerSession(454071866)--Connection(889454050)--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]: 2024-04-30 17:54:15.619--ServerSession(454071866)--Connection(950285976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.619--UnitOfWork(117621903)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.619--UnitOfWork(117621903)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.619--UnitOfWork(117621903)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bc269bf) [junit] [EL Finest]: 2024-04-30 17:54:15.619--ServerSession(454071866)--Connection(638120249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.619--ClientSession(589094437)--Connection(638120249)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.619--ClientSession(589094437)--Connection(638120249)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.619--UnitOfWork(117621903)--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]: 2024-04-30 17:54:15.619--ClientSession(589094437)--Connection(150532507)--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]: 2024-04-30 17:54:15.62--ClientSession(589094437)--Connection(150532507)--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]: 2024-04-30 17:54:15.62--ClientSession(589094437)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.62--ClientSession(589094437)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.62--ClientSession(589094437)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.62--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.62--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.666--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])-- bind => [223, 19] [junit] [EL Fine]: 2024-04-30 17:54:15.667--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])-- bind => [224, 19] [junit] [EL Fine]: 2024-04-30 17:54:15.667--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])-- bind => [222, 19] [junit] [EL Finer]: 2024-04-30 17:54:15.667--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.667--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.668--ServerSession(454071866)--Connection(638120249)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.668--UnitOfWork(117621903)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.668--UnitOfWork(117621903)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.668--UnitOfWork(117621903)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.668--ClientSession(589094437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.668--UnitOfWork(117621903)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.668--ClientSession(589094437)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.669--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1090232614 [junit] [EL Finer]: 2024-04-30 17:54:15.669--ClientSession(1090232614)--Thread(Thread[main,5,main])--acquire unit of work: 526917203 [junit] [EL Finest]: 2024-04-30 17:54:15.669--UnitOfWork(526917203)--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]: 2024-04-30 17:54:15.669--UnitOfWork(526917203)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d58674f [junit] [EL Finest]: 2024-04-30 17:54:15.669--UnitOfWork(526917203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.669--ServerSession(454071866)--Connection(88616981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.669--ServerSession(454071866)--Connection(88616981)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.669--ServerSession(454071866)--Connection(1510816873)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.669--ServerSession(454071866)--Connection(88616981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.669--UnitOfWork(526917203)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.67--UnitOfWork(526917203)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.67--UnitOfWork(526917203)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:15.67--UnitOfWork(526917203)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.67--ClientSession(1090232614)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.686--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1670675771 [junit] [EL Finer]: 2024-04-30 17:54:15.686--ClientSession(1670675771)--Thread(Thread[main,5,main])--acquire unit of work: 1384118912 [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.686--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.687--ServerSession(454071866)--Connection(1448705410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.687--ClientSession(1670675771)--Connection(1448705410)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.687--ClientSession(1670675771)--Connection(1448705410)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.687--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67ebce31) [junit] [EL Fine]: 2024-04-30 17:54:15.687--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.687--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27d60a52) [junit] [EL Finest]: 2024-04-30 17:54:15.687--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2024-04-30 17:54:15.687--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.687--ClientSession(1670675771)--Connection(1156612004)--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]: 2024-04-30 17:54:15.687--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.687--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.687--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.688--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:15.688--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:15.688--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:15.688--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finer]: 2024-04-30 17:54:15.688--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.688--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.688--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:15.688--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.688--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:15.688--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:15.688--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Finer]: 2024-04-30 17:54:15.688--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Finer]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.689--ClientSession(1670675771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.69--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Connection(1448705410)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Connection(894572531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Connection(894572531)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Connection(480678786)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Connection(894572531)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.691--ServerSession(454071866)--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]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Connection(152042385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Connection(152042385)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.691--ServerSession(454071866)--Connection(751274188)--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]: 2024-04-30 17:54:15.692--ServerSession(454071866)--Connection(152042385)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.692--ServerSession(454071866)--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]: 2024-04-30 17:54:15.692--ServerSession(454071866)--Connection(1729115424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.692--ServerSession(454071866)--Connection(1729115424)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.692--ServerSession(454071866)--Connection(288725280)--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]: 2024-04-30 17:54:15.692--ServerSession(454071866)--Connection(1729115424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.692--ServerSession(454071866)--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]: 2024-04-30 17:54:15.692--ServerSession(454071866)--Connection(754883039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.692--ServerSession(454071866)--Connection(754883039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.692--ServerSession(454071866)--Connection(1252069461)--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]: 2024-04-30 17:54:15.693--ServerSession(454071866)--Connection(754883039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.693--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.693--ServerSession(454071866)--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]: 2024-04-30 17:54:15.693--ServerSession(454071866)--Connection(1366537604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.693--ServerSession(454071866)--Connection(1366537604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.693--ServerSession(454071866)--Connection(161218068)--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]: 2024-04-30 17:54:15.693--ServerSession(454071866)--Connection(1366537604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.694--ServerSession(454071866)--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]: 2024-04-30 17:54:15.694--ServerSession(454071866)--Connection(1066128561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.694--ServerSession(454071866)--Connection(1066128561)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.694--ServerSession(454071866)--Connection(1930991953)--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]: 2024-04-30 17:54:15.694--ServerSession(454071866)--Connection(1066128561)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.694--ServerSession(454071866)--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]: 2024-04-30 17:54:15.694--ServerSession(454071866)--Connection(1038212658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.694--ServerSession(454071866)--Connection(1038212658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.694--ServerSession(454071866)--Connection(1554955107)--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]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Connection(1038212658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Connection(1677048533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Connection(1677048533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Connection(1347877079)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Connection(1677048533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.695--ServerSession(454071866)--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]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Connection(1231830601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Connection(1231830601)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.695--ServerSession(454071866)--Connection(117511843)--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]: 2024-04-30 17:54:15.696--ServerSession(454071866)--Connection(1231830601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.696--ServerSession(454071866)--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]: 2024-04-30 17:54:15.696--ServerSession(454071866)--Connection(1215609867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.696--ServerSession(454071866)--Connection(1215609867)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.696--ServerSession(454071866)--Connection(1614957882)--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 => [225] [junit] [EL Finest]: 2024-04-30 17:54:15.696--ServerSession(454071866)--Connection(1215609867)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.696--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.696--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.697--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.697--ClientSession(1670675771)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.697--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.697--ClientSession(1670675771)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.697--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 963596498 [junit] [EL Finer]: 2024-04-30 17:54:15.697--ClientSession(963596498)--Thread(Thread[main,5,main])--acquire unit of work: 1419126544 [junit] [EL Finest]: 2024-04-30 17:54:15.697--UnitOfWork(1419126544)--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]: 2024-04-30 17:54:15.697--ServerSession(454071866)--Connection(651139877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.697--ServerSession(454071866)--Connection(651139877)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.697--ServerSession(454071866)--Connection(105527648)--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]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(651139877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(2062000179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(2062000179)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(758187830)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(2062000179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.698--ServerSession(454071866)--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]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(282006976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(282006976)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(1475267026)--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]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(282006976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.698--ServerSession(454071866)--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]: 2024-04-30 17:54:15.698--ServerSession(454071866)--Connection(390609842)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.699--ServerSession(454071866)--Connection(390609842)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.699--ServerSession(454071866)--Connection(2134990222)--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]: 2024-04-30 17:54:15.699--ServerSession(454071866)--Connection(390609842)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.699--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.699--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.699--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.699--ServerSession(454071866)--Connection(1632379503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.699--ServerSession(454071866)--Connection(1632379503)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.699--ServerSession(454071866)--Connection(336899813)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.7--ServerSession(454071866)--Connection(1632379503)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.7--UnitOfWork(1419126544)--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]: 2024-04-30 17:54:15.7--ServerSession(454071866)--Connection(4456582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.7--ServerSession(454071866)--Connection(4456582)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.7--ServerSession(454071866)--Connection(1770939)--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]: 2024-04-30 17:54:15.7--ServerSession(454071866)--Connection(4456582)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.7--UnitOfWork(1419126544)--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]: 2024-04-30 17:54:15.7--ServerSession(454071866)--Connection(2035518611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.7--ServerSession(454071866)--Connection(2035518611)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.7--ServerSession(454071866)--Connection(1496576783)--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]: 2024-04-30 17:54:15.701--ServerSession(454071866)--Connection(2035518611)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.701--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.701--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--assign sequence to the object (228 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ebd68757) [junit] [EL Finest]: 2024-04-30 17:54:15.701--UnitOfWork(1419126544)--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]: 2024-04-30 17:54:15.701--ServerSession(454071866)--Connection(440289517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.701--ServerSession(454071866)--Connection(440289517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.701--ServerSession(454071866)--Connection(1548970798)--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]: 2024-04-30 17:54:15.701--ServerSession(454071866)--Connection(440289517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.701--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.701--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.701--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:15.701--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.702--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20ab11b0) [junit] [EL Finest]: 2024-04-30 17:54:15.702--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ebd68757) [junit] [EL Finest]: 2024-04-30 17:54:15.702--ServerSession(454071866)--Connection(487311919)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.702--ClientSession(963596498)--Connection(487311919)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.702--ClientSession(963596498)--Connection(487311919)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.702--ClientSession(963596498)--Connection(795974813)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [228, Nasen bohren] [junit] [EL Finest]: 2024-04-30 17:54:15.702--ClientSession(963596498)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:15.702--ClientSession(963596498)--Connection(795974813)--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]: 2024-04-30 17:54:15.702--ClientSession(963596498)--Connection(795974813)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [228, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.703--ClientSession(963596498)--Connection(795974813)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.703--ServerSession(454071866)--Connection(487311919)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.703--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.703--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.703--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.703--ClientSession(963596498)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.703--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.703--ClientSession(963596498)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.703--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 306691636 [junit] [EL Finer]: 2024-04-30 17:54:15.703--ClientSession(306691636)--Thread(Thread[main,5,main])--acquire unit of work: 232650032 [junit] [EL Finest]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--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]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.704--ServerSession(454071866)--Connection(916183084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.704--ServerSession(454071866)--Connection(916183084)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.704--ServerSession(454071866)--Connection(1410191290)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.704--ServerSession(454071866)--Connection(916183084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ebd68757 [junit] [EL Finest]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:15.704--UnitOfWork(232650032)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.705--ClientSession(306691636)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.721--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 516135771 [junit] [EL Finer]: 2024-04-30 17:54:15.721--ClientSession(516135771)--Thread(Thread[main,5,main])--acquire unit of work: 1573241363 [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.721--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.721--ServerSession(454071866)--Connection(1954215525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.721--ClientSession(516135771)--Connection(1954215525)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.722--ClientSession(516135771)--Connection(1954215525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.722--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73960820) [junit] [EL Fine]: 2024-04-30 17:54:15.722--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.722--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@710d4c4a) [junit] [EL Finest]: 2024-04-30 17:54:15.722--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2024-04-30 17:54:15.722--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.722--ClientSession(516135771)--Connection(918990140)--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]: 2024-04-30 17:54:15.722--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.722--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.722--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.723--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.723--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:15.723--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2024-04-30 17:54:15.723--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Finer]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.723--ClientSession(516135771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Finer]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:15.724--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.725--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.725--ServerSession(454071866)--Connection(1954215525)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:15.725--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.725--ServerSession(454071866)--Connection(1035136670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.725--ServerSession(454071866)--Connection(1035136670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.726--ServerSession(454071866)--Connection(986921565)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.726--ServerSession(454071866)--Connection(1035136670)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.726--ServerSession(454071866)--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]: 2024-04-30 17:54:15.726--ServerSession(454071866)--Connection(116376601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.726--ServerSession(454071866)--Connection(116376601)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.726--ServerSession(454071866)--Connection(746789956)--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]: 2024-04-30 17:54:15.726--ServerSession(454071866)--Connection(116376601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.726--ServerSession(454071866)--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]: 2024-04-30 17:54:15.726--ServerSession(454071866)--Connection(717533794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.726--ServerSession(454071866)--Connection(717533794)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.727--ServerSession(454071866)--Connection(1383293999)--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]: 2024-04-30 17:54:15.727--ServerSession(454071866)--Connection(717533794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.727--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.727--ServerSession(454071866)--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]: 2024-04-30 17:54:15.727--ServerSession(454071866)--Connection(1733582484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.727--ServerSession(454071866)--Connection(1733582484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.727--ServerSession(454071866)--Connection(1754052542)--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]: 2024-04-30 17:54:15.727--ServerSession(454071866)--Connection(1733582484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.728--ServerSession(454071866)--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]: 2024-04-30 17:54:15.728--ServerSession(454071866)--Connection(1988011356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.728--ServerSession(454071866)--Connection(1988011356)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.728--ServerSession(454071866)--Connection(865859065)--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]: 2024-04-30 17:54:15.728--ServerSession(454071866)--Connection(1988011356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.728--ServerSession(454071866)--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]: 2024-04-30 17:54:15.728--ServerSession(454071866)--Connection(537568559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.728--ServerSession(454071866)--Connection(537568559)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.728--ServerSession(454071866)--Connection(601727031)--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]: 2024-04-30 17:54:15.728--ServerSession(454071866)--Connection(537568559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Connection(1300964614)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Connection(1300964614)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Connection(945668677)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Connection(1300964614)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.729--ServerSession(454071866)--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]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Connection(348429261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Connection(348429261)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Connection(15937350)--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]: 2024-04-30 17:54:15.729--ServerSession(454071866)--Connection(348429261)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.73--ServerSession(454071866)--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]: 2024-04-30 17:54:15.73--ServerSession(454071866)--Connection(1486937426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.73--ServerSession(454071866)--Connection(1486937426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.73--ServerSession(454071866)--Connection(1753886584)--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 => [225] [junit] [EL Finest]: 2024-04-30 17:54:15.73--ServerSession(454071866)--Connection(1486937426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.73--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.73--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.73--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.73--ClientSession(516135771)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.73--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.73--ClientSession(516135771)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1940202950 [junit] [EL Finer]: 2024-04-30 17:54:15.731--ClientSession(1940202950)--Thread(Thread[main,5,main])--acquire unit of work: 758201517 [junit] [EL Finest]: 2024-04-30 17:54:15.731--UnitOfWork(758201517)--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]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Connection(343484316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Connection(343484316)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Connection(812001799)--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]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Connection(343484316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Connection(325039348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Connection(325039348)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.731--ServerSession(454071866)--Connection(317227658)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:15.771--ServerSession(454071866)--Connection(325039348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.771--ServerSession(454071866)--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]: 2024-04-30 17:54:15.771--ServerSession(454071866)--Connection(852881598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.771--ServerSession(454071866)--Connection(852881598)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.772--ServerSession(454071866)--Connection(1547901444)--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]: 2024-04-30 17:54:15.772--ServerSession(454071866)--Connection(852881598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.772--ServerSession(454071866)--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]: 2024-04-30 17:54:15.772--ServerSession(454071866)--Connection(970952783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.772--ServerSession(454071866)--Connection(970952783)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.772--ServerSession(454071866)--Connection(605210570)--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]: 2024-04-30 17:54:15.772--ServerSession(454071866)--Connection(970952783)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.772--UnitOfWork(758201517)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.772--UnitOfWork(758201517)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.773--UnitOfWork(758201517)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(1711886320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(1711886320)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(1410857068)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(1711886320)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.773--UnitOfWork(758201517)--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]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(856038216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(856038216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(526169111)--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]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(856038216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.773--UnitOfWork(758201517)--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]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(974513000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.773--ServerSession(454071866)--Connection(974513000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.774--ServerSession(454071866)--Connection(961180473)--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]: 2024-04-30 17:54:15.774--ServerSession(454071866)--Connection(974513000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.774--UnitOfWork(758201517)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.774--UnitOfWork(758201517)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.774--UnitOfWork(758201517)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.774--UnitOfWork(758201517)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.774--ClientSession(1940202950)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.774--UnitOfWork(758201517)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.774--ClientSession(1940202950)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.774--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1895162123 [junit] [EL Finer]: 2024-04-30 17:54:15.774--ClientSession(1895162123)--Thread(Thread[main,5,main])--acquire unit of work: 944177488 [junit] [EL Finest]: 2024-04-30 17:54:15.774--UnitOfWork(944177488)--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]: 2024-04-30 17:54:15.774--UnitOfWork(944177488)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:15.774--UnitOfWork(944177488)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.775--UnitOfWork(944177488)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.775--ServerSession(454071866)--Connection(1174698255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.775--ServerSession(454071866)--Connection(1174698255)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.775--ServerSession(454071866)--Connection(1187622174)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.775--ServerSession(454071866)--Connection(1174698255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.775--ServerSession(454071866)--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]: 2024-04-30 17:54:15.775--ServerSession(454071866)--Connection(1350579887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.775--ServerSession(454071866)--Connection(1350579887)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.775--ServerSession(454071866)--Connection(900325809)--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]: 2024-04-30 17:54:15.776--ServerSession(454071866)--Connection(1350579887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.776--UnitOfWork(944177488)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.776--UnitOfWork(944177488)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.776--UnitOfWork(944177488)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:15.776--UnitOfWork(944177488)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.776--UnitOfWork(944177488)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.776--UnitOfWork(944177488)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.776--UnitOfWork(944177488)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.776--ClientSession(1895162123)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.776--UnitOfWork(944177488)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.776--ClientSession(1895162123)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.776--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 251623723 [junit] [EL Finer]: 2024-04-30 17:54:15.776--ClientSession(251623723)--Thread(Thread[main,5,main])--acquire unit of work: 574678736 [junit] [EL Finest]: 2024-04-30 17:54:15.776--UnitOfWork(574678736)--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]: 2024-04-30 17:54:15.776--UnitOfWork(574678736)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:15.776--UnitOfWork(574678736)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.777--ServerSession(454071866)--Connection(1180644260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.777--ServerSession(454071866)--Connection(1180644260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.777--ServerSession(454071866)--Connection(1670130649)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.777--ServerSession(454071866)--Connection(1180644260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.777--ClientSession(251623723)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.777--UnitOfWork(574678736)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.777--ClientSession(251623723)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.794--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1640607692 [junit] [EL Finer]: 2024-04-30 17:54:15.794--ClientSession(1640607692)--Thread(Thread[main,5,main])--acquire unit of work: 861102873 [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.794--ServerSession(454071866)--Connection(781535696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.794--ClientSession(1640607692)--Connection(781535696)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.794--ClientSession(1640607692)--Connection(781535696)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.794--UnitOfWork(861102873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5649af04) [junit] [EL Fine]: 2024-04-30 17:54:15.794--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.795--UnitOfWork(861102873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a52cdce) [junit] [EL Finest]: 2024-04-30 17:54:15.795--UnitOfWork(861102873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--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]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.795--UnitOfWork(861102873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:15.795--UnitOfWork(861102873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2024-04-30 17:54:15.795--UnitOfWork(861102873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.795--UnitOfWork(861102873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:15.795--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2024-04-30 17:54:15.796--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:15.797--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.798--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.798--ServerSession(454071866)--Connection(781535696)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:15.798--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.798--ServerSession(454071866)--Connection(1709545415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.798--ServerSession(454071866)--Connection(1709545415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.798--ServerSession(454071866)--Connection(455457468)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.798--ServerSession(454071866)--Connection(1709545415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.798--ServerSession(454071866)--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]: 2024-04-30 17:54:15.798--ServerSession(454071866)--Connection(1060357323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.798--ServerSession(454071866)--Connection(1060357323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.799--ServerSession(454071866)--Connection(1990272837)--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]: 2024-04-30 17:54:15.799--ServerSession(454071866)--Connection(1060357323)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.799--ServerSession(454071866)--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]: 2024-04-30 17:54:15.799--ServerSession(454071866)--Connection(244337853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.799--ServerSession(454071866)--Connection(244337853)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.799--ServerSession(454071866)--Connection(799331384)--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]: 2024-04-30 17:54:15.799--ServerSession(454071866)--Connection(244337853)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.8--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.8--ServerSession(454071866)--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]: 2024-04-30 17:54:15.8--ServerSession(454071866)--Connection(742426818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.8--ServerSession(454071866)--Connection(742426818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.8--ServerSession(454071866)--Connection(549051475)--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]: 2024-04-30 17:54:15.8--ServerSession(454071866)--Connection(742426818)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.8--ServerSession(454071866)--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]: 2024-04-30 17:54:15.8--ServerSession(454071866)--Connection(2064340397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.8--ServerSession(454071866)--Connection(2064340397)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.8--ServerSession(454071866)--Connection(1394984086)--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]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(2064340397)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.801--ServerSession(454071866)--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]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(988361142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(988361142)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(460242299)--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]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(988361142)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(1563828522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(1563828522)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(782360507)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.801--ServerSession(454071866)--Connection(1563828522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.802--ServerSession(454071866)--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]: 2024-04-30 17:54:15.802--ServerSession(454071866)--Connection(813143271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.802--ServerSession(454071866)--Connection(813143271)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.802--ServerSession(454071866)--Connection(1545915570)--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]: 2024-04-30 17:54:15.802--ServerSession(454071866)--Connection(813143271)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.802--ServerSession(454071866)--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]: 2024-04-30 17:54:15.802--ServerSession(454071866)--Connection(1842362562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.802--ServerSession(454071866)--Connection(1842362562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.802--ServerSession(454071866)--Connection(1628195123)--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 => [225] [junit] [EL Finest]: 2024-04-30 17:54:15.802--ServerSession(454071866)--Connection(1842362562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.803--UnitOfWork(861102873)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.803--UnitOfWork(861102873)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.803--UnitOfWork(861102873)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.803--ClientSession(1640607692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.803--UnitOfWork(861102873)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.803--ClientSession(1640607692)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.803--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 598977500 [junit] [EL Finer]: 2024-04-30 17:54:15.803--ClientSession(598977500)--Thread(Thread[main,5,main])--acquire unit of work: 1330217280 [junit] [EL Finest]: 2024-04-30 17:54:15.803--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.803--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.803--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.803--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(Item: id=[B@473dcf06, name=b, key1 - value1) [junit] [EL Finest]: 2024-04-30 17:54:15.804--ServerSession(454071866)--Connection(2050835533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.804--ClientSession(598977500)--Connection(2050835533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.804--ClientSession(598977500)--Connection(2050835533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.804--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(item [B@473dcf06: key1 - value1) [junit] [EL Fine]: 2024-04-30 17:54:15.804--ClientSession(598977500)--Connection(1040521891)--Thread(Thread[main,5,main])--INSERT INTO BYTE_ITEM (ITEM_ID, NAME, NAMESPACE, TEXT) VALUES (?, ?, ?, ?) [junit] bind => [[B@473dcf06, b, a, c] [junit] [EL Fine]: 2024-04-30 17:54:15.805--ClientSession(598977500)--Connection(1040521891)--Thread(Thread[main,5,main])--INSERT INTO BYTE_ITEM_ATT (ATT_KEY, ATT_VAL, ITEM_ID) VALUES (?, ?, ?) [junit] bind => [key1, value1, [B@473dcf06] [junit] [EL Finer]: 2024-04-30 17:54:15.805--ClientSession(598977500)--Connection(1040521891)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.806--ServerSession(454071866)--Connection(2050835533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.806--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.806--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.806--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.806--ClientSession(598977500)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.806--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.806--ClientSession(598977500)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.806--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 272203717 [junit] [EL Finer]: 2024-04-30 17:54:15.806--ClientSession(272203717)--Thread(Thread[main,5,main])--acquire unit of work: 117419875 [junit] [EL Finest]: 2024-04-30 17:54:15.806--UnitOfWork(117419875)--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]: 2024-04-30 17:54:15.806--ServerSession(454071866)--Connection(1352592544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.806--ServerSession(454071866)--Connection(1352592544)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.806--ServerSession(454071866)--Connection(763003856)--Thread(Thread[main,5,main])--SELECT ITEM_ID, NAME, NAMESPACE, TEXT FROM BYTE_ITEM WHERE (ITEM_ID = ?) [junit] bind => [[B@473dcf06] [junit] [EL Finest]: 2024-04-30 17:54:15.806--ServerSession(454071866)--Connection(1352592544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.807--UnitOfWork(117419875)--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]: 2024-04-30 17:54:15.807--ServerSession(454071866)--Connection(65032058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.807--ServerSession(454071866)--Connection(65032058)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.807--ServerSession(454071866)--Connection(442313775)--Thread(Thread[main,5,main])--SELECT ATT_KEY, ATT_VAL, ITEM_ID FROM BYTE_ITEM_ATT WHERE (ITEM_ID = ?) [junit] bind => [[B@68118674] [junit] [EL Finest]: 2024-04-30 17:54:15.807--ServerSession(454071866)--Connection(65032058)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.807--UnitOfWork(117419875)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="item" referenceClass=Item_Byte ) [junit] [EL Finer]: 2024-04-30 17:54:15.823--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1120671740 [junit] [EL Finer]: 2024-04-30 17:54:15.823--ClientSession(1120671740)--Thread(Thread[main,5,main])--acquire unit of work: 953925839 [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.823--UnitOfWork(953925839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.823--ServerSession(454071866)--Connection(1959682019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.823--ClientSession(1120671740)--Connection(1959682019)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.823--ClientSession(1120671740)--Connection(1959682019)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.824--UnitOfWork(953925839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f643af6) [junit] [EL Fine]: 2024-04-30 17:54:15.824--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.824--UnitOfWork(953925839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1db5a911) [junit] [EL Finest]: 2024-04-30 17:54:15.824--UnitOfWork(953925839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2024-04-30 17:54:15.824--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.824--ClientSession(1120671740)--Connection(264214580)--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]: 2024-04-30 17:54:15.824--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.824--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.824--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.824--UnitOfWork(953925839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:15.825--UnitOfWork(953925839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2024-04-30 17:54:15.825--UnitOfWork(953925839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.825--UnitOfWork(953925839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2024-04-30 17:54:15.825--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:15.826--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.827--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.827--ServerSession(454071866)--Connection(1959682019)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.827--UnitOfWork(953925839)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.827--UnitOfWork(953925839)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.827--UnitOfWork(953925839)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.827--ClientSession(1120671740)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.827--UnitOfWork(953925839)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.827--ClientSession(1120671740)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.828--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1475004251 [junit] [EL Finer]: 2024-04-30 17:54:15.828--ClientSession(1475004251)--Thread(Thread[main,5,main])--acquire unit of work: 891641528 [junit] [EL Finest]: 2024-04-30 17:54:15.828--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.828--ServerSession(454071866)--Connection(767975236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.828--ServerSession(454071866)--Connection(767975236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.828--ServerSession(454071866)--Connection(421371547)--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]: 2024-04-30 17:54:15.828--ServerSession(454071866)--Connection(767975236)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.828--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.828--ServerSession(454071866)--Connection(404773896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.828--ServerSession(454071866)--Connection(404773896)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(1841094865)--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]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(404773896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.829--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(142605455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(142605455)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(304423316)--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]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(142605455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.829--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(272271718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(272271718)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.829--ServerSession(454071866)--Connection(732439412)--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]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(272271718)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(199586625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(199586625)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(1639727818)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(199586625)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.83--ServerSession(454071866)--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]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(1059985383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(1059985383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(527504440)--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]: 2024-04-30 17:54:15.83--ServerSession(454071866)--Connection(1059985383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.831--ServerSession(454071866)--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]: 2024-04-30 17:54:15.831--ServerSession(454071866)--Connection(1399962192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.831--ServerSession(454071866)--Connection(1399962192)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.831--ServerSession(454071866)--Connection(481234678)--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]: 2024-04-30 17:54:15.831--ServerSession(454071866)--Connection(1399962192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.831--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.831--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.831--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.831--ServerSession(454071866)--Connection(216855579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.831--ServerSession(454071866)--Connection(216855579)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.831--ServerSession(454071866)--Connection(1750107086)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.831--ServerSession(454071866)--Connection(216855579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.832--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(2051971073)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(2051971073)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(300541823)--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]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(2051971073)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.832--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(611625575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(611625575)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(712286328)--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]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(611625575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.832--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f50a274 [junit] [EL Finest]: 2024-04-30 17:54:15.832--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(1406651926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.832--ServerSession(454071866)--Connection(1406651926)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Connection(1391554969)--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]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Connection(1406651926)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.833--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Connection(122601944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Connection(122601944)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Connection(1592399121)--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]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Connection(122601944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.833--ServerSession(454071866)--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]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Connection(1933808487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.833--ServerSession(454071866)--Connection(1933808487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(2098152067)--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]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(1933808487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.834--ServerSession(454071866)--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]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(1050053910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(1050053910)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(1361180936)--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]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(1050053910)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.834--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.834--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(1094109989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(1094109989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.834--ServerSession(454071866)--Connection(1262616616)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(1094109989)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.835--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(786754464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(786754464)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(1501323962)--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]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(786754464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.835--UnitOfWork(891641528)--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]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(1029767569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(1029767569)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(886133878)--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]: 2024-04-30 17:54:15.835--ServerSession(454071866)--Connection(1029767569)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.835--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f50a274 [junit] [EL Finest]: 2024-04-30 17:54:15.835--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f2c2e0 [junit] [EL Finer]: 2024-04-30 17:54:15.835--UnitOfWork(891641528)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.836--ClientSession(1475004251)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.851--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1054027191 [junit] [EL Finer]: 2024-04-30 17:54:15.851--ClientSession(1054027191)--Thread(Thread[main,5,main])--acquire unit of work: 279384519 [junit] [EL Finest]: 2024-04-30 17:54:15.851--UnitOfWork(279384519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.851--UnitOfWork(279384519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.851--UnitOfWork(279384519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.876--UnitOfWork(279384519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.877--UnitOfWork(279384519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.877--UnitOfWork(279384519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.877--UnitOfWork(279384519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.877--UnitOfWork(279384519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.877--UnitOfWork(279384519)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.877--UnitOfWork(279384519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.877--ServerSession(454071866)--Connection(527625506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.877--ClientSession(1054027191)--Connection(527625506)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.877--ClientSession(1054027191)--Connection(527625506)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.877--UnitOfWork(279384519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a1fb55b) [junit] [EL Fine]: 2024-04-30 17:54:15.877--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.878--UnitOfWork(279384519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d86873a) [junit] [EL Finest]: 2024-04-30 17:54:15.878--UnitOfWork(279384519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2024-04-30 17:54:15.878--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.878--ClientSession(1054027191)--Connection(329636219)--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]: 2024-04-30 17:54:15.878--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.878--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.878--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.878--UnitOfWork(279384519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.878--UnitOfWork(279384519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2024-04-30 17:54:15.878--UnitOfWork(279384519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:15.878--UnitOfWork(279384519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Finer]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Finer]: 2024-04-30 17:54:15.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:15.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.881--ServerSession(454071866)--Connection(527625506)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:15.881--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.881--ServerSession(454071866)--Connection(473034437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.881--ServerSession(454071866)--Connection(473034437)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.881--ServerSession(454071866)--Connection(825817017)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.882--ServerSession(454071866)--Connection(473034437)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.882--ServerSession(454071866)--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]: 2024-04-30 17:54:15.882--ServerSession(454071866)--Connection(1074092139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.882--ServerSession(454071866)--Connection(1074092139)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.882--ServerSession(454071866)--Connection(1406255464)--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]: 2024-04-30 17:54:15.882--ServerSession(454071866)--Connection(1074092139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.882--ServerSession(454071866)--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]: 2024-04-30 17:54:15.882--ServerSession(454071866)--Connection(717063054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.882--ServerSession(454071866)--Connection(717063054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.882--ServerSession(454071866)--Connection(1083261106)--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]: 2024-04-30 17:54:15.883--ServerSession(454071866)--Connection(717063054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.883--ServerSession(454071866)--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]: 2024-04-30 17:54:15.883--ServerSession(454071866)--Connection(722370494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.883--ServerSession(454071866)--Connection(722370494)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.883--ServerSession(454071866)--Connection(1835608226)--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]: 2024-04-30 17:54:15.883--ServerSession(454071866)--Connection(722370494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.883--ServerSession(454071866)--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]: 2024-04-30 17:54:15.883--ServerSession(454071866)--Connection(177644185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.883--ServerSession(454071866)--Connection(177644185)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(1379786746)--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]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(177644185)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(1788213893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(1788213893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(1437077284)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(1788213893)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.884--ServerSession(454071866)--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]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(825397376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(825397376)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.884--ServerSession(454071866)--Connection(1949701617)--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]: 2024-04-30 17:54:15.885--ServerSession(454071866)--Connection(825397376)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.885--ServerSession(454071866)--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]: 2024-04-30 17:54:15.885--ServerSession(454071866)--Connection(1043895502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.885--ServerSession(454071866)--Connection(1043895502)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.885--ServerSession(454071866)--Connection(464233753)--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 => [225] [junit] [EL Finest]: 2024-04-30 17:54:15.885--ServerSession(454071866)--Connection(1043895502)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.885--ServerSession(454071866)--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]: 2024-04-30 17:54:15.885--ServerSession(454071866)--Connection(693757319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.885--ServerSession(454071866)--Connection(693757319)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.886--ServerSession(454071866)--Connection(1404930694)--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]: 2024-04-30 17:54:15.886--ServerSession(454071866)--Connection(693757319)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.886--UnitOfWork(279384519)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.886--UnitOfWork(279384519)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.886--UnitOfWork(279384519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.886--ClientSession(1054027191)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.886--UnitOfWork(279384519)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.886--ClientSession(1054027191)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.886--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1886093609 [junit] [EL Finer]: 2024-04-30 17:54:15.886--ClientSession(1886093609)--Thread(Thread[main,5,main])--acquire unit of work: 780519364 [junit] [EL Finest]: 2024-04-30 17:54:15.886--UnitOfWork(780519364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.886--UnitOfWork(780519364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.887--UnitOfWork(780519364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.887--UnitOfWork(780519364)--Thread(Thread[main,5,main])--assign sequence to the object (1,369 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@26b1df2c) [junit] [EL Finer]: 2024-04-30 17:54:15.887--UnitOfWork(780519364)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.887--UnitOfWork(780519364)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@7f742888) [junit] [EL Finest]: 2024-04-30 17:54:15.887--ServerSession(454071866)--Connection(254519289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.887--ClientSession(1886093609)--Connection(254519289)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.887--ClientSession(1886093609)--Connection(254519289)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.887--UnitOfWork(780519364)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@19678f3c) [junit] [EL Finest]: 2024-04-30 17:54:15.887--UnitOfWork(780519364)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@26b1df2c) [junit] [EL Finer]: 2024-04-30 17:54:15.887--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.887--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.887--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])-- bind => [[B@281ad698, neverComeBack, true] [junit] [EL Fine]: 2024-04-30 17:54:15.887--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])-- bind => [[B@7a5ca80d, flyAway, true] [junit] [EL Finer]: 2024-04-30 17:54:15.887--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.888--ClientSession(1886093609)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" ) [junit] [EL Fine]: 2024-04-30 17:54:15.888--ClientSession(1886093609)--Connection(550713616)--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]: 2024-04-30 17:54:15.888--ClientSession(1886093609)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="INSERT INTO TMP_VEHICLE_PROFILE (PROFILE_ID, VEHICLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.888--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.888--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_PROFILE (PROFILE_ID, VEHICLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.888--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])-- bind => [[B@7a5ca80d, 1369] [junit] [EL Fine]: 2024-04-30 17:54:15.888--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])-- bind => [[B@281ad698, 1369] [junit] [EL Finer]: 2024-04-30 17:54:15.888--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.889--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.889--ServerSession(454071866)--Connection(254519289)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.889--UnitOfWork(780519364)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.889--UnitOfWork(780519364)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.889--UnitOfWork(780519364)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.889--ClientSession(1886093609)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.889--UnitOfWork(780519364)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.889--ClientSession(1886093609)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.906--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 197268244 [junit] [EL Finer]: 2024-04-30 17:54:15.906--ClientSession(197268244)--Thread(Thread[main,5,main])--acquire unit of work: 1694381444 [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.906--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.907--ServerSession(454071866)--Connection(2019277295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.907--ClientSession(197268244)--Connection(2019277295)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.907--ClientSession(197268244)--Connection(2019277295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.907--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@256ba35c) [junit] [EL Fine]: 2024-04-30 17:54:15.907--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.907--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e2a5e56) [junit] [EL Finest]: 2024-04-30 17:54:15.907--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2024-04-30 17:54:15.907--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.907--ClientSession(197268244)--Connection(1430988090)--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]: 2024-04-30 17:54:15.907--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.907--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.907--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.908--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2024-04-30 17:54:15.908--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:15.908--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.908--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2024-04-30 17:54:15.908--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.908--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.908--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:15.908--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:15.908--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.908--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.908--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2024-04-30 17:54:15.908--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.909--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.91--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.91--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.91--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.91--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.91--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.91--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:15.91--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.91--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.91--ServerSession(454071866)--Connection(2019277295)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.911--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.911--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.911--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.911--ClientSession(197268244)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.911--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.911--ClientSession(197268244)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 946213423 [junit] [EL Finer]: 2024-04-30 17:54:15.912--ClientSession(946213423)--Thread(Thread[main,5,main])--acquire unit of work: 1779556665 [junit] [EL Finest]: 2024-04-30 17:54:15.912--UnitOfWork(1779556665)--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]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Connection(170037536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Connection(170037536)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Connection(923954760)--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]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Connection(170037536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Connection(1143337713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Connection(1143337713)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.912--ServerSession(454071866)--Connection(1617011731)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:15.913--ServerSession(454071866)--Connection(1143337713)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.913--ServerSession(454071866)--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]: 2024-04-30 17:54:15.913--ServerSession(454071866)--Connection(1822898866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.913--ServerSession(454071866)--Connection(1822898866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.913--ServerSession(454071866)--Connection(134148013)--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]: 2024-04-30 17:54:15.913--ServerSession(454071866)--Connection(1822898866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.913--ServerSession(454071866)--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]: 2024-04-30 17:54:15.913--ServerSession(454071866)--Connection(1169508565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.913--ServerSession(454071866)--Connection(1169508565)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.913--ServerSession(454071866)--Connection(269654139)--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]: 2024-04-30 17:54:15.914--ServerSession(454071866)--Connection(1169508565)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.914--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.914--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.914--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.914--ServerSession(454071866)--Connection(1908550070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.914--ServerSession(454071866)--Connection(1908550070)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.914--ServerSession(454071866)--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 => [1, CheckingAccount] [junit] [EL Finest]: 2024-04-30 17:54:15.918--ServerSession(454071866)--Connection(1908550070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.918--UnitOfWork(1779556665)--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]: 2024-04-30 17:54:15.918--ServerSession(454071866)--Connection(1989362654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.918--ServerSession(454071866)--Connection(1989362654)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.918--ServerSession(454071866)--Connection(385637155)--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]: 2024-04-30 17:54:15.919--ServerSession(454071866)--Connection(1989362654)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.919--UnitOfWork(1779556665)--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]: 2024-04-30 17:54:15.919--ServerSession(454071866)--Connection(46715370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.919--ServerSession(454071866)--Connection(46715370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.919--ServerSession(454071866)--Connection(1856630750)--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]: 2024-04-30 17:54:15.919--ServerSession(454071866)--Connection(46715370)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.919--UnitOfWork(1779556665)--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]: 2024-04-30 17:54:15.919--ServerSession(454071866)--Connection(1999201838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.919--ServerSession(454071866)--Connection(1999201838)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.919--ServerSession(454071866)--Connection(858439328)--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]: 2024-04-30 17:54:15.92--ServerSession(454071866)--Connection(1999201838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.92--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.92--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.92--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2024-04-30 17:54:15.92--UnitOfWork(1779556665)--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]: 2024-04-30 17:54:15.92--ServerSession(454071866)--Connection(1734972358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.92--ServerSession(454071866)--Connection(1734972358)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.92--ServerSession(454071866)--Connection(1679608950)--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]: 2024-04-30 17:54:15.92--ServerSession(454071866)--Connection(1734972358)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.921--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a10c302 [junit] [EL Finest]: 2024-04-30 17:54:15.921--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.921--UnitOfWork(1779556665)--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]: 2024-04-30 17:54:15.921--ServerSession(454071866)--Connection(1240496622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.921--ServerSession(454071866)--Connection(1240496622)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.921--ServerSession(454071866)--Connection(1655448757)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?) [junit] bind => [222] [junit] [EL Finest]: 2024-04-30 17:54:15.921--ServerSession(454071866)--Connection(1240496622)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.921--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.921--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2024-04-30 17:54:15.921--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" sql="DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.921--ServerSession(454071866)--Connection(1019751971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.921--ClientSession(946213423)--Connection(1019751971)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.921--ClientSession(946213423)--Connection(1019751971)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.921--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a10c302) [junit] [EL Finest]: 2024-04-30 17:54:15.922--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:15.922--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?))") [junit] [EL Fine]: 2024-04-30 17:54:15.922--ClientSession(946213423)--Connection(88275467)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [222] [junit] [EL Finest]: 2024-04-30 17:54:15.922--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Fine]: 2024-04-30 17:54:15.922--ClientSession(946213423)--Connection(88275467)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.922--ClientSession(946213423)--Connection(88275467)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [222] [junit] [EL Fine]: 2024-04-30 17:54:15.922--ClientSession(946213423)--Connection(88275467)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [222] [junit] [EL Finer]: 2024-04-30 17:54:15.923--ClientSession(946213423)--Connection(88275467)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.923--ServerSession(454071866)--Connection(1019751971)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.923--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.923--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.923--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.923--ClientSession(946213423)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.923--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.923--ClientSession(946213423)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.924--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1654013872 [junit] [EL Finer]: 2024-04-30 17:54:15.924--ClientSession(1654013872)--Thread(Thread[main,5,main])--acquire unit of work: 1087469980 [junit] [EL Finest]: 2024-04-30 17:54:15.924--UnitOfWork(1087469980)--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]: 2024-04-30 17:54:15.924--UnitOfWork(1087469980)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:15.924--UnitOfWork(1087469980)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.924--UnitOfWork(1087469980)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.924--ServerSession(454071866)--Connection(677870260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.924--ServerSession(454071866)--Connection(677870260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.924--ServerSession(454071866)--Connection(1664220093)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.924--ServerSession(454071866)--Connection(677870260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.924--UnitOfWork(1087469980)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.924--UnitOfWork(1087469980)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.924--UnitOfWork(1087469980)--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]: 2024-04-30 17:54:15.925--ServerSession(454071866)--Connection(877029119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.925--ServerSession(454071866)--Connection(877029119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.925--ServerSession(454071866)--Connection(2045767313)--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]: 2024-04-30 17:54:15.925--ServerSession(454071866)--Connection(877029119)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.925--UnitOfWork(1087469980)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.925--ClientSession(1654013872)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.942--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1289490255 [junit] [EL Finer]: 2024-04-30 17:54:15.942--ClientSession(1289490255)--Thread(Thread[main,5,main])--acquire unit of work: 1820975342 [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:15.942--ServerSession(454071866)--Connection(357340844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.942--ClientSession(1289490255)--Connection(357340844)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.942--ClientSession(1289490255)--Connection(357340844)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:15.942--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7863051c) [junit] [EL Fine]: 2024-04-30 17:54:15.942--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:15.943--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5469cea9) [junit] [EL Finest]: 2024-04-30 17:54:15.943--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2024-04-30 17:54:15.943--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.943--ClientSession(1289490255)--Connection(1311224989)--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]: 2024-04-30 17:54:15.943--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:15.943--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:15.943--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.943--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:15.944--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:15.944--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:15.944--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Finer]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Finer]: 2024-04-30 17:54:15.944--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.945--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:15.946--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.946--ServerSession(454071866)--Connection(357340844)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:15.946--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.946--ServerSession(454071866)--Connection(622452975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.946--ServerSession(454071866)--Connection(622452975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.946--ServerSession(454071866)--Connection(1515241771)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.947--ServerSession(454071866)--Connection(622452975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.947--ServerSession(454071866)--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]: 2024-04-30 17:54:15.947--ServerSession(454071866)--Connection(985645864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.947--ServerSession(454071866)--Connection(985645864)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.947--ServerSession(454071866)--Connection(1347113480)--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]: 2024-04-30 17:54:15.947--ServerSession(454071866)--Connection(985645864)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.947--ServerSession(454071866)--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]: 2024-04-30 17:54:15.947--ServerSession(454071866)--Connection(1478359091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.947--ServerSession(454071866)--Connection(1478359091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.947--ServerSession(454071866)--Connection(486524571)--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]: 2024-04-30 17:54:15.948--ServerSession(454071866)--Connection(1478359091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.948--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.948--ServerSession(454071866)--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]: 2024-04-30 17:54:15.948--ServerSession(454071866)--Connection(1859978600)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.948--ServerSession(454071866)--Connection(1859978600)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.948--ServerSession(454071866)--Connection(1496757472)--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]: 2024-04-30 17:54:15.949--ServerSession(454071866)--Connection(1859978600)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.949--ServerSession(454071866)--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]: 2024-04-30 17:54:15.949--ServerSession(454071866)--Connection(1572294594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.949--ServerSession(454071866)--Connection(1572294594)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.981--ServerSession(454071866)--Connection(1539827545)--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]: 2024-04-30 17:54:15.982--ServerSession(454071866)--Connection(1572294594)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.982--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.982--ServerSession(454071866)--Connection(2008506547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.982--ServerSession(454071866)--Connection(2008506547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.982--ServerSession(454071866)--Connection(270137560)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:15.982--ServerSession(454071866)--Connection(2008506547)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.982--ServerSession(454071866)--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]: 2024-04-30 17:54:15.983--ServerSession(454071866)--Connection(353416745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.983--ServerSession(454071866)--Connection(353416745)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.983--ServerSession(454071866)--Connection(1500446400)--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]: 2024-04-30 17:54:15.983--ServerSession(454071866)--Connection(353416745)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.983--ServerSession(454071866)--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]: 2024-04-30 17:54:15.983--ServerSession(454071866)--Connection(1943963437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.983--ServerSession(454071866)--Connection(1943963437)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.983--ServerSession(454071866)--Connection(1676662401)--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 => [225] [junit] [EL Finest]: 2024-04-30 17:54:15.984--ServerSession(454071866)--Connection(1943963437)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:15.984--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.984--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.984--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.984--ClientSession(1289490255)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.984--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.984--ClientSession(1289490255)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.984--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1003598110 [junit] [EL Finer]: 2024-04-30 17:54:15.984--ClientSession(1003598110)--Thread(Thread[main,5,main])--acquire unit of work: 1018281638 [junit] [EL Finest]: 2024-04-30 17:54:15.984--UnitOfWork(1018281638)--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]: 2024-04-30 17:54:15.984--ServerSession(454071866)--Connection(561458287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.984--ServerSession(454071866)--Connection(561458287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.984--ServerSession(454071866)--Connection(558377791)--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]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Connection(561458287)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Connection(1046391668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Connection(1046391668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Connection(1588559443)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Connection(1046391668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.985--ServerSession(454071866)--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]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Connection(1090740337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Connection(1090740337)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.985--ServerSession(454071866)--Connection(172848686)--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]: 2024-04-30 17:54:15.986--ServerSession(454071866)--Connection(1090740337)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.986--ServerSession(454071866)--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]: 2024-04-30 17:54:15.986--ServerSession(454071866)--Connection(998272787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.986--ServerSession(454071866)--Connection(998272787)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.986--ServerSession(454071866)--Connection(1633321210)--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]: 2024-04-30 17:54:15.986--ServerSession(454071866)--Connection(998272787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.986--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.986--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.986--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.986--ServerSession(454071866)--Connection(961935033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.986--ServerSession(454071866)--Connection(961935033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.986--ServerSession(454071866)--Connection(205388857)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(961935033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.987--UnitOfWork(1018281638)--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]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(428276457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(428276457)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(267401054)--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]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(428276457)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.987--UnitOfWork(1018281638)--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]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(1780531638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(1780531638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(1155477417)--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]: 2024-04-30 17:54:15.987--ServerSession(454071866)--Connection(1780531638)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.988--UnitOfWork(1018281638)--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]: 2024-04-30 17:54:15.988--ServerSession(454071866)--Connection(1488142323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.988--ServerSession(454071866)--Connection(1488142323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.988--ServerSession(454071866)--Connection(888305698)--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]: 2024-04-30 17:54:15.988--ServerSession(454071866)--Connection(1488142323)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.988--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.988--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:15.988--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2024-04-30 17:54:15.988--UnitOfWork(1018281638)--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]: 2024-04-30 17:54:15.988--ServerSession(454071866)--Connection(486485093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.988--ServerSession(454071866)--Connection(486485093)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.988--ServerSession(454071866)--Connection(650223050)--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]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Connection(486485093)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.989--ServerSession(454071866)--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]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Connection(1177332431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Connection(1177332431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Connection(1814646797)--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]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Connection(1177332431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.989--ServerSession(454071866)--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]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Connection(343719818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Connection(343719818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.989--ServerSession(454071866)--Connection(933561624)--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]: 2024-04-30 17:54:15.99--ServerSession(454071866)--Connection(343719818)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.99--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:15.99--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.99--ServerSession(454071866)--Connection(558351487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.99--ServerSession(454071866)--Connection(558351487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.99--ServerSession(454071866)--Connection(1354153778)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.99--ServerSession(454071866)--Connection(558351487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.99--UnitOfWork(1018281638)--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]: 2024-04-30 17:54:15.99--ServerSession(454071866)--Connection(182293150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.99--ServerSession(454071866)--Connection(182293150)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.99--ServerSession(454071866)--Connection(354864006)--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]: 2024-04-30 17:54:15.991--ServerSession(454071866)--Connection(182293150)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.991--UnitOfWork(1018281638)--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]: 2024-04-30 17:54:15.991--ServerSession(454071866)--Connection(414173666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.991--ServerSession(454071866)--Connection(414173666)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.991--ServerSession(454071866)--Connection(2113986827)--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]: 2024-04-30 17:54:15.991--ServerSession(454071866)--Connection(414173666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.991--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23d526d4 [junit] [EL Finest]: 2024-04-30 17:54:15.991--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26d2ef95 [junit] [EL Finer]: 2024-04-30 17:54:15.991--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:15.991--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26d2ef95) [junit] [EL Finest]: 2024-04-30 17:54:15.991--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:15.991--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:54:15.991--ServerSession(454071866)--Connection(845618138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.991--ClientSession(1003598110)--Connection(845618138)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:15.991--ClientSession(1003598110)--Connection(845618138)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.992--ClientSession(1003598110)--Connection(388172239)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [224, 1] [junit] [EL Finer]: 2024-04-30 17:54:15.992--ClientSession(1003598110)--Connection(388172239)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:15.992--ServerSession(454071866)--Connection(845618138)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:15.992--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:15.992--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.992--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.992--ClientSession(1003598110)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:15.992--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.992--ClientSession(1003598110)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:15.993--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 555582297 [junit] [EL Finer]: 2024-04-30 17:54:15.993--ClientSession(555582297)--Thread(Thread[main,5,main])--acquire unit of work: 788499396 [junit] [EL Finest]: 2024-04-30 17:54:15.993--UnitOfWork(788499396)--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]: 2024-04-30 17:54:15.993--UnitOfWork(788499396)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:15.993--UnitOfWork(788499396)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:15.993--UnitOfWork(788499396)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:15.993--ServerSession(454071866)--Connection(1553967601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.993--ServerSession(454071866)--Connection(1553967601)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:15.993--ServerSession(454071866)--Connection(250394637)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:15.993--ServerSession(454071866)--Connection(1553967601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:15.993--UnitOfWork(788499396)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:15.993--UnitOfWork(788499396)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:15.994--UnitOfWork(788499396)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:15.994--ClientSession(555582297)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.009--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1150395314 [junit] [EL Finer]: 2024-04-30 17:54:16.009--ClientSession(1150395314)--Thread(Thread[main,5,main])--acquire unit of work: 1226420901 [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.01--ServerSession(454071866)--Connection(474716280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.01--ClientSession(1150395314)--Connection(474716280)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.01--ClientSession(1150395314)--Connection(474716280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c5b3000) [junit] [EL Fine]: 2024-04-30 17:54:16.01--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.01--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@159e840a) [junit] [EL Finest]: 2024-04-30 17:54:16.011--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--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]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.011--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:16.011--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:16.011--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:16.011--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Finer]: 2024-04-30 17:54:16.011--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Finer]: 2024-04-30 17:54:16.012--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.013--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.014--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.014--ServerSession(454071866)--Connection(474716280)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:16.014--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.014--ServerSession(454071866)--Connection(1955704565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.014--ServerSession(454071866)--Connection(1955704565)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.014--ServerSession(454071866)--Connection(1389632167)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.014--ServerSession(454071866)--Connection(1955704565)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.014--ServerSession(454071866)--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]: 2024-04-30 17:54:16.015--ServerSession(454071866)--Connection(461793069)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.015--ServerSession(454071866)--Connection(461793069)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.015--ServerSession(454071866)--Connection(1654232238)--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]: 2024-04-30 17:54:16.015--ServerSession(454071866)--Connection(461793069)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.015--ServerSession(454071866)--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]: 2024-04-30 17:54:16.015--ServerSession(454071866)--Connection(39426448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.015--ServerSession(454071866)--Connection(39426448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.015--ServerSession(454071866)--Connection(709769721)--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]: 2024-04-30 17:54:16.015--ServerSession(454071866)--Connection(39426448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Connection(1101545058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Connection(1101545058)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Connection(259242718)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Connection(1101545058)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.016--ServerSession(454071866)--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]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Connection(925961827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Connection(925961827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Connection(929725897)--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]: 2024-04-30 17:54:16.016--ServerSession(454071866)--Connection(925961827)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.017--ServerSession(454071866)--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]: 2024-04-30 17:54:16.017--ServerSession(454071866)--Connection(1068989224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.017--ServerSession(454071866)--Connection(1068989224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.017--ServerSession(454071866)--Connection(4864171)--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 => [225] [junit] [EL Finest]: 2024-04-30 17:54:16.017--ServerSession(454071866)--Connection(1068989224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.017--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.017--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.017--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.017--ClientSession(1150395314)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.017--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.017--ClientSession(1150395314)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.018--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 756771183 [junit] [EL Finer]: 2024-04-30 17:54:16.018--ClientSession(756771183)--Thread(Thread[main,5,main])--acquire unit of work: 695286239 [junit] [EL Finer]: 2024-04-30 17:54:16.018--UnitOfWork(695286239)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.018--UnitOfWork(695286239)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.018--UnitOfWork(695286239)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2024-04-30 17:54:16.018--ServerSession(454071866)--Connection(1054412153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.018--ClientSession(756771183)--Connection(1054412153)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.018--ClientSession(756771183)--Connection(1054412153)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.018--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2024-04-30 17:54:16.018--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2024-04-30 17:54:16.019--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2024-04-30 17:54:16.019--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2024-04-30 17:54:16.019--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2024-04-30 17:54:16.019--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2024-04-30 17:54:16.019--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2024-04-30 17:54:16.019--UnitOfWork(695286239)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.019--UnitOfWork(695286239)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.019--UnitOfWork(695286239)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:16.019--UnitOfWork(695286239)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Vehicle sql="DELETE FROM TMP_VEHICLE") [junit] [EL Fine]: 2024-04-30 17:54:16.02--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2024-04-30 17:54:16.02--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE [junit] [EL Finer]: 2024-04-30 17:54:16.02--UnitOfWork(695286239)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.02--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.02--ServerSession(454071866)--Connection(1054412153)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.02--UnitOfWork(695286239)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.02--UnitOfWork(695286239)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.02--UnitOfWork(695286239)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.02--ClientSession(756771183)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.02--UnitOfWork(695286239)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.02--ClientSession(756771183)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.02--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 614065373 [junit] [EL Finer]: 2024-04-30 17:54:16.02--ClientSession(614065373)--Thread(Thread[main,5,main])--acquire unit of work: 1535946523 [junit] [EL Finest]: 2024-04-30 17:54:16.02--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.02--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--assign sequence to the object (1,370 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@d83969c) [junit] [EL Finer]: 2024-04-30 17:54:16.02--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.02--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@d83969c) [junit] [EL Finest]: 2024-04-30 17:54:16.021--ServerSession(454071866)--Connection(360919233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.021--ClientSession(614065373)--Connection(360919233)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.021--ClientSession(614065373)--Connection(360919233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.021--ClientSession(614065373)--Connection(726245661)--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]: 2024-04-30 17:54:16.021--ClientSession(614065373)--Connection(726245661)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.021--ServerSession(454071866)--Connection(360919233)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.021--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.021--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:16.021--UnitOfWork(1535946523)--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]: 2024-04-30 17:54:16.022--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.022--ClientSession(614065373)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.022--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.022--ClientSession(614065373)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.024--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 902064238 [junit] [EL Finer]: 2024-04-30 17:54:16.024--ClientSession(902064238)--Thread(Thread[main,5,main])--acquire unit of work: 258816026 [junit] [EL Finest]: 2024-04-30 17:54:16.024--UnitOfWork(258816026)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5ff839b0 [junit] [EL Finest]: 2024-04-30 17:54:16.024--UnitOfWork(258816026)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="profiles" referenceClass=TravelProfile ) [junit] [EL Finest]: 2024-04-30 17:54:16.025--ServerSession(454071866)--Connection(1816831962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.025--ServerSession(454071866)--Connection(1816831962)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.025--ServerSession(454071866)--Connection(26517359)--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]: 2024-04-30 17:54:16.025--ServerSession(454071866)--Connection(1816831962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.025--UnitOfWork(258816026)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:16.025--ServerSession(454071866)--Connection(1251902277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.025--ServerSession(454071866)--Connection(1251902277)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.025--ServerSession(454071866)--Connection(1867780766)--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]: 2024-04-30 17:54:16.026--ServerSession(454071866)--Connection(1251902277)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.026--UnitOfWork(258816026)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.026--UnitOfWork(258816026)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2e60f647) [junit] [EL Finest]: 2024-04-30 17:54:16.026--ServerSession(454071866)--Connection(362458328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.027--ClientSession(902064238)--Connection(362458328)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.027--ClientSession(902064238)--Connection(362458328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.027--UnitOfWork(258816026)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@572b709e) [junit] [EL Fine]: 2024-04-30 17:54:16.027--ClientSession(902064238)--Connection(42722390)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 1370, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.027--ClientSession(902064238)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:16.027--ClientSession(902064238)--Connection(42722390)--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]: 2024-04-30 17:54:16.028--ClientSession(902064238)--Connection(42722390)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] bind => [9999, 1370] [junit] [EL Finer]: 2024-04-30 17:54:16.028--ClientSession(902064238)--Connection(42722390)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.028--ServerSession(454071866)--Connection(362458328)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.028--UnitOfWork(258816026)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.028--UnitOfWork(258816026)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.028--UnitOfWork(258816026)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.028--ClientSession(902064238)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.029--UnitOfWork(258816026)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.029--ClientSession(902064238)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.029--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1233836542 [junit] [EL Finer]: 2024-04-30 17:54:16.029--ClientSession(1233836542)--Thread(Thread[main,5,main])--acquire unit of work: 820100736 [junit] [EL Finest]: 2024-04-30 17:54:16.029--UnitOfWork(820100736)--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]: 2024-04-30 17:54:16.029--UnitOfWork(820100736)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69915595 [junit] [EL Finest]: 2024-04-30 17:54:16.029--UnitOfWork(820100736)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.029--ServerSession(454071866)--Connection(805915921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.029--ServerSession(454071866)--Connection(805915921)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.029--ServerSession(454071866)--Connection(793978823)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.029--ServerSession(454071866)--Connection(805915921)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.045--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1285292625 [junit] [EL Finer]: 2024-04-30 17:54:16.046--ClientSession(1285292625)--Thread(Thread[main,5,main])--acquire unit of work: 154311019 [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.046--ServerSession(454071866)--Connection(1597655148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.046--ClientSession(1285292625)--Connection(1597655148)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.046--ClientSession(1285292625)--Connection(1597655148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.046--UnitOfWork(154311019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48846828) [junit] [EL Fine]: 2024-04-30 17:54:16.046--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.047--UnitOfWork(154311019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64a67067) [junit] [EL Finest]: 2024-04-30 17:54:16.047--UnitOfWork(154311019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2024-04-30 17:54:16.047--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.047--ClientSession(1285292625)--Connection(1692455778)--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]: 2024-04-30 17:54:16.047--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.047--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.047--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.047--UnitOfWork(154311019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:16.047--UnitOfWork(154311019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:16.048--UnitOfWork(154311019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:16.048--UnitOfWork(154311019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [223, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [225, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [222, G?rteltiere puhlen] [junit] [EL Finer]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2024-04-30 17:54:16.048--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2024-04-30 17:54:16.049--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Finer]: 2024-04-30 17:54:16.049--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.049--ClientSession(1285292625)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.049--ClientSession(1285292625)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.049--ClientSession(1285292625)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.049--ClientSession(1285292625)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.085--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.085--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.085--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.085--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.085--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.085--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.085--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2024-04-30 17:54:16.085--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.086--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.086--ServerSession(454071866)--Connection(1597655148)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.087--UnitOfWork(154311019)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.087--UnitOfWork(154311019)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.087--UnitOfWork(154311019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.087--ClientSession(1285292625)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.087--UnitOfWork(154311019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.087--ClientSession(1285292625)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.087--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1398163306 [junit] [EL Finer]: 2024-04-30 17:54:16.087--ClientSession(1398163306)--Thread(Thread[main,5,main])--acquire unit of work: 2059233584 [junit] [EL Finest]: 2024-04-30 17:54:16.087--UnitOfWork(2059233584)--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]: 2024-04-30 17:54:16.087--ServerSession(454071866)--Connection(2081316957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.087--ServerSession(454071866)--Connection(2081316957)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Connection(2137510298)--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]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Connection(2081316957)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Connection(868139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Connection(868139)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Connection(1093129649)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Connection(868139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.088--ServerSession(454071866)--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]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Connection(2022405738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.088--ServerSession(454071866)--Connection(2022405738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.089--ServerSession(454071866)--Connection(286714423)--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]: 2024-04-30 17:54:16.089--ServerSession(454071866)--Connection(2022405738)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.089--ServerSession(454071866)--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]: 2024-04-30 17:54:16.089--ServerSession(454071866)--Connection(325198909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.089--ServerSession(454071866)--Connection(325198909)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.089--ServerSession(454071866)--Connection(813246493)--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]: 2024-04-30 17:54:16.089--ServerSession(454071866)--Connection(325198909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.089--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.089--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.089--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(1664274789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(1664274789)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(443688158)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(1664274789)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.09--UnitOfWork(2059233584)--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]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(922458720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(922458720)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(1136118819)--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]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(922458720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.09--UnitOfWork(2059233584)--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]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(910907377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.09--ServerSession(454071866)--Connection(910907377)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(1544152002)--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]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(910907377)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.091--UnitOfWork(2059233584)--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]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(736233587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(736233587)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(1199187489)--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]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(736233587)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.091--ServerSession(454071866)--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]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(1495650362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(1495650362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.091--ServerSession(454071866)--Connection(1341697553)--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]: 2024-04-30 17:54:16.092--ServerSession(454071866)--Connection(1495650362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.092--ServerSession(454071866)--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]: 2024-04-30 17:54:16.092--ServerSession(454071866)--Connection(1883078542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.092--ServerSession(454071866)--Connection(1883078542)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.092--ServerSession(454071866)--Connection(124700083)--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]: 2024-04-30 17:54:16.092--ServerSession(454071866)--Connection(1883078542)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.092--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.092--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.092--ServerSession(454071866)--Connection(2106477635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.092--ServerSession(454071866)--Connection(2106477635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.092--ServerSession(454071866)--Connection(1716821363)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(2106477635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.093--UnitOfWork(2059233584)--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]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(2042599921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(2042599921)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(1994141393)--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]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(2042599921)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.093--UnitOfWork(2059233584)--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]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(387852168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(387852168)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(317408395)--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]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(387852168)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.093--UnitOfWork(2059233584)--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]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(1033654813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.093--ServerSession(454071866)--Connection(1033654813)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.094--ServerSession(454071866)--Connection(1532497985)--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]: 2024-04-30 17:54:16.094--ServerSession(454071866)--Connection(1033654813)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.094--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:16.094--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:16.094--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:16.094--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.094--UnitOfWork(2059233584)--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]: 2024-04-30 17:54:16.094--ServerSession(454071866)--Connection(1816013885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.094--ServerSession(454071866)--Connection(1816013885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.094--ServerSession(454071866)--Connection(1415784869)--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]: 2024-04-30 17:54:16.095--ServerSession(454071866)--Connection(1816013885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.095--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290 [junit] [EL Finest]: 2024-04-30 17:54:16.095--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:16.095--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62bffd8e) [junit] [EL Finest]: 2024-04-30 17:54:16.095--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:54:16.095--ServerSession(454071866)--Connection(344581796)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.095--ClientSession(1398163306)--Connection(344581796)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.095--ClientSession(1398163306)--Connection(344581796)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.095--ClientSession(1398163306)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:16.095--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [225, 2] [junit] [EL Finest]: 2024-04-30 17:54:16.096--ClientSession(1398163306)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.096--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.096--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.096--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])-- bind => [222, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.096--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])-- bind => [223, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.096--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.096--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.096--ServerSession(454071866)--Connection(344581796)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.096--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.097--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.097--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.097--ClientSession(1398163306)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.097--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.097--ClientSession(1398163306)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.097--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1233975218 [junit] [EL Finer]: 2024-04-30 17:54:16.097--ClientSession(1233975218)--Thread(Thread[main,5,main])--acquire unit of work: 1409774814 [junit] [EL Finest]: 2024-04-30 17:54:16.097--UnitOfWork(1409774814)--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]: 2024-04-30 17:54:16.097--UnitOfWork(1409774814)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f4f2aa [junit] [EL Finest]: 2024-04-30 17:54:16.097--UnitOfWork(1409774814)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.097--UnitOfWork(1409774814)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.097--ServerSession(454071866)--Connection(447426313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.097--ServerSession(454071866)--Connection(447426313)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.097--ServerSession(454071866)--Connection(1969555718)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.098--ServerSession(454071866)--Connection(447426313)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.098--UnitOfWork(1409774814)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:16.098--UnitOfWork(1409774814)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:16.098--UnitOfWork(1409774814)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2024-04-30 17:54:16.098--UnitOfWork(1409774814)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.098--ClientSession(1233975218)--Thread(Thread[main,5,main])--client released [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.572 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne [junit] [EL Finer]: 2024-04-30 17:54:16.119--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 904215674 [junit] [EL Finer]: 2024-04-30 17:54:16.119--ClientSession(904215674)--Thread(Thread[main,5,main])--acquire unit of work: 1863718261 [junit] [EL Finest]: 2024-04-30 17:54:16.119--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.119--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.119--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.119--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.119--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.119--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.119--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.119--ServerSession(454071866)--Connection(513878817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.119--ClientSession(904215674)--Connection(513878817)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.119--ClientSession(904215674)--Connection(513878817)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.12--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@77a02171) [junit] [EL Fine]: 2024-04-30 17:54:16.12--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.12--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7e6d6439) [junit] [EL Finest]: 2024-04-30 17:54:16.12--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d959df4) [junit] [EL Finer]: 2024-04-30 17:54:16.12--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.12--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.12--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])-- bind => [44, 33, blue] [junit] [EL Fine]: 2024-04-30 17:54:16.12--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])-- bind => [20, 10, green] [junit] [EL Finer]: 2024-04-30 17:54:16.12--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.121--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@210f70d0) [junit] [EL Finer]: 2024-04-30 17:54:16.121--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.121--ClientSession(904215674)--Connection(949214756)--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]: 2024-04-30 17:54:16.121--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, 10, 20, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.121--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.121--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.121--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Connection(513878817)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Connection(281071501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Connection(281071501)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Connection(2049150559)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Connection(281071501)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.122--ServerSession(454071866)--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]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Connection(324808831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Connection(324808831)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.122--ServerSession(454071866)--Connection(100022590)--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]: 2024-04-30 17:54:16.123--ServerSession(454071866)--Connection(324808831)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.123--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.123--ServerSession(454071866)--Connection(1737417749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.123--ServerSession(454071866)--Connection(1737417749)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.123--ServerSession(454071866)--Connection(354676563)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.123--ServerSession(454071866)--Connection(1737417749)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.123--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.123--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.123--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.123--ClientSession(904215674)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.123--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.123--ClientSession(904215674)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.123--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1249340874 [junit] [EL Finer]: 2024-04-30 17:54:16.124--ClientSession(1249340874)--Thread(Thread[main,5,main])--acquire unit of work: 1514772189 [junit] [EL Finest]: 2024-04-30 17:54:16.124--UnitOfWork(1514772189)--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]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Connection(1352315824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Connection(1352315824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Connection(822858408)--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]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Connection(1352315824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Connection(1401440131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Connection(1401440131)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Connection(1014579656)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:16.124--ServerSession(454071866)--Connection(1401440131)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.125--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:54:16.125--ServerSession(454071866)--Connection(1720131425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.125--ServerSession(454071866)--Connection(1720131425)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.125--ServerSession(454071866)--Connection(1998780525)--Thread(Thread[main,5,main])--SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [20, 10] [junit] [EL Finest]: 2024-04-30 17:54:16.125--ServerSession(454071866)--Connection(1720131425)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.125--ServerSession(454071866)--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]: 2024-04-30 17:54:16.125--ServerSession(454071866)--Connection(912089967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.125--ServerSession(454071866)--Connection(912089967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.125--ServerSession(454071866)--Connection(81960647)--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]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(912089967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.126--ServerSession(454071866)--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]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(2100483759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(2100483759)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(539595901)--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]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(2100483759)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.126--ServerSession(454071866)--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]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(278439181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(278439181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(2071240223)--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]: 2024-04-30 17:54:16.126--ServerSession(454071866)--Connection(278439181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.127--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.127--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.127--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.127--ServerSession(454071866)--Connection(462669439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.127--ServerSession(454071866)--Connection(462669439)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.127--ServerSession(454071866)--Connection(1145579380)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.127--ServerSession(454071866)--Connection(462669439)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.127--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:54:16.127--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3b7bb63d [junit] [EL Finest]: 2024-04-30 17:54:16.127--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.128--UnitOfWork(1514772189)--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]: 2024-04-30 17:54:16.128--ServerSession(454071866)--Connection(992529451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.128--ServerSession(454071866)--Connection(992529451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.128--ServerSession(454071866)--Connection(1345164437)--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]: 2024-04-30 17:54:16.128--ServerSession(454071866)--Connection(992529451)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.128--UnitOfWork(1514772189)--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]: 2024-04-30 17:54:16.128--ServerSession(454071866)--Connection(2036895127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.128--ServerSession(454071866)--Connection(2036895127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.128--ServerSession(454071866)--Connection(81547013)--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]: 2024-04-30 17:54:16.128--ServerSession(454071866)--Connection(2036895127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.128--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.129--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.129--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.129--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.129--ClientSession(1249340874)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.129--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.129--ClientSession(1249340874)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.129--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 716520950 [junit] [EL Finer]: 2024-04-30 17:54:16.129--ClientSession(716520950)--Thread(Thread[main,5,main])--acquire unit of work: 628195866 [junit] [EL Finest]: 2024-04-30 17:54:16.129--UnitOfWork(628195866)--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]: 2024-04-30 17:54:16.129--UnitOfWork(628195866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.129--UnitOfWork(628195866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.129--UnitOfWork(628195866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.129--ServerSession(454071866)--Connection(1455087188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.129--ServerSession(454071866)--Connection(1455087188)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.129--ServerSession(454071866)--Connection(2138240971)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.129--ServerSession(454071866)--Connection(1455087188)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.129--UnitOfWork(628195866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3b7bb63d [junit] [EL Finest]: 2024-04-30 17:54:16.129--UnitOfWork(628195866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finer]: 2024-04-30 17:54:16.129--UnitOfWork(628195866)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(628195866)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(628195866)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(628195866)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.13--ClientSession(716520950)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(628195866)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.13--ClientSession(716520950)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.13--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1201023561 [junit] [EL Finer]: 2024-04-30 17:54:16.13--ClientSession(1201023561)--Thread(Thread[main,5,main])--acquire unit of work: 570136737 [junit] [EL Finest]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--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]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.13--ServerSession(454071866)--Connection(700578476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.13--ServerSession(454071866)--Connection(700578476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.13--ServerSession(454071866)--Connection(1417826725)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.13--ServerSession(454071866)--Connection(700578476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3b7bb63d [junit] [EL Finest]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.13--ClientSession(1201023561)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.13--UnitOfWork(570136737)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.131--ClientSession(1201023561)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.146--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1164606376 [junit] [EL Finer]: 2024-04-30 17:54:16.146--ClientSession(1164606376)--Thread(Thread[main,5,main])--acquire unit of work: 234085587 [junit] [EL Finest]: 2024-04-30 17:54:16.146--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.146--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.147--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.147--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.147--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.147--UnitOfWork(234085587)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.147--UnitOfWork(234085587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.147--ServerSession(454071866)--Connection(1547583355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.147--ClientSession(1164606376)--Connection(1547583355)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.147--ClientSession(1164606376)--Connection(1547583355)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.147--UnitOfWork(234085587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@61d05537) [junit] [EL Fine]: 2024-04-30 17:54:16.147--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.147--UnitOfWork(234085587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@76c4e8f0) [junit] [EL Finest]: 2024-04-30 17:54:16.147--UnitOfWork(234085587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6542a5cf) [junit] [EL Finer]: 2024-04-30 17:54:16.147--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.147--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.147--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])-- bind => [44, 33, blue] [junit] [EL Fine]: 2024-04-30 17:54:16.147--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])-- bind => [20, 10, green] [junit] [EL Finer]: 2024-04-30 17:54:16.147--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.148--UnitOfWork(234085587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73e33720) [junit] [EL Finer]: 2024-04-30 17:54:16.148--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.148--ClientSession(1164606376)--Connection(97379863)--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]: 2024-04-30 17:54:16.148--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.148--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, 10, 20, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.148--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.148--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Connection(1547583355)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Connection(424523280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Connection(424523280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Connection(136197209)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Connection(424523280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.149--ServerSession(454071866)--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]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Connection(1691416215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Connection(1691416215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.149--ServerSession(454071866)--Connection(282665259)--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]: 2024-04-30 17:54:16.15--ServerSession(454071866)--Connection(1691416215)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.15--UnitOfWork(234085587)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.15--UnitOfWork(234085587)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.15--UnitOfWork(234085587)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.15--ClientSession(1164606376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.15--UnitOfWork(234085587)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.15--ClientSession(1164606376)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.15--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 697982480 [junit] [EL Finer]: 2024-04-30 17:54:16.15--ClientSession(697982480)--Thread(Thread[main,5,main])--acquire unit of work: 1251828218 [junit] [EL Finest]: 2024-04-30 17:54:16.15--UnitOfWork(1251828218)--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]: 2024-04-30 17:54:16.15--ServerSession(454071866)--Connection(328520187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.15--ServerSession(454071866)--Connection(328520187)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.15--ServerSession(454071866)--Connection(421402839)--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]: 2024-04-30 17:54:16.15--ServerSession(454071866)--Connection(328520187)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(1980926645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(1980926645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(530840576)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(1980926645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(659606408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(659606408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(1173732085)--Thread(Thread[main,5,main])--SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [20, 10] [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(659606408)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--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]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(379229390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.151--ServerSession(454071866)--Connection(379229390)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.152--ServerSession(454071866)--Connection(934740254)--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]: 2024-04-30 17:54:16.152--ServerSession(454071866)--Connection(379229390)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.152--ServerSession(454071866)--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]: 2024-04-30 17:54:16.189--ServerSession(454071866)--Connection(710099682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.189--ServerSession(454071866)--Connection(710099682)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.189--ServerSession(454071866)--Connection(1747816322)--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]: 2024-04-30 17:54:16.19--ServerSession(454071866)--Connection(710099682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.19--ServerSession(454071866)--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]: 2024-04-30 17:54:16.19--ServerSession(454071866)--Connection(1366219467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.19--ServerSession(454071866)--Connection(1366219467)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.19--ServerSession(454071866)--Connection(1629144662)--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]: 2024-04-30 17:54:16.19--ServerSession(454071866)--Connection(1366219467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.191--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.191--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.191--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.191--ServerSession(454071866)--Connection(1260903931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.191--ServerSession(454071866)--Connection(1260903931)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.191--ServerSession(454071866)--Connection(2092473023)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.191--ServerSession(454071866)--Connection(1260903931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.191--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:54:16.191--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3b7bb63d [junit] [EL Finest]: 2024-04-30 17:54:16.191--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.191--UnitOfWork(1251828218)--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]: 2024-04-30 17:54:16.191--ServerSession(454071866)--Connection(1068912229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(1068912229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(123946574)--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]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(1068912229)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.192--UnitOfWork(1251828218)--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]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(958527558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(958527558)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(879316065)--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]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(958527558)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.192--UnitOfWork(1251828218)--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]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(1432761769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(1432761769)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.192--ServerSession(454071866)--Connection(1664287883)--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]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Connection(1432761769)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.193--ServerSession(454071866)--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]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Connection(2032247820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Connection(2032247820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Connection(47046911)--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]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Connection(2032247820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.193--ServerSession(454071866)--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]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Connection(1215520619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Connection(1215520619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.193--ServerSession(454071866)--Connection(1007063981)--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]: 2024-04-30 17:54:16.194--ServerSession(454071866)--Connection(1215520619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.194--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:16.194--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.194--ServerSession(454071866)--Connection(687356737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.194--ServerSession(454071866)--Connection(687356737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.194--ServerSession(454071866)--Connection(2057478450)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.194--ServerSession(454071866)--Connection(687356737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.194--UnitOfWork(1251828218)--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]: 2024-04-30 17:54:16.194--ServerSession(454071866)--Connection(704496042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.194--ServerSession(454071866)--Connection(704496042)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.194--ServerSession(454071866)--Connection(1085720039)--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]: 2024-04-30 17:54:16.195--ServerSession(454071866)--Connection(704496042)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.195--UnitOfWork(1251828218)--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]: 2024-04-30 17:54:16.195--ServerSession(454071866)--Connection(1406032994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.195--ServerSession(454071866)--Connection(1406032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.195--ServerSession(454071866)--Connection(343488288)--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]: 2024-04-30 17:54:16.195--ServerSession(454071866)--Connection(1406032994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.195--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.195--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4a8b9aca) [junit] [EL Finest]: 2024-04-30 17:54:16.195--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43bc8030) [junit] [EL Finest]: 2024-04-30 17:54:16.195--ServerSession(454071866)--Connection(445489818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.195--ClientSession(697982480)--Connection(445489818)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.196--ClientSession(697982480)--Connection(445489818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.196--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d0e0179) [junit] [EL Finer]: 2024-04-30 17:54:16.196--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.196--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET CUBICLE_FLOOR = ?, CUBICLE_PLACE = ? WHERE (ID = ?) [junit] [EL Fine]: 2024-04-30 17:54:16.196--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])-- bind => [null, null, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.196--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])-- bind => [10, 20, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.196--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.197--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.197--ServerSession(454071866)--Connection(445489818)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.197--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.197--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.197--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.197--ClientSession(697982480)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.197--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.197--ClientSession(697982480)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.197--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1053888906 [junit] [EL Finer]: 2024-04-30 17:54:16.197--ClientSession(1053888906)--Thread(Thread[main,5,main])--acquire unit of work: 1228926392 [junit] [EL Finest]: 2024-04-30 17:54:16.197--UnitOfWork(1228926392)--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]: 2024-04-30 17:54:16.197--UnitOfWork(1228926392)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.197--UnitOfWork(1228926392)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.197--UnitOfWork(1228926392)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.197--ServerSession(454071866)--Connection(1624799476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.198--ServerSession(454071866)--Connection(1624799476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.198--ServerSession(454071866)--Connection(1455168378)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.198--ServerSession(454071866)--Connection(1624799476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.198--UnitOfWork(1228926392)--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]: 2024-04-30 17:54:16.198--UnitOfWork(1228926392)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f4f2aa [junit] [EL Finest]: 2024-04-30 17:54:16.198--UnitOfWork(1228926392)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.198--UnitOfWork(1228926392)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.198--ServerSession(454071866)--Connection(134918025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.198--ServerSession(454071866)--Connection(134918025)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.198--ServerSession(454071866)--Connection(1046155833)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.199--ServerSession(454071866)--Connection(134918025)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.199--UnitOfWork(1228926392)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3b7bb63d [junit] [EL Finest]: 2024-04-30 17:54:16.199--UnitOfWork(1228926392)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f4f2aa [junit] [EL Finest]: 2024-04-30 17:54:16.199--UnitOfWork(1228926392)--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]: 2024-04-30 17:54:16.199--ServerSession(454071866)--Connection(1703886898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.199--ServerSession(454071866)--Connection(1703886898)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.199--ServerSession(454071866)--Connection(52649056)--Thread(Thread[main,5,main])--SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [44, 33] [junit] [EL Finest]: 2024-04-30 17:54:16.199--ServerSession(454071866)--Connection(1703886898)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.199--ServerSession(454071866)--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]: 2024-04-30 17:54:16.199--ServerSession(454071866)--Connection(19064308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.199--ServerSession(454071866)--Connection(19064308)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.199--ServerSession(454071866)--Connection(419133932)--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]: 2024-04-30 17:54:16.2--ServerSession(454071866)--Connection(19064308)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.2--UnitOfWork(1228926392)--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]: 2024-04-30 17:54:16.2--ServerSession(454071866)--Connection(1185886409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.2--ServerSession(454071866)--Connection(1185886409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.2--ServerSession(454071866)--Connection(1353998509)--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]: 2024-04-30 17:54:16.2--ServerSession(454071866)--Connection(1185886409)--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.relation.TestEagerLoading [junit] [EL Finer]: 2024-04-30 17:54:16.221--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1250765481 [junit] [EL Finer]: 2024-04-30 17:54:16.222--ClientSession(1250765481)--Thread(Thread[main,5,main])--acquire unit of work: 1595094837 [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--assign sequence to the object (1,371 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@7aa371c4) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--assign sequence to the object (1,372 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@430ca35f) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--assign sequence to the object (1,373 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2da3ae4c) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.222--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@91becb1) [junit] [EL Finest]: 2024-04-30 17:54:16.222--ServerSession(454071866)--Connection(139388030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.222--ClientSession(1250765481)--Connection(139388030)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.222--ClientSession(1250765481)--Connection(139388030)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.223--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@2f2bb096) [junit] [EL Finest]: 2024-04-30 17:54:16.223--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@43df0684) [junit] [EL Finest]: 2024-04-30 17:54:16.223--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@73be117d) [junit] [EL Finest]: 2024-04-30 17:54:16.223--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@6788303d) [junit] [EL Finer]: 2024-04-30 17:54:16.223--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.223--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.223--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [11, 0.0, BA-11, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:16.223--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [12, 0.0, BA-12, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:16.223--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [13, 0.0, BA-13, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:16.223--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [14, 0.0, BA-14, BrokerageAccount] [junit] [EL Finer]: 2024-04-30 17:54:16.223--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.224--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@1f34fada) [junit] [EL Finest]: 2024-04-30 17:54:16.224--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64d67c04) [junit] [EL Finer]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--INSERT INTO TMP_COSTCENTER (ID, NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [1, Keine Kohle] [junit] [EL Fine]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [2, M?chtig Moos] [junit] [EL Finer]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.224--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c0caf75) [junit] [EL Finest]: 2024-04-30 17:54:16.224--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ac2db4c) [junit] [EL Finest]: 2024-04-30 17:54:16.224--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ccf53f7) [junit] [EL Finest]: 2024-04-30 17:54:16.224--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2240db82) [junit] [EL Finest]: 2024-04-30 17:54:16.224--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@430ca35f) [junit] [EL Finer]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--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]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [3, Gustav, Gans, null, null, null, 1, null, 13, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [2, Daisy, Duck, null, null, null, 1, null, 12, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [5, Klaas, Klever, null, null, null, 2, null, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [1, Donald, Duck, null, null, null, 1, null, 11, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.224--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [4, Dagobert, Duck, null, null, null, 2, null, 14, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.225--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.225--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2da3ae4c) [junit] [EL Finest]: 2024-04-30 17:54:16.226--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@7aa371c4) [junit] [EL Finer]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--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]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [1372, Rolls Royce, null, null, null, 0, null, 1, 4, 71] [junit] [EL Fine]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [1373, Ferrari, null, null, null, 0, null, 1, 5, 71] [junit] [EL Fine]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [1371, Fiat, null, null, null, 0, null, 1, 1, 71] [junit] [EL Finer]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [null, 11] [junit] [EL Fine]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [null, 12] [junit] [EL Fine]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [null, 13] [junit] [EL Fine]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])-- bind => [null, 14] [junit] [EL Finer]: 2024-04-30 17:54:16.226--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.227--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.227--ServerSession(454071866)--Connection(139388030)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:16.228--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.228--ServerSession(454071866)--Connection(146906367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.228--ServerSession(454071866)--Connection(146906367)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.228--ServerSession(454071866)--Connection(1696958083)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.228--ServerSession(454071866)--Connection(146906367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.228--ServerSession(454071866)--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]: 2024-04-30 17:54:16.228--ServerSession(454071866)--Connection(1175274169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.228--ServerSession(454071866)--Connection(1175274169)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.228--ServerSession(454071866)--Connection(1118771427)--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]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Connection(1175274169)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Connection(1836304353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Connection(1836304353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Connection(1103579260)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_YEAR, t1.PAT_NAME 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]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Connection(1836304353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.229--ServerSession(454071866)--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]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Connection(1277717177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Connection(1277717177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.229--ServerSession(454071866)--Connection(1058529298)--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]: 2024-04-30 17:54:16.23--ServerSession(454071866)--Connection(1277717177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.23--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.23--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.23--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.23--ClientSession(1250765481)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.23--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.23--ClientSession(1250765481)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.231--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 420461209 [junit] [EL Finer]: 2024-04-30 17:54:16.231--ClientSession(420461209)--Thread(Thread[main,5,main])--acquire unit of work: 465363831 [junit] [EL Finest]: 2024-04-30 17:54:16.231--UnitOfWork(465363831)--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]: 2024-04-30 17:54:16.231--ServerSession(454071866)--Connection(1569218941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.231--ServerSession(454071866)--Connection(1569218941)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.231--ServerSession(454071866)--Connection(37296778)--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]: 2024-04-30 17:54:16.231--ServerSession(454071866)--Connection(1569218941)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.231--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4c04a75 [junit] [EL Finest]: 2024-04-30 17:54:16.231--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.231--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f4f2aa [junit] [EL Finest]: 2024-04-30 17:54:16.231--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4c04a75 [junit] [EL Finest]: 2024-04-30 17:54:16.231--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:16.232--ServerSession(454071866)--Connection(443728213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.232--ServerSession(454071866)--Connection(443728213)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.232--ServerSession(454071866)--Connection(1482289927)--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]: 2024-04-30 17:54:16.232--ServerSession(454071866)--Connection(443728213)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.232--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@75004ee2 [junit] [EL Finest]: 2024-04-30 17:54:16.232--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.232--ServerSession(454071866)--Connection(2037662078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.232--ServerSession(454071866)--Connection(2037662078)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.232--ServerSession(454071866)--Connection(1856132252)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.232--ServerSession(454071866)--Connection(2037662078)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.233--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d2be854 [junit] [EL Finest]: 2024-04-30 17:54:16.233--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4c04a75 [junit] [EL Finest]: 2024-04-30 17:54:16.233--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:16.233--ServerSession(454071866)--Connection(274111530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.233--ServerSession(454071866)--Connection(274111530)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.233--ServerSession(454071866)--Connection(1823222792)--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]: 2024-04-30 17:54:16.233--ServerSession(454071866)--Connection(274111530)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.233--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@1a2b76fa [junit] [EL Finest]: 2024-04-30 17:54:16.233--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.233--ServerSession(454071866)--Connection(1043861081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.233--ServerSession(454071866)--Connection(1043861081)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.233--ServerSession(454071866)--Connection(863615482)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.234--ServerSession(454071866)--Connection(1043861081)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.234--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:16.234--ServerSession(454071866)--Connection(1472579608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.234--ServerSession(454071866)--Connection(1472579608)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.234--ServerSession(454071866)--Connection(703680127)--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]: 2024-04-30 17:54:16.234--ServerSession(454071866)--Connection(1472579608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.234--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.234--ServerSession(454071866)--Connection(2131253156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.234--ServerSession(454071866)--Connection(2131253156)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.234--ServerSession(454071866)--Connection(1546218636)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.235--ServerSession(454071866)--Connection(2131253156)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.235--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@4e67fd2d [junit] [EL Finest]: 2024-04-30 17:54:16.235--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.235--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4df85d38 [junit] [EL Finest]: 2024-04-30 17:54:16.235--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611f9bcc [junit] [EL Finest]: 2024-04-30 17:54:16.235--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a9d9a3e [junit] [EL Finest]: 2024-04-30 17:54:16.235--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4df85d38 [junit] [EL Finest]: 2024-04-30 17:54:16.235--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.235--ServerSession(454071866)--Connection(2046397134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.235--ServerSession(454071866)--Connection(2046397134)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.235--ServerSession(454071866)--Connection(1960443244)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.235--ServerSession(454071866)--Connection(2046397134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.235--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@158315c8 [junit] [EL Finest]: 2024-04-30 17:54:16.236--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a9d9a3e [junit] [EL Finest]: 2024-04-30 17:54:16.236--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:16.236--ServerSession(454071866)--Connection(574476737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.236--ServerSession(454071866)--Connection(574476737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.236--ServerSession(454071866)--Connection(431258231)--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]: 2024-04-30 17:54:16.236--ServerSession(454071866)--Connection(574476737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.236--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.236--ServerSession(454071866)--Connection(328754855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.236--ServerSession(454071866)--Connection(328754855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.236--ServerSession(454071866)--Connection(700825953)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.236--ServerSession(454071866)--Connection(328754855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.237--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@504afa3c [junit] [EL Finest]: 2024-04-30 17:54:16.237--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611f9bcc [junit] [EL Finer]: 2024-04-30 17:54:16.258--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 77768317 [junit] [EL Finer]: 2024-04-30 17:54:16.258--ClientSession(77768317)--Thread(Thread[main,5,main])--acquire unit of work: 171706913 [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--assign sequence to the object (1,374 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@3c1f6309) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--assign sequence to the object (1,375 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5d4bb2a9) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--assign sequence to the object (1,376 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5c165457) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.258--UnitOfWork(171706913)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.259--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@7c7e0c55) [junit] [EL Finest]: 2024-04-30 17:54:16.259--ServerSession(454071866)--Connection(1257321444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1257321444)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1257321444)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.259--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@12a44b61) [junit] [EL Finest]: 2024-04-30 17:54:16.259--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@1aebd0c7) [junit] [EL Finest]: 2024-04-30 17:54:16.259--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@1ab5f7c2) [junit] [EL Finest]: 2024-04-30 17:54:16.259--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4718c139) [junit] [EL Finer]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [13, 0.0, BA-13, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [14, 0.0, BA-14, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [12, 0.0, BA-12, BrokerageAccount] [junit] [EL Fine]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [11, 0.0, BA-11, BrokerageAccount] [junit] [EL Finer]: 2024-04-30 17:54:16.259--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.26--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4baf4479) [junit] [EL Finest]: 2024-04-30 17:54:16.26--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a0b8dca) [junit] [EL Finer]: 2024-04-30 17:54:16.26--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.26--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--INSERT INTO TMP_COSTCENTER (ID, NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.26--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [2, M?chtig Moos] [junit] [EL Fine]: 2024-04-30 17:54:16.26--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [1, Keine Kohle] [junit] [EL Finer]: 2024-04-30 17:54:16.26--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.261--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@cb26deb) [junit] [EL Finest]: 2024-04-30 17:54:16.261--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d22747f) [junit] [EL Finest]: 2024-04-30 17:54:16.261--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@561816e9) [junit] [EL Finest]: 2024-04-30 17:54:16.261--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43d4a4f3) [junit] [EL Finest]: 2024-04-30 17:54:16.261--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5c165457) [junit] [EL Finer]: 2024-04-30 17:54:16.261--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.261--ClientSession(77768317)--Connection(1277790293)--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]: 2024-04-30 17:54:16.261--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [4, Dagobert, Duck, null, null, null, 2, null, 14, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.261--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [3, Gustav, Gans, null, null, null, 1, null, 13, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.261--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [2, Daisy, Duck, null, null, null, 1, null, 12, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.261--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [1, Donald, Duck, null, null, null, 1, null, 11, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.261--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [5, Klaas, Klever, null, null, null, 2, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.261--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.262--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@3c1f6309) [junit] [EL Finest]: 2024-04-30 17:54:16.262--UnitOfWork(171706913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5d4bb2a9) [junit] [EL Finer]: 2024-04-30 17:54:16.262--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.262--ClientSession(77768317)--Connection(1277790293)--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]: 2024-04-30 17:54:16.262--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [1376, Ferrari, null, null, null, 0, null, 1, 5, 71] [junit] [EL Fine]: 2024-04-30 17:54:16.262--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [1374, Fiat, null, null, null, 0, null, 1, 1, 71] [junit] [EL Fine]: 2024-04-30 17:54:16.262--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [1375, Rolls Royce, null, null, null, 0, null, 1, 4, 71] [junit] [EL Finer]: 2024-04-30 17:54:16.262--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.263--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.263--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.263--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [null, 13] [junit] [EL Fine]: 2024-04-30 17:54:16.263--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [null, 14] [junit] [EL Fine]: 2024-04-30 17:54:16.263--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [null, 12] [junit] [EL Fine]: 2024-04-30 17:54:16.263--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])-- bind => [null, 11] [junit] [EL Finer]: 2024-04-30 17:54:16.263--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.264--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.264--ServerSession(454071866)--Connection(1257321444)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.265--UnitOfWork(171706913)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.265--UnitOfWork(171706913)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.293--UnitOfWork(171706913)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.293--ClientSession(77768317)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.293--UnitOfWork(171706913)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.293--ClientSession(77768317)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.294--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1202153674 [junit] [EL Finer]: 2024-04-30 17:54:16.294--ClientSession(1202153674)--Thread(Thread[main,5,main])--acquire unit of work: 1918537167 [junit] [EL Finest]: 2024-04-30 17:54:16.294--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=CostCenter sql="SELECT ID, NAME FROM TMP_COSTCENTER ORDER BY ID") [junit] [EL Finest]: 2024-04-30 17:54:16.294--ServerSession(454071866)--Connection(439338915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.294--ServerSession(454071866)--Connection(439338915)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.294--ServerSession(454071866)--Connection(345104268)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_COSTCENTER ORDER BY ID [junit] [EL Finest]: 2024-04-30 17:54:16.294--ServerSession(454071866)--Connection(439338915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.294--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.295--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4c04a75 [junit] [EL Finest]: 2024-04-30 17:54:16.295--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:16.295--ServerSession(454071866)--Connection(951849613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.295--ServerSession(454071866)--Connection(951849613)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.295--ServerSession(454071866)--Connection(14429501)--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]: 2024-04-30 17:54:16.295--ServerSession(454071866)--Connection(951849613)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.295--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@24b44bb8 [junit] [EL Finest]: 2024-04-30 17:54:16.295--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.295--ServerSession(454071866)--Connection(2093227481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.295--ServerSession(454071866)--Connection(2093227481)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.296--ServerSession(454071866)--Connection(487613113)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.296--ServerSession(454071866)--Connection(2093227481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.296--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2ae81c68 [junit] [EL Finest]: 2024-04-30 17:54:16.296--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.296--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f4f2aa [junit] [EL Finest]: 2024-04-30 17:54:16.296--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4c04a75 [junit] [EL Finest]: 2024-04-30 17:54:16.296--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:16.296--ServerSession(454071866)--Connection(1484672206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.296--ServerSession(454071866)--Connection(1484672206)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.296--ServerSession(454071866)--Connection(667607772)--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]: 2024-04-30 17:54:16.297--ServerSession(454071866)--Connection(1484672206)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.297--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@4c35eadb [junit] [EL Finest]: 2024-04-30 17:54:16.297--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.297--ServerSession(454071866)--Connection(1720174511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.297--ServerSession(454071866)--Connection(1720174511)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.297--ServerSession(454071866)--Connection(380306849)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.297--ServerSession(454071866)--Connection(1720174511)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.297--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d2be854 [junit] [EL Finest]: 2024-04-30 17:54:16.297--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4c04a75 [junit] [EL Finest]: 2024-04-30 17:54:16.297--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:16.297--ServerSession(454071866)--Connection(25211632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.297--ServerSession(454071866)--Connection(25211632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.297--ServerSession(454071866)--Connection(1330129260)--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]: 2024-04-30 17:54:16.298--ServerSession(454071866)--Connection(25211632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.298--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@2e1ce704 [junit] [EL Finest]: 2024-04-30 17:54:16.298--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.298--ServerSession(454071866)--Connection(714065669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.298--ServerSession(454071866)--Connection(714065669)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.298--ServerSession(454071866)--Connection(604149873)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.298--ServerSession(454071866)--Connection(714065669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.298--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611f9bcc [junit] [EL Finest]: 2024-04-30 17:54:16.298--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4df85d38 [junit] [EL Finest]: 2024-04-30 17:54:16.298--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2024-04-30 17:54:16.298--ServerSession(454071866)--Connection(1757812211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.298--ServerSession(454071866)--Connection(1757812211)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.299--ServerSession(454071866)--Connection(521097588)--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]: 2024-04-30 17:54:16.299--ServerSession(454071866)--Connection(1757812211)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.299--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@7e33f1f9 [junit] [EL Finest]: 2024-04-30 17:54:16.299--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.299--ServerSession(454071866)--Connection(637667905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.299--ServerSession(454071866)--Connection(637667905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.299--ServerSession(454071866)--Connection(1130588932)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.299--ServerSession(454071866)--Connection(637667905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.299--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@4e70f959 [junit] [EL Finest]: 2024-04-30 17:54:16.299--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611f9bcc [junit] [EL Finest]: 2024-04-30 17:54:16.299--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a9d9a3e [junit] [EL Finest]: 2024-04-30 17:54:16.299--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@4df85d38 [junit] [EL Finest]: 2024-04-30 17:54:16.299--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.299--ServerSession(454071866)--Connection(2092453592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.3--ServerSession(454071866)--Connection(2092453592)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.3--ServerSession(454071866)--Connection(144797098)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.3--ServerSession(454071866)--Connection(2092453592)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.3--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@7e8137e8 [junit] [EL Finest]: 2024-04-30 17:54:16.3--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a9d9a3e [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent [junit] [EL Finer]: 2024-04-30 17:54:16.314--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1526927445 [junit] [EL Finer]: 2024-04-30 17:54:16.314--ClientSession(1526927445)--Thread(Thread[main,5,main])--acquire unit of work: 1133522127 [junit] [EL Finest]: 2024-04-30 17:54:16.314--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.314--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.314--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.314--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.315--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.315--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.315--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.315--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.315--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19) [junit] [EL Finest]: 2024-04-30 17:54:16.315--ServerSession(454071866)--Connection(1297332692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.315--ClientSession(1526927445)--Connection(1297332692)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.315--ClientSession(1526927445)--Connection(1297332692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.315--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@db7e9c3) [junit] [EL Fine]: 2024-04-30 17:54:16.315--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [25, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.315--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ef5d9f0) [junit] [EL Finest]: 2024-04-30 17:54:16.316--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finer]: 2024-04-30 17:54:16.316--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.316--ClientSession(1526927445)--Connection(1297555006)--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]: 2024-04-30 17:54:16.316--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])-- bind => [32, Nikola, Tesla, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.316--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])-- bind => [26, Thomas Alva, Edison, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.316--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.316--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finest]: 2024-04-30 17:54:16.316--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finest]: 2024-04-30 17:54:16.316--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finer]: 2024-04-30 17:54:16.316--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.316--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.317--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, 1922, helicopter] [junit] [EL Fine]: 2024-04-30 17:54:16.317--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, 1888, alternating current] [junit] [EL Fine]: 2024-04-30 17:54:16.317--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, 1879, light bulb] [junit] [EL Fine]: 2024-04-30 17:54:16.317--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, 1877, phonograph] [junit] [EL Finer]: 2024-04-30 17:54:16.317--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.317--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.318--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.318--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.318--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.318--ServerSession(454071866)--Connection(1297332692)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.318--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.318--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.319--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.319--ClientSession(1526927445)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.319--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.319--ClientSession(1526927445)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.319--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 198927302 [junit] [EL Finer]: 2024-04-30 17:54:16.319--ClientSession(198927302)--Thread(Thread[main,5,main])--acquire unit of work: 1482931438 [junit] [EL Finest]: 2024-04-30 17:54:16.319--UnitOfWork(1482931438)--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]: 2024-04-30 17:54:16.319--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8 [junit] [EL Finest]: 2024-04-30 17:54:16.319--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2024-04-30 17:54:16.319--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.319--ServerSession(454071866)--Connection(1623213219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.319--ServerSession(454071866)--Connection(1623213219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.319--ServerSession(454071866)--Connection(123786424)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.32--ServerSession(454071866)--Connection(1623213219)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.32--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.32--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.32--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.32--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.32--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.32--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b881cae) [junit] [EL Finest]: 2024-04-30 17:54:16.32--ClientSession(198927302)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" ) [junit] [EL Finest]: 2024-04-30 17:54:16.32--ServerSession(454071866)--Connection(1212395804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.32--ClientSession(198927302)--Connection(1212395804)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.32--ClientSession(198927302)--Connection(1212395804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.321--ClientSession(198927302)--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]: 2024-04-30 17:54:16.321--ClientSession(198927302)--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]: 2024-04-30 17:54:16.321--ClientSession(198927302)--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]: 2024-04-30 17:54:16.321--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.321--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.321--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])-- bind => [helicopter, 1922, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.321--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.321--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.321--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 26] [junit] [EL Finer]: 2024-04-30 17:54:16.321--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.321--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.321--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.321--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.322--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.322--ServerSession(454071866)--Connection(1212395804)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.322--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.322--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.322--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.322--ClientSession(198927302)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.322--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.322--ClientSession(198927302)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.322--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 962208856 [junit] [EL Finer]: 2024-04-30 17:54:16.322--ClientSession(962208856)--Thread(Thread[main,5,main])--acquire unit of work: 508662500 [junit] [EL Finest]: 2024-04-30 17:54:16.322--UnitOfWork(508662500)--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]: 2024-04-30 17:54:16.322--UnitOfWork(508662500)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8 [junit] [EL Finest]: 2024-04-30 17:54:16.322--UnitOfWork(508662500)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2024-04-30 17:54:16.322--UnitOfWork(508662500)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.323--ServerSession(454071866)--Connection(1460783334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.323--ServerSession(454071866)--Connection(1460783334)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.323--ServerSession(454071866)--Connection(1162196562)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.323--ServerSession(454071866)--Connection(1460783334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.323--UnitOfWork(508662500)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3 [junit] [EL Finest]: 2024-04-30 17:54:16.323--UnitOfWork(508662500)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988 [junit] [EL Finest]: 2024-04-30 17:54:16.323--UnitOfWork(508662500)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finest]: 2024-04-30 17:54:16.323--UnitOfWork(508662500)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finer]: 2024-04-30 17:54:16.324--UnitOfWork(508662500)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.324--UnitOfWork(508662500)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.324--UnitOfWork(508662500)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.324--UnitOfWork(508662500)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.324--ClientSession(962208856)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.324--UnitOfWork(508662500)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.324--ClientSession(962208856)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.333--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 293241573 [junit] [EL Finer]: 2024-04-30 17:54:16.333--ClientSession(293241573)--Thread(Thread[main,5,main])--acquire unit of work: 1852168781 [junit] [EL Finest]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.333--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19) [junit] [EL Finest]: 2024-04-30 17:54:16.333--ServerSession(454071866)--Connection(443674097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.333--ClientSession(293241573)--Connection(443674097)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.333--ClientSession(293241573)--Connection(443674097)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.334--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@740eaba1) [junit] [EL Fine]: 2024-04-30 17:54:16.334--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [25, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.334--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31a6626f) [junit] [EL Finest]: 2024-04-30 17:54:16.334--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finer]: 2024-04-30 17:54:16.334--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.334--ClientSession(293241573)--Connection(358121430)--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]: 2024-04-30 17:54:16.334--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])-- bind => [26, Thomas Alva, Edison, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.334--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])-- bind => [32, Nikola, Tesla, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.334--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.335--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finest]: 2024-04-30 17:54:16.335--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finest]: 2024-04-30 17:54:16.335--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finer]: 2024-04-30 17:54:16.335--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.335--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.335--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, 1877, phonograph] [junit] [EL Fine]: 2024-04-30 17:54:16.335--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, 1879, light bulb] [junit] [EL Fine]: 2024-04-30 17:54:16.335--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, 1922, helicopter] [junit] [EL Fine]: 2024-04-30 17:54:16.335--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, 1888, alternating current] [junit] [EL Finer]: 2024-04-30 17:54:16.335--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.336--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.336--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.336--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.336--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.337--ServerSession(454071866)--Connection(443674097)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.337--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.337--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.337--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.337--ClientSession(293241573)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.337--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.337--ClientSession(293241573)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.337--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1886689639 [junit] [EL Finer]: 2024-04-30 17:54:16.337--ClientSession(1886689639)--Thread(Thread[main,5,main])--acquire unit of work: 1598032791 [junit] [EL Finest]: 2024-04-30 17:54:16.337--UnitOfWork(1598032791)--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]: 2024-04-30 17:54:16.337--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8 [junit] [EL Finest]: 2024-04-30 17:54:16.337--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2024-04-30 17:54:16.337--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.337--ServerSession(454071866)--Connection(1366006911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.338--ServerSession(454071866)--Connection(1366006911)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.338--ServerSession(454071866)--Connection(237517174)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.338--ServerSession(454071866)--Connection(1366006911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.338--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.338--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.338--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.338--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.338--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.338--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78b8c912) [junit] [EL Finest]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--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]: 2024-04-30 17:54:16.339--ServerSession(454071866)--Connection(1355360957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(1355360957)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(1355360957)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--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]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--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]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--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]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])-- bind => [helicopter, 1922, 26] [junit] [EL Finer]: 2024-04-30 17:54:16.339--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.34--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.34--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.34--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.34--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.34--ServerSession(454071866)--Connection(1355360957)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.34--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.34--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.34--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.34--ClientSession(1886689639)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.34--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.34--ClientSession(1886689639)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.34--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 332801050 [junit] [EL Finer]: 2024-04-30 17:54:16.34--ClientSession(332801050)--Thread(Thread[main,5,main])--acquire unit of work: 1286210473 [junit] [EL Finest]: 2024-04-30 17:54:16.34--UnitOfWork(1286210473)--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]: 2024-04-30 17:54:16.34--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8 [junit] [EL Finest]: 2024-04-30 17:54:16.341--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2024-04-30 17:54:16.341--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.341--ServerSession(454071866)--Connection(1561679846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.341--ServerSession(454071866)--Connection(1561679846)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.341--ServerSession(454071866)--Connection(1094627494)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.341--ServerSession(454071866)--Connection(1561679846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.341--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3 [junit] [EL Finest]: 2024-04-30 17:54:16.341--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988 [junit] [EL Finest]: 2024-04-30 17:54:16.341--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finest]: 2024-04-30 17:54:16.341--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finer]: 2024-04-30 17:54:16.341--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.342--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.342--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.342--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.342--ClientSession(332801050)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.342--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.342--ClientSession(332801050)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.351--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1260103334 [junit] [EL Finer]: 2024-04-30 17:54:16.351--ClientSession(1260103334)--Thread(Thread[main,5,main])--acquire unit of work: 716863107 [junit] [EL Finest]: 2024-04-30 17:54:16.351--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.351--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.351--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.351--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.351--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.352--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.352--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.352--UnitOfWork(716863107)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.352--UnitOfWork(716863107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19) [junit] [EL Finest]: 2024-04-30 17:54:16.352--ServerSession(454071866)--Connection(896703427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.352--ClientSession(1260103334)--Connection(896703427)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.352--ClientSession(1260103334)--Connection(896703427)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.352--UnitOfWork(716863107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d75342e) [junit] [EL Fine]: 2024-04-30 17:54:16.352--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [25, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.353--UnitOfWork(716863107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b4d9b77) [junit] [EL Finest]: 2024-04-30 17:54:16.353--UnitOfWork(716863107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finer]: 2024-04-30 17:54:16.353--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.353--ClientSession(1260103334)--Connection(1703831521)--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]: 2024-04-30 17:54:16.353--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])-- bind => [32, Nikola, Tesla, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.353--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])-- bind => [26, Thomas Alva, Edison, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.353--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.354--UnitOfWork(716863107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finest]: 2024-04-30 17:54:16.354--UnitOfWork(716863107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finest]: 2024-04-30 17:54:16.354--UnitOfWork(716863107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finer]: 2024-04-30 17:54:16.354--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.354--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.354--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, 1879, light bulb] [junit] [EL Fine]: 2024-04-30 17:54:16.354--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, 1888, alternating current] [junit] [EL Fine]: 2024-04-30 17:54:16.354--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, 1877, phonograph] [junit] [EL Fine]: 2024-04-30 17:54:16.354--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, 1922, helicopter] [junit] [EL Finer]: 2024-04-30 17:54:16.354--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.355--UnitOfWork(716863107)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.355--UnitOfWork(716863107)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.355--UnitOfWork(716863107)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.355--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.356--ServerSession(454071866)--Connection(896703427)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.356--UnitOfWork(716863107)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.356--UnitOfWork(716863107)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.356--UnitOfWork(716863107)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.356--ClientSession(1260103334)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.356--UnitOfWork(716863107)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.356--ClientSession(1260103334)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.356--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 3637991 [junit] [EL Finer]: 2024-04-30 17:54:16.356--ClientSession(3637991)--Thread(Thread[main,5,main])--acquire unit of work: 344310669 [junit] [EL Finest]: 2024-04-30 17:54:16.356--UnitOfWork(344310669)--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]: 2024-04-30 17:54:16.356--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8 [junit] [EL Finest]: 2024-04-30 17:54:16.356--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2024-04-30 17:54:16.357--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.357--ServerSession(454071866)--Connection(1699364619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.357--ServerSession(454071866)--Connection(1699364619)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.357--ServerSession(454071866)--Connection(1609109892)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.357--ServerSession(454071866)--Connection(1699364619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.357--UnitOfWork(344310669)--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]: 2024-04-30 17:54:16.357--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6746afab [junit] [EL Finest]: 2024-04-30 17:54:16.358--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2024-04-30 17:54:16.358--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.358--ServerSession(454071866)--Connection(1758932400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.358--ServerSession(454071866)--Connection(1758932400)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.358--ServerSession(454071866)--Connection(2133160991)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.358--ServerSession(454071866)--Connection(1758932400)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.358--UnitOfWork(344310669)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.358--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.359--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.359--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.359--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.359--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a4aba84) [junit] [EL Finest]: 2024-04-30 17:54:16.359--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cd1e346) [junit] [EL Finest]: 2024-04-30 17:54:16.36--ClientSession(3637991)--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]: 2024-04-30 17:54:16.36--ServerSession(454071866)--Connection(77182701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(77182701)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(77182701)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.36--ClientSession(3637991)--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]: 2024-04-30 17:54:16.36--ClientSession(3637991)--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]: 2024-04-30 17:54:16.36--ClientSession(3637991)--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]: 2024-04-30 17:54:16.36--ClientSession(3637991)--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]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])-- bind => [helicopter, 1922, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 26] [junit] [EL Fine]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])-- bind => [helicopter, 1922, 32] [junit] [EL Fine]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 32] [junit] [EL Finer]: 2024-04-30 17:54:16.36--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.361--UnitOfWork(344310669)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.361--UnitOfWork(344310669)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.361--UnitOfWork(344310669)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.361--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.361--ServerSession(454071866)--Connection(77182701)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.362--UnitOfWork(344310669)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.362--UnitOfWork(344310669)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.362--UnitOfWork(344310669)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.362--ClientSession(3637991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.362--UnitOfWork(344310669)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.362--ClientSession(3637991)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.362--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2049321170 [junit] [EL Finer]: 2024-04-30 17:54:16.362--ClientSession(2049321170)--Thread(Thread[main,5,main])--acquire unit of work: 1890737819 [junit] [EL Finest]: 2024-04-30 17:54:16.362--UnitOfWork(1890737819)--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]: 2024-04-30 17:54:16.362--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8 [junit] [EL Finest]: 2024-04-30 17:54:16.362--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2024-04-30 17:54:16.362--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.362--ServerSession(454071866)--Connection(1061471337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.362--ServerSession(454071866)--Connection(1061471337)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.362--ServerSession(454071866)--Connection(1566577564)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.363--ServerSession(454071866)--Connection(1061471337)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.363--UnitOfWork(1890737819)--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]: 2024-04-30 17:54:16.363--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6746afab [junit] [EL Finest]: 2024-04-30 17:54:16.363--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2024-04-30 17:54:16.363--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.363--ServerSession(454071866)--Connection(1759253204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.363--ServerSession(454071866)--Connection(1759253204)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.363--ServerSession(454071866)--Connection(905773216)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.364--ServerSession(454071866)--Connection(1759253204)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3 [junit] [EL Finest]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finest]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3 [junit] [EL Finest]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988 [junit] [EL Finest]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finer]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.364--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.365--ClientSession(2049321170)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.365--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.365--ClientSession(2049321170)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle [junit] [EL Finer]: 2024-04-30 17:54:16.38--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 76493916 [junit] [EL Finer]: 2024-04-30 17:54:16.381--ClientSession(76493916)--Thread(Thread[main,5,main])--acquire unit of work: 526354919 [junit] [EL Finest]: 2024-04-30 17:54:16.381--UnitOfWork(526354919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.381--UnitOfWork(526354919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.381--UnitOfWork(526354919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.381--UnitOfWork(526354919)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.381--UnitOfWork(526354919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:16.381--ServerSession(454071866)--Connection(2070303350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.381--ClientSession(76493916)--Connection(2070303350)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.399--ClientSession(76493916)--Connection(2070303350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.399--UnitOfWork(526354919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5e64b32d) [junit] [EL Fine]: 2024-04-30 17:54:16.399--ClientSession(76493916)--Connection(2117678604)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [9, neun, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.4--UnitOfWork(526354919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23344ec3) [junit] [EL Fine]: 2024-04-30 17:54:16.4--ClientSession(76493916)--Connection(2117678604)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [4, 3, red] [junit] [EL Fine]: 2024-04-30 17:54:16.4--ClientSession(76493916)--Connection(2117678604)--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]: 2024-04-30 17:54:16.4--UnitOfWork(526354919)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.4--UnitOfWork(526354919)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.401--UnitOfWork(526354919)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.401--ClientSession(76493916)--Connection(2117678604)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.401--ServerSession(454071866)--Connection(2070303350)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.401--UnitOfWork(526354919)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.401--UnitOfWork(526354919)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.401--UnitOfWork(526354919)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.401--ClientSession(76493916)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.401--UnitOfWork(526354919)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.401--ClientSession(76493916)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.401--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1484584448 [junit] [EL Finer]: 2024-04-30 17:54:16.402--ClientSession(1484584448)--Thread(Thread[main,5,main])--acquire unit of work: 1643461494 [junit] [EL Finest]: 2024-04-30 17:54:16.402--UnitOfWork(1643461494)--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]: 2024-04-30 17:54:16.402--UnitOfWork(1643461494)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a9d9a3e [junit] [EL Finest]: 2024-04-30 17:54:16.402--UnitOfWork(1643461494)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finest]: 2024-04-30 17:54:16.402--UnitOfWork(1643461494)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.402--ServerSession(454071866)--Connection(601792527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.402--ServerSession(454071866)--Connection(601792527)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.402--ServerSession(454071866)--Connection(223231205)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.403--ServerSession(454071866)--Connection(601792527)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.403--UnitOfWork(1643461494)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@56cf1e37 [junit] [EL Finest]: 2024-04-30 17:54:16.403--UnitOfWork(1643461494)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a9d9a3e [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review [junit] [EL Finer]: 2024-04-30 17:54:16.419--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 882664609 [junit] [EL Finer]: 2024-04-30 17:54:16.419--ClientSession(882664609)--Thread(Thread[main,5,main])--acquire unit of work: 1547971047 [junit] [EL Finest]: 2024-04-30 17:54:16.419--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.419--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.419--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.42--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.42--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.42--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.42--ServerSession(454071866)--Connection(1974546201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.42--ClientSession(882664609)--Connection(1974546201)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.42--ClientSession(882664609)--Connection(1974546201)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.42--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c6cdac0) [junit] [EL Fine]: 2024-04-30 17:54:16.42--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.42--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Fine]: 2024-04-30 17:54:16.421--ClientSession(882664609)--Connection(1899753459)--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]: 2024-04-30 17:54:16.421--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Finer]: 2024-04-30 17:54:16.421--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.421--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.421--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.421--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:16.421--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Fine]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Finer]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2024-04-30 17:54:16.422--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.423--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.423--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.423--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.423--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.423--ServerSession(454071866)--Connection(1974546201)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.424--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.424--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.424--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.424--ClientSession(882664609)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.424--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.424--ClientSession(882664609)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.424--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2001325463 [junit] [EL Finer]: 2024-04-30 17:54:16.424--ClientSession(2001325463)--Thread(Thread[main,5,main])--acquire unit of work: 2093251918 [junit] [EL Finest]: 2024-04-30 17:54:16.424--UnitOfWork(2093251918)--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]: 2024-04-30 17:54:16.424--ServerSession(454071866)--Connection(576778350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.424--ServerSession(454071866)--Connection(576778350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.424--ServerSession(454071866)--Connection(1810657625)--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]: 2024-04-30 17:54:16.424--ServerSession(454071866)--Connection(576778350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.425--UnitOfWork(2093251918)--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]: 2024-04-30 17:54:16.425--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.425--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.425--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.425--ServerSession(454071866)--Connection(1984356313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.425--ServerSession(454071866)--Connection(1984356313)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.425--ServerSession(454071866)--Connection(1705928027)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.425--ServerSession(454071866)--Connection(1984356313)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.426--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:16.426--ServerSession(454071866)--Connection(213929772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.426--ServerSession(454071866)--Connection(213929772)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.426--ServerSession(454071866)--Connection(1482195398)--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]: 2024-04-30 17:54:16.427--ServerSession(454071866)--Connection(213929772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.427--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2024-04-30 17:54:16.427--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2024-04-30 17:54:16.427--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.427--ClientSession(2001325463)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.427--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 723575274 [junit] [EL Finer]: 2024-04-30 17:54:16.427--ClientSession(723575274)--Thread(Thread[main,5,main])--acquire unit of work: 929694713 [junit] [EL Finest]: 2024-04-30 17:54:16.427--UnitOfWork(929694713)--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]: 2024-04-30 17:54:16.427--UnitOfWork(929694713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.427--UnitOfWork(929694713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.427--UnitOfWork(929694713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.427--ServerSession(454071866)--Connection(1387919000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.427--ServerSession(454071866)--Connection(1387919000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.427--ServerSession(454071866)--Connection(900416253)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.428--ServerSession(454071866)--Connection(1387919000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.428--UnitOfWork(929694713)--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]: 2024-04-30 17:54:16.428--ServerSession(454071866)--Connection(854365639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.428--ServerSession(454071866)--Connection(854365639)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.428--ServerSession(454071866)--Connection(796702772)--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]: 2024-04-30 17:54:16.428--ServerSession(454071866)--Connection(854365639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.428--UnitOfWork(929694713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2024-04-30 17:54:16.428--UnitOfWork(929694713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2024-04-30 17:54:16.428--UnitOfWork(929694713)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.428--ClientSession(723575274)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.437--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 865651478 [junit] [EL Finer]: 2024-04-30 17:54:16.437--ClientSession(865651478)--Thread(Thread[main,5,main])--acquire unit of work: 285269196 [junit] [EL Finest]: 2024-04-30 17:54:16.437--UnitOfWork(285269196)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.437--UnitOfWork(285269196)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.437--UnitOfWork(285269196)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.437--UnitOfWork(285269196)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.437--UnitOfWork(285269196)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.437--UnitOfWork(285269196)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.437--ServerSession(454071866)--Connection(394054085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.437--ClientSession(865651478)--Connection(394054085)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.438--ClientSession(865651478)--Connection(394054085)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.438--UnitOfWork(285269196)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d1d8c96) [junit] [EL Fine]: 2024-04-30 17:54:16.438--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.438--UnitOfWork(285269196)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Fine]: 2024-04-30 17:54:16.438--ClientSession(865651478)--Connection(285274075)--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]: 2024-04-30 17:54:16.438--UnitOfWork(285269196)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Finer]: 2024-04-30 17:54:16.438--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.438--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.438--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.438--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:16.438--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.439--ClientSession(865651478)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.439--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.439--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.439--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Fine]: 2024-04-30 17:54:16.439--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Finer]: 2024-04-30 17:54:16.439--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.439--ClientSession(865651478)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.439--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.44--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.44--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2024-04-30 17:54:16.44--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2024-04-30 17:54:16.44--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.44--UnitOfWork(285269196)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.44--UnitOfWork(285269196)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.44--UnitOfWork(285269196)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.44--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.44--ServerSession(454071866)--Connection(394054085)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.441--UnitOfWork(285269196)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.441--UnitOfWork(285269196)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.441--UnitOfWork(285269196)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.441--ClientSession(865651478)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.441--UnitOfWork(285269196)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.441--ClientSession(865651478)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.441--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1363458668 [junit] [EL Finer]: 2024-04-30 17:54:16.441--ClientSession(1363458668)--Thread(Thread[main,5,main])--acquire unit of work: 2046616631 [junit] [EL Finest]: 2024-04-30 17:54:16.441--UnitOfWork(2046616631)--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]: 2024-04-30 17:54:16.441--ServerSession(454071866)--Connection(816288962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.441--ServerSession(454071866)--Connection(816288962)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.441--ServerSession(454071866)--Connection(1331748682)--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]: 2024-04-30 17:54:16.441--ServerSession(454071866)--Connection(816288962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.441--UnitOfWork(2046616631)--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]: 2024-04-30 17:54:16.441--UnitOfWork(2046616631)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.441--UnitOfWork(2046616631)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.441--UnitOfWork(2046616631)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.442--ServerSession(454071866)--Connection(1197654033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.442--ServerSession(454071866)--Connection(1197654033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.442--ServerSession(454071866)--Connection(1659844019)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.442--ServerSession(454071866)--Connection(1197654033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.442--UnitOfWork(2046616631)--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]: 2024-04-30 17:54:16.442--ServerSession(454071866)--Connection(870979858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.442--ServerSession(454071866)--Connection(870979858)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.442--ServerSession(454071866)--Connection(1650013494)--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]: 2024-04-30 17:54:16.443--ServerSession(454071866)--Connection(870979858)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.443--UnitOfWork(2046616631)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2024-04-30 17:54:16.443--UnitOfWork(2046616631)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2024-04-30 17:54:16.443--UnitOfWork(2046616631)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.443--ClientSession(1363458668)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.443--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 945724251 [junit] [EL Finer]: 2024-04-30 17:54:16.443--ClientSession(945724251)--Thread(Thread[main,5,main])--acquire unit of work: 327543267 [junit] [EL Finest]: 2024-04-30 17:54:16.443--UnitOfWork(327543267)--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]: 2024-04-30 17:54:16.443--UnitOfWork(327543267)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.443--UnitOfWork(327543267)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.443--UnitOfWork(327543267)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.443--ServerSession(454071866)--Connection(39957754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.443--ServerSession(454071866)--Connection(39957754)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.443--ServerSession(454071866)--Connection(1050120100)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.443--ServerSession(454071866)--Connection(39957754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.444--UnitOfWork(327543267)--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]: 2024-04-30 17:54:16.444--ServerSession(454071866)--Connection(456273666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.444--ServerSession(454071866)--Connection(456273666)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.444--ServerSession(454071866)--Connection(352034554)--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]: 2024-04-30 17:54:16.444--ServerSession(454071866)--Connection(456273666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.444--UnitOfWork(327543267)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2024-04-30 17:54:16.444--UnitOfWork(327543267)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2024-04-30 17:54:16.453--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 811946619 [junit] [EL Finer]: 2024-04-30 17:54:16.453--ClientSession(811946619)--Thread(Thread[main,5,main])--acquire unit of work: 868947411 [junit] [EL Finest]: 2024-04-30 17:54:16.453--UnitOfWork(868947411)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.453--UnitOfWork(868947411)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.453--UnitOfWork(868947411)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.453--UnitOfWork(868947411)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.453--UnitOfWork(868947411)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.453--UnitOfWork(868947411)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.453--ServerSession(454071866)--Connection(1697999486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.453--ClientSession(811946619)--Connection(1697999486)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.453--ClientSession(811946619)--Connection(1697999486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.453--UnitOfWork(868947411)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38aca3af) [junit] [EL Fine]: 2024-04-30 17:54:16.453--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.454--UnitOfWork(868947411)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Fine]: 2024-04-30 17:54:16.454--ClientSession(811946619)--Connection(1256089991)--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]: 2024-04-30 17:54:16.454--UnitOfWork(868947411)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Finer]: 2024-04-30 17:54:16.454--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.454--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.454--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.454--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:16.454--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Fine]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Finer]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2024-04-30 17:54:16.455--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.456--UnitOfWork(868947411)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.456--UnitOfWork(868947411)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.456--UnitOfWork(868947411)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.456--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.456--ServerSession(454071866)--Connection(1697999486)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.456--UnitOfWork(868947411)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.456--UnitOfWork(868947411)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.456--UnitOfWork(868947411)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.456--ClientSession(811946619)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.456--UnitOfWork(868947411)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.456--ClientSession(811946619)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.456--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 406364416 [junit] [EL Finer]: 2024-04-30 17:54:16.457--ClientSession(406364416)--Thread(Thread[main,5,main])--acquire unit of work: 2121162132 [junit] [EL Finest]: 2024-04-30 17:54:16.457--UnitOfWork(2121162132)--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]: 2024-04-30 17:54:16.457--ServerSession(454071866)--Connection(1847812022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.457--ServerSession(454071866)--Connection(1847812022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.457--ServerSession(454071866)--Connection(1876696013)--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]: 2024-04-30 17:54:16.457--ServerSession(454071866)--Connection(1847812022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.457--UnitOfWork(2121162132)--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]: 2024-04-30 17:54:16.457--UnitOfWork(2121162132)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.457--UnitOfWork(2121162132)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.457--UnitOfWork(2121162132)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.457--ServerSession(454071866)--Connection(2074839761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.457--ServerSession(454071866)--Connection(2074839761)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.457--ServerSession(454071866)--Connection(975233458)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.458--ServerSession(454071866)--Connection(2074839761)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.458--UnitOfWork(2121162132)--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]: 2024-04-30 17:54:16.458--ServerSession(454071866)--Connection(1578020816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.458--ServerSession(454071866)--Connection(1578020816)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.458--ServerSession(454071866)--Connection(2035567554)--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]: 2024-04-30 17:54:16.458--ServerSession(454071866)--Connection(1578020816)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.459--UnitOfWork(2121162132)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2024-04-30 17:54:16.459--UnitOfWork(2121162132)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2024-04-30 17:54:16.459--UnitOfWork(2121162132)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.459--ClientSession(406364416)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.459--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 922911733 [junit] [EL Finer]: 2024-04-30 17:54:16.459--ClientSession(922911733)--Thread(Thread[main,5,main])--acquire unit of work: 1825821836 [junit] [EL Finest]: 2024-04-30 17:54:16.459--UnitOfWork(1825821836)--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]: 2024-04-30 17:54:16.459--ServerSession(454071866)--Connection(137530493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.459--ServerSession(454071866)--Connection(137530493)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.459--ServerSession(454071866)--Connection(1522888621)--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]: 2024-04-30 17:54:16.459--ServerSession(454071866)--Connection(137530493)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.468--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1161001976 [junit] [EL Finer]: 2024-04-30 17:54:16.468--ClientSession(1161001976)--Thread(Thread[main,5,main])--acquire unit of work: 985891468 [junit] [EL Finest]: 2024-04-30 17:54:16.468--UnitOfWork(985891468)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.469--UnitOfWork(985891468)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.469--UnitOfWork(985891468)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.469--UnitOfWork(985891468)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.469--UnitOfWork(985891468)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.469--UnitOfWork(985891468)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.469--ServerSession(454071866)--Connection(1839638267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.469--ClientSession(1161001976)--Connection(1839638267)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.469--ClientSession(1161001976)--Connection(1839638267)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.469--UnitOfWork(985891468)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65ced40) [junit] [EL Fine]: 2024-04-30 17:54:16.469--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.47--UnitOfWork(985891468)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Fine]: 2024-04-30 17:54:16.47--ClientSession(1161001976)--Connection(529864426)--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]: 2024-04-30 17:54:16.47--UnitOfWork(985891468)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Finer]: 2024-04-30 17:54:16.47--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.47--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.47--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.47--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:16.47--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Fine]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Finer]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2024-04-30 17:54:16.471--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.472--UnitOfWork(985891468)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.472--UnitOfWork(985891468)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.472--UnitOfWork(985891468)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.472--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.472--ServerSession(454071866)--Connection(1839638267)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.472--UnitOfWork(985891468)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.472--UnitOfWork(985891468)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.472--UnitOfWork(985891468)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.472--ClientSession(1161001976)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.472--UnitOfWork(985891468)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.473--ClientSession(1161001976)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.473--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 89391678 [junit] [EL Finer]: 2024-04-30 17:54:16.473--ClientSession(89391678)--Thread(Thread[main,5,main])--acquire unit of work: 1575072750 [junit] [EL Finest]: 2024-04-30 17:54:16.473--UnitOfWork(1575072750)--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]: 2024-04-30 17:54:16.473--ServerSession(454071866)--Connection(945395470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.473--ServerSession(454071866)--Connection(945395470)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.473--ServerSession(454071866)--Connection(1715620606)--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]: 2024-04-30 17:54:16.479--ServerSession(454071866)--Connection(945395470)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.479--UnitOfWork(1575072750)--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]: 2024-04-30 17:54:16.479--UnitOfWork(1575072750)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.48--UnitOfWork(1575072750)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.48--UnitOfWork(1575072750)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.48--ServerSession(454071866)--Connection(1191279928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.48--ServerSession(454071866)--Connection(1191279928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.48--ServerSession(454071866)--Connection(911802551)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.48--ServerSession(454071866)--Connection(1191279928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.481--UnitOfWork(1575072750)--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]: 2024-04-30 17:54:16.481--ServerSession(454071866)--Connection(1331458733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.481--ServerSession(454071866)--Connection(1331458733)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.481--ServerSession(454071866)--Connection(66600643)--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]: 2024-04-30 17:54:16.481--ServerSession(454071866)--Connection(1331458733)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.481--UnitOfWork(1575072750)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2024-04-30 17:54:16.481--UnitOfWork(1575072750)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2024-04-30 17:54:16.482--UnitOfWork(1575072750)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.482--ClientSession(89391678)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.482--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 714749649 [junit] [EL Finer]: 2024-04-30 17:54:16.482--ClientSession(714749649)--Thread(Thread[main,5,main])--acquire unit of work: 1758858087 [junit] [EL Finest]: 2024-04-30 17:54:16.482--UnitOfWork(1758858087)--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]: 2024-04-30 17:54:16.482--UnitOfWork(1758858087)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.482--UnitOfWork(1758858087)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.482--UnitOfWork(1758858087)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.482--ServerSession(454071866)--Connection(1099839954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.482--ServerSession(454071866)--Connection(1099839954)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.482--ServerSession(454071866)--Connection(425435063)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.483--ServerSession(454071866)--Connection(1099839954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.483--UnitOfWork(1758858087)--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]: 2024-04-30 17:54:16.483--ServerSession(454071866)--Connection(996745925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.483--ServerSession(454071866)--Connection(996745925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.483--ServerSession(454071866)--Connection(194632915)--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]: 2024-04-30 17:54:16.483--ServerSession(454071866)--Connection(996745925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.483--UnitOfWork(1758858087)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2024-04-30 17:54:16.483--UnitOfWork(1758858087)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2024-04-30 17:54:16.483--UnitOfWork(1758858087)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.483--ClientSession(714749649)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.498--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1779927120 [junit] [EL Finer]: 2024-04-30 17:54:16.498--ClientSession(1779927120)--Thread(Thread[main,5,main])--acquire unit of work: 2036903843 [junit] [EL Finest]: 2024-04-30 17:54:16.498--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.498--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.498--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.498--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.498--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:16.498--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.499--ServerSession(454071866)--Connection(848276205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.499--ClientSession(1779927120)--Connection(848276205)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.504--ClientSession(1779927120)--Connection(848276205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.505--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8bfe33c) [junit] [EL Fine]: 2024-04-30 17:54:16.505--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.505--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Fine]: 2024-04-30 17:54:16.505--ClientSession(1779927120)--Connection(954694829)--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]: 2024-04-30 17:54:16.506--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Finer]: 2024-04-30 17:54:16.506--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.506--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.506--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.506--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:16.506--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Fine]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Finer]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2024-04-30 17:54:16.507--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.508--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:16.508--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.508--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.508--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.508--ServerSession(454071866)--Connection(848276205)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.508--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.508--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.508--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.508--ClientSession(1779927120)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.508--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.508--ClientSession(1779927120)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.508--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1115127001 [junit] [EL Finer]: 2024-04-30 17:54:16.509--ClientSession(1115127001)--Thread(Thread[main,5,main])--acquire unit of work: 601945393 [junit] [EL Finest]: 2024-04-30 17:54:16.509--UnitOfWork(601945393)--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]: 2024-04-30 17:54:16.509--ServerSession(454071866)--Connection(1447728334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.509--ServerSession(454071866)--Connection(1447728334)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.509--ServerSession(454071866)--Connection(1006852128)--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]: 2024-04-30 17:54:16.509--ServerSession(454071866)--Connection(1447728334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.509--UnitOfWork(601945393)--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]: 2024-04-30 17:54:16.509--UnitOfWork(601945393)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.509--UnitOfWork(601945393)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.509--UnitOfWork(601945393)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.509--ServerSession(454071866)--Connection(1529865037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.509--ServerSession(454071866)--Connection(1529865037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.51--ServerSession(454071866)--Connection(147548594)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.51--ServerSession(454071866)--Connection(1529865037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.51--UnitOfWork(601945393)--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]: 2024-04-30 17:54:16.51--ServerSession(454071866)--Connection(169674530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.51--ServerSession(454071866)--Connection(169674530)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.51--ServerSession(454071866)--Connection(780974247)--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]: 2024-04-30 17:54:16.511--ServerSession(454071866)--Connection(169674530)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.511--UnitOfWork(601945393)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2024-04-30 17:54:16.511--UnitOfWork(601945393)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2024-04-30 17:54:16.511--UnitOfWork(601945393)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.511--ClientSession(1115127001)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.511--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 690054315 [junit] [EL Finer]: 2024-04-30 17:54:16.511--ClientSession(690054315)--Thread(Thread[main,5,main])--acquire unit of work: 1654892712 [junit] [EL Finest]: 2024-04-30 17:54:16.511--UnitOfWork(1654892712)--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]: 2024-04-30 17:54:16.511--UnitOfWork(1654892712)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c77795 [junit] [EL Finest]: 2024-04-30 17:54:16.511--UnitOfWork(1654892712)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.511--UnitOfWork(1654892712)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.511--ServerSession(454071866)--Connection(35630844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.511--ServerSession(454071866)--Connection(35630844)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.511--ServerSession(454071866)--Connection(2097586431)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.511--ServerSession(454071866)--Connection(35630844)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.513--UnitOfWork(1654892712)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.513--ClientSession(690054315)--Thread(Thread[main,5,main])--client released [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList [junit] [EL Finer]: 2024-04-30 17:54:16.529--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 458989770 [junit] [EL Finer]: 2024-04-30 17:54:16.529--ClientSession(458989770)--Thread(Thread[main,5,main])--acquire unit of work: 1864754483 [junit] [EL Finest]: 2024-04-30 17:54:16.529--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.529--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.529--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.529--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.529--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:16.529--ServerSession(454071866)--Connection(1765396124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.529--ClientSession(458989770)--Connection(1765396124)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.529--ClientSession(458989770)--Connection(1765396124)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.53--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f822b7a) [junit] [EL Fine]: 2024-04-30 17:54:16.53--ClientSession(458989770)--Connection(1328840545)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.53--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@491987b0) [junit] [EL Finer]: 2024-04-30 17:54:16.53--ClientSession(458989770)--Connection(1328840545)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.53--ClientSession(458989770)--Connection(1328840545)--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]: 2024-04-30 17:54:16.53--ClientSession(458989770)--Connection(1328840545)--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]: 2024-04-30 17:54:16.53--ClientSession(458989770)--Connection(1328840545)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.53--ClientSession(458989770)--Connection(1328840545)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.531--ClientSession(458989770)--Connection(1328840545)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.531--ServerSession(454071866)--Connection(1765396124)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.531--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.531--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.531--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.531--ClientSession(458989770)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.531--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.531--ClientSession(458989770)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.531--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1331223925 [junit] [EL Finer]: 2024-04-30 17:54:16.531--ClientSession(1331223925)--Thread(Thread[main,5,main])--acquire unit of work: 595291272 [junit] [EL Finest]: 2024-04-30 17:54:16.531--UnitOfWork(595291272)--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]: 2024-04-30 17:54:16.531--UnitOfWork(595291272)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@442d9790 [junit] [EL Finest]: 2024-04-30 17:54:16.531--UnitOfWork(595291272)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.531--UnitOfWork(595291272)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.531--ServerSession(454071866)--Connection(1210154220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.532--ServerSession(454071866)--Connection(1210154220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.532--ServerSession(454071866)--Connection(1612243823)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.532--ServerSession(454071866)--Connection(1210154220)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.532--UnitOfWork(595291272)--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]: 2024-04-30 17:54:16.532--UnitOfWork(595291272)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f747255 [junit] [EL Finest]: 2024-04-30 17:54:16.532--UnitOfWork(595291272)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.532--UnitOfWork(595291272)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.532--ServerSession(454071866)--Connection(1540696113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.532--ServerSession(454071866)--Connection(1540696113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.532--ServerSession(454071866)--Connection(859862528)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.533--ServerSession(454071866)--Connection(1540696113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.533--UnitOfWork(595291272)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.533--ServerSession(454071866)--Connection(740723429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.533--ClientSession(1331223925)--Connection(740723429)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.533--ClientSession(1331223925)--Connection(740723429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.533--ClientSession(1331223925)--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]: 2024-04-30 17:54:16.533--ClientSession(1331223925)--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]: 2024-04-30 17:54:16.533--ClientSession(1331223925)--Connection(484837655)--Thread(Thread[main,5,main])--UPDATE TMP_COURSE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, CourseGenerator] [junit] [EL Fine]: 2024-04-30 17:54:16.534--ClientSession(1331223925)--Connection(484837655)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_COURSE_GEN WHERE BEAN_NAME = ? [junit] bind => [CourseGenerator] [junit] [EL Finest]: 2024-04-30 17:54:16.534--ClientSession(1331223925)--Connection(484837655)--Thread(Thread[main,5,main])--local sequencing preallocation for CourseGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:54:16.534--ClientSession(1331223925)--Connection(484837655)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.534--ServerSession(454071866)--Connection(484837655)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:16.534--ServerSession(454071866)--Connection(740723429)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:16.534--UnitOfWork(595291272)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@5e40a5bc) [junit] [EL Finest]: 2024-04-30 17:54:16.534--UnitOfWork(595291272)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.534--UnitOfWork(595291272)--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]: 2024-04-30 17:54:16.534--UnitOfWork(595291272)--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]: 2024-04-30 17:54:16.535--UnitOfWork(595291272)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.535--UnitOfWork(595291272)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@2219c3d0) [junit] [EL Finest]: 2024-04-30 17:54:16.535--ServerSession(454071866)--Connection(700755843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.535--ClientSession(1331223925)--Connection(700755843)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.535--ClientSession(1331223925)--Connection(700755843)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.535--UnitOfWork(595291272)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@5e40a5bc) [junit] [EL Fine]: 2024-04-30 17:54:16.535--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [1, null] [junit] [EL Finest]: 2024-04-30 17:54:16.535--ClientSession(1331223925)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" ) [junit] [EL Fine]: 2024-04-30 17:54:16.535--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:16.536--ClientSession(1331223925)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.536--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.536--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.536--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])-- bind => [43, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.536--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])-- bind => [44, 1] [junit] [EL Finer]: 2024-04-30 17:54:16.536--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.536--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.536--ServerSession(454071866)--Connection(700755843)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.536--UnitOfWork(595291272)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.536--UnitOfWork(595291272)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.536--UnitOfWork(595291272)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.537--ClientSession(1331223925)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.537--UnitOfWork(595291272)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.537--ClientSession(1331223925)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.537--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 995631915 [junit] [EL Finer]: 2024-04-30 17:54:16.537--ClientSession(995631915)--Thread(Thread[main,5,main])--acquire unit of work: 921008004 [junit] [EL Finest]: 2024-04-30 17:54:16.537--UnitOfWork(921008004)--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]: 2024-04-30 17:54:16.537--ServerSession(454071866)--Connection(209379634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.537--ServerSession(454071866)--Connection(209379634)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.537--ServerSession(454071866)--Connection(371221309)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:16.537--ServerSession(454071866)--Connection(209379634)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.538--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:16.538--ServerSession(454071866)--Connection(2035998276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.538--ServerSession(454071866)--Connection(2035998276)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.538--ServerSession(454071866)--Connection(427253536)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:16.538--ServerSession(454071866)--Connection(2035998276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.539--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.539--UnitOfWork(921008004)--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]: 2024-04-30 17:54:16.539--ServerSession(454071866)--Connection(8158505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.539--ServerSession(454071866)--Connection(8158505)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.539--ServerSession(454071866)--Connection(10148830)--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]: 2024-04-30 17:54:16.54--ServerSession(454071866)--Connection(8158505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.54--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.54--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]: 2024-04-30 17:54:16.54--ServerSession(454071866)--Connection(346690650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.54--ServerSession(454071866)--Connection(346690650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.54--ServerSession(454071866)--Connection(992857921)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.54--ServerSession(454071866)--Connection(346690650)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.541--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.541--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]: 2024-04-30 17:54:16.541--ServerSession(454071866)--Connection(694214583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.541--ServerSession(454071866)--Connection(694214583)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.541--ServerSession(454071866)--Connection(2086820381)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.541--ServerSession(454071866)--Connection(694214583)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.541--UnitOfWork(921008004)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.541--UnitOfWork(921008004)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.541--UnitOfWork(921008004)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.541--UnitOfWork(921008004)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.541--ClientSession(995631915)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.541--UnitOfWork(921008004)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.542--ClientSession(995631915)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.55--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1753165188 [junit] [EL Finer]: 2024-04-30 17:54:16.55--ClientSession(1753165188)--Thread(Thread[main,5,main])--acquire unit of work: 2064656796 [junit] [EL Finest]: 2024-04-30 17:54:16.55--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.551--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.551--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.551--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.551--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:16.551--ServerSession(454071866)--Connection(989818782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.551--ClientSession(1753165188)--Connection(989818782)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.551--ClientSession(1753165188)--Connection(989818782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.551--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20c2da14) [junit] [EL Fine]: 2024-04-30 17:54:16.551--ClientSession(1753165188)--Connection(1111086363)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.551--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3140d2b5) [junit] [EL Finer]: 2024-04-30 17:54:16.552--ClientSession(1753165188)--Connection(1111086363)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.552--ClientSession(1753165188)--Connection(1111086363)--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]: 2024-04-30 17:54:16.552--ClientSession(1753165188)--Connection(1111086363)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.552--ClientSession(1753165188)--Connection(1111086363)--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]: 2024-04-30 17:54:16.552--ClientSession(1753165188)--Connection(1111086363)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.552--ClientSession(1753165188)--Connection(1111086363)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.552--ServerSession(454071866)--Connection(989818782)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.553--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.553--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.553--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.553--ClientSession(1753165188)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.553--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.553--ClientSession(1753165188)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.553--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 561910810 [junit] [EL Finer]: 2024-04-30 17:54:16.553--ClientSession(561910810)--Thread(Thread[main,5,main])--acquire unit of work: 769891363 [junit] [EL Finest]: 2024-04-30 17:54:16.553--UnitOfWork(769891363)--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]: 2024-04-30 17:54:16.553--UnitOfWork(769891363)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@442d9790 [junit] [EL Finest]: 2024-04-30 17:54:16.553--UnitOfWork(769891363)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.553--UnitOfWork(769891363)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.553--ServerSession(454071866)--Connection(1298445039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.553--ServerSession(454071866)--Connection(1298445039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.553--ServerSession(454071866)--Connection(2094476772)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.554--ServerSession(454071866)--Connection(1298445039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.554--UnitOfWork(769891363)--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]: 2024-04-30 17:54:16.554--UnitOfWork(769891363)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f747255 [junit] [EL Finest]: 2024-04-30 17:54:16.554--UnitOfWork(769891363)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.554--UnitOfWork(769891363)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.554--ServerSession(454071866)--Connection(1944850264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.554--ServerSession(454071866)--Connection(1944850264)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.554--ServerSession(454071866)--Connection(915514572)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.554--ServerSession(454071866)--Connection(1944850264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.554--UnitOfWork(769891363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.555--UnitOfWork(769891363)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@48a9b72d) [junit] [EL Finest]: 2024-04-30 17:54:16.555--UnitOfWork(769891363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.555--UnitOfWork(769891363)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.555--UnitOfWork(769891363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@5bace7af) [junit] [EL Finest]: 2024-04-30 17:54:16.555--ServerSession(454071866)--Connection(1576221393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.555--ClientSession(561910810)--Connection(1576221393)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.555--ClientSession(561910810)--Connection(1576221393)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.555--UnitOfWork(769891363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@48a9b72d) [junit] [EL Fine]: 2024-04-30 17:54:16.555--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [2, null] [junit] [EL Finest]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])-- bind => [43, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])-- bind => [44, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.556--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.557--ServerSession(454071866)--Connection(1576221393)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.557--UnitOfWork(769891363)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.557--UnitOfWork(769891363)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.557--UnitOfWork(769891363)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.557--ClientSession(561910810)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.557--UnitOfWork(769891363)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.557--ClientSession(561910810)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.557--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2034104387 [junit] [EL Finer]: 2024-04-30 17:54:16.557--ClientSession(2034104387)--Thread(Thread[main,5,main])--acquire unit of work: 1980969351 [junit] [EL Finest]: 2024-04-30 17:54:16.557--UnitOfWork(1980969351)--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]: 2024-04-30 17:54:16.557--ServerSession(454071866)--Connection(1345584944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.557--ServerSession(454071866)--Connection(1345584944)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.557--ServerSession(454071866)--Connection(1856438960)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:54:16.557--ServerSession(454071866)--Connection(1345584944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.558--UnitOfWork(1980969351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:16.558--ServerSession(454071866)--Connection(1488662264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.558--ServerSession(454071866)--Connection(1488662264)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.558--ServerSession(454071866)--Connection(249501149)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2024-04-30 17:54:16.558--ServerSession(454071866)--Connection(1488662264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.558--UnitOfWork(1980969351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.558--UnitOfWork(1980969351)--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]: 2024-04-30 17:54:16.558--ServerSession(454071866)--Connection(1690642260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.558--ServerSession(454071866)--Connection(1690642260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.558--ServerSession(454071866)--Connection(314750956)--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]: 2024-04-30 17:54:16.559--ServerSession(454071866)--Connection(1690642260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.559--UnitOfWork(1980969351)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.559--UnitOfWork(1980969351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.559--ServerSession(454071866)--Connection(11350317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.559--ServerSession(454071866)--Connection(11350317)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.559--ServerSession(454071866)--Connection(1383567584)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.559--ServerSession(454071866)--Connection(11350317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.559--UnitOfWork(1980969351)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.559--UnitOfWork(1980969351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.559--ServerSession(454071866)--Connection(1708840874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.559--ServerSession(454071866)--Connection(1708840874)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.559--ServerSession(454071866)--Connection(197442401)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.56--ServerSession(454071866)--Connection(1708840874)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.569--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 717817160 [junit] [EL Finer]: 2024-04-30 17:54:16.569--ClientSession(717817160)--Thread(Thread[main,5,main])--acquire unit of work: 1738173106 [junit] [EL Finest]: 2024-04-30 17:54:16.569--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.569--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.569--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.569--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.569--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:16.569--ServerSession(454071866)--Connection(1529434087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.569--ClientSession(717817160)--Connection(1529434087)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.569--ClientSession(717817160)--Connection(1529434087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.569--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44f6b9c5) [junit] [EL Fine]: 2024-04-30 17:54:16.569--ClientSession(717817160)--Connection(677398644)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.57--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26f71756) [junit] [EL Finer]: 2024-04-30 17:54:16.57--ClientSession(717817160)--Connection(677398644)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.57--ClientSession(717817160)--Connection(677398644)--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]: 2024-04-30 17:54:16.57--ClientSession(717817160)--Connection(677398644)--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]: 2024-04-30 17:54:16.57--ClientSession(717817160)--Connection(677398644)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.57--ClientSession(717817160)--Connection(677398644)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.57--ClientSession(717817160)--Connection(677398644)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.571--ServerSession(454071866)--Connection(1529434087)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.571--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.571--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.571--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.571--ClientSession(717817160)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.571--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.571--ClientSession(717817160)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.571--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 95217301 [junit] [EL Finer]: 2024-04-30 17:54:16.571--ClientSession(95217301)--Thread(Thread[main,5,main])--acquire unit of work: 799358396 [junit] [EL Finest]: 2024-04-30 17:54:16.571--UnitOfWork(799358396)--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]: 2024-04-30 17:54:16.571--UnitOfWork(799358396)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@442d9790 [junit] [EL Finest]: 2024-04-30 17:54:16.571--UnitOfWork(799358396)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.571--UnitOfWork(799358396)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.571--ServerSession(454071866)--Connection(1717635177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.571--ServerSession(454071866)--Connection(1717635177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.571--ServerSession(454071866)--Connection(1622114756)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.572--ServerSession(454071866)--Connection(1717635177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.572--UnitOfWork(799358396)--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]: 2024-04-30 17:54:16.572--UnitOfWork(799358396)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f747255 [junit] [EL Finest]: 2024-04-30 17:54:16.572--UnitOfWork(799358396)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.572--UnitOfWork(799358396)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.572--ServerSession(454071866)--Connection(773099602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.572--ServerSession(454071866)--Connection(773099602)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.572--ServerSession(454071866)--Connection(849974773)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.573--ServerSession(454071866)--Connection(773099602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.573--UnitOfWork(799358396)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.573--UnitOfWork(799358396)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@6d3f38a3) [junit] [EL Finest]: 2024-04-30 17:54:16.573--UnitOfWork(799358396)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.573--UnitOfWork(799358396)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.573--UnitOfWork(799358396)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@6723a356) [junit] [EL Finest]: 2024-04-30 17:54:16.573--ServerSession(454071866)--Connection(301177479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.573--ClientSession(95217301)--Connection(301177479)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.573--ClientSession(95217301)--Connection(301177479)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.574--UnitOfWork(799358396)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@6d3f38a3) [junit] [EL Fine]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [3, null] [junit] [EL Finest]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])-- bind => [43, 3] [junit] [EL Fine]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])-- bind => [44, 3] [junit] [EL Finer]: 2024-04-30 17:54:16.574--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.575--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.575--ServerSession(454071866)--Connection(301177479)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.575--UnitOfWork(799358396)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.575--UnitOfWork(799358396)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.575--UnitOfWork(799358396)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.575--ClientSession(95217301)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.575--UnitOfWork(799358396)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.575--ClientSession(95217301)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.575--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 105503177 [junit] [EL Finer]: 2024-04-30 17:54:16.575--ClientSession(105503177)--Thread(Thread[main,5,main])--acquire unit of work: 1943934673 [junit] [EL Finest]: 2024-04-30 17:54:16.575--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@6d3f38a3 [junit] [EL Finest]: 2024-04-30 17:54:16.575--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.575--ServerSession(454071866)--Connection(1088012577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.575--ServerSession(454071866)--Connection(1088012577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.575--ServerSession(454071866)--Connection(719951447)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:16.576--ServerSession(454071866)--Connection(1088012577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.576--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:16.576--ServerSession(454071866)--Connection(1871932056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.576--ServerSession(454071866)--Connection(1871932056)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.576--ServerSession(454071866)--Connection(162402835)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:16.576--ServerSession(454071866)--Connection(1871932056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.576--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.576--UnitOfWork(1943934673)--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]: 2024-04-30 17:54:16.576--ServerSession(454071866)--Connection(570058362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.576--ServerSession(454071866)--Connection(570058362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.576--ServerSession(454071866)--Connection(1488832220)--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]: 2024-04-30 17:54:16.577--ServerSession(454071866)--Connection(570058362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.577--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.577--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.577--ServerSession(454071866)--Connection(2059173725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.577--ServerSession(454071866)--Connection(2059173725)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.577--ServerSession(454071866)--Connection(1454405786)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.577--ServerSession(454071866)--Connection(2059173725)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.577--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.577--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.577--ServerSession(454071866)--Connection(1723723902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.577--ServerSession(454071866)--Connection(1723723902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.611--ServerSession(454071866)--Connection(857485467)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.611--ServerSession(454071866)--Connection(1723723902)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.612--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.612--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.613--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.613--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" ) [junit] [EL Finest]: 2024-04-30 17:54:16.613--ServerSession(454071866)--Connection(1007112297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.613--ClientSession(105503177)--Connection(1007112297)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.613--ClientSession(105503177)--Connection(1007112297)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.613--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@61cd6f49) [junit] [EL Finest]: 2024-04-30 17:54:16.613--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@61cd6f49) [junit] [EL Fine]: 2024-04-30 17:54:16.613--ClientSession(105503177)--Connection(1696352031)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_EMP WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Fine]: 2024-04-30 17:54:16.614--ClientSession(105503177)--Connection(1696352031)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Finer]: 2024-04-30 17:54:16.614--ClientSession(105503177)--Connection(1696352031)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.614--ServerSession(454071866)--Connection(1007112297)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.614--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.614--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.615--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.615--ClientSession(105503177)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.615--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.615--ClientSession(105503177)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.615--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2092275478 [junit] [EL Finer]: 2024-04-30 17:54:16.615--ClientSession(2092275478)--Thread(Thread[main,5,main])--acquire unit of work: 2065044256 [junit] [EL Finest]: 2024-04-30 17:54:16.615--UnitOfWork(2065044256)--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]: 2024-04-30 17:54:16.615--ServerSession(454071866)--Connection(827273216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.615--ServerSession(454071866)--Connection(827273216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.615--ServerSession(454071866)--Connection(1939586068)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:16.615--ServerSession(454071866)--Connection(827273216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.624--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 248549685 [junit] [EL Finer]: 2024-04-30 17:54:16.624--ClientSession(248549685)--Thread(Thread[main,5,main])--acquire unit of work: 432258193 [junit] [EL Finest]: 2024-04-30 17:54:16.624--UnitOfWork(432258193)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.624--UnitOfWork(432258193)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.624--UnitOfWork(432258193)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.624--UnitOfWork(432258193)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.624--UnitOfWork(432258193)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:16.624--ServerSession(454071866)--Connection(1581387813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.624--ClientSession(248549685)--Connection(1581387813)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.624--ClientSession(248549685)--Connection(1581387813)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.624--UnitOfWork(432258193)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e22d75c) [junit] [EL Fine]: 2024-04-30 17:54:16.624--ClientSession(248549685)--Connection(726186383)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.624--UnitOfWork(432258193)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64f1ba94) [junit] [EL Finer]: 2024-04-30 17:54:16.625--ClientSession(248549685)--Connection(726186383)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.625--ClientSession(248549685)--Connection(726186383)--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]: 2024-04-30 17:54:16.625--ClientSession(248549685)--Connection(726186383)--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]: 2024-04-30 17:54:16.625--ClientSession(248549685)--Connection(726186383)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.625--ClientSession(248549685)--Connection(726186383)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.625--ClientSession(248549685)--Connection(726186383)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.625--ServerSession(454071866)--Connection(1581387813)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.626--UnitOfWork(432258193)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.626--UnitOfWork(432258193)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.626--UnitOfWork(432258193)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.626--ClientSession(248549685)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.626--UnitOfWork(432258193)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.626--ClientSession(248549685)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.626--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 409738667 [junit] [EL Finer]: 2024-04-30 17:54:16.626--ClientSession(409738667)--Thread(Thread[main,5,main])--acquire unit of work: 1980128232 [junit] [EL Finest]: 2024-04-30 17:54:16.626--UnitOfWork(1980128232)--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]: 2024-04-30 17:54:16.626--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@442d9790 [junit] [EL Finest]: 2024-04-30 17:54:16.626--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.626--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.626--ServerSession(454071866)--Connection(1565996565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.626--ServerSession(454071866)--Connection(1565996565)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.626--ServerSession(454071866)--Connection(424345420)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.627--ServerSession(454071866)--Connection(1565996565)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.627--UnitOfWork(1980128232)--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]: 2024-04-30 17:54:16.627--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f747255 [junit] [EL Finest]: 2024-04-30 17:54:16.627--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.627--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.627--ServerSession(454071866)--Connection(2040052638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.627--ServerSession(454071866)--Connection(2040052638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.627--ServerSession(454071866)--Connection(937859966)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.627--ServerSession(454071866)--Connection(2040052638)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.627--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.627--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@1197d3fb) [junit] [EL Finest]: 2024-04-30 17:54:16.627--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.628--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.628--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@2d6fce1c) [junit] [EL Finest]: 2024-04-30 17:54:16.628--ServerSession(454071866)--Connection(1664723455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(1664723455)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(1664723455)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.628--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@1197d3fb) [junit] [EL Fine]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [4, null] [junit] [EL Finest]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])-- bind => [43, 4] [junit] [EL Fine]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])-- bind => [44, 4] [junit] [EL Finer]: 2024-04-30 17:54:16.628--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.629--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.629--ServerSession(454071866)--Connection(1664723455)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.629--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.629--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.63--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.63--ClientSession(409738667)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.63--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.63--ClientSession(409738667)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 923083492 [junit] [EL Finer]: 2024-04-30 17:54:16.63--ClientSession(923083492)--Thread(Thread[main,5,main])--acquire unit of work: 623302746 [junit] [EL Finest]: 2024-04-30 17:54:16.63--UnitOfWork(623302746)--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]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Connection(319825710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Connection(319825710)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Connection(733646571)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Connection(319825710)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.63--UnitOfWork(623302746)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Connection(888802111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Connection(888802111)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Connection(1263015581)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:54:16.63--ServerSession(454071866)--Connection(888802111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.631--UnitOfWork(623302746)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.631--UnitOfWork(623302746)--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]: 2024-04-30 17:54:16.631--ServerSession(454071866)--Connection(965315127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.631--ServerSession(454071866)--Connection(965315127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.631--ServerSession(454071866)--Connection(281085525)--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]: 2024-04-30 17:54:16.632--ServerSession(454071866)--Connection(965315127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.632--UnitOfWork(623302746)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.632--UnitOfWork(623302746)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.632--ServerSession(454071866)--Connection(402755849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.632--ServerSession(454071866)--Connection(402755849)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.632--ServerSession(454071866)--Connection(914504033)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.632--ServerSession(454071866)--Connection(402755849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.632--UnitOfWork(623302746)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.632--UnitOfWork(623302746)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.632--ServerSession(454071866)--Connection(948793755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.632--ServerSession(454071866)--Connection(948793755)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.632--ServerSession(454071866)--Connection(526589658)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.633--ServerSession(454071866)--Connection(948793755)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.633--UnitOfWork(623302746)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.633--UnitOfWork(623302746)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.633--UnitOfWork(623302746)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.633--UnitOfWork(623302746)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.633--ClientSession(923083492)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.633--UnitOfWork(623302746)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.633--ClientSession(923083492)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.641--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 559967637 [junit] [EL Finer]: 2024-04-30 17:54:16.641--ClientSession(559967637)--Thread(Thread[main,5,main])--acquire unit of work: 728819718 [junit] [EL Finest]: 2024-04-30 17:54:16.641--UnitOfWork(728819718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.642--UnitOfWork(728819718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.642--UnitOfWork(728819718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.642--UnitOfWork(728819718)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.642--UnitOfWork(728819718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:16.642--ServerSession(454071866)--Connection(507471558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.642--ClientSession(559967637)--Connection(507471558)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.642--ClientSession(559967637)--Connection(507471558)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.642--UnitOfWork(728819718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b6b391c) [junit] [EL Fine]: 2024-04-30 17:54:16.642--ClientSession(559967637)--Connection(391396628)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.642--UnitOfWork(728819718)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39c5f774) [junit] [EL Finer]: 2024-04-30 17:54:16.642--ClientSession(559967637)--Connection(391396628)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.642--ClientSession(559967637)--Connection(391396628)--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]: 2024-04-30 17:54:16.642--ClientSession(559967637)--Connection(391396628)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.642--ClientSession(559967637)--Connection(391396628)--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]: 2024-04-30 17:54:16.642--ClientSession(559967637)--Connection(391396628)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.643--ClientSession(559967637)--Connection(391396628)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.643--ServerSession(454071866)--Connection(507471558)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.643--UnitOfWork(728819718)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.643--UnitOfWork(728819718)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.643--UnitOfWork(728819718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.643--ClientSession(559967637)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.643--UnitOfWork(728819718)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.643--ClientSession(559967637)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.643--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 621053594 [junit] [EL Finer]: 2024-04-30 17:54:16.643--ClientSession(621053594)--Thread(Thread[main,5,main])--acquire unit of work: 328115123 [junit] [EL Finest]: 2024-04-30 17:54:16.643--UnitOfWork(328115123)--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]: 2024-04-30 17:54:16.643--UnitOfWork(328115123)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@442d9790 [junit] [EL Finest]: 2024-04-30 17:54:16.643--UnitOfWork(328115123)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.644--UnitOfWork(328115123)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.644--ServerSession(454071866)--Connection(1332657017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.644--ServerSession(454071866)--Connection(1332657017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.644--ServerSession(454071866)--Connection(698030620)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.644--ServerSession(454071866)--Connection(1332657017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.644--UnitOfWork(328115123)--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]: 2024-04-30 17:54:16.644--UnitOfWork(328115123)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f747255 [junit] [EL Finest]: 2024-04-30 17:54:16.644--UnitOfWork(328115123)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.644--UnitOfWork(328115123)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.644--ServerSession(454071866)--Connection(566452877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.644--ServerSession(454071866)--Connection(566452877)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.644--ServerSession(454071866)--Connection(1350158163)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.645--ServerSession(454071866)--Connection(566452877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.645--UnitOfWork(328115123)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.645--UnitOfWork(328115123)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@60a6a6b) [junit] [EL Finest]: 2024-04-30 17:54:16.645--UnitOfWork(328115123)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.645--UnitOfWork(328115123)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.645--UnitOfWork(328115123)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@3c67a72d) [junit] [EL Finest]: 2024-04-30 17:54:16.645--ServerSession(454071866)--Connection(144179002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.645--ClientSession(621053594)--Connection(144179002)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.645--ClientSession(621053594)--Connection(144179002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.645--UnitOfWork(328115123)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@60a6a6b) [junit] [EL Fine]: 2024-04-30 17:54:16.645--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [5, null] [junit] [EL Finest]: 2024-04-30 17:54:16.645--ClientSession(621053594)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:16.645--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [5] [junit] [EL Finest]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])-- bind => [43, 5] [junit] [EL Fine]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])-- bind => [44, 5] [junit] [EL Finer]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.646--ServerSession(454071866)--Connection(144179002)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.646--UnitOfWork(328115123)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.646--UnitOfWork(328115123)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.646--UnitOfWork(328115123)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.646--UnitOfWork(328115123)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.646--ClientSession(621053594)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.646--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1944067111 [junit] [EL Finer]: 2024-04-30 17:54:16.646--ClientSession(1944067111)--Thread(Thread[main,5,main])--acquire unit of work: 2100591314 [junit] [EL Finest]: 2024-04-30 17:54:16.646--UnitOfWork(2100591314)--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]: 2024-04-30 17:54:16.647--ServerSession(454071866)--Connection(1770349370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.647--ServerSession(454071866)--Connection(1770349370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.647--ServerSession(454071866)--Connection(6219287)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2024-04-30 17:54:16.647--ServerSession(454071866)--Connection(1770349370)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.647--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:16.647--ServerSession(454071866)--Connection(1867448169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.647--ServerSession(454071866)--Connection(1867448169)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.647--ServerSession(454071866)--Connection(416793289)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2024-04-30 17:54:16.647--ServerSession(454071866)--Connection(1867448169)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.647--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.648--UnitOfWork(2100591314)--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]: 2024-04-30 17:54:16.648--ServerSession(454071866)--Connection(663985858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.648--ServerSession(454071866)--Connection(663985858)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.648--ServerSession(454071866)--Connection(946417598)--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]: 2024-04-30 17:54:16.648--ServerSession(454071866)--Connection(663985858)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.648--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.648--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.648--ServerSession(454071866)--Connection(1850575372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.648--ServerSession(454071866)--Connection(1850575372)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.648--ServerSession(454071866)--Connection(1235321394)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.649--ServerSession(454071866)--Connection(1850575372)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.649--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.649--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.649--ServerSession(454071866)--Connection(122861681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.649--ServerSession(454071866)--Connection(122861681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.649--ServerSession(454071866)--Connection(1118243515)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.649--ServerSession(454071866)--Connection(122861681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.65--UnitOfWork(2100591314)--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]: 2024-04-30 17:54:16.65--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.65--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@2d90d552) [junit] [EL Finest]: 2024-04-30 17:54:16.65--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Finest]: 2024-04-30 17:54:16.65--ServerSession(454071866)--Connection(1053496634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.65--ClientSession(1944067111)--Connection(1053496634)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.65--ClientSession(1944067111)--Connection(1053496634)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.65--ClientSession(1944067111)--Connection(867057870)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_EMP WHERE ((EMP_ID = ?) AND (COURSE_ID = ?)) [junit] bind => [43, 5] [junit] [EL Finer]: 2024-04-30 17:54:16.65--ClientSession(1944067111)--Connection(867057870)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Connection(1053496634)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.651--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.651--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.651--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.651--ClientSession(1944067111)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.651--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.651--ClientSession(1944067111)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1693216057 [junit] [EL Finer]: 2024-04-30 17:54:16.651--ClientSession(1693216057)--Thread(Thread[main,5,main])--acquire unit of work: 40425051 [junit] [EL Finest]: 2024-04-30 17:54:16.651--UnitOfWork(40425051)--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]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Connection(1124159208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Connection(1124159208)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Connection(922265969)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Connection(1124159208)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.651--UnitOfWork(40425051)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Connection(1021000466)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Connection(1021000466)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.651--ServerSession(454071866)--Connection(1327218393)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2024-04-30 17:54:16.652--ServerSession(454071866)--Connection(1021000466)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.652--UnitOfWork(40425051)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.652--UnitOfWork(40425051)--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]: 2024-04-30 17:54:16.652--ServerSession(454071866)--Connection(1264308353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.652--ServerSession(454071866)--Connection(1264308353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.652--ServerSession(454071866)--Connection(131078116)--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]: 2024-04-30 17:54:16.653--ServerSession(454071866)--Connection(1264308353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.653--UnitOfWork(40425051)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.653--UnitOfWork(40425051)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.653--ServerSession(454071866)--Connection(126292554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.653--ServerSession(454071866)--Connection(126292554)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.653--ServerSession(454071866)--Connection(1975310099)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.653--ServerSession(454071866)--Connection(126292554)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.662--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 471978974 [junit] [EL Finer]: 2024-04-30 17:54:16.662--ClientSession(471978974)--Thread(Thread[main,5,main])--acquire unit of work: 987552704 [junit] [EL Finest]: 2024-04-30 17:54:16.662--UnitOfWork(987552704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.662--UnitOfWork(987552704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.662--UnitOfWork(987552704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.662--UnitOfWork(987552704)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.662--UnitOfWork(987552704)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:16.662--ServerSession(454071866)--Connection(571313195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.662--ClientSession(471978974)--Connection(571313195)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.662--ClientSession(471978974)--Connection(571313195)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.662--UnitOfWork(987552704)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57936a03) [junit] [EL Fine]: 2024-04-30 17:54:16.662--ClientSession(471978974)--Connection(974661879)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.663--UnitOfWork(987552704)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45beec0c) [junit] [EL Finer]: 2024-04-30 17:54:16.663--ClientSession(471978974)--Connection(974661879)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.663--ClientSession(471978974)--Connection(974661879)--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]: 2024-04-30 17:54:16.663--ClientSession(471978974)--Connection(974661879)--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]: 2024-04-30 17:54:16.663--ClientSession(471978974)--Connection(974661879)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.663--ClientSession(471978974)--Connection(974661879)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.663--ClientSession(471978974)--Connection(974661879)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.664--ServerSession(454071866)--Connection(571313195)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.664--UnitOfWork(987552704)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.664--UnitOfWork(987552704)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.664--UnitOfWork(987552704)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.664--ClientSession(471978974)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.664--UnitOfWork(987552704)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.664--ClientSession(471978974)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.664--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1171461806 [junit] [EL Finer]: 2024-04-30 17:54:16.664--ClientSession(1171461806)--Thread(Thread[main,5,main])--acquire unit of work: 1048035699 [junit] [EL Finest]: 2024-04-30 17:54:16.664--UnitOfWork(1048035699)--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]: 2024-04-30 17:54:16.664--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@442d9790 [junit] [EL Finest]: 2024-04-30 17:54:16.664--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.664--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.664--ServerSession(454071866)--Connection(772590024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.664--ServerSession(454071866)--Connection(772590024)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.664--ServerSession(454071866)--Connection(787544355)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.664--ServerSession(454071866)--Connection(772590024)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--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]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f747255 [junit] [EL Finest]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.665--ServerSession(454071866)--Connection(311334770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.665--ServerSession(454071866)--Connection(311334770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.665--ServerSession(454071866)--Connection(991841761)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.665--ServerSession(454071866)--Connection(311334770)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@7d52e1f8) [junit] [EL Finest]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.665--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@1b01cc27) [junit] [EL Finest]: 2024-04-30 17:54:16.665--ServerSession(454071866)--Connection(275199537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(275199537)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(275199537)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.666--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@7d52e1f8) [junit] [EL Fine]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [6, null] [junit] [EL Finest]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [6] [junit] [EL Finest]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])-- bind => [43, 6] [junit] [EL Fine]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])-- bind => [44, 6] [junit] [EL Finer]: 2024-04-30 17:54:16.666--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.667--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.667--ServerSession(454071866)--Connection(275199537)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.667--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.667--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.667--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.667--ClientSession(1171461806)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.667--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.667--ClientSession(1171461806)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.667--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 701513664 [junit] [EL Finer]: 2024-04-30 17:54:16.667--ClientSession(701513664)--Thread(Thread[main,5,main])--acquire unit of work: 1112318065 [junit] [EL Finest]: 2024-04-30 17:54:16.667--UnitOfWork(1112318065)--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]: 2024-04-30 17:54:16.667--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f747255 [junit] [EL Finest]: 2024-04-30 17:54:16.667--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.667--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.667--ServerSession(454071866)--Connection(942561250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.667--ServerSession(454071866)--Connection(942561250)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.667--ServerSession(454071866)--Connection(524691390)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.668--ServerSession(454071866)--Connection(942561250)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.668--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@7d52e1f8 [junit] [EL Finest]: 2024-04-30 17:54:16.668--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.668--ServerSession(454071866)--Connection(980415668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.668--ServerSession(454071866)--Connection(980415668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.668--ServerSession(454071866)--Connection(1882469724)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2024-04-30 17:54:16.668--ServerSession(454071866)--Connection(980415668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.668--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:16.668--ServerSession(454071866)--Connection(1479904275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.668--ServerSession(454071866)--Connection(1479904275)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.668--ServerSession(454071866)--Connection(159042716)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2024-04-30 17:54:16.669--ServerSession(454071866)--Connection(1479904275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.669--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.669--UnitOfWork(1112318065)--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]: 2024-04-30 17:54:16.715--ServerSession(454071866)--Connection(1647072210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.715--ServerSession(454071866)--Connection(1647072210)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.715--ServerSession(454071866)--Connection(1030585639)--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]: 2024-04-30 17:54:16.716--ServerSession(454071866)--Connection(1647072210)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.716--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.716--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.716--ServerSession(454071866)--Connection(475496220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.716--ServerSession(454071866)--Connection(475496220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.716--ServerSession(454071866)--Connection(1241886196)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.717--ServerSession(454071866)--Connection(475496220)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.717--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.717--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@1d3a0154) [junit] [EL Finest]: 2024-04-30 17:54:16.717--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_EMP WHERE ((EMP_ID = ?) AND (COURSE_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:54:16.717--ServerSession(454071866)--Connection(743852822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.717--ClientSession(701513664)--Connection(743852822)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.717--ClientSession(701513664)--Connection(743852822)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.717--ClientSession(701513664)--Connection(1027064717)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_EMP WHERE ((EMP_ID = ?) AND (COURSE_ID = ?)) [junit] bind => [43, 6] [junit] [EL Finer]: 2024-04-30 17:54:16.718--ClientSession(701513664)--Connection(1027064717)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.718--ServerSession(454071866)--Connection(743852822)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.718--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.718--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.718--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.718--ClientSession(701513664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.718--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.718--ClientSession(701513664)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.718--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1383919946 [junit] [EL Finer]: 2024-04-30 17:54:16.718--ClientSession(1383919946)--Thread(Thread[main,5,main])--acquire unit of work: 1290542824 [junit] [EL Finest]: 2024-04-30 17:54:16.718--UnitOfWork(1290542824)--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]: 2024-04-30 17:54:16.718--ServerSession(454071866)--Connection(1329895251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.718--ServerSession(454071866)--Connection(1329895251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.718--ServerSession(454071866)--Connection(1042583847)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2024-04-30 17:54:16.719--ServerSession(454071866)--Connection(1329895251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.719--UnitOfWork(1290542824)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:16.719--ServerSession(454071866)--Connection(1288007780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.719--ServerSession(454071866)--Connection(1288007780)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.719--ServerSession(454071866)--Connection(1450339698)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2024-04-30 17:54:16.719--ServerSession(454071866)--Connection(1288007780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.719--UnitOfWork(1290542824)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2024-04-30 17:54:16.719--UnitOfWork(1290542824)--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]: 2024-04-30 17:54:16.719--ServerSession(454071866)--Connection(659845181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.719--ServerSession(454071866)--Connection(659845181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.719--ServerSession(454071866)--Connection(1644724312)--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]: 2024-04-30 17:54:16.72--ServerSession(454071866)--Connection(659845181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.72--UnitOfWork(1290542824)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2024-04-30 17:54:16.72--UnitOfWork(1290542824)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.72--ServerSession(454071866)--Connection(148443202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.72--ServerSession(454071866)--Connection(148443202)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.72--ServerSession(454071866)--Connection(459545440)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.72--ServerSession(454071866)--Connection(148443202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.202 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap [junit] [EL Finer]: 2024-04-30 17:54:16.734--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1429516220 [junit] [EL Finer]: 2024-04-30 17:54:16.734--ClientSession(1429516220)--Thread(Thread[main,5,main])--acquire unit of work: 1862270219 [junit] [EL Finest]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.734--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.735--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2024-04-30 17:54:16.735--ServerSession(454071866)--Connection(1546009607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.735--ClientSession(1429516220)--Connection(1546009607)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.735--ClientSession(1429516220)--Connection(1546009607)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.735--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@314f7301) [junit] [EL Fine]: 2024-04-30 17:54:16.735--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, HR, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.736--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@15e7797c) [junit] [EL Finest]: 2024-04-30 17:54:16.736--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@e52e46a) [junit] [EL Finest]: 2024-04-30 17:54:16.736--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3456b7e5) [junit] [EL Finer]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [1, 11, green] [junit] [EL Fine]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [2, 12, blue] [junit] [EL Fine]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [0, 10, red] [junit] [EL Finer]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.736--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c0fad23) [junit] [EL Finest]: 2024-04-30 17:54:16.736--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f54552e) [junit] [EL Finest]: 2024-04-30 17:54:16.736--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice@679ba4a9) [junit] [EL Finer]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--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]: 2024-04-30 17:54:16.736--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [101, first, last, null, null, null, null, 2, null, 11, 1, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.737--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [102, first, last, null, null, null, null, 2, null, 12, 2, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.737--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [100, first, last, null, null, null, null, 2, null, 10, 0, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.737--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.737--ClientSession(1429516220)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="cubicles" ) [junit] [EL Fine]: 2024-04-30 17:54:16.737--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--INSERT INTO TMP_UCOFFICE (ID, CAPACITY) VALUES (?, ?) [junit] bind => [3, 5] [junit] [EL Finest]: 2024-04-30 17:54:16.738--ClientSession(1429516220)--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]: 2024-04-30 17:54:16.738--ClientSession(1429516220)--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]: 2024-04-30 17:54:16.738--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.738--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--INSERT INTO TMP_UCOFFICE_CUBICLE (CUBICLE_FLOOR, CUBICLE_PLACE, OFFICE_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.738--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [10, 0, 3] [junit] [EL Fine]: 2024-04-30 17:54:16.738--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [11, 1, 3] [junit] [EL Fine]: 2024-04-30 17:54:16.738--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])-- bind => [12, 2, 3] [junit] [EL Finer]: 2024-04-30 17:54:16.738--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.739--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.739--ServerSession(454071866)--Connection(1546009607)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.739--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.739--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.74--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.74--ClientSession(1429516220)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.74--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.74--ClientSession(1429516220)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.74--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1394215107 [junit] [EL Finer]: 2024-04-30 17:54:16.74--ClientSession(1394215107)--Thread(Thread[main,5,main])--acquire unit of work: 1004277845 [junit] [EL Finest]: 2024-04-30 17:54:16.74--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readUniqueColorOffice" referenceClass=UniqueColorOffice sql="SELECT ID, CAPACITY FROM TMP_UCOFFICE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.74--ServerSession(454071866)--Connection(1957457299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.74--ServerSession(454071866)--Connection(1957457299)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.74--ServerSession(454071866)--Connection(1546186003)--Thread(Thread[main,5,main])--SELECT ID, CAPACITY FROM TMP_UCOFFICE WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:16.74--ServerSession(454071866)--Connection(1957457299)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.741--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="cubicles" referenceClass=Cubicle ) [junit] [EL Finest]: 2024-04-30 17:54:16.741--ServerSession(454071866)--Connection(546329259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.741--ServerSession(454071866)--Connection(546329259)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.741--ServerSession(454071866)--Connection(1004125658)--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]: 2024-04-30 17:54:16.741--ServerSession(454071866)--Connection(546329259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.741--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72d006a4 [junit] [EL Finest]: 2024-04-30 17:54:16.742--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:16.742--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.742--ServerSession(454071866)--Connection(547412986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.742--ServerSession(454071866)--Connection(547412986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.742--ServerSession(454071866)--Connection(774719165)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.742--ServerSession(454071866)--Connection(547412986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.742--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4115249 [junit] [EL Finest]: 2024-04-30 17:54:16.742--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@593e22c5 [junit] [EL Finest]: 2024-04-30 17:54:16.742--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:16.743--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.743--ServerSession(454071866)--Connection(295035829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.743--ServerSession(454071866)--Connection(295035829)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.743--ServerSession(454071866)--Connection(966120264)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.743--ServerSession(454071866)--Connection(295035829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.743--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1d628ff1 [junit] [EL Finest]: 2024-04-30 17:54:16.743--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@101b2ddd [junit] [EL Finest]: 2024-04-30 17:54:16.743--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:16.743--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.743--ServerSession(454071866)--Connection(2021381715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.743--ServerSession(454071866)--Connection(2021381715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.743--ServerSession(454071866)--Connection(826763588)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.744--ServerSession(454071866)--Connection(2021381715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.744--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@703a305 [junit] [EL Finest]: 2024-04-30 17:54:16.744--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2eadfbf6 [junit] [EL Finest]: 2024-04-30 17:54:16.744--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7f6749d8 [junit] [EL Finest]: 2024-04-30 17:54:16.744--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@50f7031b [junit] [EL Finer]: 2024-04-30 17:54:16.745--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.746--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice@57ddc309) [junit] [EL Finest]: 2024-04-30 17:54:16.746--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Finest]: 2024-04-30 17:54:16.746--ServerSession(454071866)--Connection(1709644006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.746--ClientSession(1394215107)--Connection(1709644006)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.746--ClientSession(1394215107)--Connection(1709644006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.746--ClientSession(1394215107)--Connection(590537304)--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]: 2024-04-30 17:54:16.747--ClientSession(1394215107)--Connection(590537304)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.747--ServerSession(454071866)--Connection(1709644006)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.747--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.747--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.747--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.747--ClientSession(1394215107)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.747--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.747--ClientSession(1394215107)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.747--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 857345652 [junit] [EL Finer]: 2024-04-30 17:54:16.747--ClientSession(857345652)--Thread(Thread[main,5,main])--acquire unit of work: 1860632793 [junit] [EL Finest]: 2024-04-30 17:54:16.747--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readUniqueColorOffice" referenceClass=UniqueColorOffice sql="SELECT ID, CAPACITY FROM TMP_UCOFFICE WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.747--ServerSession(454071866)--Connection(1525882751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.747--ServerSession(454071866)--Connection(1525882751)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.747--ServerSession(454071866)--Connection(384861822)--Thread(Thread[main,5,main])--SELECT ID, CAPACITY FROM TMP_UCOFFICE WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:16.748--ServerSession(454071866)--Connection(1525882751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.748--UnitOfWork(1860632793)--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]: 2024-04-30 17:54:16.748--ServerSession(454071866)--Connection(1627885365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.748--ServerSession(454071866)--Connection(1627885365)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.748--ServerSession(454071866)--Connection(1943414301)--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]: 2024-04-30 17:54:16.748--ServerSession(454071866)--Connection(1627885365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.748--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@593e22c5 [junit] [EL Finest]: 2024-04-30 17:54:16.748--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:16.748--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.748--ServerSession(454071866)--Connection(1428581291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.748--ServerSession(454071866)--Connection(1428581291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.749--ServerSession(454071866)--Connection(1458221468)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.749--ServerSession(454071866)--Connection(1428581291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.749--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1d628ff1 [junit] [EL Finest]: 2024-04-30 17:54:16.749--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@101b2ddd [junit] [EL Finest]: 2024-04-30 17:54:16.749--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2024-04-30 17:54:16.749--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.749--ServerSession(454071866)--Connection(1347600860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.749--ServerSession(454071866)--Connection(1347600860)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.749--ServerSession(454071866)--Connection(1968204540)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.75--ServerSession(454071866)--Connection(1347600860)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.75--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@703a305 [junit] [EL Finest]: 2024-04-30 17:54:16.75--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@352aa25a [junit] [EL Finest]: 2024-04-30 17:54:16.75--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1cb3ef9c [junit] [EL Finer]: 2024-04-30 17:54:16.75--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.75--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.75--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.75--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.75--ClientSession(857345652)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.75--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.75--ClientSession(857345652)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.027 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships [junit] [EL Finer]: 2024-04-30 17:54:16.773--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2108122849 [junit] [EL Finer]: 2024-04-30 17:54:16.773--ClientSession(2108122849)--Thread(Thread[main,5,main])--acquire unit of work: 1144725132 [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--assign sequence to the object (229 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--assign sequence to the object (230 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--assign sequence to the object (231 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--assign sequence to the object (232 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--assign sequence to the object (233 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c) [junit] [EL Finest]: 2024-04-30 17:54:16.773--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.774--ServerSession(454071866)--Connection(1042292342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.774--ClientSession(2108122849)--Connection(1042292342)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.774--ClientSession(2108122849)--Connection(1042292342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.774--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4300ccf8) [junit] [EL Fine]: 2024-04-30 17:54:16.774--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.775--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c4ec15f) [junit] [EL Finest]: 2024-04-30 17:54:16.775--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finer]: 2024-04-30 17:54:16.775--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.775--ClientSession(2108122849)--Connection(76095502)--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]: 2024-04-30 17:54:16.775--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.775--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.775--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.776--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finest]: 2024-04-30 17:54:16.776--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finest]: 2024-04-30 17:54:16.776--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finest]: 2024-04-30 17:54:16.776--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2024-04-30 17:54:16.776--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.776--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.776--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, 1879, light bulb] [junit] [EL Fine]: 2024-04-30 17:54:16.776--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, 1888, alternating current] [junit] [EL Fine]: 2024-04-30 17:54:16.776--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, 1877, phonograph] [junit] [EL Fine]: 2024-04-30 17:54:16.776--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, 1922, helicopter] [junit] [EL Finer]: 2024-04-30 17:54:16.776--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.777--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c) [junit] [EL Finest]: 2024-04-30 17:54:16.777--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:16.777--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:16.777--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:16.777--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finer]: 2024-04-30 17:54:16.777--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.777--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.777--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [232, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:16.777--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [233, Eclipse linken] [junit] [EL Fine]: 2024-04-30 17:54:16.777--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [229, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:16.777--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [230, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:16.777--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [231, Zitronen falten] [junit] [EL Finer]: 2024-04-30 17:54:16.777--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.778--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finest]: 2024-04-30 17:54:16.778--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:16.778--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.778--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.778--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, proficiency, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.778--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, passion, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.778--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, performance, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:16.778--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.779--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.779--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.779--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1, 0, 232] [junit] [EL Fine]: 2024-04-30 17:54:16.779--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1, 0, 233] [junit] [EL Fine]: 2024-04-30 17:54:16.779--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1, 0, 229] [junit] [EL Fine]: 2024-04-30 17:54:16.779--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1, 0, 230] [junit] [EL Fine]: 2024-04-30 17:54:16.779--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1, 0, 231] [junit] [EL Finer]: 2024-04-30 17:54:16.779--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.78--ClientSession(2108122849)--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]: 2024-04-30 17:54:16.78--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.78--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.78--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2024-04-30 17:54:16.78--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.78--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Finer]: 2024-04-30 17:54:16.78--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--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]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--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]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--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]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.781--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [230, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [231, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [229, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [231, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [232, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.782--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])-- bind => [3, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.783--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.783--ServerSession(454071866)--Connection(1042292342)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.784--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.784--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.784--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.784--ClientSession(2108122849)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.784--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.784--ClientSession(2108122849)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.784--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2120330289 [junit] [EL Finer]: 2024-04-30 17:54:16.784--ClientSession(2120330289)--Thread(Thread[main,5,main])--acquire unit of work: 1621668603 [junit] [EL Finest]: 2024-04-30 17:54:16.784--UnitOfWork(1621668603)--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]: 2024-04-30 17:54:16.784--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.784--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.784--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.784--ServerSession(454071866)--Connection(1358116912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.784--ServerSession(454071866)--Connection(1358116912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.785--ServerSession(454071866)--Connection(1978230719)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.785--ServerSession(454071866)--Connection(1358116912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.785--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finest]: 2024-04-30 17:54:16.785--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finer]: 2024-04-30 17:54:16.785--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.785--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32b2c9f4) [junit] [EL Finest]: 2024-04-30 17:54:16.786--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Finest]: 2024-04-30 17:54:16.786--ServerSession(454071866)--Connection(1571139213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.786--ClientSession(2120330289)--Connection(1571139213)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.786--ClientSession(2120330289)--Connection(1571139213)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.786--ClientSession(2120330289)--Connection(835446552)--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]: 2024-04-30 17:54:16.786--ClientSession(2120330289)--Connection(835446552)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.786--ServerSession(454071866)--Connection(1571139213)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.787--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.787--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.787--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.787--ClientSession(2120330289)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.787--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.787--ClientSession(2120330289)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.787--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1755228778 [junit] [EL Finer]: 2024-04-30 17:54:16.787--ClientSession(1755228778)--Thread(Thread[main,5,main])--acquire unit of work: 406827058 [junit] [EL Finest]: 2024-04-30 17:54:16.787--UnitOfWork(406827058)--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]: 2024-04-30 17:54:16.787--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.787--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.787--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.787--ServerSession(454071866)--Connection(570930844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.787--ServerSession(454071866)--Connection(570930844)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.787--ServerSession(454071866)--Connection(1197227214)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.787--ServerSession(454071866)--Connection(570930844)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.788--UnitOfWork(406827058)--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]: 2024-04-30 17:54:16.788--ServerSession(454071866)--Connection(557898524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.788--ServerSession(454071866)--Connection(557898524)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.788--ServerSession(454071866)--Connection(1047280382)--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]: 2024-04-30 17:54:16.788--ServerSession(454071866)--Connection(557898524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.788--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:16.788--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:16.788--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:16.788--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:16.788--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2024-04-30 17:54:16.788--UnitOfWork(406827058)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finer]: 2024-04-30 17:54:16.789--UnitOfWork(406827058)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.789--ClientSession(1755228778)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.805--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1054807547 [junit] [EL Finer]: 2024-04-30 17:54:16.805--ClientSession(1054807547)--Thread(Thread[main,5,main])--acquire unit of work: 1485945651 [junit] [EL Finest]: 2024-04-30 17:54:16.805--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.805--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.805--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.805--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.806--ServerSession(454071866)--Connection(1611007335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.806--ClientSession(1054807547)--Connection(1611007335)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.806--ClientSession(1054807547)--Connection(1611007335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.806--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@421be613) [junit] [EL Fine]: 2024-04-30 17:54:16.806--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.807--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ad4366) [junit] [EL Finest]: 2024-04-30 17:54:16.819--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finer]: 2024-04-30 17:54:16.819--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.819--ClientSession(1054807547)--Connection(62234604)--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]: 2024-04-30 17:54:16.819--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.819--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.819--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.82--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finest]: 2024-04-30 17:54:16.82--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finest]: 2024-04-30 17:54:16.82--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finest]: 2024-04-30 17:54:16.82--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2024-04-30 17:54:16.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, 1888, alternating current] [junit] [EL Fine]: 2024-04-30 17:54:16.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, 1879, light bulb] [junit] [EL Fine]: 2024-04-30 17:54:16.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, 1877, phonograph] [junit] [EL Fine]: 2024-04-30 17:54:16.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, 1922, helicopter] [junit] [EL Finer]: 2024-04-30 17:54:16.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.821--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c) [junit] [EL Finest]: 2024-04-30 17:54:16.821--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:16.821--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:16.821--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:16.821--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2024-04-30 17:54:16.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [232, Erbsen z?hlen] [junit] [EL Fine]: 2024-04-30 17:54:16.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [233, Eclipse linken] [junit] [EL Fine]: 2024-04-30 17:54:16.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [230, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:16.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [231, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:16.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [229, G?rteltiere puhlen] [junit] [EL Finer]: 2024-04-30 17:54:16.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.822--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finest]: 2024-04-30 17:54:16.822--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finer]: 2024-04-30 17:54:16.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, passion, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, performance, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, proficiency, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:16.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1, 0, 232] [junit] [EL Fine]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1, 0, 233] [junit] [EL Fine]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1, 0, 230] [junit] [EL Fine]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1, 0, 231] [junit] [EL Fine]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1, 0, 229] [junit] [EL Finer]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--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]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Finer]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--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]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--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]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--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]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [230, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [231, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [229, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [231, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [232, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])-- bind => [3, 2] [junit] [EL Finer]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.826--ServerSession(454071866)--Connection(1611007335)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.827--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.827--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.827--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.827--ClientSession(1054807547)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.827--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.827--ClientSession(1054807547)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.827--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1339520961 [junit] [EL Finer]: 2024-04-30 17:54:16.827--ClientSession(1339520961)--Thread(Thread[main,5,main])--acquire unit of work: 296829429 [junit] [EL Finest]: 2024-04-30 17:54:16.827--UnitOfWork(296829429)--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]: 2024-04-30 17:54:16.827--UnitOfWork(296829429)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.827--UnitOfWork(296829429)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.827--UnitOfWork(296829429)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.827--ServerSession(454071866)--Connection(524430470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.827--ServerSession(454071866)--Connection(524430470)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.827--ServerSession(454071866)--Connection(82274418)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.828--ServerSession(454071866)--Connection(524430470)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.828--UnitOfWork(296829429)--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]: 2024-04-30 17:54:16.828--ServerSession(454071866)--Connection(1151293575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.828--ServerSession(454071866)--Connection(1151293575)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.828--ServerSession(454071866)--Connection(1245149838)--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]: 2024-04-30 17:54:16.828--ServerSession(454071866)--Connection(1151293575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.829--UnitOfWork(296829429)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:16.829--UnitOfWork(296829429)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finer]: 2024-04-30 17:54:16.829--UnitOfWork(296829429)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.829--UnitOfWork(296829429)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:16.829--ServerSession(454071866)--Connection(748104388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.829--ServerSession(454071866)--Connection(748104388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.829--ServerSession(454071866)--Connection(1630610514)--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]: 2024-04-30 17:54:16.829--ServerSession(454071866)--Connection(748104388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.829--UnitOfWork(296829429)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46f295e5) [junit] [EL Finest]: 2024-04-30 17:54:16.83--ClientSession(1339520961)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.83--ServerSession(454071866)--Connection(1983236161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.83--ClientSession(1339520961)--Connection(1983236161)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.83--ClientSession(1339520961)--Connection(1983236161)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.83--ClientSession(1339520961)--Connection(1667304777)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [3, 1] [junit] [EL Finer]: 2024-04-30 17:54:16.83--ClientSession(1339520961)--Connection(1667304777)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.83--ServerSession(454071866)--Connection(1983236161)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.83--UnitOfWork(296829429)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.83--UnitOfWork(296829429)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.83--UnitOfWork(296829429)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.83--ClientSession(1339520961)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.83--UnitOfWork(296829429)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.83--ClientSession(1339520961)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.83--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 997331115 [junit] [EL Finer]: 2024-04-30 17:54:16.83--ClientSession(997331115)--Thread(Thread[main,5,main])--acquire unit of work: 1675472964 [junit] [EL Finest]: 2024-04-30 17:54:16.83--UnitOfWork(1675472964)--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]: 2024-04-30 17:54:16.831--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.831--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.831--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.831--ServerSession(454071866)--Connection(2098451555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.831--ServerSession(454071866)--Connection(2098451555)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.831--ServerSession(454071866)--Connection(1942098965)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.831--ServerSession(454071866)--Connection(2098451555)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.831--UnitOfWork(1675472964)--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]: 2024-04-30 17:54:16.831--ServerSession(454071866)--Connection(971092549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.831--ServerSession(454071866)--Connection(971092549)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.831--ServerSession(454071866)--Connection(1521670614)--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]: 2024-04-30 17:54:16.832--ServerSession(454071866)--Connection(971092549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finest]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finer]: 2024-04-30 17:54:16.832--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.832--ClientSession(997331115)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.849--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1554085806 [junit] [EL Finer]: 2024-04-30 17:54:16.849--ClientSession(1554085806)--Thread(Thread[main,5,main])--acquire unit of work: 914995351 [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.849--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:16.849--ServerSession(454071866)--Connection(1683484394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.849--ClientSession(1554085806)--Connection(1683484394)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.849--ClientSession(1554085806)--Connection(1683484394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.85--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e8abafc) [junit] [EL Fine]: 2024-04-30 17:54:16.85--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:16.85--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2941a47d) [junit] [EL Finest]: 2024-04-30 17:54:16.85--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finer]: 2024-04-30 17:54:16.85--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.85--ClientSession(1554085806)--Connection(587427838)--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]: 2024-04-30 17:54:16.85--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:16.85--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:16.85--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.851--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finest]: 2024-04-30 17:54:16.851--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finest]: 2024-04-30 17:54:16.851--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finest]: 2024-04-30 17:54:16.851--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c) [junit] [EL Finer]: 2024-04-30 17:54:16.851--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.851--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.851--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, 1879, light bulb] [junit] [EL Fine]: 2024-04-30 17:54:16.851--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, 1877, phonograph] [junit] [EL Fine]: 2024-04-30 17:54:16.851--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, 1888, alternating current] [junit] [EL Fine]: 2024-04-30 17:54:16.851--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, 1922, helicopter] [junit] [EL Finer]: 2024-04-30 17:54:16.851--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.852--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2024-04-30 17:54:16.852--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2024-04-30 17:54:16.852--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2024-04-30 17:54:16.852--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2024-04-30 17:54:16.852--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finer]: 2024-04-30 17:54:16.852--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.852--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.852--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [233, Eclipse linken] [junit] [EL Fine]: 2024-04-30 17:54:16.852--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [231, Zitronen falten] [junit] [EL Fine]: 2024-04-30 17:54:16.852--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [230, B?uche pinseln] [junit] [EL Fine]: 2024-04-30 17:54:16.852--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [229, G?rteltiere puhlen] [junit] [EL Fine]: 2024-04-30 17:54:16.852--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [232, Erbsen z?hlen] [junit] [EL Finer]: 2024-04-30 17:54:16.852--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.853--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finest]: 2024-04-30 17:54:16.853--UnitOfWork(914995351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, proficiency, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, passion, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, performance, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1, 0, 233] [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1, 0, 231] [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1, 0, 230] [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1, 0, 229] [junit] [EL Fine]: 2024-04-30 17:54:16.853--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1, 0, 232] [junit] [EL Finer]: 2024-04-30 17:54:16.854--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.854--ClientSession(1554085806)--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]: 2024-04-30 17:54:16.854--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.854--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.854--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2024-04-30 17:54:16.854--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.854--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Finer]: 2024-04-30 17:54:16.854--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--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]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--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]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--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]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 1] [junit] [EL Finer]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.855--ClientSession(1554085806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [231, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [232, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [230, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [231, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [229, 1] [junit] [EL Finer]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [3, 2] [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Finer]: 2024-04-30 17:54:16.856--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.857--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.857--ServerSession(454071866)--Connection(1683484394)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.857--UnitOfWork(914995351)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.857--UnitOfWork(914995351)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.858--UnitOfWork(914995351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.858--ClientSession(1554085806)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.858--UnitOfWork(914995351)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.858--ClientSession(1554085806)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.858--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1807200728 [junit] [EL Finer]: 2024-04-30 17:54:16.858--ClientSession(1807200728)--Thread(Thread[main,5,main])--acquire unit of work: 622301916 [junit] [EL Finest]: 2024-04-30 17:54:16.858--UnitOfWork(622301916)--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]: 2024-04-30 17:54:16.858--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:16.858--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:16.858--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:16.858--ServerSession(454071866)--Connection(928611808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.858--ServerSession(454071866)--Connection(928611808)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.858--ServerSession(454071866)--Connection(784439461)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:16.859--ServerSession(454071866)--Connection(928611808)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.859--UnitOfWork(622301916)--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]: 2024-04-30 17:54:16.859--ServerSession(454071866)--Connection(1745553126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.859--ServerSession(454071866)--Connection(1745553126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.859--ServerSession(454071866)--Connection(348246138)--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]: 2024-04-30 17:54:16.859--ServerSession(454071866)--Connection(1745553126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.859--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:16.859--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:16.859--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2024-04-30 17:54:16.859--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2024-04-30 17:54:16.859--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2024-04-30 17:54:16.859--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finest]: 2024-04-30 17:54:16.86--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finer]: 2024-04-30 17:54:16.86--UnitOfWork(622301916)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.86--ClientSession(1807200728)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode [junit] [EL Finer]: 2024-04-30 17:54:16.874--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 887130171 [junit] [EL Finer]: 2024-04-30 17:54:16.874--ClientSession(887130171)--Thread(Thread[main,5,main])--acquire unit of work: 2060806744 [junit] [EL Finest]: 2024-04-30 17:54:16.874--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.874--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.874--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finest]: 2024-04-30 17:54:16.874--ServerSession(454071866)--Connection(5772436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.874--ClientSession(887130171)--Connection(5772436)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.874--ClientSession(887130171)--Connection(5772436)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.874--ClientSession(887130171)--Connection(1368275309)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] bind => [1, null, 1, null] [junit] [EL Finer]: 2024-04-30 17:54:16.874--ClientSession(887130171)--Connection(1368275309)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.875--ServerSession(454071866)--Connection(5772436)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.875--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.875--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.875--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.875--ClientSession(887130171)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.875--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.875--ClientSession(887130171)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.875--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1997285842 [junit] [EL Finer]: 2024-04-30 17:54:16.875--ClientSession(1997285842)--Thread(Thread[main,5,main])--acquire unit of work: 925921043 [junit] [EL Finest]: 2024-04-30 17:54:16.875--UnitOfWork(925921043)--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]: 2024-04-30 17:54:16.875--ServerSession(454071866)--Connection(1791913477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.875--ServerSession(454071866)--Connection(1791913477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.875--ServerSession(454071866)--Connection(496854692)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:16.876--ServerSession(454071866)--Connection(1791913477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.876--UnitOfWork(925921043)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=Node ) [junit] [EL Finest]: 2024-04-30 17:54:16.876--ServerSession(454071866)--Connection(1536266753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.876--ServerSession(454071866)--Connection(1536266753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.876--ServerSession(454071866)--Connection(1556433963)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:16.876--ServerSession(454071866)--Connection(1536266753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:16.876--UnitOfWork(925921043)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.877--ClientSession(1997285842)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.886--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 501404775 [junit] [EL Finer]: 2024-04-30 17:54:16.886--ClientSession(501404775)--Thread(Thread[main,5,main])--acquire unit of work: 2011221030 [junit] [EL Finest]: 2024-04-30 17:54:16.886--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.886--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.886--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.886--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.886--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@c) [junit] [EL Finest]: 2024-04-30 17:54:16.886--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@a) [junit] [EL Finest]: 2024-04-30 17:54:16.886--ServerSession(454071866)--Connection(1771574174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.886--ClientSession(501404775)--Connection(1771574174)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.886--ClientSession(501404775)--Connection(1771574174)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.887--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@b) [junit] [EL Finer]: 2024-04-30 17:54:16.887--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:16.887--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:16.887--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])-- bind => [10, null, 1, null] [junit] [EL Fine]: 2024-04-30 17:54:16.887--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])-- bind => [12, null, 1, 10] [junit] [EL Fine]: 2024-04-30 17:54:16.887--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])-- bind => [11, null, 1, 10] [junit] [EL Finer]: 2024-04-30 17:54:16.887--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:16.888--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.888--ServerSession(454071866)--Connection(1771574174)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.888--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.888--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.888--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.888--ClientSession(501404775)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.888--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.888--ClientSession(501404775)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.888--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1726185784 [junit] [EL Finer]: 2024-04-30 17:54:16.888--ClientSession(1726185784)--Thread(Thread[main,5,main])--acquire unit of work: 1330539161 [junit] [EL Finest]: 2024-04-30 17:54:16.888--UnitOfWork(1330539161)--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]: 2024-04-30 17:54:16.888--ServerSession(454071866)--Connection(712416139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.888--ServerSession(454071866)--Connection(712416139)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.888--ServerSession(454071866)--Connection(1038537221)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [10] [junit] [EL Finest]: 2024-04-30 17:54:16.889--ServerSession(454071866)--Connection(712416139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.889--UnitOfWork(1330539161)--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]: 2024-04-30 17:54:16.889--ServerSession(454071866)--Connection(1709488167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.889--ServerSession(454071866)--Connection(1709488167)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.889--ServerSession(454071866)--Connection(1855535204)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?) [junit] bind => [10] [junit] [EL Finest]: 2024-04-30 17:54:16.889--ServerSession(454071866)--Connection(1709488167)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.889--UnitOfWork(1330539161)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2024-04-30 17:54:16.89--UnitOfWork(1330539161)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2024-04-30 17:54:16.89--UnitOfWork(1330539161)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@c [junit] [EL Finest]: 2024-04-30 17:54:16.89--UnitOfWork(1330539161)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@b [junit] [EL Finer]: 2024-04-30 17:54:16.89--UnitOfWork(1330539161)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.89--ClientSession(1726185784)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.89--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 11071984 [junit] [EL Finer]: 2024-04-30 17:54:16.89--ClientSession(11071984)--Thread(Thread[main,5,main])--acquire unit of work: 1961477999 [junit] [EL Finest]: 2024-04-30 17:54:16.89--UnitOfWork(1961477999)--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]: 2024-04-30 17:54:16.89--ServerSession(454071866)--Connection(323960563)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.89--ServerSession(454071866)--Connection(323960563)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.89--ServerSession(454071866)--Connection(422303083)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2024-04-30 17:54:16.89--ServerSession(454071866)--Connection(323960563)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.89--UnitOfWork(1961477999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2024-04-30 17:54:16.891--ServerSession(454071866)--Connection(242349063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.891--ServerSession(454071866)--Connection(242349063)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.891--ServerSession(454071866)--Connection(1228335151)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [10] [junit] [EL Finest]: 2024-04-30 17:54:16.891--ServerSession(454071866)--Connection(242349063)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.891--UnitOfWork(1961477999)--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]: 2024-04-30 17:54:16.891--ServerSession(454071866)--Connection(835163400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.891--ServerSession(454071866)--Connection(835163400)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.891--ServerSession(454071866)--Connection(1330537615)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?) [junit] bind => [10] [junit] [EL Finest]: 2024-04-30 17:54:16.891--ServerSession(454071866)--Connection(835163400)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.892--UnitOfWork(1961477999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2024-04-30 17:54:16.892--UnitOfWork(1961477999)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@c [junit] [EL Finest]: 2024-04-30 17:54:16.892--UnitOfWork(1961477999)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@b [junit] [EL Finer]: 2024-04-30 17:54:16.892--UnitOfWork(1961477999)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.892--ClientSession(11071984)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.9--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 271643393 [junit] [EL Finer]: 2024-04-30 17:54:16.9--ClientSession(271643393)--Thread(Thread[main,5,main])--acquire unit of work: 963282937 [junit] [EL Finest]: 2024-04-30 17:54:16.9--UnitOfWork(963282937)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.9--UnitOfWork(963282937)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.9--UnitOfWork(963282937)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1e) [junit] [EL Finest]: 2024-04-30 17:54:16.9--UnitOfWork(963282937)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1e) [junit] [EL Finest]: 2024-04-30 17:54:16.901--ServerSession(454071866)--Connection(1178192426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.901--ClientSession(271643393)--Connection(1178192426)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.901--ClientSession(271643393)--Connection(1178192426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.901--ClientSession(271643393)--Connection(1753242944)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] bind => [30, null, 1, null] [junit] [EL Fine]: 2024-04-30 17:54:16.901--ClientSession(271643393)--Connection(1753242944)--Thread(Thread[main,5,main])--UPDATE TMP_NODE SET PARENT = ? WHERE (ID = ?) [junit] bind => [30, 30] [junit] [EL Finer]: 2024-04-30 17:54:16.902--ClientSession(271643393)--Connection(1753242944)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.902--ServerSession(454071866)--Connection(1178192426)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.902--UnitOfWork(963282937)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.902--UnitOfWork(963282937)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.902--UnitOfWork(963282937)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.902--ClientSession(271643393)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.902--UnitOfWork(963282937)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.902--ClientSession(271643393)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.902--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 219219584 [junit] [EL Finer]: 2024-04-30 17:54:16.902--ClientSession(219219584)--Thread(Thread[main,5,main])--acquire unit of work: 1729175615 [junit] [EL Finest]: 2024-04-30 17:54:16.902--UnitOfWork(1729175615)--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]: 2024-04-30 17:54:16.902--ServerSession(454071866)--Connection(340144958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.902--ServerSession(454071866)--Connection(340144958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.902--ServerSession(454071866)--Connection(504979516)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [30] [junit] [EL Finest]: 2024-04-30 17:54:16.902--ServerSession(454071866)--Connection(340144958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.903--UnitOfWork(1729175615)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2024-04-30 17:54:16.903--UnitOfWork(1729175615)--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]: 2024-04-30 17:54:16.903--ServerSession(454071866)--Connection(1346210220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.903--ServerSession(454071866)--Connection(1346210220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.903--ServerSession(454071866)--Connection(91233047)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?) [junit] bind => [30] [junit] [EL Finest]: 2024-04-30 17:54:16.924--ServerSession(454071866)--Connection(1346210220)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.924--UnitOfWork(1729175615)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1e [junit] [EL Finer]: 2024-04-30 17:54:16.924--UnitOfWork(1729175615)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.924--ClientSession(219219584)--Thread(Thread[main,5,main])--client released [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.061 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview [junit] [EL Finer]: 2024-04-30 17:54:16.945--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 904499529 [junit] [EL Finer]: 2024-04-30 17:54:16.945--ClientSession(904499529)--Thread(Thread[main,5,main])--acquire unit of work: 1159799176 [junit] [EL Finest]: 2024-04-30 17:54:16.945--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.945--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.945--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.945--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95) [junit] [EL Finest]: 2024-04-30 17:54:16.945--ServerSession(454071866)--Connection(1780952824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.945--ClientSession(904499529)--Connection(1780952824)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.945--ClientSession(904499529)--Connection(1780952824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.946--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@11) [junit] [EL Fine]: 2024-04-30 17:54:16.946--ClientSession(904499529)--Connection(1054343422)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [1857-01-01, das Fu?ballspiel, 1857, Fussball] [junit] [EL Fine]: 2024-04-30 17:54:16.946--ClientSession(904499529)--Connection(1054343422)--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]: 2024-04-30 17:54:16.946--ClientSession(904499529)--Connection(1054343422)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 17] [junit] [EL Finer]: 2024-04-30 17:54:16.947--ClientSession(904499529)--Connection(1054343422)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.947--ServerSession(454071866)--Connection(1780952824)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.947--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.947--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.947--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.947--ClientSession(904499529)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.947--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.947--ClientSession(904499529)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.947--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2088348346 [junit] [EL Finer]: 2024-04-30 17:54:16.947--ClientSession(2088348346)--Thread(Thread[main,5,main])--acquire unit of work: 452715178 [junit] [EL Finest]: 2024-04-30 17:54:16.948--UnitOfWork(452715178)--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]: 2024-04-30 17:54:16.948--ServerSession(454071866)--Connection(383738429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.948--ServerSession(454071866)--Connection(383738429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.948--ServerSession(454071866)--Connection(600000886)--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]: 2024-04-30 17:54:16.948--ServerSession(454071866)--Connection(383738429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.949--UnitOfWork(452715178)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.949--UnitOfWork(452715178)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95 [junit] [EL Finer]: 2024-04-30 17:54:16.971--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1298589836 [junit] [EL Finer]: 2024-04-30 17:54:16.972--ClientSession(1298589836)--Thread(Thread[main,5,main])--acquire unit of work: 594114070 [junit] [EL Finest]: 2024-04-30 17:54:16.972--UnitOfWork(594114070)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.972--UnitOfWork(594114070)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.972--UnitOfWork(594114070)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:16.972--UnitOfWork(594114070)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95) [junit] [EL Finest]: 2024-04-30 17:54:16.972--ServerSession(454071866)--Connection(150420111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.972--ClientSession(1298589836)--Connection(150420111)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:16.972--ClientSession(1298589836)--Connection(150420111)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:16.972--UnitOfWork(594114070)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@12) [junit] [EL Fine]: 2024-04-30 17:54:16.972--ClientSession(1298589836)--Connection(399621690)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] bind => [1857-01-01, das Fu?ballspiel, 1857, Fussball] [junit] [EL Fine]: 2024-04-30 17:54:16.973--ClientSession(1298589836)--Connection(399621690)--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]: 2024-04-30 17:54:16.973--ClientSession(1298589836)--Connection(399621690)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 18] [junit] [EL Finer]: 2024-04-30 17:54:16.973--ClientSession(1298589836)--Connection(399621690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:16.974--ServerSession(454071866)--Connection(150420111)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:16.974--UnitOfWork(594114070)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:16.974--UnitOfWork(594114070)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.974--UnitOfWork(594114070)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.974--ClientSession(1298589836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:16.974--UnitOfWork(594114070)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:16.974--ClientSession(1298589836)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:16.974--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 817750309 [junit] [EL Finer]: 2024-04-30 17:54:16.974--ClientSession(817750309)--Thread(Thread[main,5,main])--acquire unit of work: 549752435 [junit] [EL Finest]: 2024-04-30 17:54:16.974--UnitOfWork(549752435)--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]: 2024-04-30 17:54:16.974--ServerSession(454071866)--Connection(354477005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.974--ServerSession(454071866)--Connection(354477005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:16.974--ServerSession(454071866)--Connection(39945594)--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]: 2024-04-30 17:54:16.975--ServerSession(454071866)--Connection(354477005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:16.975--UnitOfWork(549752435)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:16.975--UnitOfWork(549752435)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95 [junit] [EL Finer]: 2024-04-30 17:54:16.999--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 943685066 [junit] [EL Finer]: 2024-04-30 17:54:16.999--ClientSession(943685066)--Thread(Thread[main,5,main])--acquire unit of work: 1920274565 [junit] [EL Finest]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:16.999--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.0--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@805a3532) [junit] [EL Finest]: 2024-04-30 17:54:17.0--ServerSession(454071866)--Connection(447148185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(447148185)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(447148185)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.0--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@1f28d06d) [junit] [EL Finest]: 2024-04-30 17:54:17.0--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@c47f9c4b) [junit] [EL Finest]: 2024-04-30 17:54:17.0--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@af7f480a) [junit] [EL Finest]: 2024-04-30 17:54:17.0--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@16) [junit] [EL Finer]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_YEAR, PAT_NAME) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [2008-01-01, Foreign Key Sorter, 2008, Foreign Key Sorter] [junit] [EL Fine]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [2002-01-01, SQL Parser, 2002, SQL Parser] [junit] [EL Fine]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [2005-01-01, Environment Manager, 2005, Environment Manager] [junit] [EL Fine]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [2007-01-01, JPA Monitor, 2007, JPA Monitor] [junit] [EL Finer]: 2024-04-30 17:54:17.0--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.002--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@14) [junit] [EL Finest]: 2024-04-30 17:54:17.002--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@17) [junit] [EL Finest]: 2024-04-30 17:54:17.002--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@15) [junit] [EL Finer]: 2024-04-30 17:54:17.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, PATENT_YEAR, PATENT_NAME, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [22, null, Review vom JPA Monitor, 1, 2007, JPA Monitor, PatentReview] [junit] [EL Fine]: 2024-04-30 17:54:17.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [20, null, Review vom SQL Parser Patent, 1, 2002, SQL Parser, PatentReview] [junit] [EL Fine]: 2024-04-30 17:54:17.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [23, null, Review vom Environment Manager, 1, 2005, Environment Manager, PatentReview] [junit] [EL Fine]: 2024-04-30 17:54:17.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [21, null, Review vom Foreign Key Sorter, 1, 2008, Foreign Key Sorter, PatentReview] [junit] [EL Finer]: 2024-04-30 17:54:17.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [0, 22] [junit] [EL Fine]: 2024-04-30 17:54:17.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [0, 20] [junit] [EL Fine]: 2024-04-30 17:54:17.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [0, 23] [junit] [EL Fine]: 2024-04-30 17:54:17.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])-- bind => [0, 21] [junit] [EL Finer]: 2024-04-30 17:54:17.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.004--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.004--ServerSession(454071866)--Connection(447148185)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.004--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.004--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.004--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.004--ClientSession(943685066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.004--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.004--ClientSession(943685066)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.004--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 780584489 [junit] [EL Finer]: 2024-04-30 17:54:17.004--ClientSession(780584489)--Thread(Thread[main,5,main])--acquire unit of work: 161472699 [junit] [EL Finer]: 2024-04-30 17:54:17.005--UnitOfWork(161472699)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.005--UnitOfWork(161472699)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.005--UnitOfWork(161472699)--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]: 2024-04-30 17:54:17.005--ServerSession(454071866)--Connection(840798063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.005--ServerSession(454071866)--Connection(840798063)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.005--ServerSession(454071866)--Connection(1978341139)--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]: 2024-04-30 17:54:17.006--ServerSession(454071866)--Connection(840798063)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@1f28d06d [junit] [EL Finest]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@805a3532 [junit] [EL Finest]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@af7f480a [junit] [EL Finest]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@c47f9c4b [junit] [EL Finer]: 2024-04-30 17:54:17.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.006--ClientSession(780584489)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn [junit] [EL Finer]: 2024-04-30 17:54:17.023--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1635082429 [junit] [EL Finer]: 2024-04-30 17:54:17.023--ClientSession(1635082429)--Thread(Thread[main,5,main])--acquire unit of work: 2097496271 [junit] [EL Finest]: 2024-04-30 17:54:17.023--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.023--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@540d1cfd) [junit] [EL Finer]: 2024-04-30 17:54:17.023--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.023--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@540d1cfd) [junit] [EL Finest]: 2024-04-30 17:54:17.023--ServerSession(454071866)--Connection(521565119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.023--ClientSession(1635082429)--Connection(521565119)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.023--ClientSession(1635082429)--Connection(521565119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.024--ClientSession(1635082429)--Connection(1212304298)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [7] [junit] [EL Finer]: 2024-04-30 17:54:17.024--ClientSession(1635082429)--Connection(1212304298)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.024--ServerSession(454071866)--Connection(521565119)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.024--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.024--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.024--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.024--ClientSession(1635082429)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.024--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.024--ClientSession(1635082429)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.024--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1166053103 [junit] [EL Finer]: 2024-04-30 17:54:17.024--ClientSession(1166053103)--Thread(Thread[main,5,main])--acquire unit of work: 1772586603 [junit] [EL Finest]: 2024-04-30 17:54:17.024--UnitOfWork(1772586603)--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]: 2024-04-30 17:54:17.025--ServerSession(454071866)--Connection(870490094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.025--ServerSession(454071866)--Connection(870490094)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.025--ServerSession(454071866)--Connection(1699085373)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2024-04-30 17:54:17.025--ServerSession(454071866)--Connection(870490094)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.025--UnitOfWork(1772586603)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2024-04-30 17:54:17.025--ServerSession(454071866)--Connection(1443386256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.025--ServerSession(454071866)--Connection(1443386256)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.025--ServerSession(454071866)--Connection(484895096)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2024-04-30 17:54:17.025--ServerSession(454071866)--Connection(1443386256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.026--UnitOfWork(1772586603)--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]: 2024-04-30 17:54:17.026--ServerSession(454071866)--Connection(1124718653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.026--ServerSession(454071866)--Connection(1124718653)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.026--ServerSession(454071866)--Connection(1468630815)--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]: 2024-04-30 17:54:17.026--ServerSession(454071866)--Connection(1124718653)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.014 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany [junit] [EL Finer]: 2024-04-30 17:54:17.073--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1065714722 [junit] [EL Finer]: 2024-04-30 17:54:17.073--ClientSession(1065714722)--Thread(Thread[main,5,main])--acquire unit of work: 80474332 [junit] [EL Finest]: 2024-04-30 17:54:17.073--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.073--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.073--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.073--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.073--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.073--UnitOfWork(80474332)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.074--UnitOfWork(80474332)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:17.074--ServerSession(454071866)--Connection(863394546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.074--ClientSession(1065714722)--Connection(863394546)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.074--ClientSession(1065714722)--Connection(863394546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.074--UnitOfWork(80474332)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ccf9013) [junit] [EL Fine]: 2024-04-30 17:54:17.074--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:17.074--UnitOfWork(80474332)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Fine]: 2024-04-30 17:54:17.075--ClientSession(1065714722)--Connection(917615228)--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]: 2024-04-30 17:54:17.075--UnitOfWork(80474332)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finest]: 2024-04-30 17:54:17.075--UnitOfWork(80474332)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:17.075--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.075--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.075--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.075--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.075--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:17.075--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.076--ClientSession(1065714722)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.076--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.076--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.076--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2024-04-30 17:54:17.076--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2024-04-30 17:54:17.076--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Finer]: 2024-04-30 17:54:17.076--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.077--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.078--ServerSession(454071866)--Connection(863394546)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.078--UnitOfWork(80474332)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.078--UnitOfWork(80474332)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.078--UnitOfWork(80474332)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.078--ClientSession(1065714722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.078--UnitOfWork(80474332)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.078--ClientSession(1065714722)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.078--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1166191893 [junit] [EL Finer]: 2024-04-30 17:54:17.078--ClientSession(1166191893)--Thread(Thread[main,5,main])--acquire unit of work: 433000386 [junit] [EL Finest]: 2024-04-30 17:54:17.078--UnitOfWork(433000386)--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]: 2024-04-30 17:54:17.078--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611f9bcc [junit] [EL Finest]: 2024-04-30 17:54:17.078--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.079--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.079--ServerSession(454071866)--Connection(1645136327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.079--ServerSession(454071866)--Connection(1645136327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.079--ServerSession(454071866)--Connection(64908123)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.079--ServerSession(454071866)--Connection(1645136327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.079--UnitOfWork(433000386)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.079--UnitOfWork(433000386)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.08--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:17.08--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.08--ServerSession(454071866)--Connection(602110090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.08--ClientSession(1166191893)--Connection(602110090)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.08--ClientSession(1166191893)--Connection(602110090)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.08--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.08--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:54:17.08--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.08--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:54:17.08--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.08--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:54:17.081--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.081--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:54:17.081--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.081--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2024-04-30 17:54:17.081--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35cc54a7) [junit] [EL Fine]: 2024-04-30 17:54:17.081--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [4] [junit] [EL Fine]: 2024-04-30 17:54:17.081--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finer]: 2024-04-30 17:54:17.082--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.082--ServerSession(454071866)--Connection(602110090)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.082--UnitOfWork(433000386)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.082--UnitOfWork(433000386)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.082--UnitOfWork(433000386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.082--ClientSession(1166191893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.082--UnitOfWork(433000386)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.082--ClientSession(1166191893)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.102--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1962279748 [junit] [EL Finer]: 2024-04-30 17:54:17.102--ClientSession(1962279748)--Thread(Thread[main,5,main])--acquire unit of work: 722544807 [junit] [EL Finest]: 2024-04-30 17:54:17.102--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.102--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.102--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.102--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.102--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.102--UnitOfWork(722544807)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.102--UnitOfWork(722544807)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:17.102--ServerSession(454071866)--Connection(1519233681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.102--ClientSession(1962279748)--Connection(1519233681)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.102--ClientSession(1962279748)--Connection(1519233681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.103--UnitOfWork(722544807)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d2b9562) [junit] [EL Fine]: 2024-04-30 17:54:17.103--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:17.103--UnitOfWork(722544807)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Fine]: 2024-04-30 17:54:17.103--ClientSession(1962279748)--Connection(587546623)--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]: 2024-04-30 17:54:17.104--UnitOfWork(722544807)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finest]: 2024-04-30 17:54:17.104--UnitOfWork(722544807)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:17.104--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.104--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.104--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.104--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.104--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:17.104--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Finer]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.105--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.106--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.106--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.106--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2024-04-30 17:54:17.106--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.106--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.106--ServerSession(454071866)--Connection(1519233681)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.107--UnitOfWork(722544807)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.107--UnitOfWork(722544807)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.107--UnitOfWork(722544807)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.107--ClientSession(1962279748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.107--UnitOfWork(722544807)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.107--ClientSession(1962279748)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.107--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1183033251 [junit] [EL Finer]: 2024-04-30 17:54:17.107--ClientSession(1183033251)--Thread(Thread[main,5,main])--acquire unit of work: 63750910 [junit] [EL Finest]: 2024-04-30 17:54:17.107--UnitOfWork(63750910)--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]: 2024-04-30 17:54:17.107--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.107--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.107--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.107--ServerSession(454071866)--Connection(284461959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.107--ServerSession(454071866)--Connection(284461959)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.107--ServerSession(454071866)--Connection(838797639)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.108--ServerSession(454071866)--Connection(284461959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.108--UnitOfWork(63750910)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.108--UnitOfWork(63750910)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.108--UnitOfWork(63750910)--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]: 2024-04-30 17:54:17.108--ServerSession(454071866)--Connection(2099418363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.108--ServerSession(454071866)--Connection(2099418363)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.108--ServerSession(454071866)--Connection(1135641358)--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]: 2024-04-30 17:54:17.109--ServerSession(454071866)--Connection(2099418363)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.109--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:17.109--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.109--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2024-04-30 17:54:17.109--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2eaf682b) [junit] [EL Finest]: 2024-04-30 17:54:17.11--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@424f8c75) [junit] [EL Finest]: 2024-04-30 17:54:17.11--ServerSession(454071866)--Connection(1001914464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.11--ClientSession(1183033251)--Connection(1001914464)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.11--ClientSession(1183033251)--Connection(1001914464)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.11--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Fine]: 2024-04-30 17:54:17.11--ClientSession(1183033251)--Connection(2142451888)--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]: 2024-04-30 17:54:17.11--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:54:17.111--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] [EL Fine]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Finer]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.111--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.112--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.112--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])-- bind => [1, 15] [junit] [EL Fine]: 2024-04-30 17:54:17.112--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])-- bind => [2, 15] [junit] [EL Fine]: 2024-04-30 17:54:17.112--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])-- bind => [3, 15] [junit] [EL Finer]: 2024-04-30 17:54:17.112--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.112--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.112--ServerSession(454071866)--Connection(1001914464)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.113--UnitOfWork(63750910)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.113--UnitOfWork(63750910)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.113--UnitOfWork(63750910)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.113--ClientSession(1183033251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.113--UnitOfWork(63750910)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.113--ClientSession(1183033251)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.113--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 612501773 [junit] [EL Finer]: 2024-04-30 17:54:17.113--ClientSession(612501773)--Thread(Thread[main,5,main])--acquire unit of work: 313000344 [junit] [EL Finest]: 2024-04-30 17:54:17.113--UnitOfWork(313000344)--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]: 2024-04-30 17:54:17.113--UnitOfWork(313000344)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a901eae [junit] [EL Finest]: 2024-04-30 17:54:17.113--UnitOfWork(313000344)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.113--ServerSession(454071866)--Connection(1180354219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.113--ServerSession(454071866)--Connection(1180354219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.114--ServerSession(454071866)--Connection(338471737)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.114--ServerSession(454071866)--Connection(1180354219)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.114--UnitOfWork(313000344)--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]: 2024-04-30 17:54:17.114--ServerSession(454071866)--Connection(536537302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.114--ServerSession(454071866)--Connection(536537302)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.114--ServerSession(454071866)--Connection(251988508)--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]: 2024-04-30 17:54:17.115--ServerSession(454071866)--Connection(536537302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.115--UnitOfWork(313000344)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:17.115--UnitOfWork(313000344)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.115--UnitOfWork(313000344)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2024-04-30 17:54:17.115--UnitOfWork(313000344)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.115--ClientSession(612501773)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.133--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1031789648 [junit] [EL Finer]: 2024-04-30 17:54:17.133--ClientSession(1031789648)--Thread(Thread[main,5,main])--acquire unit of work: 2142042547 [junit] [EL Finest]: 2024-04-30 17:54:17.133--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.133--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.133--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.133--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.133--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.133--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.133--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:17.133--ServerSession(454071866)--Connection(1909310540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.133--ClientSession(1031789648)--Connection(1909310540)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.133--ClientSession(1031789648)--Connection(1909310540)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.134--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60a0cb32) [junit] [EL Fine]: 2024-04-30 17:54:17.134--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:17.134--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Fine]: 2024-04-30 17:54:17.134--ClientSession(1031789648)--Connection(1920224958)--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]: 2024-04-30 17:54:17.134--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finest]: 2024-04-30 17:54:17.135--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2024-04-30 17:54:17.135--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.135--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.135--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.135--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.135--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:17.135--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.135--ClientSession(1031789648)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.135--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Finer]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2024-04-30 17:54:17.136--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.137--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.137--ServerSession(454071866)--Connection(1909310540)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.137--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.137--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.137--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.137--ClientSession(1031789648)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.137--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.138--ClientSession(1031789648)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.138--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1703476139 [junit] [EL Finer]: 2024-04-30 17:54:17.138--ClientSession(1703476139)--Thread(Thread[main,5,main])--acquire unit of work: 302869938 [junit] [EL Finest]: 2024-04-30 17:54:17.138--UnitOfWork(302869938)--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]: 2024-04-30 17:54:17.138--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.138--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.138--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.138--ServerSession(454071866)--Connection(867631468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.138--ServerSession(454071866)--Connection(867631468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.138--ServerSession(454071866)--Connection(1252956757)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.139--ServerSession(454071866)--Connection(867631468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.139--UnitOfWork(302869938)--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]: 2024-04-30 17:54:17.139--ServerSession(454071866)--Connection(552100126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.139--ServerSession(454071866)--Connection(552100126)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.139--ServerSession(454071866)--Connection(736077838)--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]: 2024-04-30 17:54:17.14--ServerSession(454071866)--Connection(552100126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38289dd8) [junit] [EL Finest]: 2024-04-30 17:54:17.14--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4) [junit] [EL Finest]: 2024-04-30 17:54:17.141--ServerSession(454071866)--Connection(280960127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.141--ClientSession(1703476139)--Connection(280960127)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.141--ClientSession(1703476139)--Connection(280960127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.141--ClientSession(1703476139)--Connection(151309559)--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]: 2024-04-30 17:54:17.141--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Fine]: 2024-04-30 17:54:17.141--ClientSession(1703476139)--Connection(151309559)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 4] [junit] [EL Finest]: 2024-04-30 17:54:17.141--ClientSession(1703476139)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.142--ClientSession(1703476139)--Connection(151309559)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] bind => [1, 4] [junit] [EL Finest]: 2024-04-30 17:54:17.142--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Fine]: 2024-04-30 17:54:17.142--ClientSession(1703476139)--Connection(151309559)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [4, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.142--ClientSession(1703476139)--Connection(151309559)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2024-04-30 17:54:17.142--ClientSession(1703476139)--Connection(151309559)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Finer]: 2024-04-30 17:54:17.143--ClientSession(1703476139)--Connection(151309559)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.143--ServerSession(454071866)--Connection(280960127)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.143--UnitOfWork(302869938)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.143--UnitOfWork(302869938)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.143--UnitOfWork(302869938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.143--ClientSession(1703476139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.143--UnitOfWork(302869938)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.143--ClientSession(1703476139)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.144--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 451720125 [junit] [EL Finer]: 2024-04-30 17:54:17.144--ClientSession(451720125)--Thread(Thread[main,5,main])--acquire unit of work: 1386650638 [junit] [EL Finest]: 2024-04-30 17:54:17.144--UnitOfWork(1386650638)--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]: 2024-04-30 17:54:17.144--UnitOfWork(1386650638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.144--UnitOfWork(1386650638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.144--UnitOfWork(1386650638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.144--ServerSession(454071866)--Connection(1305110820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.144--ServerSession(454071866)--Connection(1305110820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.144--ServerSession(454071866)--Connection(728418943)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.144--ServerSession(454071866)--Connection(1305110820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.145--UnitOfWork(1386650638)--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]: 2024-04-30 17:54:17.145--ServerSession(454071866)--Connection(1480803937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.145--ServerSession(454071866)--Connection(1480803937)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.145--ServerSession(454071866)--Connection(1188992772)--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]: 2024-04-30 17:54:17.145--ServerSession(454071866)--Connection(1480803937)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.145--UnitOfWork(1386650638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4 [junit] [EL Finest]: 2024-04-30 17:54:17.145--UnitOfWork(1386650638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.145--UnitOfWork(1386650638)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2024-04-30 17:54:17.145--UnitOfWork(1386650638)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.146--ClientSession(451720125)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.163--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 363659622 [junit] [EL Finer]: 2024-04-30 17:54:17.163--ClientSession(363659622)--Thread(Thread[main,5,main])--acquire unit of work: 9931650 [junit] [EL Finest]: 2024-04-30 17:54:17.163--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.163--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.163--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.163--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.163--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.163--UnitOfWork(9931650)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.164--UnitOfWork(9931650)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:17.164--ServerSession(454071866)--Connection(1365743658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.164--ClientSession(363659622)--Connection(1365743658)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.164--ClientSession(363659622)--Connection(1365743658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.164--UnitOfWork(9931650)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50f91e7a) [junit] [EL Fine]: 2024-04-30 17:54:17.164--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:17.164--UnitOfWork(9931650)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Fine]: 2024-04-30 17:54:17.165--ClientSession(363659622)--Connection(2059456904)--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]: 2024-04-30 17:54:17.165--UnitOfWork(9931650)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finest]: 2024-04-30 17:54:17.165--UnitOfWork(9931650)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finer]: 2024-04-30 17:54:17.165--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.165--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.165--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.165--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.165--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:17.165--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.166--ClientSession(363659622)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.166--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.166--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.166--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2024-04-30 17:54:17.166--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.166--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Finer]: 2024-04-30 17:54:17.166--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.167--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.168--ServerSession(454071866)--Connection(1365743658)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.168--UnitOfWork(9931650)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.168--UnitOfWork(9931650)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.168--UnitOfWork(9931650)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.168--ClientSession(363659622)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.168--UnitOfWork(9931650)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.168--ClientSession(363659622)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.168--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 537263161 [junit] [EL Finer]: 2024-04-30 17:54:17.168--ClientSession(537263161)--Thread(Thread[main,5,main])--acquire unit of work: 1929526137 [junit] [EL Finest]: 2024-04-30 17:54:17.168--UnitOfWork(1929526137)--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]: 2024-04-30 17:54:17.168--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.168--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.168--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.168--ServerSession(454071866)--Connection(804073630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.168--ServerSession(454071866)--Connection(804073630)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.169--ServerSession(454071866)--Connection(1297489897)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.169--ServerSession(454071866)--Connection(804073630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.169--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.169--UnitOfWork(1929526137)--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]: 2024-04-30 17:54:17.169--ServerSession(454071866)--Connection(1846714109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.169--ServerSession(454071866)--Connection(1846714109)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.169--ServerSession(454071866)--Connection(323386753)--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]: 2024-04-30 17:54:17.17--ServerSession(454071866)--Connection(1846714109)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.17--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:17.17--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.17--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2024-04-30 17:54:17.17--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.17--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a251138) [junit] [EL Finest]: 2024-04-30 17:54:17.17--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4) [junit] [EL Finest]: 2024-04-30 17:54:17.17--ServerSession(454071866)--Connection(1841704911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.171--ClientSession(537263161)--Connection(1841704911)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.171--ClientSession(537263161)--Connection(1841704911)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.171--ClientSession(537263161)--Connection(462217972)--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]: 2024-04-30 17:54:17.171--ClientSession(537263161)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.171--ClientSession(537263161)--Connection(462217972)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.171--ClientSession(537263161)--Connection(462217972)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [4, 4] [junit] [EL Finer]: 2024-04-30 17:54:17.172--ClientSession(537263161)--Connection(462217972)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.172--ServerSession(454071866)--Connection(1841704911)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.172--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.172--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.172--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.172--ClientSession(537263161)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.172--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.172--ClientSession(537263161)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.172--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1838087577 [junit] [EL Finer]: 2024-04-30 17:54:17.173--ClientSession(1838087577)--Thread(Thread[main,5,main])--acquire unit of work: 2010899832 [junit] [EL Finest]: 2024-04-30 17:54:17.173--UnitOfWork(2010899832)--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]: 2024-04-30 17:54:17.173--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.173--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.173--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.173--ServerSession(454071866)--Connection(793840164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.173--ServerSession(454071866)--Connection(793840164)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.173--ServerSession(454071866)--Connection(126474899)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.173--ServerSession(454071866)--Connection(793840164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.173--UnitOfWork(2010899832)--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]: 2024-04-30 17:54:17.174--ServerSession(454071866)--Connection(916088142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.174--ServerSession(454071866)--Connection(916088142)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.174--ServerSession(454071866)--Connection(289233299)--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]: 2024-04-30 17:54:17.174--ServerSession(454071866)--Connection(916088142)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.174--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:17.174--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.174--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2024-04-30 17:54:17.174--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4 [junit] [EL Finer]: 2024-04-30 17:54:17.174--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.174--ClientSession(1838087577)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.192--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 691320983 [junit] [EL Finer]: 2024-04-30 17:54:17.192--ClientSession(691320983)--Thread(Thread[main,5,main])--acquire unit of work: 263731217 [junit] [EL Finest]: 2024-04-30 17:54:17.192--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.192--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.192--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.192--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.192--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.192--UnitOfWork(263731217)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.193--UnitOfWork(263731217)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:17.193--ServerSession(454071866)--Connection(1559054515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.193--ClientSession(691320983)--Connection(1559054515)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.193--ClientSession(691320983)--Connection(1559054515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.193--UnitOfWork(263731217)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@582a7508) [junit] [EL Fine]: 2024-04-30 17:54:17.193--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:17.194--UnitOfWork(263731217)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Fine]: 2024-04-30 17:54:17.194--ClientSession(691320983)--Connection(1111768494)--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]: 2024-04-30 17:54:17.194--UnitOfWork(263731217)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finest]: 2024-04-30 17:54:17.194--UnitOfWork(263731217)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2024-04-30 17:54:17.194--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.194--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.194--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.194--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.194--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:17.194--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.195--ClientSession(691320983)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.195--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.195--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.195--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2024-04-30 17:54:17.195--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.195--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Finer]: 2024-04-30 17:54:17.195--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.196--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.197--ServerSession(454071866)--Connection(1559054515)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.197--UnitOfWork(263731217)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.197--UnitOfWork(263731217)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.197--UnitOfWork(263731217)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.197--ClientSession(691320983)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.197--UnitOfWork(263731217)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.197--ClientSession(691320983)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.197--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1481038207 [junit] [EL Finer]: 2024-04-30 17:54:17.197--ClientSession(1481038207)--Thread(Thread[main,5,main])--acquire unit of work: 570844727 [junit] [EL Finest]: 2024-04-30 17:54:17.197--UnitOfWork(570844727)--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]: 2024-04-30 17:54:17.197--UnitOfWork(570844727)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.197--UnitOfWork(570844727)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.198--UnitOfWork(570844727)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.198--ServerSession(454071866)--Connection(1235782822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.198--ServerSession(454071866)--Connection(1235782822)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.198--ServerSession(454071866)--Connection(1485728890)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.198--ServerSession(454071866)--Connection(1235782822)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.198--UnitOfWork(570844727)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.198--UnitOfWork(570844727)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.198--UnitOfWork(570844727)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.198--UnitOfWork(570844727)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.199--ClientSession(1481038207)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.199--UnitOfWork(570844727)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.199--ClientSession(1481038207)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.199--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 563922273 [junit] [EL Finer]: 2024-04-30 17:54:17.199--ClientSession(563922273)--Thread(Thread[main,5,main])--acquire unit of work: 766877129 [junit] [EL Finest]: 2024-04-30 17:54:17.199--UnitOfWork(766877129)--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]: 2024-04-30 17:54:17.199--UnitOfWork(766877129)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.199--UnitOfWork(766877129)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.199--UnitOfWork(766877129)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.199--ServerSession(454071866)--Connection(1942370533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.199--ServerSession(454071866)--Connection(1942370533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.199--ServerSession(454071866)--Connection(1914480769)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.2--ServerSession(454071866)--Connection(1942370533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.2--UnitOfWork(766877129)--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]: 2024-04-30 17:54:17.2--ServerSession(454071866)--Connection(1929778763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.2--ServerSession(454071866)--Connection(1929778763)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.2--ServerSession(454071866)--Connection(835000798)--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]: 2024-04-30 17:54:17.201--ServerSession(454071866)--Connection(1929778763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.201--UnitOfWork(766877129)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:17.201--UnitOfWork(766877129)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.201--UnitOfWork(766877129)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2024-04-30 17:54:17.201--UnitOfWork(766877129)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.201--UnitOfWork(766877129)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.201--UnitOfWork(766877129)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.201--UnitOfWork(766877129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.201--ClientSession(563922273)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.201--UnitOfWork(766877129)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.201--ClientSession(563922273)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.201--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1578292688 [junit] [EL Finer]: 2024-04-30 17:54:17.201--ClientSession(1578292688)--Thread(Thread[main,5,main])--acquire unit of work: 707411899 [junit] [EL Finest]: 2024-04-30 17:54:17.202--UnitOfWork(707411899)--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]: 2024-04-30 17:54:17.202--UnitOfWork(707411899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.202--UnitOfWork(707411899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.202--UnitOfWork(707411899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.202--ServerSession(454071866)--Connection(1913927660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.202--ServerSession(454071866)--Connection(1913927660)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.202--ServerSession(454071866)--Connection(154671602)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.202--ServerSession(454071866)--Connection(1913927660)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.202--UnitOfWork(707411899)--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]: 2024-04-30 17:54:17.202--ServerSession(454071866)--Connection(729268248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.203--ServerSession(454071866)--Connection(729268248)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.203--ServerSession(454071866)--Connection(2022648269)--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]: 2024-04-30 17:54:17.203--ServerSession(454071866)--Connection(729268248)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.203--UnitOfWork(707411899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:17.203--UnitOfWork(707411899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.203--UnitOfWork(707411899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2024-04-30 17:54:17.203--UnitOfWork(707411899)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.203--UnitOfWork(707411899)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.204--UnitOfWork(707411899)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.204--UnitOfWork(707411899)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.204--ClientSession(1578292688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.204--UnitOfWork(707411899)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.204--ClientSession(1578292688)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.221--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 167861136 [junit] [EL Finer]: 2024-04-30 17:54:17.222--ClientSession(167861136)--Thread(Thread[main,5,main])--acquire unit of work: 233356148 [junit] [EL Finest]: 2024-04-30 17:54:17.222--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.222--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.222--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.222--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.222--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.222--UnitOfWork(233356148)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.222--UnitOfWork(233356148)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:17.222--ServerSession(454071866)--Connection(694538364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.222--ClientSession(167861136)--Connection(694538364)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.222--ClientSession(167861136)--Connection(694538364)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.223--UnitOfWork(233356148)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3222ab2a) [junit] [EL Fine]: 2024-04-30 17:54:17.223--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2024-04-30 17:54:17.223--UnitOfWork(233356148)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Fine]: 2024-04-30 17:54:17.223--ClientSession(167861136)--Connection(678442296)--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]: 2024-04-30 17:54:17.224--UnitOfWork(233356148)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finest]: 2024-04-30 17:54:17.224--UnitOfWork(233356148)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2024-04-30 17:54:17.224--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.224--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.224--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.224--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2024-04-30 17:54:17.224--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Finer]: 2024-04-30 17:54:17.224--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Finer]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.225--ClientSession(167861136)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.226--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.226--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.226--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.226--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.234--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2024-04-30 17:54:17.234--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.234--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.235--ServerSession(454071866)--Connection(694538364)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.235--UnitOfWork(233356148)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.235--UnitOfWork(233356148)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.235--UnitOfWork(233356148)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.235--ClientSession(167861136)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.235--UnitOfWork(233356148)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.235--ClientSession(167861136)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.235--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2050112633 [junit] [EL Finer]: 2024-04-30 17:54:17.235--ClientSession(2050112633)--Thread(Thread[main,5,main])--acquire unit of work: 967321 [junit] [EL Finest]: 2024-04-30 17:54:17.235--UnitOfWork(967321)--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]: 2024-04-30 17:54:17.235--UnitOfWork(967321)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.235--UnitOfWork(967321)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.235--UnitOfWork(967321)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.235--ServerSession(454071866)--Connection(1942837738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.235--ServerSession(454071866)--Connection(1942837738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.236--ServerSession(454071866)--Connection(94459648)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.236--ServerSession(454071866)--Connection(1942837738)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.236--UnitOfWork(967321)--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]: 2024-04-30 17:54:17.236--ServerSession(454071866)--Connection(1325037234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.236--ServerSession(454071866)--Connection(1325037234)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.236--ServerSession(454071866)--Connection(1466004622)--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]: 2024-04-30 17:54:17.237--ServerSession(454071866)--Connection(1325037234)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.237--UnitOfWork(967321)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2024-04-30 17:54:17.237--UnitOfWork(967321)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.237--UnitOfWork(967321)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2024-04-30 17:54:17.237--UnitOfWork(967321)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.237--UnitOfWork(967321)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.237--UnitOfWork(967321)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2024-04-30 17:54:17.237--UnitOfWork(967321)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52874369) [junit] [EL Finest]: 2024-04-30 17:54:17.237--UnitOfWork(967321)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2024-04-30 17:54:17.237--ServerSession(454071866)--Connection(253709668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.237--ClientSession(2050112633)--Connection(253709668)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.238--ClientSession(2050112633)--Connection(253709668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.238--UnitOfWork(967321)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Fine]: 2024-04-30 17:54:17.238--ClientSession(2050112633)--Connection(1069699799)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] bind => [1, 4] [junit] [EL Fine]: 2024-04-30 17:54:17.238--ClientSession(2050112633)--Connection(1069699799)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2024-04-30 17:54:17.238--ClientSession(2050112633)--Connection(1069699799)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Finer]: 2024-04-30 17:54:17.239--ClientSession(2050112633)--Connection(1069699799)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.239--ServerSession(454071866)--Connection(253709668)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.239--UnitOfWork(967321)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.239--UnitOfWork(967321)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.239--UnitOfWork(967321)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.239--ClientSession(2050112633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.239--UnitOfWork(967321)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.239--ClientSession(2050112633)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.24--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1250400815 [junit] [EL Finer]: 2024-04-30 17:54:17.24--ClientSession(1250400815)--Thread(Thread[main,5,main])--acquire unit of work: 206663802 [junit] [EL Finest]: 2024-04-30 17:54:17.24--UnitOfWork(206663802)--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]: 2024-04-30 17:54:17.24--UnitOfWork(206663802)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dfd8af4 [junit] [EL Finest]: 2024-04-30 17:54:17.24--UnitOfWork(206663802)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.24--UnitOfWork(206663802)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.24--ServerSession(454071866)--Connection(441768985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.24--ServerSession(454071866)--Connection(441768985)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.24--ServerSession(454071866)--Connection(486653321)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.241--ServerSession(454071866)--Connection(441768985)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.241--UnitOfWork(206663802)--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]: 2024-04-30 17:54:17.241--ServerSession(454071866)--Connection(1016859681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.241--ServerSession(454071866)--Connection(1016859681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.241--ServerSession(454071866)--Connection(1354687)--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]: 2024-04-30 17:54:17.242--ServerSession(454071866)--Connection(1016859681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.242--UnitOfWork(206663802)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2024-04-30 17:54:17.242--UnitOfWork(206663802)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2024-04-30 17:54:17.242--UnitOfWork(206663802)--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]: 2024-04-30 17:54:17.242--ServerSession(454071866)--Connection(1979485247)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.242--ServerSession(454071866)--Connection(1979485247)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.242--ServerSession(454071866)--Connection(685137658)--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]: 2024-04-30 17:54:17.242--ServerSession(454071866)--Connection(1979485247)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.242--UnitOfWork(206663802)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.243--ClientSession(1250400815)--Thread(Thread[main,5,main])--client released [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne [junit] [EL Finer]: 2024-04-30 17:54:17.267--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 630325404 [junit] [EL Finer]: 2024-04-30 17:54:17.267--ClientSession(630325404)--Thread(Thread[main,5,main])--acquire unit of work: 1301723496 [junit] [EL Finest]: 2024-04-30 17:54:17.267--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.267--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.267--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.268--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.268--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.268--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.268--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:17.268--ServerSession(454071866)--Connection(306216757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.268--ClientSession(630325404)--Connection(306216757)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.268--ClientSession(630325404)--Connection(306216757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.269--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@2ced1690) [junit] [EL Fine]: 2024-04-30 17:54:17.269--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:17.269--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@4b771e7a) [junit] [EL Finest]: 2024-04-30 17:54:17.269--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61ebd2d9) [junit] [EL Finer]: 2024-04-30 17:54:17.269--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.269--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.269--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])-- bind => [[B@bc75f4f, Aeroflot, true] [junit] [EL Fine]: 2024-04-30 17:54:17.269--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])-- bind => [[B@1aef20d5, Lufthansa, false] [junit] [EL Finer]: 2024-04-30 17:54:17.269--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.27--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54c8a898) [junit] [EL Finer]: 2024-04-30 17:54:17.27--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.27--ClientSession(630325404)--Connection(1295051847)--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]: 2024-04-30 17:54:17.27--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, [B@bc75f4f] [junit] [EL Fine]: 2024-04-30 17:54:17.27--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])-- bind => [2, Fred, von Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:17.27--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.271--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.271--ServerSession(454071866)--Connection(306216757)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.271--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.271--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.271--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.271--ClientSession(630325404)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.271--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.271--ClientSession(630325404)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.271--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2088234531 [junit] [EL Finer]: 2024-04-30 17:54:17.271--ClientSession(2088234531)--Thread(Thread[main,5,main])--acquire unit of work: 536707312 [junit] [EL Finest]: 2024-04-30 17:54:17.271--UnitOfWork(536707312)--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]: 2024-04-30 17:54:17.271--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:17.271--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.271--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.272--ServerSession(454071866)--Connection(596413013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.272--ServerSession(454071866)--Connection(596413013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.272--ServerSession(454071866)--Connection(1350919380)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.272--ServerSession(454071866)--Connection(596413013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.272--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2024-04-30 17:54:17.272--ServerSession(454071866)--Connection(1839623306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.272--ServerSession(454071866)--Connection(1839623306)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.272--ServerSession(454071866)--Connection(1841009752)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@bc75f4f] [junit] [EL Finest]: 2024-04-30 17:54:17.273--ServerSession(454071866)--Connection(1839623306)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.273--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@59c0688c [junit] [EL Finer]: 2024-04-30 17:54:17.273--UnitOfWork(536707312)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.273--UnitOfWork(536707312)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.273--UnitOfWork(536707312)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.273--UnitOfWork(536707312)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.273--ClientSession(2088234531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.273--UnitOfWork(536707312)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.273--ClientSession(2088234531)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.273--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 888088800 [junit] [EL Finer]: 2024-04-30 17:54:17.273--ClientSession(888088800)--Thread(Thread[main,5,main])--acquire unit of work: 1471682530 [junit] [EL Finest]: 2024-04-30 17:54:17.273--UnitOfWork(1471682530)--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]: 2024-04-30 17:54:17.273--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:17.274--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.274--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.274--ServerSession(454071866)--Connection(1772216232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.274--ServerSession(454071866)--Connection(1772216232)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.274--ServerSession(454071866)--Connection(2117190265)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.274--ServerSession(454071866)--Connection(1772216232)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.274--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2024-04-30 17:54:17.274--ServerSession(454071866)--Connection(1675126826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.274--ServerSession(454071866)--Connection(1675126826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.274--ServerSession(454071866)--Connection(73639782)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@bc75f4f] [junit] [EL Finest]: 2024-04-30 17:54:17.275--ServerSession(454071866)--Connection(1675126826)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.275--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@3e191f92 [junit] [EL Finer]: 2024-04-30 17:54:17.275--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.275--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.275--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.275--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.275--ClientSession(888088800)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.275--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.275--ClientSession(888088800)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.275--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 519064988 [junit] [EL Finer]: 2024-04-30 17:54:17.275--ClientSession(519064988)--Thread(Thread[main,5,main])--acquire unit of work: 1107472217 [junit] [EL Finest]: 2024-04-30 17:54:17.275--UnitOfWork(1107472217)--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]: 2024-04-30 17:54:17.276--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:17.276--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.276--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.276--ServerSession(454071866)--Connection(1337245690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.276--ServerSession(454071866)--Connection(1337245690)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.276--ServerSession(454071866)--Connection(404470066)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.276--ServerSession(454071866)--Connection(1337245690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.276--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2024-04-30 17:54:17.276--ServerSession(454071866)--Connection(362783968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.276--ServerSession(454071866)--Connection(362783968)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.276--ServerSession(454071866)--Connection(2143195846)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@bc75f4f] [junit] [EL Finest]: 2024-04-30 17:54:17.277--ServerSession(454071866)--Connection(362783968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.277--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@165382a4 [junit] [EL Finer]: 2024-04-30 17:54:17.277--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.277--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.277--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.277--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.277--ClientSession(519064988)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.277--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.277--ClientSession(519064988)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.294--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 317979252 [junit] [EL Finer]: 2024-04-30 17:54:17.294--ClientSession(317979252)--Thread(Thread[main,5,main])--acquire unit of work: 787270911 [junit] [EL Finest]: 2024-04-30 17:54:17.294--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.294--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.294--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.294--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.294--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.294--UnitOfWork(787270911)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.294--UnitOfWork(787270911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2024-04-30 17:54:17.294--ServerSession(454071866)--Connection(4088923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.294--ClientSession(317979252)--Connection(4088923)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.294--ClientSession(317979252)--Connection(4088923)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.295--UnitOfWork(787270911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@1a5f16cd) [junit] [EL Fine]: 2024-04-30 17:54:17.295--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2024-04-30 17:54:17.295--UnitOfWork(787270911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@aa77fd0) [junit] [EL Finest]: 2024-04-30 17:54:17.295--UnitOfWork(787270911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@529cb355) [junit] [EL Finer]: 2024-04-30 17:54:17.295--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.295--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.295--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])-- bind => [[B@bc75f4f, Aeroflot, true] [junit] [EL Fine]: 2024-04-30 17:54:17.295--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])-- bind => [[B@1aef20d5, Lufthansa, false] [junit] [EL Finer]: 2024-04-30 17:54:17.295--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2024-04-30 17:54:17.296--UnitOfWork(787270911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fb1d28d) [junit] [EL Finer]: 2024-04-30 17:54:17.296--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.296--ClientSession(317979252)--Connection(1166003657)--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]: 2024-04-30 17:54:17.296--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])-- bind => [2, Fred, von Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2024-04-30 17:54:17.296--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, [B@bc75f4f] [junit] [EL Finer]: 2024-04-30 17:54:17.296--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.296--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.297--ServerSession(454071866)--Connection(4088923)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.297--UnitOfWork(787270911)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.297--UnitOfWork(787270911)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.297--UnitOfWork(787270911)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.297--ClientSession(317979252)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.297--UnitOfWork(787270911)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.297--ClientSession(317979252)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.297--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1501159816 [junit] [EL Finer]: 2024-04-30 17:54:17.297--ClientSession(1501159816)--Thread(Thread[main,5,main])--acquire unit of work: 241339595 [junit] [EL Finest]: 2024-04-30 17:54:17.297--UnitOfWork(241339595)--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]: 2024-04-30 17:54:17.297--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:17.298--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.298--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.298--ServerSession(454071866)--Connection(113456710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.298--ServerSession(454071866)--Connection(113456710)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.298--ServerSession(454071866)--Connection(475915905)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.298--ServerSession(454071866)--Connection(113456710)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.298--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2024-04-30 17:54:17.298--ServerSession(454071866)--Connection(1355466306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.298--ServerSession(454071866)--Connection(1355466306)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.298--ServerSession(454071866)--Connection(1336195867)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@bc75f4f] [junit] [EL Finest]: 2024-04-30 17:54:17.299--ServerSession(454071866)--Connection(1355466306)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.299--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@9dac6dc [junit] [EL Finest]: 2024-04-30 17:54:17.299--UnitOfWork(241339595)--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]: 2024-04-30 17:54:17.299--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f4f2aa [junit] [EL Finest]: 2024-04-30 17:54:17.299--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.299--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.299--ServerSession(454071866)--Connection(1697839087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.299--ServerSession(454071866)--Connection(1697839087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.299--ServerSession(454071866)--Connection(686673148)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.3--ServerSession(454071866)--Connection(1697839087)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.3--UnitOfWork(241339595)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.3--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@363db8bc) [junit] [EL Finest]: 2024-04-30 17:54:17.3--ServerSession(454071866)--Connection(2147365188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.3--ClientSession(1501159816)--Connection(2147365188)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.3--ClientSession(1501159816)--Connection(2147365188)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.3--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f24f973) [junit] [EL Finer]: 2024-04-30 17:54:17.3--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.3--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET PROFILE_GUID = ? WHERE (ID = ?) [junit] [EL Fine]: 2024-04-30 17:54:17.301--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])-- bind => [null, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.301--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])-- bind => [[B@5c8aa6ce, 2] [junit] [EL Finer]: 2024-04-30 17:54:17.301--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.301--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.302--ServerSession(454071866)--Connection(2147365188)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.302--UnitOfWork(241339595)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.302--UnitOfWork(241339595)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.302--UnitOfWork(241339595)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.302--ClientSession(1501159816)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.302--UnitOfWork(241339595)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.302--ClientSession(1501159816)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.302--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1676118760 [junit] [EL Finer]: 2024-04-30 17:54:17.302--ClientSession(1676118760)--Thread(Thread[main,5,main])--acquire unit of work: 286119685 [junit] [EL Finest]: 2024-04-30 17:54:17.302--UnitOfWork(286119685)--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]: 2024-04-30 17:54:17.302--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10048bd9 [junit] [EL Finest]: 2024-04-30 17:54:17.302--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.302--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.302--ServerSession(454071866)--Connection(1163450947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.302--ServerSession(454071866)--Connection(1163450947)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.302--ServerSession(454071866)--Connection(974293010)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.303--ServerSession(454071866)--Connection(1163450947)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.303--UnitOfWork(286119685)--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]: 2024-04-30 17:54:17.303--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f4f2aa [junit] [EL Finest]: 2024-04-30 17:54:17.303--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2024-04-30 17:54:17.303--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.303--ServerSession(454071866)--Connection(1133439215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.303--ServerSession(454071866)--Connection(1133439215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.303--ServerSession(454071866)--Connection(1836235412)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.303--ServerSession(454071866)--Connection(1133439215)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.303--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2024-04-30 17:54:17.303--ServerSession(454071866)--Connection(131803898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.303--ServerSession(454071866)--Connection(131803898)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.304--ServerSession(454071866)--Connection(866542462)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@5c8aa6ce] [junit] [EL Finest]: 2024-04-30 17:54:17.304--ServerSession(454071866)--Connection(131803898)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.304--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@203943d2 [junit] [EL Finest]: 2024-04-30 17:54:17.305--UnitOfWork(286119685)--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]: 2024-04-30 17:54:17.305--ServerSession(454071866)--Connection(2098174024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.305--ServerSession(454071866)--Connection(2098174024)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.305--ServerSession(454071866)--Connection(1977891855)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@1aef20d5] [junit] [EL Finest]: 2024-04-30 17:54:17.305--ServerSession(454071866)--Connection(2098174024)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest [junit] [EL Finer]: 2024-04-30 17:54:17.326--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 818295239 [junit] [EL Finer]: 2024-04-30 17:54:17.326--ClientSession(818295239)--Thread(Thread[main,5,main])--acquire unit of work: 631536412 [junit] [EL Finest]: 2024-04-30 17:54:17.326--UnitOfWork(631536412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.326--UnitOfWork(631536412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.326--UnitOfWork(631536412)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.326--UnitOfWork(631536412)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.326--ServerSession(454071866)--Connection(2104277384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.326--ClientSession(818295239)--Connection(2104277384)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.326--ClientSession(818295239)--Connection(2104277384)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.327--UnitOfWork(631536412)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3889a208) [junit] [EL Fine]: 2024-04-30 17:54:17.327--ClientSession(818295239)--Connection(1776502866)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.327--ClientSession(818295239)--Connection(1776502866)--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@387a3d5d, [B@20427323, [B@53100ea1, 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]: 2024-04-30 17:54:17.328--ClientSession(818295239)--Connection(1776502866)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.328--ServerSession(454071866)--Connection(2104277384)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.328--UnitOfWork(631536412)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.328--UnitOfWork(631536412)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.328--UnitOfWork(631536412)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.328--ClientSession(818295239)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.329--UnitOfWork(631536412)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.329--ClientSession(818295239)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.329--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 878733169 [junit] [EL Finer]: 2024-04-30 17:54:17.329--ClientSession(878733169)--Thread(Thread[main,5,main])--acquire unit of work: 122073438 [junit] [EL Finest]: 2024-04-30 17:54:17.329--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.329--ServerSession(454071866)--Connection(1757972957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.329--ServerSession(454071866)--Connection(1757972957)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.329--ServerSession(454071866)--Connection(833056963)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.33--ServerSession(454071866)--Connection(1757972957)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.331--UnitOfWork(122073438)--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]: 2024-04-30 17:54:17.331--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.331--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.331--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.331--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.331--ServerSession(454071866)--Connection(1756568226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.331--ServerSession(454071866)--Connection(1756568226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.331--ServerSession(454071866)--Connection(671423749)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.331--ServerSession(454071866)--Connection(1756568226)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.331--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.332--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.332--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.332--ServerSession(454071866)--Connection(1134977525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.332--ServerSession(454071866)--Connection(1134977525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.332--ServerSession(454071866)--Connection(858785065)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.332--ServerSession(454071866)--Connection(1134977525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.332--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.332--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.332--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.332--ServerSession(454071866)--Connection(618785621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.332--ServerSession(454071866)--Connection(618785621)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.332--ServerSession(454071866)--Connection(1412993013)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.332--ServerSession(454071866)--Connection(618785621)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.332--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.332--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.333--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.333--ServerSession(454071866)--Connection(986310840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.333--ServerSession(454071866)--Connection(986310840)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.333--ServerSession(454071866)--Connection(291047415)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.333--ServerSession(454071866)--Connection(986310840)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.333--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.333--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.333--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.333--ServerSession(454071866)--Connection(1894092360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.333--ServerSession(454071866)--Connection(1894092360)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.333--ServerSession(454071866)--Connection(94123204)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.333--ServerSession(454071866)--Connection(1894092360)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.333--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.333--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.333--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.334--ServerSession(454071866)--Connection(787989920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.334--ServerSession(454071866)--Connection(787989920)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.334--ServerSession(454071866)--Connection(1924962808)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.334--ServerSession(454071866)--Connection(787989920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.334--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.334--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.334--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.334--ServerSession(454071866)--Connection(1441494169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.334--ServerSession(454071866)--Connection(1441494169)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.334--ServerSession(454071866)--Connection(1168204097)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.339--ServerSession(454071866)--Connection(1441494169)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.339--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.339--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.339--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.339--ServerSession(454071866)--Connection(1357787394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.339--ServerSession(454071866)--Connection(1357787394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.339--ServerSession(454071866)--Connection(1588582458)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.339--ServerSession(454071866)--Connection(1357787394)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.339--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.339--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.339--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.339--ServerSession(454071866)--Connection(1634053753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.339--ServerSession(454071866)--Connection(1634053753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.34--ServerSession(454071866)--Connection(1084421494)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.34--ServerSession(454071866)--Connection(1634053753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.34--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.34--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.34--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.34--ServerSession(454071866)--Connection(552106659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.34--ServerSession(454071866)--Connection(552106659)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.34--ServerSession(454071866)--Connection(1815223969)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.34--ServerSession(454071866)--Connection(552106659)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.34--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.34--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.34--UnitOfWork(122073438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.34--ServerSession(454071866)--Connection(1063187762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.34--ServerSession(454071866)--Connection(1063187762)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.341--ServerSession(454071866)--Connection(1551940888)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.341--ServerSession(454071866)--Connection(1063187762)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.341--UnitOfWork(122073438)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.341--ClientSession(878733169)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.35--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1761122022 [junit] [EL Finer]: 2024-04-30 17:54:17.35--ClientSession(1761122022)--Thread(Thread[main,5,main])--acquire unit of work: 318871129 [junit] [EL Finest]: 2024-04-30 17:54:17.35--UnitOfWork(318871129)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.35--UnitOfWork(318871129)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.35--UnitOfWork(318871129)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.35--UnitOfWork(318871129)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.35--ServerSession(454071866)--Connection(258647562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.351--ClientSession(1761122022)--Connection(258647562)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.351--ClientSession(1761122022)--Connection(258647562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.351--UnitOfWork(318871129)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5af834fa) [junit] [EL Fine]: 2024-04-30 17:54:17.351--ClientSession(1761122022)--Connection(542538339)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.351--ClientSession(1761122022)--Connection(542538339)--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@58e1e250, [B@26145b0, [B@11f7b2fd, 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]: 2024-04-30 17:54:17.352--ClientSession(1761122022)--Connection(542538339)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.352--ServerSession(454071866)--Connection(258647562)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.352--UnitOfWork(318871129)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.352--UnitOfWork(318871129)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.352--UnitOfWork(318871129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.352--ClientSession(1761122022)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.352--UnitOfWork(318871129)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.352--ClientSession(1761122022)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.353--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1848605780 [junit] [EL Finer]: 2024-04-30 17:54:17.353--ClientSession(1848605780)--Thread(Thread[main,5,main])--acquire unit of work: 340101890 [junit] [EL Finest]: 2024-04-30 17:54:17.353--UnitOfWork(340101890)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.353--ServerSession(454071866)--Connection(1120867893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.353--ServerSession(454071866)--Connection(1120867893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.374--ServerSession(454071866)--Connection(1283621492)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.375--ServerSession(454071866)--Connection(1120867893)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.375--UnitOfWork(340101890)--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]: 2024-04-30 17:54:17.375--UnitOfWork(340101890)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.385--UnitOfWork(340101890)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.385--ClientSession(1848605780)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.401--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1704809688 [junit] [EL Finer]: 2024-04-30 17:54:17.401--ClientSession(1704809688)--Thread(Thread[main,5,main])--acquire unit of work: 645273703 [junit] [EL Finest]: 2024-04-30 17:54:17.401--UnitOfWork(645273703)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.401--UnitOfWork(645273703)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.401--UnitOfWork(645273703)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.401--UnitOfWork(645273703)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.401--ServerSession(454071866)--Connection(807868698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.402--ClientSession(1704809688)--Connection(807868698)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.402--ClientSession(1704809688)--Connection(807868698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.402--UnitOfWork(645273703)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2e2ceebb) [junit] [EL Fine]: 2024-04-30 17:54:17.402--ClientSession(1704809688)--Connection(774599836)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.402--ClientSession(1704809688)--Connection(774599836)--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@334d1ee5, [B@3b2a3e5f, [B@4ed03232, 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]: 2024-04-30 17:54:17.403--ClientSession(1704809688)--Connection(774599836)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.403--ServerSession(454071866)--Connection(807868698)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.404--UnitOfWork(645273703)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.404--UnitOfWork(645273703)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.404--UnitOfWork(645273703)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.404--ClientSession(1704809688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.404--UnitOfWork(645273703)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.404--ClientSession(1704809688)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.404--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 484285535 [junit] [EL Finer]: 2024-04-30 17:54:17.404--ClientSession(484285535)--Thread(Thread[main,5,main])--acquire unit of work: 146830882 [junit] [EL Finest]: 2024-04-30 17:54:17.404--UnitOfWork(146830882)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.404--ServerSession(454071866)--Connection(1721496405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.404--ServerSession(454071866)--Connection(1721496405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.404--ServerSession(454071866)--Connection(821735607)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.405--ServerSession(454071866)--Connection(1721496405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.405--UnitOfWork(146830882)--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]: 2024-04-30 17:54:17.405--UnitOfWork(146830882)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.406--UnitOfWork(146830882)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.406--UnitOfWork(146830882)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.406--UnitOfWork(146830882)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.406--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.406--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.407--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.408--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.409--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.41--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.411--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.412--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--UnitOfWork(146830882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.413--ClientSession(484285535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.444--UnitOfWork(146830882)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.445--ClientSession(484285535)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.455--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 257158114 [junit] [EL Finer]: 2024-04-30 17:54:17.455--ClientSession(257158114)--Thread(Thread[main,5,main])--acquire unit of work: 2065459879 [junit] [EL Finest]: 2024-04-30 17:54:17.455--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.455--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.455--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.455--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.455--ServerSession(454071866)--Connection(1355598654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.455--ClientSession(257158114)--Connection(1355598654)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.455--ClientSession(257158114)--Connection(1355598654)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.455--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3d294cdb) [junit] [EL Fine]: 2024-04-30 17:54:17.455--ClientSession(257158114)--Connection(818331949)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.456--ClientSession(257158114)--Connection(818331949)--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@20e76656, [B@16c4dc4f, [B@108db813, 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]: 2024-04-30 17:54:17.456--ClientSession(257158114)--Connection(818331949)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.457--ServerSession(454071866)--Connection(1355598654)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.457--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.457--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.457--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.457--ClientSession(257158114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.457--UnitOfWork(2065459879)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.457--ClientSession(257158114)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.457--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 593019409 [junit] [EL Finer]: 2024-04-30 17:54:17.458--ClientSession(593019409)--Thread(Thread[main,5,main])--acquire unit of work: 210687163 [junit] [EL Finest]: 2024-04-30 17:54:17.458--UnitOfWork(210687163)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.458--ServerSession(454071866)--Connection(670503867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.458--ServerSession(454071866)--Connection(670503867)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.458--ServerSession(454071866)--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, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.458--ServerSession(454071866)--Connection(670503867)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.459--UnitOfWork(210687163)--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]: 2024-04-30 17:54:17.459--UnitOfWork(210687163)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.459--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.463--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.463--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.463--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.463--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.463--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.463--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.464--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.465--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.466--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.467--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.468--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.469--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.469--UnitOfWork(210687163)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.469--ClientSession(593019409)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.478--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 673956574 [junit] [EL Finer]: 2024-04-30 17:54:17.478--ClientSession(673956574)--Thread(Thread[main,5,main])--acquire unit of work: 1996854839 [junit] [EL Finest]: 2024-04-30 17:54:17.478--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.478--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.478--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.478--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.479--ServerSession(454071866)--Connection(859060760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.479--ClientSession(673956574)--Connection(859060760)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.479--ClientSession(673956574)--Connection(859060760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.479--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@41734b55) [junit] [EL Fine]: 2024-04-30 17:54:17.479--ClientSession(673956574)--Connection(1706318914)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.479--ClientSession(673956574)--Connection(1706318914)--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@429fa359, [B@5069b5e8, [B@1778a5eb, 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]: 2024-04-30 17:54:17.48--ClientSession(673956574)--Connection(1706318914)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.48--ServerSession(454071866)--Connection(859060760)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.48--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.48--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.48--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.481--ClientSession(673956574)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.481--UnitOfWork(1996854839)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.481--ClientSession(673956574)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.481--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1988560864 [junit] [EL Finer]: 2024-04-30 17:54:17.481--ClientSession(1988560864)--Thread(Thread[main,5,main])--acquire unit of work: 1215802689 [junit] [EL Finest]: 2024-04-30 17:54:17.481--UnitOfWork(1215802689)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.481--ServerSession(454071866)--Connection(846148310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.481--ServerSession(454071866)--Connection(846148310)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.481--ServerSession(454071866)--Connection(925831488)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.482--ServerSession(454071866)--Connection(846148310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.482--UnitOfWork(1215802689)--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]: 2024-04-30 17:54:17.482--UnitOfWork(1215802689)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.482--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 141150718 [junit] [EL Finer]: 2024-04-30 17:54:17.482--ClientSession(141150718)--Thread(Thread[main,5,main])--acquire unit of work: 1011284745 [junit] [EL Finer]: 2024-04-30 17:54:17.482--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.482--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.483--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.484--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.485--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.486--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.487--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.488--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.549--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.549--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.549--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.549--UnitOfWork(1011284745)--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]: 2024-04-30 17:54:17.55--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.55--UnitOfWork(1215802689)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.55--ClientSession(1988560864)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.56--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2045721066 [junit] [EL Finer]: 2024-04-30 17:54:17.56--ClientSession(2045721066)--Thread(Thread[main,5,main])--acquire unit of work: 2048546312 [junit] [EL Finest]: 2024-04-30 17:54:17.56--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.56--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.56--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.56--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.56--ServerSession(454071866)--Connection(356305528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.56--ClientSession(2045721066)--Connection(356305528)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.56--ClientSession(2045721066)--Connection(356305528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.56--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7daef62d) [junit] [EL Fine]: 2024-04-30 17:54:17.56--ClientSession(2045721066)--Connection(2142256109)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.561--ClientSession(2045721066)--Connection(2142256109)--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@4258816e, [B@31c4fc57, [B@4fd5c6d1, 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]: 2024-04-30 17:54:17.561--ClientSession(2045721066)--Connection(2142256109)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.562--ServerSession(454071866)--Connection(356305528)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.562--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.562--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.567--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.567--ClientSession(2045721066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.567--UnitOfWork(2048546312)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.567--ClientSession(2045721066)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.567--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1886205612 [junit] [EL Finer]: 2024-04-30 17:54:17.567--ClientSession(1886205612)--Thread(Thread[main,5,main])--acquire unit of work: 2039796020 [junit] [EL Finest]: 2024-04-30 17:54:17.567--UnitOfWork(2039796020)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.567--ServerSession(454071866)--Connection(1828311333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.567--ServerSession(454071866)--Connection(1828311333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.567--ServerSession(454071866)--Connection(455425096)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.568--ServerSession(454071866)--Connection(1828311333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.568--UnitOfWork(2039796020)--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]: 2024-04-30 17:54:17.569--UnitOfWork(2039796020)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.569--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1291971437 [junit] [EL Finer]: 2024-04-30 17:54:17.569--ClientSession(1291971437)--Thread(Thread[main,5,main])--acquire unit of work: 1783367946 [junit] [EL Finest]: 2024-04-30 17:54:17.569--UnitOfWork(1783367946)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.569--ServerSession(454071866)--Connection(32467241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.569--ServerSession(454071866)--Connection(32467241)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.569--ServerSession(454071866)--Connection(1555760964)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.569--ServerSession(454071866)--Connection(32467241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.569--UnitOfWork(1783367946)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.569--ClientSession(1291971437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.569--UnitOfWork(1783367946)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.569--ClientSession(1291971437)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.569--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1861295655 [junit] [EL Finer]: 2024-04-30 17:54:17.57--ClientSession(1861295655)--Thread(Thread[main,5,main])--acquire unit of work: 1786033562 [junit] [EL Finest]: 2024-04-30 17:54:17.57--UnitOfWork(1786033562)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.57--ServerSession(454071866)--Connection(1786683332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.57--ServerSession(454071866)--Connection(1786683332)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.57--ServerSession(454071866)--Connection(318155242)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.57--ServerSession(454071866)--Connection(1786683332)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.57--UnitOfWork(1786033562)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.57--ClientSession(1861295655)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.57--UnitOfWork(1786033562)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.57--ClientSession(1861295655)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.57--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 622401235 [junit] [EL Finer]: 2024-04-30 17:54:17.57--ClientSession(622401235)--Thread(Thread[main,5,main])--acquire unit of work: 34030179 [junit] [EL Finest]: 2024-04-30 17:54:17.57--UnitOfWork(34030179)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.57--ServerSession(454071866)--Connection(1913264819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.57--ServerSession(454071866)--Connection(1913264819)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.57--ServerSession(454071866)--Connection(1886980948)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Connection(1913264819)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.571--UnitOfWork(34030179)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.571--ClientSession(622401235)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.571--UnitOfWork(34030179)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.571--ClientSession(622401235)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 124399627 [junit] [EL Finer]: 2024-04-30 17:54:17.571--ClientSession(124399627)--Thread(Thread[main,5,main])--acquire unit of work: 1072805913 [junit] [EL Finest]: 2024-04-30 17:54:17.571--UnitOfWork(1072805913)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Connection(2075009269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Connection(2075009269)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Connection(1709956385)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Connection(2075009269)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.571--UnitOfWork(1072805913)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.571--ClientSession(124399627)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.571--UnitOfWork(1072805913)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.571--ClientSession(124399627)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 200746411 [junit] [EL Finer]: 2024-04-30 17:54:17.571--ClientSession(200746411)--Thread(Thread[main,5,main])--acquire unit of work: 810476321 [junit] [EL Finest]: 2024-04-30 17:54:17.571--UnitOfWork(810476321)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Connection(957290092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Connection(957290092)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.571--ServerSession(454071866)--Connection(417142341)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Connection(957290092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.572--UnitOfWork(810476321)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.572--ClientSession(200746411)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.572--UnitOfWork(810476321)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.572--ClientSession(200746411)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 752405690 [junit] [EL Finer]: 2024-04-30 17:54:17.572--ClientSession(752405690)--Thread(Thread[main,5,main])--acquire unit of work: 1548195930 [junit] [EL Finest]: 2024-04-30 17:54:17.572--UnitOfWork(1548195930)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Connection(1533137064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Connection(1533137064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Connection(509185515)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Connection(1533137064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.572--UnitOfWork(1548195930)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.572--ClientSession(752405690)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.572--UnitOfWork(1548195930)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.572--ClientSession(752405690)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1104841376 [junit] [EL Finer]: 2024-04-30 17:54:17.572--ClientSession(1104841376)--Thread(Thread[main,5,main])--acquire unit of work: 322855333 [junit] [EL Finest]: 2024-04-30 17:54:17.572--UnitOfWork(322855333)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Connection(382279259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Connection(382279259)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.572--ServerSession(454071866)--Connection(1560921027)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Connection(382279259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.573--UnitOfWork(322855333)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.573--ClientSession(1104841376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.573--UnitOfWork(322855333)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.573--ClientSession(1104841376)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1982154291 [junit] [EL Finer]: 2024-04-30 17:54:17.573--ClientSession(1982154291)--Thread(Thread[main,5,main])--acquire unit of work: 1696699631 [junit] [EL Finest]: 2024-04-30 17:54:17.573--UnitOfWork(1696699631)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Connection(856587406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Connection(856587406)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Connection(513196503)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Connection(856587406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.573--UnitOfWork(1696699631)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.573--ClientSession(1982154291)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.573--UnitOfWork(1696699631)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.573--ClientSession(1982154291)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1796970820 [junit] [EL Finer]: 2024-04-30 17:54:17.573--ClientSession(1796970820)--Thread(Thread[main,5,main])--acquire unit of work: 1126917513 [junit] [EL Finest]: 2024-04-30 17:54:17.573--UnitOfWork(1126917513)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Connection(1895840844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Connection(1895840844)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.573--ServerSession(454071866)--Connection(1363455158)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Connection(1895840844)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.574--UnitOfWork(1126917513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.574--ClientSession(1796970820)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.574--UnitOfWork(1126917513)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.574--ClientSession(1796970820)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 237980116 [junit] [EL Finer]: 2024-04-30 17:54:17.574--ClientSession(237980116)--Thread(Thread[main,5,main])--acquire unit of work: 2063230395 [junit] [EL Finest]: 2024-04-30 17:54:17.574--UnitOfWork(2063230395)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Connection(173800769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Connection(173800769)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Connection(465002857)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Connection(173800769)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.574--UnitOfWork(2063230395)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.574--ClientSession(237980116)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.574--UnitOfWork(2063230395)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.574--ClientSession(237980116)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 330875327 [junit] [EL Finer]: 2024-04-30 17:54:17.574--ClientSession(330875327)--Thread(Thread[main,5,main])--acquire unit of work: 858015368 [junit] [EL Finest]: 2024-04-30 17:54:17.574--UnitOfWork(858015368)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Connection(1269778724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.574--ServerSession(454071866)--Connection(1269778724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Connection(1765768972)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Connection(1269778724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.575--UnitOfWork(858015368)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.575--ClientSession(330875327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.575--UnitOfWork(858015368)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.575--ClientSession(330875327)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 470377822 [junit] [EL Finer]: 2024-04-30 17:54:17.575--ClientSession(470377822)--Thread(Thread[main,5,main])--acquire unit of work: 249343692 [junit] [EL Finest]: 2024-04-30 17:54:17.575--UnitOfWork(249343692)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Connection(1295356732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Connection(1295356732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Connection(399279629)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Connection(1295356732)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.575--UnitOfWork(249343692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.575--ClientSession(470377822)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.575--UnitOfWork(249343692)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.575--ClientSession(470377822)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1244955658 [junit] [EL Finer]: 2024-04-30 17:54:17.575--ClientSession(1244955658)--Thread(Thread[main,5,main])--acquire unit of work: 968593327 [junit] [EL Finest]: 2024-04-30 17:54:17.575--UnitOfWork(968593327)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.575--ServerSession(454071866)--Connection(940833645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Connection(940833645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Connection(1509620427)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Connection(940833645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.576--UnitOfWork(968593327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.576--ClientSession(1244955658)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.576--UnitOfWork(968593327)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.576--ClientSession(1244955658)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1976321848 [junit] [EL Finer]: 2024-04-30 17:54:17.576--ClientSession(1976321848)--Thread(Thread[main,5,main])--acquire unit of work: 2079250408 [junit] [EL Finest]: 2024-04-30 17:54:17.576--UnitOfWork(2079250408)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Connection(1305555150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Connection(1305555150)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Connection(118241504)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Connection(1305555150)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.576--UnitOfWork(2079250408)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.576--ClientSession(1976321848)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.576--UnitOfWork(2079250408)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.576--ClientSession(1976321848)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.576--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1495374580 [junit] [EL Finer]: 2024-04-30 17:54:17.576--ClientSession(1495374580)--Thread(Thread[main,5,main])--acquire unit of work: 1057776136 [junit] [EL Finest]: 2024-04-30 17:54:17.577--UnitOfWork(1057776136)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Connection(1574266109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Connection(1574266109)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Connection(1419298165)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Connection(1574266109)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.577--UnitOfWork(1057776136)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.577--ClientSession(1495374580)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.577--UnitOfWork(1057776136)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.577--ClientSession(1495374580)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 729762027 [junit] [EL Finer]: 2024-04-30 17:54:17.577--ClientSession(729762027)--Thread(Thread[main,5,main])--acquire unit of work: 970888092 [junit] [EL Finest]: 2024-04-30 17:54:17.577--UnitOfWork(970888092)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Connection(1613063644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Connection(1613063644)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Connection(1689480936)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.577--ServerSession(454071866)--Connection(1613063644)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.577--UnitOfWork(970888092)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.577--ClientSession(729762027)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.577--UnitOfWork(970888092)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.577--ClientSession(729762027)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 865467522 [junit] [EL Finer]: 2024-04-30 17:54:17.578--ClientSession(865467522)--Thread(Thread[main,5,main])--acquire unit of work: 1278083126 [junit] [EL Finest]: 2024-04-30 17:54:17.578--UnitOfWork(1278083126)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Connection(726132036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Connection(726132036)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Connection(2024750728)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Connection(726132036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.578--UnitOfWork(1278083126)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.578--ClientSession(865467522)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.578--UnitOfWork(1278083126)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.578--ClientSession(865467522)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1277725798 [junit] [EL Finer]: 2024-04-30 17:54:17.578--ClientSession(1277725798)--Thread(Thread[main,5,main])--acquire unit of work: 1299361813 [junit] [EL Finest]: 2024-04-30 17:54:17.578--UnitOfWork(1299361813)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Connection(1017526396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Connection(1017526396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Connection(1834604114)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.578--ServerSession(454071866)--Connection(1017526396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.579--UnitOfWork(2039796020)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.579--ClientSession(1886205612)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.588--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 668964597 [junit] [EL Finer]: 2024-04-30 17:54:17.588--ClientSession(668964597)--Thread(Thread[main,5,main])--acquire unit of work: 478168225 [junit] [EL Finest]: 2024-04-30 17:54:17.588--UnitOfWork(478168225)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.588--UnitOfWork(478168225)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.588--UnitOfWork(478168225)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.588--UnitOfWork(478168225)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.588--ServerSession(454071866)--Connection(677330738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.588--ClientSession(668964597)--Connection(677330738)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.588--ClientSession(668964597)--Connection(677330738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.588--UnitOfWork(478168225)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6f2f1336) [junit] [EL Fine]: 2024-04-30 17:54:17.589--ClientSession(668964597)--Connection(1714380152)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.589--ClientSession(668964597)--Connection(1714380152)--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@273bcc81, [B@764cc1fb, [B@6a9486d7, 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]: 2024-04-30 17:54:17.59--ClientSession(668964597)--Connection(1714380152)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.59--ServerSession(454071866)--Connection(677330738)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.59--UnitOfWork(478168225)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.59--UnitOfWork(478168225)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.59--UnitOfWork(478168225)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.59--ClientSession(668964597)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.59--UnitOfWork(478168225)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.59--ClientSession(668964597)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.591--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 757760473 [junit] [EL Finer]: 2024-04-30 17:54:17.591--ClientSession(757760473)--Thread(Thread[main,5,main])--acquire unit of work: 1626541210 [junit] [EL Finest]: 2024-04-30 17:54:17.591--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.591--ServerSession(454071866)--Connection(660036426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.591--ServerSession(454071866)--Connection(660036426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.591--ServerSession(454071866)--Connection(1244730379)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.591--ServerSession(454071866)--Connection(660036426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.591--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.592--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.593--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.594--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.595--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.595--ClientSession(757760473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.654--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.654--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.654--UnitOfWork(1626541210)--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]: 2024-04-30 17:54:17.654--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.654--UnitOfWork(1626541210)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.654--ClientSession(757760473)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.664--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 512546698 [junit] [EL Finer]: 2024-04-30 17:54:17.664--ClientSession(512546698)--Thread(Thread[main,5,main])--acquire unit of work: 82564697 [junit] [EL Finest]: 2024-04-30 17:54:17.664--UnitOfWork(82564697)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.664--UnitOfWork(82564697)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.664--UnitOfWork(82564697)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.664--UnitOfWork(82564697)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.664--ServerSession(454071866)--Connection(1944149875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.664--ClientSession(512546698)--Connection(1944149875)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.664--ClientSession(512546698)--Connection(1944149875)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.664--UnitOfWork(82564697)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5e73a0e4) [junit] [EL Fine]: 2024-04-30 17:54:17.664--ClientSession(512546698)--Connection(194407651)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.665--ClientSession(512546698)--Connection(194407651)--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@4b8505e9, [B@32e6d12d, [B@a2f52e6, 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]: 2024-04-30 17:54:17.665--ClientSession(512546698)--Connection(194407651)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.666--ServerSession(454071866)--Connection(1944149875)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.666--UnitOfWork(82564697)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.666--UnitOfWork(82564697)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.666--UnitOfWork(82564697)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.666--ClientSession(512546698)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.666--UnitOfWork(82564697)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.666--ClientSession(512546698)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.666--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 189653701 [junit] [EL Finer]: 2024-04-30 17:54:17.666--ClientSession(189653701)--Thread(Thread[main,5,main])--acquire unit of work: 143818552 [junit] [EL Finest]: 2024-04-30 17:54:17.667--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.667--ServerSession(454071866)--Connection(1360582933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.667--ServerSession(454071866)--Connection(1360582933)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.667--ServerSession(454071866)--Connection(1047293147)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.667--ServerSession(454071866)--Connection(1360582933)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.667--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.667--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.668--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.668--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.669--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.669--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.67--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.67--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.671--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.671--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.672--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.672--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.673--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.673--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.674--ClientSession(189653701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.674--UnitOfWork(143818552)--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]: 2024-04-30 17:54:17.758--UnitOfWork(143818552)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.758--UnitOfWork(143818552)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.758--ClientSession(189653701)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.768--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 308174075 [junit] [EL Finer]: 2024-04-30 17:54:17.768--ClientSession(308174075)--Thread(Thread[main,5,main])--acquire unit of work: 1701905877 [junit] [EL Finest]: 2024-04-30 17:54:17.768--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.768--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.768--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.768--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.768--ServerSession(454071866)--Connection(1597809246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.768--ClientSession(308174075)--Connection(1597809246)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.768--ClientSession(308174075)--Connection(1597809246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.768--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@93d2c14) [junit] [EL Fine]: 2024-04-30 17:54:17.769--ClientSession(308174075)--Connection(940088820)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.769--ClientSession(308174075)--Connection(940088820)--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@42817f01, [B@78951b5d, [B@48ede86, 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]: 2024-04-30 17:54:17.77--ClientSession(308174075)--Connection(940088820)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.77--ServerSession(454071866)--Connection(1597809246)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.77--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.77--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.77--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.77--ClientSession(308174075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.77--UnitOfWork(1701905877)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.77--ClientSession(308174075)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.771--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 751041776 [junit] [EL Finer]: 2024-04-30 17:54:17.771--ClientSession(751041776)--Thread(Thread[main,5,main])--acquire unit of work: 2082179970 [junit] [EL Finest]: 2024-04-30 17:54:17.771--UnitOfWork(2082179970)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.771--ServerSession(454071866)--Connection(17014200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.771--ServerSession(454071866)--Connection(17014200)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.771--ServerSession(454071866)--Connection(1245836477)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.771--ServerSession(454071866)--Connection(17014200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.772--UnitOfWork(2082179970)--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]: 2024-04-30 17:54:17.772--UnitOfWork(2082179970)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.772--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 23277216 [junit] [EL Finer]: 2024-04-30 17:54:17.772--ClientSession(23277216)--Thread(Thread[main,5,main])--acquire unit of work: 1305624200 [junit] [EL Finest]: 2024-04-30 17:54:17.772--UnitOfWork(1305624200)--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]: 2024-04-30 17:54:17.772--ServerSession(454071866)--Connection(528679646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.772--ServerSession(454071866)--Connection(528679646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.772--ServerSession(454071866)--Connection(1298608433)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.772--ServerSession(454071866)--Connection(528679646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.772--UnitOfWork(1305624200)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.772--ClientSession(23277216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.772--UnitOfWork(1305624200)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.772--ClientSession(23277216)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.772--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 152257112 [junit] [EL Finer]: 2024-04-30 17:54:17.773--ClientSession(152257112)--Thread(Thread[main,5,main])--acquire unit of work: 234959958 [junit] [EL Finest]: 2024-04-30 17:54:17.773--UnitOfWork(234959958)--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]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Connection(2048614942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Connection(2048614942)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Connection(1735367878)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Connection(2048614942)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.773--UnitOfWork(234959958)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.773--ClientSession(152257112)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.773--UnitOfWork(234959958)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.773--ClientSession(152257112)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1943616172 [junit] [EL Finer]: 2024-04-30 17:54:17.773--ClientSession(1943616172)--Thread(Thread[main,5,main])--acquire unit of work: 1391705435 [junit] [EL Finest]: 2024-04-30 17:54:17.773--UnitOfWork(1391705435)--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]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Connection(1239515759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Connection(1239515759)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Connection(1436508713)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Connection(1239515759)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.773--UnitOfWork(1391705435)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.773--ClientSession(1943616172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.773--UnitOfWork(1391705435)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.773--ClientSession(1943616172)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.773--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 553602983 [junit] [EL Finer]: 2024-04-30 17:54:17.773--ClientSession(553602983)--Thread(Thread[main,5,main])--acquire unit of work: 1699234605 [junit] [EL Finest]: 2024-04-30 17:54:17.773--UnitOfWork(1699234605)--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]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1265167239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1265167239)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1830090456)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1265167239)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.774--UnitOfWork(1699234605)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.774--ClientSession(553602983)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.774--UnitOfWork(1699234605)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.774--ClientSession(553602983)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 272261701 [junit] [EL Finer]: 2024-04-30 17:54:17.774--ClientSession(272261701)--Thread(Thread[main,5,main])--acquire unit of work: 478316310 [junit] [EL Finest]: 2024-04-30 17:54:17.774--UnitOfWork(478316310)--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]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1449787496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1449787496)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(25488705)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1449787496)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.774--UnitOfWork(478316310)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.774--ClientSession(272261701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.774--UnitOfWork(478316310)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.774--ClientSession(272261701)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1247615506 [junit] [EL Finer]: 2024-04-30 17:54:17.774--ClientSession(1247615506)--Thread(Thread[main,5,main])--acquire unit of work: 1286744689 [junit] [EL Finest]: 2024-04-30 17:54:17.774--UnitOfWork(1286744689)--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]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1794779203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.774--ServerSession(454071866)--Connection(1794779203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(1414581773)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(1794779203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.775--UnitOfWork(1286744689)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.775--ClientSession(1247615506)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.775--UnitOfWork(1286744689)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.775--ClientSession(1247615506)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 734236179 [junit] [EL Finer]: 2024-04-30 17:54:17.775--ClientSession(734236179)--Thread(Thread[main,5,main])--acquire unit of work: 272630552 [junit] [EL Finest]: 2024-04-30 17:54:17.775--UnitOfWork(272630552)--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]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(1110607803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(1110607803)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(1247658953)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(1110607803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.775--UnitOfWork(272630552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.775--ClientSession(734236179)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.775--UnitOfWork(272630552)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.775--ClientSession(734236179)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1838283751 [junit] [EL Finer]: 2024-04-30 17:54:17.775--ClientSession(1838283751)--Thread(Thread[main,5,main])--acquire unit of work: 994617009 [junit] [EL Finest]: 2024-04-30 17:54:17.775--UnitOfWork(994617009)--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]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(531593626)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(531593626)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.775--ServerSession(454071866)--Connection(700221631)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Connection(531593626)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.776--UnitOfWork(994617009)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.776--ClientSession(1838283751)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.776--UnitOfWork(994617009)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.776--ClientSession(1838283751)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 898845265 [junit] [EL Finer]: 2024-04-30 17:54:17.776--ClientSession(898845265)--Thread(Thread[main,5,main])--acquire unit of work: 1368692432 [junit] [EL Finest]: 2024-04-30 17:54:17.776--UnitOfWork(1368692432)--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]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Connection(471860525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Connection(471860525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Connection(1467937653)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Connection(471860525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.776--UnitOfWork(1368692432)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.776--ClientSession(898845265)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.776--UnitOfWork(1368692432)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.776--ClientSession(898845265)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 231195101 [junit] [EL Finer]: 2024-04-30 17:54:17.776--ClientSession(231195101)--Thread(Thread[main,5,main])--acquire unit of work: 290628645 [junit] [EL Finest]: 2024-04-30 17:54:17.776--UnitOfWork(290628645)--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]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Connection(823592993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Connection(823592993)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.776--ServerSession(454071866)--Connection(1319697592)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(823592993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.777--UnitOfWork(290628645)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.777--ClientSession(231195101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.777--UnitOfWork(290628645)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.777--ClientSession(231195101)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2032526746 [junit] [EL Finer]: 2024-04-30 17:54:17.777--ClientSession(2032526746)--Thread(Thread[main,5,main])--acquire unit of work: 1895476383 [junit] [EL Finest]: 2024-04-30 17:54:17.777--UnitOfWork(1895476383)--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]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(2034160388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(2034160388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(338526071)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(2034160388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.777--UnitOfWork(1895476383)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.777--ClientSession(2032526746)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.777--UnitOfWork(1895476383)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.777--ClientSession(2032526746)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1741263816 [junit] [EL Finer]: 2024-04-30 17:54:17.777--ClientSession(1741263816)--Thread(Thread[main,5,main])--acquire unit of work: 1751177926 [junit] [EL Finest]: 2024-04-30 17:54:17.777--UnitOfWork(1751177926)--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]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(390715002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(390715002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(1205933431)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.777--ServerSession(454071866)--Connection(390715002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.778--UnitOfWork(1751177926)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(1741263816)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.778--UnitOfWork(1751177926)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(1741263816)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 38131775 [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(38131775)--Thread(Thread[main,5,main])--acquire unit of work: 1541813259 [junit] [EL Finest]: 2024-04-30 17:54:17.778--UnitOfWork(1541813259)--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]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Connection(342083757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Connection(342083757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Connection(347247288)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Connection(342083757)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.778--UnitOfWork(1541813259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(38131775)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.778--UnitOfWork(1541813259)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(38131775)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1379273029 [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(1379273029)--Thread(Thread[main,5,main])--acquire unit of work: 1478137102 [junit] [EL Finest]: 2024-04-30 17:54:17.778--UnitOfWork(1478137102)--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]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Connection(1480457191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Connection(1480457191)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Connection(829421437)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Connection(1480457191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.778--UnitOfWork(1478137102)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(1379273029)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.778--UnitOfWork(1478137102)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(1379273029)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.778--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1607463345 [junit] [EL Finer]: 2024-04-30 17:54:17.778--ClientSession(1607463345)--Thread(Thread[main,5,main])--acquire unit of work: 1746590572 [junit] [EL Finest]: 2024-04-30 17:54:17.779--UnitOfWork(1746590572)--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]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(645930253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(645930253)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(2018379237)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(645930253)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.779--UnitOfWork(1746590572)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.779--ClientSession(1607463345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.779--UnitOfWork(1746590572)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.779--ClientSession(1607463345)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1716732150 [junit] [EL Finer]: 2024-04-30 17:54:17.779--ClientSession(1716732150)--Thread(Thread[main,5,main])--acquire unit of work: 1075663172 [junit] [EL Finest]: 2024-04-30 17:54:17.779--UnitOfWork(1075663172)--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]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(1223955855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(1223955855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(1902651572)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(1223955855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.779--UnitOfWork(1075663172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.779--ClientSession(1716732150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.779--UnitOfWork(1075663172)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.779--ClientSession(1716732150)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 670922002 [junit] [EL Finer]: 2024-04-30 17:54:17.779--ClientSession(670922002)--Thread(Thread[main,5,main])--acquire unit of work: 1338852367 [junit] [EL Finest]: 2024-04-30 17:54:17.779--UnitOfWork(1338852367)--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]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(2144397514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.779--ServerSession(454071866)--Connection(2144397514)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(1988970965)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(2144397514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.78--UnitOfWork(1338852367)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.78--ClientSession(670922002)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.78--UnitOfWork(1338852367)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.78--ClientSession(670922002)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 534524290 [junit] [EL Finer]: 2024-04-30 17:54:17.78--ClientSession(534524290)--Thread(Thread[main,5,main])--acquire unit of work: 1739725835 [junit] [EL Finest]: 2024-04-30 17:54:17.78--UnitOfWork(1739725835)--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]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(2079138505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(2079138505)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(1717270840)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(2079138505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.78--UnitOfWork(1739725835)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.78--ClientSession(534524290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.78--UnitOfWork(1739725835)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.78--ClientSession(534524290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1875902721 [junit] [EL Finer]: 2024-04-30 17:54:17.78--ClientSession(1875902721)--Thread(Thread[main,5,main])--acquire unit of work: 2100927832 [junit] [EL Finest]: 2024-04-30 17:54:17.78--UnitOfWork(2100927832)--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]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(1083619710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(1083619710)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.78--ServerSession(454071866)--Connection(1886483112)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(1083619710)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.781--UnitOfWork(2100927832)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.781--ClientSession(1875902721)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.781--UnitOfWork(2100927832)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.781--ClientSession(1875902721)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 774123587 [junit] [EL Finer]: 2024-04-30 17:54:17.781--ClientSession(774123587)--Thread(Thread[main,5,main])--acquire unit of work: 1535914416 [junit] [EL Finest]: 2024-04-30 17:54:17.781--UnitOfWork(1535914416)--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]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(538176603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(538176603)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(177376826)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(538176603)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.781--UnitOfWork(1535914416)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.781--ClientSession(774123587)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.781--UnitOfWork(1535914416)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.781--ClientSession(774123587)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1065394613 [junit] [EL Finer]: 2024-04-30 17:54:17.781--ClientSession(1065394613)--Thread(Thread[main,5,main])--acquire unit of work: 5174058 [junit] [EL Finest]: 2024-04-30 17:54:17.781--UnitOfWork(5174058)--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]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(506678855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(506678855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(1138620315)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2024-04-30 17:54:17.781--ServerSession(454071866)--Connection(506678855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.782--UnitOfWork(2082179970)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.782--ClientSession(751041776)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.79--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 641886693 [junit] [EL Finer]: 2024-04-30 17:54:17.79--ClientSession(641886693)--Thread(Thread[main,5,main])--acquire unit of work: 215504634 [junit] [EL Finest]: 2024-04-30 17:54:17.79--UnitOfWork(215504634)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.79--UnitOfWork(215504634)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.791--UnitOfWork(215504634)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.791--UnitOfWork(215504634)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.791--ServerSession(454071866)--Connection(1452277457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.791--ClientSession(641886693)--Connection(1452277457)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.791--ClientSession(641886693)--Connection(1452277457)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.791--UnitOfWork(215504634)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@524bcad9) [junit] [EL Fine]: 2024-04-30 17:54:17.791--ClientSession(641886693)--Connection(1297761103)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.791--ClientSession(641886693)--Connection(1297761103)--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@c65930c, [B@25b59d27, [B@3aeaf2e5, 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]: 2024-04-30 17:54:17.792--ClientSession(641886693)--Connection(1297761103)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.792--ServerSession(454071866)--Connection(1452277457)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.792--UnitOfWork(215504634)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.792--UnitOfWork(215504634)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.792--UnitOfWork(215504634)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.792--ClientSession(641886693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.792--UnitOfWork(215504634)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.792--ClientSession(641886693)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.793--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1466321633 [junit] [EL Finer]: 2024-04-30 17:54:17.793--ClientSession(1466321633)--Thread(Thread[main,5,main])--acquire unit of work: 811892227 [junit] [EL Finest]: 2024-04-30 17:54:17.793--UnitOfWork(811892227)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.793--ServerSession(454071866)--Connection(1908785550)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.793--ServerSession(454071866)--Connection(1908785550)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.793--ServerSession(454071866)--Connection(1479557064)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.794--ServerSession(454071866)--Connection(1908785550)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.794--UnitOfWork(811892227)--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]: 2024-04-30 17:54:17.794--UnitOfWork(811892227)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.804--UnitOfWork(811892227)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.804--ClientSession(1466321633)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.817--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 770918164 [junit] [EL Finer]: 2024-04-30 17:54:17.817--ClientSession(770918164)--Thread(Thread[main,5,main])--acquire unit of work: 2121400917 [junit] [EL Finest]: 2024-04-30 17:54:17.817--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.817--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.817--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.817--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.817--ServerSession(454071866)--Connection(1663089503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.817--ClientSession(770918164)--Connection(1663089503)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.817--ClientSession(770918164)--Connection(1663089503)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.818--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6ab2b2ad) [junit] [EL Fine]: 2024-04-30 17:54:17.818--ClientSession(770918164)--Connection(1930461930)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.818--ClientSession(770918164)--Connection(1930461930)--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@6ba3fd40, [B@d3f5928, [B@7a4f9db7, 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]: 2024-04-30 17:54:17.819--ClientSession(770918164)--Connection(1930461930)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.819--ServerSession(454071866)--Connection(1663089503)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.819--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.819--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.819--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.819--ClientSession(770918164)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.819--UnitOfWork(2121400917)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.819--ClientSession(770918164)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.82--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1771727873 [junit] [EL Finer]: 2024-04-30 17:54:17.82--ClientSession(1771727873)--Thread(Thread[main,5,main])--acquire unit of work: 295273437 [junit] [EL Finest]: 2024-04-30 17:54:17.82--UnitOfWork(295273437)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.82--ServerSession(454071866)--Connection(300100190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.82--ServerSession(454071866)--Connection(300100190)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.82--ServerSession(454071866)--Connection(867017504)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.82--ServerSession(454071866)--Connection(300100190)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.82--UnitOfWork(295273437)--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]: 2024-04-30 17:54:17.821--UnitOfWork(295273437)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.821--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 40156075 [junit] [EL Finer]: 2024-04-30 17:54:17.821--ClientSession(40156075)--Thread(Thread[main,5,main])--acquire unit of work: 1655743612 [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.821--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.821--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--ClientSession(40156075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.822--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.862--UnitOfWork(1655743612)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.862--UnitOfWork(295273437)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.862--ClientSession(1771727873)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.872--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 668869052 [junit] [EL Finer]: 2024-04-30 17:54:17.872--ClientSession(668869052)--Thread(Thread[main,5,main])--acquire unit of work: 1100343291 [junit] [EL Finest]: 2024-04-30 17:54:17.872--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.872--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.872--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.872--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.873--ServerSession(454071866)--Connection(2106826225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.873--ClientSession(668869052)--Connection(2106826225)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.873--ClientSession(668869052)--Connection(2106826225)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.873--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@187ed1ef) [junit] [EL Fine]: 2024-04-30 17:54:17.873--ClientSession(668869052)--Connection(1019885662)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.873--ClientSession(668869052)--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 => [1, 42.42, 77, 1, HUGO, 1, true, [B@76975a22, [B@178a3d14, [B@7a6fff73, 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]: 2024-04-30 17:54:17.874--ClientSession(668869052)--Connection(1019885662)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.875--ServerSession(454071866)--Connection(2106826225)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.875--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.875--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.875--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.875--ClientSession(668869052)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.875--UnitOfWork(1100343291)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.875--ClientSession(668869052)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.875--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 934973150 [junit] [EL Finer]: 2024-04-30 17:54:17.875--ClientSession(934973150)--Thread(Thread[main,5,main])--acquire unit of work: 1852838114 [junit] [EL Finest]: 2024-04-30 17:54:17.875--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.875--ServerSession(454071866)--Connection(1446122798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.876--ServerSession(454071866)--Connection(1446122798)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.876--ServerSession(454071866)--Connection(1686396086)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.876--ServerSession(454071866)--Connection(1446122798)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.876--UnitOfWork(1852838114)--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]: 2024-04-30 17:54:17.876--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.877--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.877--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.877--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.877--ServerSession(454071866)--Connection(1774743115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.877--ServerSession(454071866)--Connection(1774743115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.877--ServerSession(454071866)--Connection(833560102)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.877--ServerSession(454071866)--Connection(1774743115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.878--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.878--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.878--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.878--ServerSession(454071866)--Connection(844124953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.878--ServerSession(454071866)--Connection(844124953)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.878--ServerSession(454071866)--Connection(2068264283)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.878--ServerSession(454071866)--Connection(844124953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.879--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.879--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.879--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.879--ServerSession(454071866)--Connection(1562019530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.879--ServerSession(454071866)--Connection(1562019530)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.879--ServerSession(454071866)--Connection(523603423)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.879--ServerSession(454071866)--Connection(1562019530)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.88--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.88--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.88--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.88--ServerSession(454071866)--Connection(1616286268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.88--ServerSession(454071866)--Connection(1616286268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.88--ServerSession(454071866)--Connection(1396613276)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.88--ServerSession(454071866)--Connection(1616286268)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.881--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.881--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.881--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.881--ServerSession(454071866)--Connection(243541694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.881--ServerSession(454071866)--Connection(243541694)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.881--ServerSession(454071866)--Connection(681074098)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.881--ServerSession(454071866)--Connection(243541694)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.882--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.882--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.882--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.882--ServerSession(454071866)--Connection(1061940664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.882--ServerSession(454071866)--Connection(1061940664)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.882--ServerSession(454071866)--Connection(1439973934)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.882--ServerSession(454071866)--Connection(1061940664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.882--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.883--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.883--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.883--ServerSession(454071866)--Connection(1975858950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.883--ServerSession(454071866)--Connection(1975858950)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.883--ServerSession(454071866)--Connection(49798818)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.883--ServerSession(454071866)--Connection(1975858950)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.883--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.883--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.884--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.884--ServerSession(454071866)--Connection(483040675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.884--ServerSession(454071866)--Connection(483040675)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.884--ServerSession(454071866)--Connection(544490070)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.884--ServerSession(454071866)--Connection(483040675)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.884--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.884--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.884--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.884--ServerSession(454071866)--Connection(376673533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.885--ServerSession(454071866)--Connection(376673533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.885--ServerSession(454071866)--Connection(345440919)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.885--ServerSession(454071866)--Connection(376673533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.885--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.885--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.885--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.885--ServerSession(454071866)--Connection(1297856446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.885--ServerSession(454071866)--Connection(1297856446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.886--ServerSession(454071866)--Connection(1643415352)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.886--ServerSession(454071866)--Connection(1297856446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.886--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.886--ClientSession(934973150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2024-04-30 17:54:17.886--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.886--ServerSession(454071866)--Connection(303671583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.886--ServerSession(454071866)--Connection(303671583)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.887--ServerSession(454071866)--Connection(1460744483)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.887--ServerSession(454071866)--Connection(303671583)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.887--UnitOfWork(1852838114)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.887--ClientSession(934973150)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.897--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2050713957 [junit] [EL Finer]: 2024-04-30 17:54:17.897--ClientSession(2050713957)--Thread(Thread[main,5,main])--acquire unit of work: 1712502129 [junit] [EL Finest]: 2024-04-30 17:54:17.897--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.897--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.897--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.897--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2024-04-30 17:54:17.897--ServerSession(454071866)--Connection(953587848)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.897--ClientSession(2050713957)--Connection(953587848)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.898--ClientSession(2050713957)--Connection(953587848)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.898--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@55064b55) [junit] [EL Fine]: 2024-04-30 17:54:17.898--ClientSession(2050713957)--Connection(24444950)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.898--ClientSession(2050713957)--Connection(24444950)--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@269607a4, [B@2a88c926, [B@3d409d1, 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]: 2024-04-30 17:54:17.899--ClientSession(2050713957)--Connection(24444950)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.899--ServerSession(454071866)--Connection(953587848)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.899--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.899--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.899--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.899--ClientSession(2050713957)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.899--UnitOfWork(1712502129)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.899--ClientSession(2050713957)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.9--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2123604590 [junit] [EL Finer]: 2024-04-30 17:54:17.9--ClientSession(2123604590)--Thread(Thread[main,5,main])--acquire unit of work: 1772397099 [junit] [EL Finest]: 2024-04-30 17:54:17.9--UnitOfWork(1772397099)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.9--ServerSession(454071866)--Connection(2074186975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.9--ServerSession(454071866)--Connection(2074186975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.9--ServerSession(454071866)--Connection(35426008)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:17.901--ServerSession(454071866)--Connection(2074186975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.901--UnitOfWork(1772397099)--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]: 2024-04-30 17:54:17.901--UnitOfWork(1772397099)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2024-04-30 17:54:17.901--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1014681106 [junit] [EL Finer]: 2024-04-30 17:54:17.901--ClientSession(1014681106)--Thread(Thread[main,5,main])--acquire unit of work: 603665230 [junit] [EL Finer]: 2024-04-30 17:54:17.902--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.902--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.902--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.902--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.902--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.902--ServerSession(454071866)--Connection(116589395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.902--ServerSession(454071866)--Connection(116589395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.902--ServerSession(454071866)--Connection(944577005)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.902--ServerSession(454071866)--Connection(116589395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.902--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.902--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.902--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.902--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(700998751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(700998751)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(926876590)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(700998751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.903--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(1950156636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(1950156636)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(507342616)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(1950156636)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.903--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.903--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(1493377715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.903--ServerSession(454071866)--Connection(1493377715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(1159252264)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(1493377715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.904--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.904--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.904--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.904--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.904--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(1623238662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(1623238662)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(546703383)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(1623238662)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.904--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.904--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.904--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.904--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.904--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(1380252219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(1380252219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.904--ServerSession(454071866)--Connection(933357805)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(1380252219)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.905--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.905--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.905--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.905--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.905--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(579045650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(579045650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(1466120795)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(579045650)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.905--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.905--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.905--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.905--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.905--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(1954841067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(1954841067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(1248939376)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.905--ServerSession(454071866)--Connection(1954841067)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.906--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.906--ServerSession(454071866)--Connection(16816714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.906--ServerSession(454071866)--Connection(16816714)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.906--ServerSession(454071866)--Connection(1364969560)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.906--ServerSession(454071866)--Connection(16816714)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.906--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.906--ServerSession(454071866)--Connection(1699191382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.906--ServerSession(454071866)--Connection(1699191382)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.906--ServerSession(454071866)--Connection(1620086398)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.906--ServerSession(454071866)--Connection(1699191382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.906--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.906--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(1982907511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(1982907511)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(805070285)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(1982907511)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.907--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(280987650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(280987650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(1625089310)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(280987650)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.907--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.907--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(944036866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.907--ServerSession(454071866)--Connection(944036866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(1415031952)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(944036866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.908--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.908--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.908--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.908--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.908--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(1861072814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(1861072814)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(1893188285)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(1861072814)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.908--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.908--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.908--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.908--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.908--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(1759515620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(1759515620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.908--ServerSession(454071866)--Connection(1798539665)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.909--ServerSession(454071866)--Connection(1759515620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.909--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.909--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.909--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.909--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.909--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.909--ServerSession(454071866)--Connection(1381885655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.909--ServerSession(454071866)--Connection(1381885655)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.909--ServerSession(454071866)--Connection(977973323)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.909--ServerSession(454071866)--Connection(1381885655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.909--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.909--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.909--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.909--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.909--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.909--ServerSession(454071866)--Connection(1093759654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.909--ServerSession(454071866)--Connection(1093759654)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.909--ServerSession(454071866)--Connection(442805595)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.91--ServerSession(454071866)--Connection(1093759654)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.91--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.91--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.91--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.91--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.91--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.91--ServerSession(454071866)--Connection(369195407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.91--ServerSession(454071866)--Connection(369195407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.91--ServerSession(454071866)--Connection(1559203243)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.91--ServerSession(454071866)--Connection(369195407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.91--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.91--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.91--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.91--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.91--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.91--ServerSession(454071866)--Connection(1152878773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.91--ServerSession(454071866)--Connection(1152878773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.91--ServerSession(454071866)--Connection(1508330669)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.911--ServerSession(454071866)--Connection(1152878773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.911--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.911--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.911--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.911--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.911--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.911--ServerSession(454071866)--Connection(1835504866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.911--ServerSession(454071866)--Connection(1835504866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.911--ServerSession(454071866)--Connection(359484379)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.911--ServerSession(454071866)--Connection(1835504866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.911--UnitOfWork(603665230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.911--ClientSession(1014681106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.911--UnitOfWork(603665230)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.911--UnitOfWork(603665230)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.911--UnitOfWork(603665230)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.911--ServerSession(454071866)--Connection(664751017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.911--ServerSession(454071866)--Connection(664751017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.911--ServerSession(454071866)--Connection(1980631868)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.912--ServerSession(454071866)--Connection(664751017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:17.912--UnitOfWork(603665230)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.912--ClientSession(1014681106)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.912--UnitOfWork(1772397099)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.912--ClientSession(2123604590)--Thread(Thread[main,5,main])--client released [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 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.01 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.SimpleTest [junit] [EL Finer]: 2024-04-30 17:54:17.942--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 102474787 [junit] [EL Finer]: 2024-04-30 17:54:17.942--ClientSession(102474787)--Thread(Thread[main,5,main])--acquire unit of work: 242064084 [junit] [EL Finest]: 2024-04-30 17:54:17.942--UnitOfWork(242064084)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.942--ServerSession(454071866)--Connection(1242503746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.942--ClientSession(102474787)--Connection(1242503746)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.942--ClientSession(102474787)--Connection(1242503746)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.942--ClientSession(102474787)--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]: 2024-04-30 17:54:17.942--ClientSession(102474787)--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]: 2024-04-30 17:54:17.966--ClientSession(102474787)--Connection(292459932)--Thread(Thread[main,5,main])--UPDATE DIS_SEQ_DIS SET GEN_VAL = GEN_VAL + ? WHERE GEN_KEY = ? [junit] bind => [50, Component] [junit] [EL Fine]: 2024-04-30 17:54:17.967--ClientSession(102474787)--Connection(292459932)--Thread(Thread[main,5,main])--SELECT GEN_VAL FROM DIS_SEQ_DIS WHERE GEN_KEY = ? [junit] bind => [Component] [junit] [EL Finest]: 2024-04-30 17:54:17.967--ClientSession(102474787)--Connection(292459932)--Thread(Thread[main,5,main])--local sequencing preallocation for Component: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2024-04-30 17:54:17.967--ClientSession(102474787)--Connection(292459932)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.968--ServerSession(454071866)--Connection(292459932)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2024-04-30 17:54:17.968--ServerSession(454071866)--Connection(1242503746)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2024-04-30 17:54:17.968--UnitOfWork(242064084)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@4ea36a3) [junit] [EL Finest]: 2024-04-30 17:54:17.968--UnitOfWork(242064084)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.968--UnitOfWork(242064084)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.968--UnitOfWork(242064084)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.968--UnitOfWork(242064084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@4ea36a3) [junit] [EL Finest]: 2024-04-30 17:54:17.968--ServerSession(454071866)--Connection(793933059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.968--ClientSession(102474787)--Connection(793933059)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.968--ClientSession(102474787)--Connection(793933059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.969--UnitOfWork(242064084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat@71750f58) [junit] [EL Fine]: 2024-04-30 17:54:17.969--ClientSession(102474787)--Connection(1255858156)--Thread(Thread[main,5,main])--INSERT INTO TMP_COMPONENT (ID) VALUES (?) [junit] bind => [1] [junit] [EL Finest]: 2024-04-30 17:54:17.97--UnitOfWork(242064084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat@14d2aa2b) [junit] [EL Finer]: 2024-04-30 17:54:17.97--ClientSession(102474787)--Connection(1255858156)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2024-04-30 17:54:17.97--ClientSession(102474787)--Connection(1255858156)--Thread(Thread[main,5,main])--INSERT INTO TMP_METRIC (INSPECTION_ID, COMPONENT_ID, NAME, FLOATVALUE, TYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2024-04-30 17:54:17.97--ClientSession(102474787)--Connection(1255858156)--Thread(Thread[main,5,main])-- bind => [1, 1, metric2, 2.0, FLOAT] [junit] [EL Fine]: 2024-04-30 17:54:17.97--ClientSession(102474787)--Connection(1255858156)--Thread(Thread[main,5,main])-- bind => [1, 1, metric1, 1.0, FLOAT] [junit] [EL Finer]: 2024-04-30 17:54:17.97--ClientSession(102474787)--Connection(1255858156)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2024-04-30 17:54:17.971--ClientSession(102474787)--Connection(1255858156)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.971--ServerSession(454071866)--Connection(793933059)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.971--UnitOfWork(242064084)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.971--UnitOfWork(242064084)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2024-04-30 17:54:17.972--UnitOfWork(242064084)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readComponent" referenceClass=Component sql="SELECT ID FROM TMP_COMPONENT WHERE (ID = ?)") [junit] [EL Finer]: 2024-04-30 17:54:17.972--UnitOfWork(242064084)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:17.973--UnitOfWork(242064084)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@4ea36a3) [junit] [EL Finer]: 2024-04-30 17:54:17.973--UnitOfWork(242064084)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.973--UnitOfWork(242064084)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.983--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 762191039 [junit] [EL Finer]: 2024-04-30 17:54:17.983--ClientSession(762191039)--Thread(Thread[main,5,main])--acquire unit of work: 1423291368 [junit] [EL Finest]: 2024-04-30 17:54:17.983--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.983--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.983--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.983--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:17.983--ServerSession(454071866)--Connection(220463509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.983--ClientSession(762191039)--Connection(220463509)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.983--ClientSession(762191039)--Connection(220463509)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.983--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b7452a9) [junit] [EL Fine]: 2024-04-30 17:54:17.983--ClientSession(762191039)--Connection(1950153602)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [8, acht, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.984--ClientSession(762191039)--Connection(1950153602)--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]: 2024-04-30 17:54:17.984--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.984--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.984--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.984--ClientSession(762191039)--Connection(1950153602)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.984--ServerSession(454071866)--Connection(220463509)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.985--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.985--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.985--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.985--ClientSession(762191039)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.985--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.985--ClientSession(762191039)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.985--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 617481553 [junit] [EL Finer]: 2024-04-30 17:54:17.985--ClientSession(617481553)--Thread(Thread[main,5,main])--acquire unit of work: 452897281 [junit] [EL Finest]: 2024-04-30 17:54:17.985--UnitOfWork(452897281)--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]: 2024-04-30 17:54:17.985--UnitOfWork(452897281)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8 [junit] [EL Finest]: 2024-04-30 17:54:17.985--UnitOfWork(452897281)--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]: 2024-04-30 17:54:17.985--UnitOfWork(452897281)--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]: 2024-04-30 17:54:17.985--UnitOfWork(452897281)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d2be854 [junit] [EL Finest]: 2024-04-30 17:54:17.985--UnitOfWork(452897281)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8 [junit] [EL Finest]: 2024-04-30 17:54:17.985--UnitOfWork(452897281)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.985--ServerSession(454071866)--Connection(705770404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.985--ServerSession(454071866)--Connection(705770404)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.985--ServerSession(454071866)--Connection(361903927)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.986--ServerSession(454071866)--Connection(705770404)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.986--UnitOfWork(452897281)--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]: 2024-04-30 17:54:17.986--UnitOfWork(452897281)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.986--UnitOfWork(452897281)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2024-04-30 17:54:17.986--ServerSession(454071866)--Connection(1697259188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.986--ClientSession(617481553)--Connection(1697259188)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.986--ClientSession(617481553)--Connection(1697259188)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.987--UnitOfWork(452897281)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@455027ad) [junit] [EL Fine]: 2024-04-30 17:54:17.987--ClientSession(617481553)--Connection(2074635550)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [88888888, 2, 8, 1] [junit] [EL Fine]: 2024-04-30 17:54:17.987--ClientSession(617481553)--Connection(2074635550)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET LASTNAME = ? WHERE (ID = ?) [junit] bind => [Hastig, 3] [junit] [EL Finer]: 2024-04-30 17:54:17.987--UnitOfWork(452897281)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.987--UnitOfWork(452897281)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.987--UnitOfWork(452897281)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.987--ClientSession(617481553)--Connection(2074635550)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.988--ServerSession(454071866)--Connection(1697259188)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.988--UnitOfWork(452897281)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.988--UnitOfWork(452897281)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.988--UnitOfWork(452897281)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.988--ClientSession(617481553)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.988--UnitOfWork(452897281)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.988--ClientSession(617481553)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:17.988--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 960611396 [junit] [EL Finer]: 2024-04-30 17:54:17.988--ClientSession(960611396)--Thread(Thread[main,5,main])--acquire unit of work: 578416865 [junit] [EL Finest]: 2024-04-30 17:54:17.988--UnitOfWork(578416865)--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]: 2024-04-30 17:54:17.988--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d2be854 [junit] [EL Finest]: 2024-04-30 17:54:17.988--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8 [junit] [EL Finest]: 2024-04-30 17:54:17.988--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:17.988--ServerSession(454071866)--Connection(1867692447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.988--ServerSession(454071866)--Connection(1867692447)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:17.988--ServerSession(454071866)--Connection(37859948)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:17.989--ServerSession(454071866)--Connection(1867692447)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:17.989--UnitOfWork(578416865)--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]: 2024-04-30 17:54:17.989--UnitOfWork(578416865)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:17.989--UnitOfWork(578416865)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:17.989--UnitOfWork(578416865)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2024-04-30 17:54:17.989--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:17.989--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:17.989--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:17.989--ServerSession(454071866)--Connection(1260985396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.989--ClientSession(960611396)--Connection(1260985396)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:17.989--ClientSession(960611396)--Connection(1260985396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:17.99--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.99--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:17.99--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.99--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:17.99--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.99--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:17.99--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.99--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:17.99--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:17.99--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:17.991--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fe15460) [junit] [EL Fine]: 2024-04-30 17:54:17.991--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2024-04-30 17:54:17.991--UnitOfWork(578416865)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Fine]: 2024-04-30 17:54:17.991--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [3] [junit] [EL Fine]: 2024-04-30 17:54:17.991--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [8, 2] [junit] [EL Finer]: 2024-04-30 17:54:17.992--UnitOfWork(578416865)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2024-04-30 17:54:17.992--UnitOfWork(578416865)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.992--UnitOfWork(578416865)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.992--ClientSession(960611396)--Connection(700274549)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:17.992--ServerSession(454071866)--Connection(1260985396)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:17.992--UnitOfWork(578416865)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:17.992--UnitOfWork(578416865)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.992--UnitOfWork(578416865)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.992--ClientSession(960611396)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:17.992--UnitOfWork(578416865)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:17.992--ClientSession(960611396)--Thread(Thread[main,5,main])--client released [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes [junit] [EL Finer]: 2024-04-30 17:54:18.008--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2076185496 [junit] [EL Finer]: 2024-04-30 17:54:18.008--ClientSession(2076185496)--Thread(Thread[main,5,main])--acquire unit of work: 1603962841 [junit] [EL Finest]: 2024-04-30 17:54:18.008--UnitOfWork(1603962841)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.008--UnitOfWork(1603962841)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.008--UnitOfWork(1603962841)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6cc8136b) [junit] [EL Finest]: 2024-04-30 17:54:18.008--ServerSession(454071866)--Connection(1194175739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.008--ClientSession(2076185496)--Connection(1194175739)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.008--ClientSession(2076185496)--Connection(1194175739)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.009--ClientSession(2076185496)--Connection(1283612552)--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]: 2024-04-30 17:54:18.009--ClientSession(2076185496)--Connection(1283612552)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.009--ServerSession(454071866)--Connection(1194175739)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.009--UnitOfWork(1603962841)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.009--UnitOfWork(1603962841)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.009--UnitOfWork(1603962841)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.01--ClientSession(2076185496)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.01--UnitOfWork(1603962841)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.01--ClientSession(2076185496)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.01--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 222020906 [junit] [EL Finer]: 2024-04-30 17:54:18.01--ClientSession(222020906)--Thread(Thread[main,5,main])--acquire unit of work: 668723714 [junit] [EL Finest]: 2024-04-30 17:54:18.01--UnitOfWork(668723714)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.01--ServerSession(454071866)--Connection(2038140782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.01--ServerSession(454071866)--Connection(2038140782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.01--ServerSession(454071866)--Connection(1937572583)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.01--ServerSession(454071866)--Connection(2038140782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.01--UnitOfWork(668723714)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.011--UnitOfWork(668723714)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.011--UnitOfWork(668723714)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.011--UnitOfWork(668723714)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.011--UnitOfWork(668723714)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.011--ClientSession(222020906)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.011--UnitOfWork(668723714)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.011--ClientSession(222020906)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.011--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1713067296 [junit] [EL Finer]: 2024-04-30 17:54:18.011--ClientSession(1713067296)--Thread(Thread[main,5,main])--acquire unit of work: 582655991 [junit] [EL Finest]: 2024-04-30 17:54:18.011--UnitOfWork(582655991)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.011--ServerSession(454071866)--Connection(86285526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.011--ServerSession(454071866)--Connection(86285526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.011--ServerSession(454071866)--Connection(674311848)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.011--ServerSession(454071866)--Connection(86285526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.011--UnitOfWork(582655991)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.011--UnitOfWork(582655991)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.012--UnitOfWork(582655991)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@628cbc8c) [junit] [EL Finest]: 2024-04-30 17:54:18.012--ServerSession(454071866)--Connection(128845232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.012--ClientSession(1713067296)--Connection(128845232)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.012--ClientSession(1713067296)--Connection(128845232)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.012--ClientSession(1713067296)--Connection(1178495466)--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]: 2024-04-30 17:54:18.012--ClientSession(1713067296)--Connection(1178495466)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.013--ServerSession(454071866)--Connection(128845232)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.013--UnitOfWork(582655991)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.013--UnitOfWork(582655991)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.013--UnitOfWork(582655991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.013--ClientSession(1713067296)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.013--UnitOfWork(582655991)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.013--ClientSession(1713067296)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.013--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1087550741 [junit] [EL Finer]: 2024-04-30 17:54:18.013--ClientSession(1087550741)--Thread(Thread[main,5,main])--acquire unit of work: 925285178 [junit] [EL Finest]: 2024-04-30 17:54:18.013--UnitOfWork(925285178)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.013--ServerSession(454071866)--Connection(48428301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.013--ServerSession(454071866)--Connection(48428301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.013--ServerSession(454071866)--Connection(1898629916)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.013--ServerSession(454071866)--Connection(48428301)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.023--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1444638972 [junit] [EL Finer]: 2024-04-30 17:54:18.023--ClientSession(1444638972)--Thread(Thread[main,5,main])--acquire unit of work: 790899779 [junit] [EL Finest]: 2024-04-30 17:54:18.023--UnitOfWork(790899779)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.023--UnitOfWork(790899779)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.023--UnitOfWork(790899779)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7117d134) [junit] [EL Finest]: 2024-04-30 17:54:18.023--ServerSession(454071866)--Connection(180520104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.023--ClientSession(1444638972)--Connection(180520104)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.023--ClientSession(1444638972)--Connection(180520104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.023--ClientSession(1444638972)--Connection(67827591)--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]: 2024-04-30 17:54:18.024--ClientSession(1444638972)--Connection(67827591)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.024--ServerSession(454071866)--Connection(180520104)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.024--UnitOfWork(790899779)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.024--UnitOfWork(790899779)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.024--UnitOfWork(790899779)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.024--ClientSession(1444638972)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.024--UnitOfWork(790899779)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.024--ClientSession(1444638972)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.024--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1355967342 [junit] [EL Finer]: 2024-04-30 17:54:18.024--ClientSession(1355967342)--Thread(Thread[main,5,main])--acquire unit of work: 1311461912 [junit] [EL Finest]: 2024-04-30 17:54:18.024--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.024--ServerSession(454071866)--Connection(491664021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.024--ServerSession(454071866)--Connection(491664021)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.024--ServerSession(454071866)--Connection(247773295)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.025--ServerSession(454071866)--Connection(491664021)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.025--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.025--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.025--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.025--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.025--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@59210be9) [junit] [EL Finest]: 2024-04-30 17:54:18.025--ServerSession(454071866)--Connection(584579569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.025--ClientSession(1355967342)--Connection(584579569)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.025--ClientSession(1355967342)--Connection(584579569)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.026--ClientSession(1355967342)--Connection(1937297409)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [48, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.026--ClientSession(1355967342)--Connection(1937297409)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.026--ServerSession(454071866)--Connection(584579569)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.026--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.026--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.026--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.026--ClientSession(1355967342)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.026--UnitOfWork(1311461912)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.026--ClientSession(1355967342)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.026--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1049709766 [junit] [EL Finer]: 2024-04-30 17:54:18.026--ClientSession(1049709766)--Thread(Thread[main,5,main])--acquire unit of work: 596910740 [junit] [EL Finest]: 2024-04-30 17:54:18.026--UnitOfWork(596910740)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.026--UnitOfWork(596910740)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.026--UnitOfWork(596910740)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@59210be9) [junit] [EL Finest]: 2024-04-30 17:54:18.026--ServerSession(454071866)--Connection(1586029287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.026--ClientSession(1049709766)--Connection(1586029287)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.027--ClientSession(1049709766)--Connection(1586029287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.027--ClientSession(1049709766)--Connection(1758035395)--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@6acb728c, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:18.027--ClientSession(1049709766)--Connection(1758035395)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.027--ServerSession(454071866)--Connection(1586029287)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.027--UnitOfWork(596910740)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.027--UnitOfWork(596910740)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.027--UnitOfWork(596910740)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.028--ClientSession(1049709766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.028--UnitOfWork(596910740)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.028--ClientSession(1049709766)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.028--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 796468713 [junit] [EL Finer]: 2024-04-30 17:54:18.028--ClientSession(796468713)--Thread(Thread[main,5,main])--acquire unit of work: 504851864 [junit] [EL Finest]: 2024-04-30 17:54:18.028--UnitOfWork(504851864)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.028--ServerSession(454071866)--Connection(1033055484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.028--ServerSession(454071866)--Connection(1033055484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.028--ServerSession(454071866)--Connection(1880185595)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.028--ServerSession(454071866)--Connection(1033055484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.028--UnitOfWork(504851864)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.028--UnitOfWork(504851864)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.028--UnitOfWork(504851864)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.028--UnitOfWork(504851864)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.028--UnitOfWork(504851864)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.028--ClientSession(796468713)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.028--UnitOfWork(504851864)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.028--ClientSession(796468713)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.028--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1830015823 [junit] [EL Finer]: 2024-04-30 17:54:18.028--ClientSession(1830015823)--Thread(Thread[main,5,main])--acquire unit of work: 1884553991 [junit] [EL Finest]: 2024-04-30 17:54:18.029--UnitOfWork(1884553991)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.029--ServerSession(454071866)--Connection(1043953114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.029--ServerSession(454071866)--Connection(1043953114)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.029--ServerSession(454071866)--Connection(1431535171)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.029--ServerSession(454071866)--Connection(1043953114)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.029--UnitOfWork(1884553991)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.029--UnitOfWork(1884553991)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.029--UnitOfWork(1884553991)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@76b525e4) [junit] [EL Finest]: 2024-04-30 17:54:18.029--ServerSession(454071866)--Connection(1295572482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.029--ClientSession(1830015823)--Connection(1295572482)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.029--ClientSession(1830015823)--Connection(1295572482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.03--ClientSession(1830015823)--Connection(2114480990)--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]: 2024-04-30 17:54:18.03--ClientSession(1830015823)--Connection(2114480990)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.03--ServerSession(454071866)--Connection(1295572482)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.03--UnitOfWork(1884553991)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.03--UnitOfWork(1884553991)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.03--UnitOfWork(1884553991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.03--ClientSession(1830015823)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.03--UnitOfWork(1884553991)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.03--ClientSession(1830015823)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.03--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1324193482 [junit] [EL Finer]: 2024-04-30 17:54:18.03--ClientSession(1324193482)--Thread(Thread[main,5,main])--acquire unit of work: 6985425 [junit] [EL Finest]: 2024-04-30 17:54:18.03--UnitOfWork(6985425)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.031--ServerSession(454071866)--Connection(1023762201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.031--ServerSession(454071866)--Connection(1023762201)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.031--ServerSession(454071866)--Connection(215982986)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.031--ServerSession(454071866)--Connection(1023762201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.031--UnitOfWork(6985425)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.031--UnitOfWork(6985425)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.031--UnitOfWork(6985425)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7aaee816) [junit] [EL Finest]: 2024-04-30 17:54:18.031--ServerSession(454071866)--Connection(485928988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.031--ClientSession(1324193482)--Connection(485928988)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.031--ClientSession(1324193482)--Connection(485928988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.032--ClientSession(1324193482)--Connection(240426080)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@3b72a58, 3, 48, 2] [junit] [EL Finer]: 2024-04-30 17:54:18.032--ClientSession(1324193482)--Connection(240426080)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.032--ServerSession(454071866)--Connection(485928988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.032--UnitOfWork(6985425)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.032--UnitOfWork(6985425)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.032--UnitOfWork(6985425)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.032--ClientSession(1324193482)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.032--UnitOfWork(6985425)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.032--ClientSession(1324193482)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.032--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1860729896 [junit] [EL Finer]: 2024-04-30 17:54:18.032--ClientSession(1860729896)--Thread(Thread[main,5,main])--acquire unit of work: 1421307463 [junit] [EL Finest]: 2024-04-30 17:54:18.032--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.032--ServerSession(454071866)--Connection(2125090605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.032--ServerSession(454071866)--Connection(2125090605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.032--ServerSession(454071866)--Connection(66367800)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.033--ServerSession(454071866)--Connection(2125090605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.033--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.033--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.033--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@417a0289) [junit] [EL Finest]: 2024-04-30 17:54:18.033--ServerSession(454071866)--Connection(1272901445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.033--ClientSession(1860729896)--Connection(1272901445)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.033--ClientSession(1860729896)--Connection(1272901445)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.033--ClientSession(1860729896)--Connection(1887021195)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@61868078, 4, 48, 3] [junit] [EL Finer]: 2024-04-30 17:54:18.034--ClientSession(1860729896)--Connection(1887021195)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.034--ServerSession(454071866)--Connection(1272901445)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.034--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.034--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.034--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.034--ClientSession(1860729896)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.034--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.034--ClientSession(1860729896)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.034--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 240369021 [junit] [EL Finer]: 2024-04-30 17:54:18.034--ClientSession(240369021)--Thread(Thread[main,5,main])--acquire unit of work: 1535338895 [junit] [EL Finest]: 2024-04-30 17:54:18.034--UnitOfWork(1535338895)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.034--ServerSession(454071866)--Connection(1719910276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.034--ServerSession(454071866)--Connection(1719910276)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.034--ServerSession(454071866)--Connection(174146954)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.035--ServerSession(454071866)--Connection(1719910276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.035--UnitOfWork(1535338895)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.072--UnitOfWork(1535338895)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.072--UnitOfWork(1535338895)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@59c57449) [junit] [EL Finest]: 2024-04-30 17:54:18.072--ServerSession(454071866)--Connection(579654589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.072--ClientSession(240369021)--Connection(579654589)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.072--ClientSession(240369021)--Connection(579654589)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.073--ClientSession(240369021)--Connection(1850022859)--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]: 2024-04-30 17:54:18.073--ClientSession(240369021)--Connection(1850022859)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.073--ServerSession(454071866)--Connection(579654589)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.074--UnitOfWork(1535338895)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.074--UnitOfWork(1535338895)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.074--UnitOfWork(1535338895)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.074--ClientSession(240369021)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.074--UnitOfWork(1535338895)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.074--ClientSession(240369021)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.074--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 843332441 [junit] [EL Finer]: 2024-04-30 17:54:18.074--ClientSession(843332441)--Thread(Thread[main,5,main])--acquire unit of work: 1980831639 [junit] [EL Finest]: 2024-04-30 17:54:18.074--UnitOfWork(1980831639)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.074--ServerSession(454071866)--Connection(810336733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.074--ServerSession(454071866)--Connection(810336733)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.074--ServerSession(454071866)--Connection(787054927)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.074--ServerSession(454071866)--Connection(810336733)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.083--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2073073259 [junit] [EL Finer]: 2024-04-30 17:54:18.083--ClientSession(2073073259)--Thread(Thread[main,5,main])--acquire unit of work: 1051633541 [junit] [EL Finest]: 2024-04-30 17:54:18.083--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.083--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.084--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@71a87f0d) [junit] [EL Finest]: 2024-04-30 17:54:18.084--ServerSession(454071866)--Connection(1435416939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.084--ClientSession(2073073259)--Connection(1435416939)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.084--ClientSession(2073073259)--Connection(1435416939)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.084--ClientSession(2073073259)--Connection(517455568)--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]: 2024-04-30 17:54:18.084--ClientSession(2073073259)--Connection(517455568)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.085--ServerSession(454071866)--Connection(1435416939)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.085--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.085--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.085--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.085--ClientSession(2073073259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.085--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.085--ClientSession(2073073259)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.085--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 341033203 [junit] [EL Finer]: 2024-04-30 17:54:18.085--ClientSession(341033203)--Thread(Thread[main,5,main])--acquire unit of work: 884369139 [junit] [EL Finest]: 2024-04-30 17:54:18.085--UnitOfWork(884369139)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.085--ServerSession(454071866)--Connection(389312395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.085--ServerSession(454071866)--Connection(389312395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.085--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.085--ServerSession(454071866)--Connection(389312395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.086--UnitOfWork(884369139)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.086--UnitOfWork(884369139)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.086--UnitOfWork(884369139)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.086--UnitOfWork(884369139)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.086--UnitOfWork(884369139)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@198a10fa) [junit] [EL Finest]: 2024-04-30 17:54:18.086--ServerSession(454071866)--Connection(708014484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.086--ClientSession(341033203)--Connection(708014484)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.086--ClientSession(341033203)--Connection(708014484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.086--ClientSession(341033203)--Connection(1461966136)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [17, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.086--ClientSession(341033203)--Connection(1461966136)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.087--ServerSession(454071866)--Connection(708014484)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.087--UnitOfWork(884369139)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.087--UnitOfWork(884369139)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.087--UnitOfWork(884369139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.087--ClientSession(341033203)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.087--UnitOfWork(884369139)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.087--ClientSession(341033203)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.087--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 7131273 [junit] [EL Finer]: 2024-04-30 17:54:18.087--ClientSession(7131273)--Thread(Thread[main,5,main])--acquire unit of work: 836939457 [junit] [EL Finest]: 2024-04-30 17:54:18.087--UnitOfWork(836939457)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.087--UnitOfWork(836939457)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.087--UnitOfWork(836939457)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@198a10fa) [junit] [EL Finest]: 2024-04-30 17:54:18.087--ServerSession(454071866)--Connection(1584884240)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.087--ClientSession(7131273)--Connection(1584884240)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.087--ClientSession(7131273)--Connection(1584884240)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.087--ClientSession(7131273)--Connection(947454415)--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]: 2024-04-30 17:54:18.088--ClientSession(7131273)--Connection(947454415)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.088--ServerSession(454071866)--Connection(1584884240)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.088--UnitOfWork(836939457)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.088--UnitOfWork(836939457)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.088--UnitOfWork(836939457)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.088--ClientSession(7131273)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.088--UnitOfWork(836939457)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.088--ClientSession(7131273)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.088--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1839669081 [junit] [EL Finer]: 2024-04-30 17:54:18.088--ClientSession(1839669081)--Thread(Thread[main,5,main])--acquire unit of work: 149278487 [junit] [EL Finest]: 2024-04-30 17:54:18.088--UnitOfWork(149278487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.088--ServerSession(454071866)--Connection(2019741885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.088--ServerSession(454071866)--Connection(2019741885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.088--ServerSession(454071866)--Connection(760954650)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.089--ServerSession(454071866)--Connection(2019741885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.089--UnitOfWork(149278487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.089--UnitOfWork(149278487)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.089--UnitOfWork(149278487)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.089--UnitOfWork(149278487)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.089--UnitOfWork(149278487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.089--ClientSession(1839669081)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.089--UnitOfWork(149278487)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.089--ClientSession(1839669081)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.089--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1152834532 [junit] [EL Finer]: 2024-04-30 17:54:18.089--ClientSession(1152834532)--Thread(Thread[main,5,main])--acquire unit of work: 562120981 [junit] [EL Finest]: 2024-04-30 17:54:18.089--UnitOfWork(562120981)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.089--ServerSession(454071866)--Connection(1038082573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.089--ServerSession(454071866)--Connection(1038082573)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.089--ServerSession(454071866)--Connection(17495490)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.089--ServerSession(454071866)--Connection(1038082573)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.09--UnitOfWork(562120981)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.09--UnitOfWork(562120981)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.09--UnitOfWork(562120981)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58f3416a) [junit] [EL Finest]: 2024-04-30 17:54:18.09--ServerSession(454071866)--Connection(878374257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.09--ClientSession(1152834532)--Connection(878374257)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.09--ClientSession(1152834532)--Connection(878374257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.09--ClientSession(1152834532)--Connection(1986007681)--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]: 2024-04-30 17:54:18.09--ClientSession(1152834532)--Connection(1986007681)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.091--ServerSession(454071866)--Connection(878374257)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.091--UnitOfWork(562120981)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.091--UnitOfWork(562120981)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.091--UnitOfWork(562120981)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.091--ClientSession(1152834532)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.091--UnitOfWork(562120981)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.091--ClientSession(1152834532)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.091--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 843443382 [junit] [EL Finer]: 2024-04-30 17:54:18.091--ClientSession(843443382)--Thread(Thread[main,5,main])--acquire unit of work: 1360506602 [junit] [EL Finest]: 2024-04-30 17:54:18.091--UnitOfWork(1360506602)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.091--ServerSession(454071866)--Connection(664099411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.091--ServerSession(454071866)--Connection(664099411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.091--ServerSession(454071866)--Connection(1737446986)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.091--ServerSession(454071866)--Connection(664099411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.091--UnitOfWork(1360506602)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.092--UnitOfWork(1360506602)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.092--UnitOfWork(1360506602)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@163ea703) [junit] [EL Finest]: 2024-04-30 17:54:18.092--ServerSession(454071866)--Connection(106174583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.092--ClientSession(843443382)--Connection(106174583)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.092--ClientSession(843443382)--Connection(106174583)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.092--ClientSession(843443382)--Connection(1832887874)--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]: 2024-04-30 17:54:18.092--ClientSession(843443382)--Connection(1832887874)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.092--ServerSession(454071866)--Connection(106174583)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.092--UnitOfWork(1360506602)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.092--UnitOfWork(1360506602)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.092--UnitOfWork(1360506602)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.092--ClientSession(843443382)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.092--UnitOfWork(1360506602)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.093--ClientSession(843443382)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.093--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 882277727 [junit] [EL Finer]: 2024-04-30 17:54:18.093--ClientSession(882277727)--Thread(Thread[main,5,main])--acquire unit of work: 304569370 [junit] [EL Finest]: 2024-04-30 17:54:18.093--UnitOfWork(304569370)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.093--ServerSession(454071866)--Connection(37418410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.093--ServerSession(454071866)--Connection(37418410)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.093--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.093--ServerSession(454071866)--Connection(37418410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.102--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 807049734 [junit] [EL Finer]: 2024-04-30 17:54:18.102--ClientSession(807049734)--Thread(Thread[main,5,main])--acquire unit of work: 312150693 [junit] [EL Finest]: 2024-04-30 17:54:18.102--UnitOfWork(312150693)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.102--UnitOfWork(312150693)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.102--UnitOfWork(312150693)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1830f083) [junit] [EL Finest]: 2024-04-30 17:54:18.102--ServerSession(454071866)--Connection(810155118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.102--ClientSession(807049734)--Connection(810155118)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.102--ClientSession(807049734)--Connection(810155118)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.103--ClientSession(807049734)--Connection(2051868384)--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]: 2024-04-30 17:54:18.103--ClientSession(807049734)--Connection(2051868384)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.103--ServerSession(454071866)--Connection(810155118)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.103--UnitOfWork(312150693)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.103--UnitOfWork(312150693)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.103--UnitOfWork(312150693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.103--ClientSession(807049734)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.103--UnitOfWork(312150693)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.103--ClientSession(807049734)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.103--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 224127558 [junit] [EL Finer]: 2024-04-30 17:54:18.103--ClientSession(224127558)--Thread(Thread[main,5,main])--acquire unit of work: 1913572623 [junit] [EL Finest]: 2024-04-30 17:54:18.104--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.104--ServerSession(454071866)--Connection(1617342376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.104--ServerSession(454071866)--Connection(1617342376)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.104--ServerSession(454071866)--Connection(930692643)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.104--ServerSession(454071866)--Connection(1617342376)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.104--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.104--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.104--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.104--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.104--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6140245e) [junit] [EL Finest]: 2024-04-30 17:54:18.105--ServerSession(454071866)--Connection(1257792677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.105--ClientSession(224127558)--Connection(1257792677)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.105--ClientSession(224127558)--Connection(1257792677)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.105--ClientSession(224127558)--Connection(955449025)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [14, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.105--ClientSession(224127558)--Connection(955449025)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.105--ServerSession(454071866)--Connection(1257792677)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.105--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.105--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.105--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.105--ClientSession(224127558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.105--UnitOfWork(1913572623)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.105--ClientSession(224127558)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.105--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 442335022 [junit] [EL Finer]: 2024-04-30 17:54:18.106--ClientSession(442335022)--Thread(Thread[main,5,main])--acquire unit of work: 319417740 [junit] [EL Finest]: 2024-04-30 17:54:18.106--UnitOfWork(319417740)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.106--UnitOfWork(319417740)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.106--UnitOfWork(319417740)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6140245e) [junit] [EL Finest]: 2024-04-30 17:54:18.106--ServerSession(454071866)--Connection(1718806524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.106--ClientSession(442335022)--Connection(1718806524)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.106--ClientSession(442335022)--Connection(1718806524)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.106--ClientSession(442335022)--Connection(388452371)--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]: 2024-04-30 17:54:18.106--ClientSession(442335022)--Connection(388452371)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.107--ServerSession(454071866)--Connection(1718806524)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.107--UnitOfWork(319417740)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.107--UnitOfWork(319417740)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.107--UnitOfWork(319417740)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.107--ClientSession(442335022)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.107--UnitOfWork(319417740)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.107--ClientSession(442335022)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.107--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1736323714 [junit] [EL Finer]: 2024-04-30 17:54:18.107--ClientSession(1736323714)--Thread(Thread[main,5,main])--acquire unit of work: 373453974 [junit] [EL Finest]: 2024-04-30 17:54:18.107--UnitOfWork(373453974)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.107--ServerSession(454071866)--Connection(1002969477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.107--ServerSession(454071866)--Connection(1002969477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.107--ServerSession(454071866)--Connection(96427264)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.107--ServerSession(454071866)--Connection(1002969477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.107--UnitOfWork(373453974)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.108--UnitOfWork(373453974)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.108--UnitOfWork(373453974)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.108--UnitOfWork(373453974)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.108--UnitOfWork(373453974)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.108--ClientSession(1736323714)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.108--UnitOfWork(373453974)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.108--ClientSession(1736323714)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.108--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 318215611 [junit] [EL Finer]: 2024-04-30 17:54:18.108--ClientSession(318215611)--Thread(Thread[main,5,main])--acquire unit of work: 487838175 [junit] [EL Finest]: 2024-04-30 17:54:18.108--UnitOfWork(487838175)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.108--ServerSession(454071866)--Connection(243893773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.108--ServerSession(454071866)--Connection(243893773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.108--ServerSession(454071866)--Connection(534061179)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.108--ServerSession(454071866)--Connection(243893773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.108--UnitOfWork(487838175)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.108--UnitOfWork(487838175)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.108--UnitOfWork(487838175)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@32bf96a5) [junit] [EL Finest]: 2024-04-30 17:54:18.109--ServerSession(454071866)--Connection(2115953061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.109--ClientSession(318215611)--Connection(2115953061)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.109--ClientSession(318215611)--Connection(2115953061)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.109--ClientSession(318215611)--Connection(811223677)--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]: 2024-04-30 17:54:18.109--ClientSession(318215611)--Connection(811223677)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.109--ServerSession(454071866)--Connection(2115953061)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.109--UnitOfWork(487838175)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.109--UnitOfWork(487838175)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.11--UnitOfWork(487838175)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.11--ClientSession(318215611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.11--UnitOfWork(487838175)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.11--ClientSession(318215611)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.11--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 118086747 [junit] [EL Finer]: 2024-04-30 17:54:18.11--ClientSession(118086747)--Thread(Thread[main,5,main])--acquire unit of work: 236127958 [junit] [EL Finest]: 2024-04-30 17:54:18.11--UnitOfWork(236127958)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.11--ServerSession(454071866)--Connection(1819847883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.11--ServerSession(454071866)--Connection(1819847883)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.11--ServerSession(454071866)--Connection(219158339)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.11--ServerSession(454071866)--Connection(1819847883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.11--UnitOfWork(236127958)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.11--UnitOfWork(236127958)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.11--UnitOfWork(236127958)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@52016248) [junit] [EL Finest]: 2024-04-30 17:54:18.11--ServerSession(454071866)--Connection(1980839949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.11--ClientSession(118086747)--Connection(1980839949)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.11--ClientSession(118086747)--Connection(1980839949)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.111--ClientSession(118086747)--Connection(633192552)--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]: 2024-04-30 17:54:18.111--ClientSession(118086747)--Connection(633192552)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.111--ServerSession(454071866)--Connection(1980839949)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.111--UnitOfWork(236127958)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.111--UnitOfWork(236127958)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.111--UnitOfWork(236127958)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.111--ClientSession(118086747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.111--UnitOfWork(236127958)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.111--ClientSession(118086747)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.111--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 857696038 [junit] [EL Finer]: 2024-04-30 17:54:18.111--ClientSession(857696038)--Thread(Thread[main,5,main])--acquire unit of work: 1286729752 [junit] [EL Finest]: 2024-04-30 17:54:18.111--UnitOfWork(1286729752)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.111--ServerSession(454071866)--Connection(121952102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.111--ServerSession(454071866)--Connection(121952102)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.112--ServerSession(454071866)--Connection(1155354742)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.112--ServerSession(454071866)--Connection(121952102)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.121--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 948628954 [junit] [EL Finer]: 2024-04-30 17:54:18.121--ClientSession(948628954)--Thread(Thread[main,5,main])--acquire unit of work: 1155121288 [junit] [EL Finest]: 2024-04-30 17:54:18.121--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.121--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.121--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@baa9218) [junit] [EL Finest]: 2024-04-30 17:54:18.121--ServerSession(454071866)--Connection(1830816681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.121--ClientSession(948628954)--Connection(1830816681)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.121--ClientSession(948628954)--Connection(1830816681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.122--ClientSession(948628954)--Connection(1735871237)--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]: 2024-04-30 17:54:18.122--ClientSession(948628954)--Connection(1735871237)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.122--ServerSession(454071866)--Connection(1830816681)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.122--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.122--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.122--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.122--ClientSession(948628954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.122--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.122--ClientSession(948628954)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.122--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1693817266 [junit] [EL Finer]: 2024-04-30 17:54:18.122--ClientSession(1693817266)--Thread(Thread[main,5,main])--acquire unit of work: 157658054 [junit] [EL Finest]: 2024-04-30 17:54:18.123--UnitOfWork(157658054)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.123--ServerSession(454071866)--Connection(1419245196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.123--ServerSession(454071866)--Connection(1419245196)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.123--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.123--ServerSession(454071866)--Connection(1419245196)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.123--UnitOfWork(157658054)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.123--UnitOfWork(157658054)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.123--UnitOfWork(157658054)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.123--UnitOfWork(157658054)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.123--UnitOfWork(157658054)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@113ebc60) [junit] [EL Finest]: 2024-04-30 17:54:18.124--ServerSession(454071866)--Connection(251073903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.124--ClientSession(1693817266)--Connection(251073903)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.124--ClientSession(1693817266)--Connection(251073903)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.124--ClientSession(1693817266)--Connection(868197242)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [41, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.124--ClientSession(1693817266)--Connection(868197242)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.124--ServerSession(454071866)--Connection(251073903)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.124--UnitOfWork(157658054)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.124--UnitOfWork(157658054)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.124--UnitOfWork(157658054)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.124--ClientSession(1693817266)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.124--UnitOfWork(157658054)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.124--ClientSession(1693817266)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.124--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 492867999 [junit] [EL Finer]: 2024-04-30 17:54:18.124--ClientSession(492867999)--Thread(Thread[main,5,main])--acquire unit of work: 730506033 [junit] [EL Finest]: 2024-04-30 17:54:18.124--UnitOfWork(730506033)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.125--UnitOfWork(730506033)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.125--UnitOfWork(730506033)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@113ebc60) [junit] [EL Finest]: 2024-04-30 17:54:18.125--ServerSession(454071866)--Connection(69271912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.125--ClientSession(492867999)--Connection(69271912)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.125--ClientSession(492867999)--Connection(69271912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.125--ClientSession(492867999)--Connection(1673084858)--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@1dd4941a, 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]: 2024-04-30 17:54:18.125--ClientSession(492867999)--Connection(1673084858)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.177--ServerSession(454071866)--Connection(69271912)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.177--UnitOfWork(730506033)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.177--UnitOfWork(730506033)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.177--UnitOfWork(730506033)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.177--ClientSession(492867999)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.177--UnitOfWork(730506033)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.177--ClientSession(492867999)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.177--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 160631586 [junit] [EL Finer]: 2024-04-30 17:54:18.177--ClientSession(160631586)--Thread(Thread[main,5,main])--acquire unit of work: 819870286 [junit] [EL Finest]: 2024-04-30 17:54:18.177--UnitOfWork(819870286)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.177--ServerSession(454071866)--Connection(439392000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.177--ServerSession(454071866)--Connection(439392000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.177--ServerSession(454071866)--Connection(883830003)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.178--ServerSession(454071866)--Connection(439392000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.178--UnitOfWork(819870286)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.178--UnitOfWork(819870286)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.178--UnitOfWork(819870286)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.178--UnitOfWork(819870286)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.178--UnitOfWork(819870286)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.178--ClientSession(160631586)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.178--UnitOfWork(819870286)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.178--ClientSession(160631586)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.178--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1067632871 [junit] [EL Finer]: 2024-04-30 17:54:18.178--ClientSession(1067632871)--Thread(Thread[main,5,main])--acquire unit of work: 898069343 [junit] [EL Finest]: 2024-04-30 17:54:18.178--UnitOfWork(898069343)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.178--ServerSession(454071866)--Connection(349279115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.178--ServerSession(454071866)--Connection(349279115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.178--ServerSession(454071866)--Connection(463960806)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.179--ServerSession(454071866)--Connection(349279115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.179--UnitOfWork(898069343)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.179--UnitOfWork(898069343)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.179--UnitOfWork(898069343)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3cf8fc1c) [junit] [EL Finest]: 2024-04-30 17:54:18.179--ServerSession(454071866)--Connection(1838880932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.179--ClientSession(1067632871)--Connection(1838880932)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.179--ClientSession(1067632871)--Connection(1838880932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.18--ClientSession(1067632871)--Connection(385351959)--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]: 2024-04-30 17:54:18.18--ClientSession(1067632871)--Connection(385351959)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.18--ServerSession(454071866)--Connection(1838880932)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.18--UnitOfWork(898069343)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.18--UnitOfWork(898069343)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.18--UnitOfWork(898069343)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.181--ClientSession(1067632871)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.181--UnitOfWork(898069343)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.181--ClientSession(1067632871)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.181--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 930668329 [junit] [EL Finer]: 2024-04-30 17:54:18.181--ClientSession(930668329)--Thread(Thread[main,5,main])--acquire unit of work: 34848602 [junit] [EL Finest]: 2024-04-30 17:54:18.181--UnitOfWork(34848602)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.181--ServerSession(454071866)--Connection(1421211318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.181--ServerSession(454071866)--Connection(1421211318)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.181--ServerSession(454071866)--Connection(680949259)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.181--ServerSession(454071866)--Connection(1421211318)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.181--UnitOfWork(34848602)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.181--UnitOfWork(34848602)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.181--UnitOfWork(34848602)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4690f8ae) [junit] [EL Finest]: 2024-04-30 17:54:18.182--ServerSession(454071866)--Connection(643213572)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.182--ClientSession(930668329)--Connection(643213572)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.182--ClientSession(930668329)--Connection(643213572)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.182--ClientSession(930668329)--Connection(1282911012)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@1dd4941a, 3, 41, 2] [junit] [EL Finer]: 2024-04-30 17:54:18.182--ClientSession(930668329)--Connection(1282911012)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.183--ServerSession(454071866)--Connection(643213572)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.183--UnitOfWork(34848602)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.183--UnitOfWork(34848602)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.183--UnitOfWork(34848602)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.183--ClientSession(930668329)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.183--UnitOfWork(34848602)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.183--ClientSession(930668329)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.183--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1834805098 [junit] [EL Finer]: 2024-04-30 17:54:18.183--ClientSession(1834805098)--Thread(Thread[main,5,main])--acquire unit of work: 2127658316 [junit] [EL Finest]: 2024-04-30 17:54:18.183--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.183--ServerSession(454071866)--Connection(252626745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.183--ServerSession(454071866)--Connection(252626745)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.183--ServerSession(454071866)--Connection(428295755)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.183--ServerSession(454071866)--Connection(252626745)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.183--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.184--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.184--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6624a19a) [junit] [EL Finest]: 2024-04-30 17:54:18.184--ServerSession(454071866)--Connection(1023163856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.184--ClientSession(1834805098)--Connection(1023163856)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.184--ClientSession(1834805098)--Connection(1023163856)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.184--ClientSession(1834805098)--Connection(941039320)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@7bfc484c, 4, 41, 3] [junit] [EL Finer]: 2024-04-30 17:54:18.184--ClientSession(1834805098)--Connection(941039320)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.185--ServerSession(454071866)--Connection(1023163856)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.185--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.185--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.185--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.185--ClientSession(1834805098)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.185--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.185--ClientSession(1834805098)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.185--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 785525865 [junit] [EL Finer]: 2024-04-30 17:54:18.185--ClientSession(785525865)--Thread(Thread[main,5,main])--acquire unit of work: 938852311 [junit] [EL Finest]: 2024-04-30 17:54:18.185--UnitOfWork(938852311)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.185--ServerSession(454071866)--Connection(924096047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.185--ServerSession(454071866)--Connection(924096047)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.185--ServerSession(454071866)--Connection(679297935)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.185--ServerSession(454071866)--Connection(924096047)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.185--UnitOfWork(938852311)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.185--UnitOfWork(938852311)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.186--UnitOfWork(938852311)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@d628db3) [junit] [EL Finest]: 2024-04-30 17:54:18.186--ServerSession(454071866)--Connection(1551343280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.186--ClientSession(785525865)--Connection(1551343280)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.186--ClientSession(785525865)--Connection(1551343280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.186--ClientSession(785525865)--Connection(1469284680)--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]: 2024-04-30 17:54:18.186--ClientSession(785525865)--Connection(1469284680)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.186--ServerSession(454071866)--Connection(1551343280)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.186--UnitOfWork(938852311)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.186--UnitOfWork(938852311)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.186--UnitOfWork(938852311)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.186--ClientSession(785525865)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.186--UnitOfWork(938852311)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.186--ClientSession(785525865)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.187--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1985463589 [junit] [EL Finer]: 2024-04-30 17:54:18.187--ClientSession(1985463589)--Thread(Thread[main,5,main])--acquire unit of work: 372590401 [junit] [EL Finest]: 2024-04-30 17:54:18.187--UnitOfWork(372590401)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.187--ServerSession(454071866)--Connection(1567038734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.187--ServerSession(454071866)--Connection(1567038734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.187--ServerSession(454071866)--Connection(1057553103)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.187--ServerSession(454071866)--Connection(1567038734)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.196--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 981723583 [junit] [EL Finer]: 2024-04-30 17:54:18.196--ClientSession(981723583)--Thread(Thread[main,5,main])--acquire unit of work: 205972076 [junit] [EL Finest]: 2024-04-30 17:54:18.196--UnitOfWork(205972076)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.196--UnitOfWork(205972076)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.196--UnitOfWork(205972076)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6608579e) [junit] [EL Finest]: 2024-04-30 17:54:18.197--ServerSession(454071866)--Connection(1107017953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.197--ClientSession(981723583)--Connection(1107017953)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.197--ClientSession(981723583)--Connection(1107017953)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.197--ClientSession(981723583)--Connection(2048200496)--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]: 2024-04-30 17:54:18.197--ClientSession(981723583)--Connection(2048200496)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.198--ServerSession(454071866)--Connection(1107017953)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.198--UnitOfWork(205972076)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.198--UnitOfWork(205972076)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.198--UnitOfWork(205972076)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.198--ClientSession(981723583)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.198--UnitOfWork(205972076)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.198--ClientSession(981723583)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.198--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 980380973 [junit] [EL Finer]: 2024-04-30 17:54:18.198--ClientSession(980380973)--Thread(Thread[main,5,main])--acquire unit of work: 629952073 [junit] [EL Finest]: 2024-04-30 17:54:18.198--UnitOfWork(629952073)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.198--ServerSession(454071866)--Connection(1999812935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.198--ServerSession(454071866)--Connection(1999812935)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.198--ServerSession(454071866)--Connection(22766497)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.198--ServerSession(454071866)--Connection(1999812935)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.198--UnitOfWork(629952073)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.198--UnitOfWork(629952073)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.198--UnitOfWork(629952073)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.199--UnitOfWork(629952073)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.199--UnitOfWork(629952073)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a580fe) [junit] [EL Finest]: 2024-04-30 17:54:18.199--ServerSession(454071866)--Connection(1067698353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.199--ClientSession(980380973)--Connection(1067698353)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.199--ClientSession(980380973)--Connection(1067698353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.199--ClientSession(980380973)--Connection(471447175)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [53, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.199--ClientSession(980380973)--Connection(471447175)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.199--ServerSession(454071866)--Connection(1067698353)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.199--UnitOfWork(629952073)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.199--UnitOfWork(629952073)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.199--UnitOfWork(629952073)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.199--ClientSession(980380973)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.199--UnitOfWork(629952073)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.199--ClientSession(980380973)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.199--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 763037997 [junit] [EL Finer]: 2024-04-30 17:54:18.2--ClientSession(763037997)--Thread(Thread[main,5,main])--acquire unit of work: 213695091 [junit] [EL Finest]: 2024-04-30 17:54:18.2--UnitOfWork(213695091)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.2--UnitOfWork(213695091)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.2--UnitOfWork(213695091)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a580fe) [junit] [EL Finest]: 2024-04-30 17:54:18.2--ServerSession(454071866)--Connection(1767381224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.2--ClientSession(763037997)--Connection(1767381224)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.2--ClientSession(763037997)--Connection(1767381224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.2--ClientSession(763037997)--Connection(471811727)--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]: 2024-04-30 17:54:18.2--ClientSession(763037997)--Connection(471811727)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.201--ServerSession(454071866)--Connection(1767381224)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.201--UnitOfWork(213695091)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.201--UnitOfWork(213695091)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.201--UnitOfWork(213695091)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.201--ClientSession(763037997)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.201--UnitOfWork(213695091)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.201--ClientSession(763037997)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.201--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 751297011 [junit] [EL Finer]: 2024-04-30 17:54:18.201--ClientSession(751297011)--Thread(Thread[main,5,main])--acquire unit of work: 99693531 [junit] [EL Finest]: 2024-04-30 17:54:18.201--UnitOfWork(99693531)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.201--ServerSession(454071866)--Connection(1664886484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.201--ServerSession(454071866)--Connection(1664886484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.201--ServerSession(454071866)--Connection(1591378190)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.201--ServerSession(454071866)--Connection(1664886484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.201--UnitOfWork(99693531)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.201--UnitOfWork(99693531)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.201--UnitOfWork(99693531)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.201--UnitOfWork(99693531)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.201--UnitOfWork(99693531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.201--ClientSession(751297011)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.201--UnitOfWork(99693531)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.202--ClientSession(751297011)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.202--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1228015923 [junit] [EL Finer]: 2024-04-30 17:54:18.202--ClientSession(1228015923)--Thread(Thread[main,5,main])--acquire unit of work: 229476489 [junit] [EL Finest]: 2024-04-30 17:54:18.202--UnitOfWork(229476489)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.202--ServerSession(454071866)--Connection(1504543677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.202--ServerSession(454071866)--Connection(1504543677)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.202--ServerSession(454071866)--Connection(1270930691)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.202--ServerSession(454071866)--Connection(1504543677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.202--UnitOfWork(229476489)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.202--UnitOfWork(229476489)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.202--UnitOfWork(229476489)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@736a15cc) [junit] [EL Finest]: 2024-04-30 17:54:18.202--ServerSession(454071866)--Connection(144557618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.203--ClientSession(1228015923)--Connection(144557618)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.203--ClientSession(1228015923)--Connection(144557618)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.203--ClientSession(1228015923)--Connection(729446040)--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]: 2024-04-30 17:54:18.203--ClientSession(1228015923)--Connection(729446040)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.203--ServerSession(454071866)--Connection(144557618)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.203--UnitOfWork(229476489)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.203--UnitOfWork(229476489)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.203--UnitOfWork(229476489)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.203--ClientSession(1228015923)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.203--UnitOfWork(229476489)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.203--ClientSession(1228015923)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.203--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1230307748 [junit] [EL Finer]: 2024-04-30 17:54:18.203--ClientSession(1230307748)--Thread(Thread[main,5,main])--acquire unit of work: 790622954 [junit] [EL Finest]: 2024-04-30 17:54:18.203--UnitOfWork(790622954)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.203--ServerSession(454071866)--Connection(1462345511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.203--ServerSession(454071866)--Connection(1462345511)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.204--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.204--ServerSession(454071866)--Connection(1462345511)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.204--UnitOfWork(790622954)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.204--UnitOfWork(790622954)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.204--UnitOfWork(790622954)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2bd6ce7) [junit] [EL Finest]: 2024-04-30 17:54:18.204--ServerSession(454071866)--Connection(1264588744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.204--ClientSession(1230307748)--Connection(1264588744)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.204--ClientSession(1230307748)--Connection(1264588744)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.204--ClientSession(1230307748)--Connection(857397251)--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]: 2024-04-30 17:54:18.205--ClientSession(1230307748)--Connection(857397251)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.205--ServerSession(454071866)--Connection(1264588744)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.205--UnitOfWork(790622954)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.205--UnitOfWork(790622954)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.205--UnitOfWork(790622954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.205--ClientSession(1230307748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.205--UnitOfWork(790622954)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.205--ClientSession(1230307748)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.205--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1940913981 [junit] [EL Finer]: 2024-04-30 17:54:18.205--ClientSession(1940913981)--Thread(Thread[main,5,main])--acquire unit of work: 943352023 [junit] [EL Finest]: 2024-04-30 17:54:18.205--UnitOfWork(943352023)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.205--ServerSession(454071866)--Connection(1569023251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.205--ServerSession(454071866)--Connection(1569023251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.205--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.206--ServerSession(454071866)--Connection(1569023251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.215--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1596921003 [junit] [EL Finer]: 2024-04-30 17:54:18.215--ClientSession(1596921003)--Thread(Thread[main,5,main])--acquire unit of work: 961341325 [junit] [EL Finest]: 2024-04-30 17:54:18.215--UnitOfWork(961341325)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.215--UnitOfWork(961341325)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.215--UnitOfWork(961341325)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c74eacb) [junit] [EL Finest]: 2024-04-30 17:54:18.215--ServerSession(454071866)--Connection(538433035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.215--ClientSession(1596921003)--Connection(538433035)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.215--ClientSession(1596921003)--Connection(538433035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.216--ClientSession(1596921003)--Connection(2126069003)--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]: 2024-04-30 17:54:18.216--ClientSession(1596921003)--Connection(2126069003)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.216--ServerSession(454071866)--Connection(538433035)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.216--UnitOfWork(961341325)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.216--UnitOfWork(961341325)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.216--UnitOfWork(961341325)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.216--ClientSession(1596921003)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.216--UnitOfWork(961341325)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.217--ClientSession(1596921003)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.217--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 315447378 [junit] [EL Finer]: 2024-04-30 17:54:18.217--ClientSession(315447378)--Thread(Thread[main,5,main])--acquire unit of work: 208954254 [junit] [EL Finest]: 2024-04-30 17:54:18.217--UnitOfWork(208954254)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.217--ServerSession(454071866)--Connection(999442030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.217--ServerSession(454071866)--Connection(999442030)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.217--ServerSession(454071866)--Connection(2070380083)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.217--ServerSession(454071866)--Connection(999442030)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.217--UnitOfWork(208954254)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.217--UnitOfWork(208954254)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.217--UnitOfWork(208954254)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.217--UnitOfWork(208954254)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.217--UnitOfWork(208954254)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2cd7dd2a) [junit] [EL Finest]: 2024-04-30 17:54:18.218--ServerSession(454071866)--Connection(1158229894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.218--ClientSession(315447378)--Connection(1158229894)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.218--ClientSession(315447378)--Connection(1158229894)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.218--ClientSession(315447378)--Connection(1126801276)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [50, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.218--ClientSession(315447378)--Connection(1126801276)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.218--ServerSession(454071866)--Connection(1158229894)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.218--UnitOfWork(208954254)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.218--UnitOfWork(208954254)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.218--UnitOfWork(208954254)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.218--ClientSession(315447378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.218--UnitOfWork(208954254)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.219--ClientSession(315447378)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.219--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 786043241 [junit] [EL Finer]: 2024-04-30 17:54:18.219--ClientSession(786043241)--Thread(Thread[main,5,main])--acquire unit of work: 581135915 [junit] [EL Finest]: 2024-04-30 17:54:18.219--UnitOfWork(581135915)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.219--UnitOfWork(581135915)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.219--UnitOfWork(581135915)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2cd7dd2a) [junit] [EL Finest]: 2024-04-30 17:54:18.219--ServerSession(454071866)--Connection(1428567737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.219--ClientSession(786043241)--Connection(1428567737)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.219--ClientSession(786043241)--Connection(1428567737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.219--ClientSession(786043241)--Connection(722019373)--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]: 2024-04-30 17:54:18.219--ClientSession(786043241)--Connection(722019373)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.22--ServerSession(454071866)--Connection(1428567737)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.22--UnitOfWork(581135915)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.22--UnitOfWork(581135915)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.22--UnitOfWork(581135915)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.22--ClientSession(786043241)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.22--UnitOfWork(581135915)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.22--ClientSession(786043241)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.22--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1241261398 [junit] [EL Finer]: 2024-04-30 17:54:18.22--ClientSession(1241261398)--Thread(Thread[main,5,main])--acquire unit of work: 764100910 [junit] [EL Finest]: 2024-04-30 17:54:18.22--UnitOfWork(764100910)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.22--ServerSession(454071866)--Connection(1329672446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.22--ServerSession(454071866)--Connection(1329672446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.22--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.22--ServerSession(454071866)--Connection(1329672446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.221--UnitOfWork(764100910)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.221--UnitOfWork(764100910)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.221--UnitOfWork(764100910)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.221--UnitOfWork(764100910)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.221--UnitOfWork(764100910)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.221--ClientSession(1241261398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.221--UnitOfWork(764100910)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.221--ClientSession(1241261398)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.221--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1959646785 [junit] [EL Finer]: 2024-04-30 17:54:18.221--ClientSession(1959646785)--Thread(Thread[main,5,main])--acquire unit of work: 142063830 [junit] [EL Finest]: 2024-04-30 17:54:18.221--UnitOfWork(142063830)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.221--ServerSession(454071866)--Connection(781807632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.221--ServerSession(454071866)--Connection(781807632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.221--ServerSession(454071866)--Connection(1318350289)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.221--ServerSession(454071866)--Connection(781807632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.221--UnitOfWork(142063830)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.221--UnitOfWork(142063830)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.222--UnitOfWork(142063830)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@61f576dc) [junit] [EL Finest]: 2024-04-30 17:54:18.222--ServerSession(454071866)--Connection(1763613879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.222--ClientSession(1959646785)--Connection(1763613879)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.222--ClientSession(1959646785)--Connection(1763613879)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.222--ClientSession(1959646785)--Connection(749731341)--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]: 2024-04-30 17:54:18.223--ClientSession(1959646785)--Connection(749731341)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.223--ServerSession(454071866)--Connection(1763613879)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.223--UnitOfWork(142063830)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.223--UnitOfWork(142063830)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.223--UnitOfWork(142063830)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.223--ClientSession(1959646785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.223--UnitOfWork(142063830)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.223--ClientSession(1959646785)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.223--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 675015354 [junit] [EL Finer]: 2024-04-30 17:54:18.223--ClientSession(675015354)--Thread(Thread[main,5,main])--acquire unit of work: 1345782933 [junit] [EL Finest]: 2024-04-30 17:54:18.223--UnitOfWork(1345782933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.28--ServerSession(454071866)--Connection(54249224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.28--ServerSession(454071866)--Connection(54249224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.28--ServerSession(454071866)--Connection(1854181329)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.281--ServerSession(454071866)--Connection(54249224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.281--UnitOfWork(1345782933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.281--UnitOfWork(1345782933)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.281--UnitOfWork(1345782933)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@71e67a9b) [junit] [EL Finest]: 2024-04-30 17:54:18.281--ServerSession(454071866)--Connection(1711806585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.281--ClientSession(675015354)--Connection(1711806585)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.281--ClientSession(675015354)--Connection(1711806585)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.282--ClientSession(675015354)--Connection(299295735)--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]: 2024-04-30 17:54:18.282--ClientSession(675015354)--Connection(299295735)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.283--ServerSession(454071866)--Connection(1711806585)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.283--UnitOfWork(1345782933)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.283--UnitOfWork(1345782933)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.283--UnitOfWork(1345782933)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.283--ClientSession(675015354)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.283--UnitOfWork(1345782933)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.283--ClientSession(675015354)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.283--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 955576856 [junit] [EL Finer]: 2024-04-30 17:54:18.283--ClientSession(955576856)--Thread(Thread[main,5,main])--acquire unit of work: 513404591 [junit] [EL Finest]: 2024-04-30 17:54:18.283--UnitOfWork(513404591)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.283--ServerSession(454071866)--Connection(955674576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.283--ServerSession(454071866)--Connection(955674576)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.283--ServerSession(454071866)--Connection(1488916715)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.283--ServerSession(454071866)--Connection(955674576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.284--UnitOfWork(513404591)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.284--UnitOfWork(513404591)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.284--UnitOfWork(513404591)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16f92f07) [junit] [EL Finest]: 2024-04-30 17:54:18.284--ServerSession(454071866)--Connection(1038232059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.284--ClientSession(955576856)--Connection(1038232059)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.284--ClientSession(955576856)--Connection(1038232059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.284--ClientSession(955576856)--Connection(1479375228)--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]: 2024-04-30 17:54:18.284--ClientSession(955576856)--Connection(1479375228)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.285--ServerSession(454071866)--Connection(1038232059)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.285--UnitOfWork(513404591)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.285--UnitOfWork(513404591)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.285--UnitOfWork(513404591)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.285--ClientSession(955576856)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.285--UnitOfWork(513404591)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.285--ClientSession(955576856)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.285--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1217473298 [junit] [EL Finer]: 2024-04-30 17:54:18.285--ClientSession(1217473298)--Thread(Thread[main,5,main])--acquire unit of work: 1687191050 [junit] [EL Finest]: 2024-04-30 17:54:18.285--UnitOfWork(1687191050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.285--ServerSession(454071866)--Connection(1472535933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.285--ServerSession(454071866)--Connection(1472535933)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.285--ServerSession(454071866)--Connection(1334672208)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.285--ServerSession(454071866)--Connection(1472535933)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.285--UnitOfWork(1687191050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.285--UnitOfWork(1687191050)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.285--UnitOfWork(1687191050)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69825ffc) [junit] [EL Finest]: 2024-04-30 17:54:18.285--ServerSession(454071866)--Connection(840967989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.286--ClientSession(1217473298)--Connection(840967989)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.286--ClientSession(1217473298)--Connection(840967989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.286--ClientSession(1217473298)--Connection(335766569)--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]: 2024-04-30 17:54:18.286--ClientSession(1217473298)--Connection(335766569)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.286--ServerSession(454071866)--Connection(840967989)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.286--UnitOfWork(1687191050)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.286--UnitOfWork(1687191050)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.286--UnitOfWork(1687191050)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.286--ClientSession(1217473298)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.286--UnitOfWork(1687191050)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.286--ClientSession(1217473298)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.286--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1695980007 [junit] [EL Finer]: 2024-04-30 17:54:18.286--ClientSession(1695980007)--Thread(Thread[main,5,main])--acquire unit of work: 1455162367 [junit] [EL Finest]: 2024-04-30 17:54:18.286--UnitOfWork(1455162367)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.287--ServerSession(454071866)--Connection(1494292269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.287--ServerSession(454071866)--Connection(1494292269)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.287--ServerSession(454071866)--Connection(460413441)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.287--ServerSession(454071866)--Connection(1494292269)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.296--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 917975397 [junit] [EL Finer]: 2024-04-30 17:54:18.296--ClientSession(917975397)--Thread(Thread[main,5,main])--acquire unit of work: 1064072491 [junit] [EL Finest]: 2024-04-30 17:54:18.296--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.296--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.296--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d1b4ffe) [junit] [EL Finest]: 2024-04-30 17:54:18.296--ServerSession(454071866)--Connection(883489487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.296--ClientSession(917975397)--Connection(883489487)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.296--ClientSession(917975397)--Connection(883489487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.297--ClientSession(917975397)--Connection(1748042844)--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]: 2024-04-30 17:54:18.297--ClientSession(917975397)--Connection(1748042844)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.297--ServerSession(454071866)--Connection(883489487)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.297--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.297--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.297--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.297--ClientSession(917975397)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.297--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.297--ClientSession(917975397)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.297--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2048578791 [junit] [EL Finer]: 2024-04-30 17:54:18.297--ClientSession(2048578791)--Thread(Thread[main,5,main])--acquire unit of work: 160901097 [junit] [EL Finest]: 2024-04-30 17:54:18.297--UnitOfWork(160901097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.298--ServerSession(454071866)--Connection(1776599395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.298--ServerSession(454071866)--Connection(1776599395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.298--ServerSession(454071866)--Connection(1616868446)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.298--ServerSession(454071866)--Connection(1776599395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.298--UnitOfWork(160901097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.298--UnitOfWork(160901097)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.298--UnitOfWork(160901097)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.298--UnitOfWork(160901097)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.298--UnitOfWork(160901097)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7cd6f751) [junit] [EL Finest]: 2024-04-30 17:54:18.298--ServerSession(454071866)--Connection(672178645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.298--ClientSession(2048578791)--Connection(672178645)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.298--ClientSession(2048578791)--Connection(672178645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.299--ClientSession(2048578791)--Connection(363460928)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [49, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.299--ClientSession(2048578791)--Connection(363460928)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.299--ServerSession(454071866)--Connection(672178645)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.299--UnitOfWork(160901097)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.299--UnitOfWork(160901097)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.299--UnitOfWork(160901097)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.299--ClientSession(2048578791)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.299--UnitOfWork(160901097)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.299--ClientSession(2048578791)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.299--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1536045101 [junit] [EL Finer]: 2024-04-30 17:54:18.299--ClientSession(1536045101)--Thread(Thread[main,5,main])--acquire unit of work: 1992109184 [junit] [EL Finest]: 2024-04-30 17:54:18.299--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.299--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.299--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7cd6f751) [junit] [EL Finest]: 2024-04-30 17:54:18.299--ServerSession(454071866)--Connection(98911637)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.299--ClientSession(1536045101)--Connection(98911637)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.299--ClientSession(1536045101)--Connection(98911637)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.3--ClientSession(1536045101)--Connection(801112668)--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]: 2024-04-30 17:54:18.3--ClientSession(1536045101)--Connection(801112668)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.3--ServerSession(454071866)--Connection(98911637)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.3--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.3--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.3--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.3--ClientSession(1536045101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.3--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.3--ClientSession(1536045101)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.3--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 969731902 [junit] [EL Finer]: 2024-04-30 17:54:18.3--ClientSession(969731902)--Thread(Thread[main,5,main])--acquire unit of work: 380296319 [junit] [EL Finest]: 2024-04-30 17:54:18.3--UnitOfWork(380296319)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.3--ServerSession(454071866)--Connection(970452500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.3--ServerSession(454071866)--Connection(970452500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.3--ServerSession(454071866)--Connection(1044827524)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.301--ServerSession(454071866)--Connection(970452500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.301--UnitOfWork(380296319)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.301--UnitOfWork(380296319)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.301--UnitOfWork(380296319)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.301--UnitOfWork(380296319)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.301--UnitOfWork(380296319)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.301--ClientSession(969731902)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.301--UnitOfWork(380296319)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.301--ClientSession(969731902)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.301--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 774324180 [junit] [EL Finer]: 2024-04-30 17:54:18.301--ClientSession(774324180)--Thread(Thread[main,5,main])--acquire unit of work: 629316709 [junit] [EL Finest]: 2024-04-30 17:54:18.301--UnitOfWork(629316709)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.301--ServerSession(454071866)--Connection(623881327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.301--ServerSession(454071866)--Connection(623881327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.301--ServerSession(454071866)--Connection(742410803)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.302--ServerSession(454071866)--Connection(623881327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.302--UnitOfWork(629316709)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.302--UnitOfWork(629316709)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.302--UnitOfWork(629316709)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@adecb40) [junit] [EL Finest]: 2024-04-30 17:54:18.302--ServerSession(454071866)--Connection(931122431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.302--ClientSession(774324180)--Connection(931122431)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.302--ClientSession(774324180)--Connection(931122431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.302--ClientSession(774324180)--Connection(1267176859)--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]: 2024-04-30 17:54:18.302--ClientSession(774324180)--Connection(1267176859)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.303--ServerSession(454071866)--Connection(931122431)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.303--UnitOfWork(629316709)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.303--UnitOfWork(629316709)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.303--UnitOfWork(629316709)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.303--ClientSession(774324180)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.303--UnitOfWork(629316709)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.303--ClientSession(774324180)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.303--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 455470769 [junit] [EL Finer]: 2024-04-30 17:54:18.303--ClientSession(455470769)--Thread(Thread[main,5,main])--acquire unit of work: 1383387422 [junit] [EL Finest]: 2024-04-30 17:54:18.303--UnitOfWork(1383387422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.303--ServerSession(454071866)--Connection(631811462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.303--ServerSession(454071866)--Connection(631811462)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.303--ServerSession(454071866)--Connection(720838883)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.303--ServerSession(454071866)--Connection(631811462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.303--UnitOfWork(1383387422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.303--UnitOfWork(1383387422)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.304--UnitOfWork(1383387422)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6a9bdd97) [junit] [EL Finest]: 2024-04-30 17:54:18.304--ServerSession(454071866)--Connection(425476163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.304--ClientSession(455470769)--Connection(425476163)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.304--ClientSession(455470769)--Connection(425476163)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.304--ClientSession(455470769)--Connection(533891137)--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]: 2024-04-30 17:54:18.304--ClientSession(455470769)--Connection(533891137)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.304--ServerSession(454071866)--Connection(425476163)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.304--UnitOfWork(1383387422)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.304--UnitOfWork(1383387422)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.304--UnitOfWork(1383387422)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.304--ClientSession(455470769)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.304--UnitOfWork(1383387422)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.304--ClientSession(455470769)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.304--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1561726085 [junit] [EL Finer]: 2024-04-30 17:54:18.305--ClientSession(1561726085)--Thread(Thread[main,5,main])--acquire unit of work: 649265468 [junit] [EL Finest]: 2024-04-30 17:54:18.305--UnitOfWork(649265468)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.305--ServerSession(454071866)--Connection(765986091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.305--ServerSession(454071866)--Connection(765986091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.305--ServerSession(454071866)--Connection(173312518)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.305--ServerSession(454071866)--Connection(765986091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.305--UnitOfWork(649265468)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.305--UnitOfWork(649265468)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.305--UnitOfWork(649265468)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@594f9ac9) [junit] [EL Finest]: 2024-04-30 17:54:18.305--ServerSession(454071866)--Connection(445248958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.305--ClientSession(1561726085)--Connection(445248958)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.305--ClientSession(1561726085)--Connection(445248958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.305--ClientSession(1561726085)--Connection(588576679)--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]: 2024-04-30 17:54:18.306--ClientSession(1561726085)--Connection(588576679)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.306--ServerSession(454071866)--Connection(445248958)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.306--UnitOfWork(649265468)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.306--UnitOfWork(649265468)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.306--UnitOfWork(649265468)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.306--ClientSession(1561726085)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.306--UnitOfWork(649265468)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.306--ClientSession(1561726085)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.306--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 675908192 [junit] [EL Finer]: 2024-04-30 17:54:18.306--ClientSession(675908192)--Thread(Thread[main,5,main])--acquire unit of work: 2100866770 [junit] [EL Finest]: 2024-04-30 17:54:18.306--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.306--ServerSession(454071866)--Connection(2031470365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.306--ServerSession(454071866)--Connection(2031470365)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.306--ServerSession(454071866)--Connection(976813737)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.307--ServerSession(454071866)--Connection(2031470365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.307--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.307--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.307--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@66b01220) [junit] [EL Finest]: 2024-04-30 17:54:18.307--ServerSession(454071866)--Connection(1283088866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.307--ClientSession(675908192)--Connection(1283088866)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.307--ClientSession(675908192)--Connection(1283088866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.307--ClientSession(675908192)--Connection(555335472)--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]: 2024-04-30 17:54:18.307--ClientSession(675908192)--Connection(555335472)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.308--ServerSession(454071866)--Connection(1283088866)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.308--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.308--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.308--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.308--ClientSession(675908192)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.308--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.308--ClientSession(675908192)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.308--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 647200802 [junit] [EL Finer]: 2024-04-30 17:54:18.308--ClientSession(647200802)--Thread(Thread[main,5,main])--acquire unit of work: 964264035 [junit] [EL Finest]: 2024-04-30 17:54:18.308--UnitOfWork(964264035)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.308--ServerSession(454071866)--Connection(1442138179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.308--ServerSession(454071866)--Connection(1442138179)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.308--ServerSession(454071866)--Connection(1717165388)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.308--ServerSession(454071866)--Connection(1442138179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.317--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 78235937 [junit] [EL Finer]: 2024-04-30 17:54:18.317--ClientSession(78235937)--Thread(Thread[main,5,main])--acquire unit of work: 313395236 [junit] [EL Finest]: 2024-04-30 17:54:18.317--UnitOfWork(313395236)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.317--UnitOfWork(313395236)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.317--UnitOfWork(313395236)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c3af34a) [junit] [EL Finest]: 2024-04-30 17:54:18.317--ServerSession(454071866)--Connection(314910672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.318--ClientSession(78235937)--Connection(314910672)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.318--ClientSession(78235937)--Connection(314910672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.318--ClientSession(78235937)--Connection(1892213380)--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]: 2024-04-30 17:54:18.318--ClientSession(78235937)--Connection(1892213380)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.318--ServerSession(454071866)--Connection(314910672)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.318--UnitOfWork(313395236)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.318--UnitOfWork(313395236)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.319--UnitOfWork(313395236)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.319--ClientSession(78235937)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.319--UnitOfWork(313395236)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.319--ClientSession(78235937)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.319--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2070218692 [junit] [EL Finer]: 2024-04-30 17:54:18.319--ClientSession(2070218692)--Thread(Thread[main,5,main])--acquire unit of work: 1084572895 [junit] [EL Finest]: 2024-04-30 17:54:18.319--UnitOfWork(1084572895)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.319--ServerSession(454071866)--Connection(2010006157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.319--ServerSession(454071866)--Connection(2010006157)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.319--ServerSession(454071866)--Connection(867347295)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.319--ServerSession(454071866)--Connection(2010006157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.319--UnitOfWork(1084572895)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.319--UnitOfWork(1084572895)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.319--UnitOfWork(1084572895)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.319--UnitOfWork(1084572895)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.319--UnitOfWork(1084572895)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.319--ClientSession(2070218692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.319--UnitOfWork(1084572895)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.319--ClientSession(2070218692)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.319--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 692238782 [junit] [EL Finer]: 2024-04-30 17:54:18.32--ClientSession(692238782)--Thread(Thread[main,5,main])--acquire unit of work: 532679117 [junit] [EL Finest]: 2024-04-30 17:54:18.32--UnitOfWork(532679117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.32--ServerSession(454071866)--Connection(169037337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.32--ServerSession(454071866)--Connection(169037337)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.32--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.32--ServerSession(454071866)--Connection(169037337)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.32--UnitOfWork(532679117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.32--UnitOfWork(532679117)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.32--UnitOfWork(532679117)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@46486cce) [junit] [EL Finest]: 2024-04-30 17:54:18.32--ServerSession(454071866)--Connection(1954086049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.32--ClientSession(692238782)--Connection(1954086049)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.32--ClientSession(692238782)--Connection(1954086049)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.321--ClientSession(692238782)--Connection(1901318396)--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]: 2024-04-30 17:54:18.321--ClientSession(692238782)--Connection(1901318396)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.321--ServerSession(454071866)--Connection(1954086049)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.321--UnitOfWork(532679117)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.321--UnitOfWork(532679117)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.321--UnitOfWork(532679117)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.321--ClientSession(692238782)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.321--UnitOfWork(532679117)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.321--ClientSession(692238782)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.321--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 722769535 [junit] [EL Finer]: 2024-04-30 17:54:18.321--ClientSession(722769535)--Thread(Thread[main,5,main])--acquire unit of work: 414906952 [junit] [EL Finest]: 2024-04-30 17:54:18.321--UnitOfWork(414906952)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.321--ServerSession(454071866)--Connection(1996561811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.322--ServerSession(454071866)--Connection(1996561811)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.322--ServerSession(454071866)--Connection(2107997500)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.322--ServerSession(454071866)--Connection(1996561811)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.331--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1699014705 [junit] [EL Finer]: 2024-04-30 17:54:18.332--ClientSession(1699014705)--Thread(Thread[main,5,main])--acquire unit of work: 222882273 [junit] [EL Finest]: 2024-04-30 17:54:18.332--UnitOfWork(222882273)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.332--UnitOfWork(222882273)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.332--UnitOfWork(222882273)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@629102e5) [junit] [EL Finest]: 2024-04-30 17:54:18.332--ServerSession(454071866)--Connection(948243200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.332--ClientSession(1699014705)--Connection(948243200)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.332--ClientSession(1699014705)--Connection(948243200)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.332--ClientSession(1699014705)--Connection(1917385232)--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]: 2024-04-30 17:54:18.333--ClientSession(1699014705)--Connection(1917385232)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.333--ServerSession(454071866)--Connection(948243200)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.333--UnitOfWork(222882273)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.333--UnitOfWork(222882273)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.333--UnitOfWork(222882273)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.333--ClientSession(1699014705)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.333--UnitOfWork(222882273)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.333--ClientSession(1699014705)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.333--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1904719922 [junit] [EL Finer]: 2024-04-30 17:54:18.333--ClientSession(1904719922)--Thread(Thread[main,5,main])--acquire unit of work: 1640652809 [junit] [EL Finest]: 2024-04-30 17:54:18.333--UnitOfWork(1640652809)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.333--ServerSession(454071866)--Connection(1416076890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.333--ServerSession(454071866)--Connection(1416076890)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.333--ServerSession(454071866)--Connection(1849494696)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.334--ServerSession(454071866)--Connection(1416076890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.384--UnitOfWork(1640652809)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.384--UnitOfWork(1640652809)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.384--UnitOfWork(1640652809)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.384--UnitOfWork(1640652809)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.384--UnitOfWork(1640652809)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.384--ClientSession(1904719922)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.384--UnitOfWork(1640652809)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.384--ClientSession(1904719922)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.384--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2121030637 [junit] [EL Finer]: 2024-04-30 17:54:18.384--ClientSession(2121030637)--Thread(Thread[main,5,main])--acquire unit of work: 1740201858 [junit] [EL Finest]: 2024-04-30 17:54:18.384--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.384--ServerSession(454071866)--Connection(198335870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.384--ServerSession(454071866)--Connection(198335870)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.385--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.385--ServerSession(454071866)--Connection(198335870)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.385--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.385--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.385--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@504d4fb5) [junit] [EL Finest]: 2024-04-30 17:54:18.386--ServerSession(454071866)--Connection(692415253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.386--ClientSession(2121030637)--Connection(692415253)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.386--ClientSession(2121030637)--Connection(692415253)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.386--ClientSession(2121030637)--Connection(323987823)--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]: 2024-04-30 17:54:18.386--ClientSession(2121030637)--Connection(323987823)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.387--ServerSession(454071866)--Connection(692415253)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.387--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.387--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.387--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.387--ClientSession(2121030637)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.387--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.387--ClientSession(2121030637)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.387--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1198603051 [junit] [EL Finer]: 2024-04-30 17:54:18.387--ClientSession(1198603051)--Thread(Thread[main,5,main])--acquire unit of work: 1173286163 [junit] [EL Finest]: 2024-04-30 17:54:18.387--UnitOfWork(1173286163)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.387--ServerSession(454071866)--Connection(721690640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.387--ServerSession(454071866)--Connection(721690640)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.387--ServerSession(454071866)--Connection(1760557380)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.388--ServerSession(454071866)--Connection(721690640)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.398--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 475346309 [junit] [EL Finer]: 2024-04-30 17:54:18.398--ClientSession(475346309)--Thread(Thread[main,5,main])--acquire unit of work: 81800549 [junit] [EL Finest]: 2024-04-30 17:54:18.398--UnitOfWork(81800549)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.398--UnitOfWork(81800549)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.398--UnitOfWork(81800549)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@72ddb47a) [junit] [EL Finest]: 2024-04-30 17:54:18.399--ServerSession(454071866)--Connection(560797384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.399--ClientSession(475346309)--Connection(560797384)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.399--ClientSession(475346309)--Connection(560797384)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.399--ClientSession(475346309)--Connection(610507909)--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]: 2024-04-30 17:54:18.399--ClientSession(475346309)--Connection(610507909)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.4--ServerSession(454071866)--Connection(560797384)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.4--UnitOfWork(81800549)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.4--UnitOfWork(81800549)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.4--UnitOfWork(81800549)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.4--ClientSession(475346309)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.4--UnitOfWork(81800549)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.4--ClientSession(475346309)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.4--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 540996339 [junit] [EL Finer]: 2024-04-30 17:54:18.4--ClientSession(540996339)--Thread(Thread[main,5,main])--acquire unit of work: 1772907370 [junit] [EL Finest]: 2024-04-30 17:54:18.4--UnitOfWork(1772907370)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.4--ServerSession(454071866)--Connection(1368606062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.4--ServerSession(454071866)--Connection(1368606062)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.4--ServerSession(454071866)--Connection(2125363041)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.401--ServerSession(454071866)--Connection(1368606062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.401--UnitOfWork(1772907370)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.401--UnitOfWork(1772907370)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.401--UnitOfWork(1772907370)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.401--UnitOfWork(1772907370)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.401--UnitOfWork(1772907370)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.401--ClientSession(540996339)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.401--UnitOfWork(1772907370)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.401--ClientSession(540996339)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.401--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1699122301 [junit] [EL Finer]: 2024-04-30 17:54:18.401--ClientSession(1699122301)--Thread(Thread[main,5,main])--acquire unit of work: 1231280683 [junit] [EL Finest]: 2024-04-30 17:54:18.401--UnitOfWork(1231280683)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.401--ServerSession(454071866)--Connection(18136723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.401--ServerSession(454071866)--Connection(18136723)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.401--ServerSession(454071866)--Connection(512626802)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.402--ServerSession(454071866)--Connection(18136723)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.402--UnitOfWork(1231280683)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.402--UnitOfWork(1231280683)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.402--UnitOfWork(1231280683)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@189f6bec) [junit] [EL Finest]: 2024-04-30 17:54:18.402--ServerSession(454071866)--Connection(1338655564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.402--ClientSession(1699122301)--Connection(1338655564)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.402--ClientSession(1699122301)--Connection(1338655564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.402--ClientSession(1699122301)--Connection(753500498)--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]: 2024-04-30 17:54:18.403--ClientSession(1699122301)--Connection(753500498)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.403--ServerSession(454071866)--Connection(1338655564)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.403--UnitOfWork(1231280683)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.403--UnitOfWork(1231280683)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.403--UnitOfWork(1231280683)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.403--ClientSession(1699122301)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.403--UnitOfWork(1231280683)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.403--ClientSession(1699122301)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.403--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1579904976 [junit] [EL Finer]: 2024-04-30 17:54:18.403--ClientSession(1579904976)--Thread(Thread[main,5,main])--acquire unit of work: 1139185530 [junit] [EL Finest]: 2024-04-30 17:54:18.403--UnitOfWork(1139185530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.403--ServerSession(454071866)--Connection(602238277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.403--ServerSession(454071866)--Connection(602238277)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.403--ServerSession(454071866)--Connection(1612470361)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.404--ServerSession(454071866)--Connection(602238277)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.414--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1599378115 [junit] [EL Finer]: 2024-04-30 17:54:18.414--ClientSession(1599378115)--Thread(Thread[main,5,main])--acquire unit of work: 1106662082 [junit] [EL Finest]: 2024-04-30 17:54:18.414--UnitOfWork(1106662082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.414--UnitOfWork(1106662082)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.414--UnitOfWork(1106662082)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c45590c) [junit] [EL Finest]: 2024-04-30 17:54:18.414--ServerSession(454071866)--Connection(273558613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.414--ClientSession(1599378115)--Connection(273558613)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.414--ClientSession(1599378115)--Connection(273558613)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.414--ClientSession(1599378115)--Connection(1675435228)--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]: 2024-04-30 17:54:18.415--ClientSession(1599378115)--Connection(1675435228)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.415--ServerSession(454071866)--Connection(273558613)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.415--UnitOfWork(1106662082)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.415--UnitOfWork(1106662082)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.415--UnitOfWork(1106662082)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.415--ClientSession(1599378115)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.415--UnitOfWork(1106662082)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.415--ClientSession(1599378115)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.415--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1170891709 [junit] [EL Finer]: 2024-04-30 17:54:18.415--ClientSession(1170891709)--Thread(Thread[main,5,main])--acquire unit of work: 604492757 [junit] [EL Finest]: 2024-04-30 17:54:18.415--UnitOfWork(604492757)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.415--ServerSession(454071866)--Connection(800526453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.415--ServerSession(454071866)--Connection(800526453)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.415--ServerSession(454071866)--Connection(261436197)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.416--ServerSession(454071866)--Connection(800526453)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.416--UnitOfWork(604492757)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.416--UnitOfWork(604492757)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.416--UnitOfWork(604492757)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.416--UnitOfWork(604492757)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.416--UnitOfWork(604492757)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3579f75) [junit] [EL Finest]: 2024-04-30 17:54:18.416--ServerSession(454071866)--Connection(845022818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.416--ClientSession(1170891709)--Connection(845022818)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.416--ClientSession(1170891709)--Connection(845022818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.417--ClientSession(1170891709)--Connection(147281342)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [23, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.417--ClientSession(1170891709)--Connection(147281342)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.417--ServerSession(454071866)--Connection(845022818)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.417--UnitOfWork(604492757)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.417--UnitOfWork(604492757)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.417--UnitOfWork(604492757)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.417--ClientSession(1170891709)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.417--UnitOfWork(604492757)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.417--ClientSession(1170891709)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.417--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 59420751 [junit] [EL Finer]: 2024-04-30 17:54:18.417--ClientSession(59420751)--Thread(Thread[main,5,main])--acquire unit of work: 1093000010 [junit] [EL Finest]: 2024-04-30 17:54:18.417--UnitOfWork(1093000010)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.418--UnitOfWork(1093000010)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.418--UnitOfWork(1093000010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3579f75) [junit] [EL Finest]: 2024-04-30 17:54:18.418--ServerSession(454071866)--Connection(1648875025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.418--ClientSession(59420751)--Connection(1648875025)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.418--ClientSession(59420751)--Connection(1648875025)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.418--ClientSession(59420751)--Connection(882449118)--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]: 2024-04-30 17:54:18.418--ClientSession(59420751)--Connection(882449118)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.419--ServerSession(454071866)--Connection(1648875025)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.419--UnitOfWork(1093000010)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.419--UnitOfWork(1093000010)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.419--UnitOfWork(1093000010)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.419--ClientSession(59420751)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.419--UnitOfWork(1093000010)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.419--ClientSession(59420751)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.419--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1074579756 [junit] [EL Finer]: 2024-04-30 17:54:18.419--ClientSession(1074579756)--Thread(Thread[main,5,main])--acquire unit of work: 480737378 [junit] [EL Finest]: 2024-04-30 17:54:18.419--UnitOfWork(480737378)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.419--ServerSession(454071866)--Connection(1620364994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.419--ServerSession(454071866)--Connection(1620364994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.419--ServerSession(454071866)--Connection(1892222788)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.42--ServerSession(454071866)--Connection(1620364994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.42--UnitOfWork(480737378)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.42--UnitOfWork(480737378)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.42--UnitOfWork(480737378)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.42--UnitOfWork(480737378)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.42--UnitOfWork(480737378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.42--ClientSession(1074579756)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.42--UnitOfWork(480737378)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.42--ClientSession(1074579756)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.42--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 260445116 [junit] [EL Finer]: 2024-04-30 17:54:18.42--ClientSession(260445116)--Thread(Thread[main,5,main])--acquire unit of work: 235090865 [junit] [EL Finest]: 2024-04-30 17:54:18.42--UnitOfWork(235090865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.42--ServerSession(454071866)--Connection(810293293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.42--ServerSession(454071866)--Connection(810293293)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.42--ServerSession(454071866)--Connection(1766931299)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.421--ServerSession(454071866)--Connection(810293293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.421--UnitOfWork(235090865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.421--UnitOfWork(235090865)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.421--UnitOfWork(235090865)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@417cf1c2) [junit] [EL Finest]: 2024-04-30 17:54:18.421--ServerSession(454071866)--Connection(162945557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.421--ClientSession(260445116)--Connection(162945557)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.421--ClientSession(260445116)--Connection(162945557)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.421--ClientSession(260445116)--Connection(803362816)--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]: 2024-04-30 17:54:18.422--ClientSession(260445116)--Connection(803362816)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.422--ServerSession(454071866)--Connection(162945557)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.422--UnitOfWork(235090865)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.422--UnitOfWork(235090865)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.422--UnitOfWork(235090865)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.422--ClientSession(260445116)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.422--UnitOfWork(235090865)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.422--ClientSession(260445116)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.422--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 451338700 [junit] [EL Finer]: 2024-04-30 17:54:18.422--ClientSession(451338700)--Thread(Thread[main,5,main])--acquire unit of work: 565933687 [junit] [EL Finest]: 2024-04-30 17:54:18.422--UnitOfWork(565933687)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.422--ServerSession(454071866)--Connection(480512024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.422--ServerSession(454071866)--Connection(480512024)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.422--ServerSession(454071866)--Connection(1417480153)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.423--ServerSession(454071866)--Connection(480512024)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.423--UnitOfWork(565933687)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.423--UnitOfWork(565933687)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.423--UnitOfWork(565933687)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@34aad95) [junit] [EL Finest]: 2024-04-30 17:54:18.423--ServerSession(454071866)--Connection(57477832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.423--ClientSession(451338700)--Connection(57477832)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.423--ClientSession(451338700)--Connection(57477832)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.423--ClientSession(451338700)--Connection(961490434)--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]: 2024-04-30 17:54:18.424--ClientSession(451338700)--Connection(961490434)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.424--ServerSession(454071866)--Connection(57477832)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.424--UnitOfWork(565933687)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.424--UnitOfWork(565933687)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.424--UnitOfWork(565933687)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.424--ClientSession(451338700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.424--UnitOfWork(565933687)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.424--ClientSession(451338700)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.424--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1150287249 [junit] [EL Finer]: 2024-04-30 17:54:18.424--ClientSession(1150287249)--Thread(Thread[main,5,main])--acquire unit of work: 803177602 [junit] [EL Finest]: 2024-04-30 17:54:18.424--UnitOfWork(803177602)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.424--ServerSession(454071866)--Connection(1864400965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.424--ServerSession(454071866)--Connection(1864400965)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.424--ServerSession(454071866)--Connection(2027763160)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.425--ServerSession(454071866)--Connection(1864400965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.434--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2133340652 [junit] [EL Finer]: 2024-04-30 17:54:18.434--ClientSession(2133340652)--Thread(Thread[main,5,main])--acquire unit of work: 978974205 [junit] [EL Finest]: 2024-04-30 17:54:18.434--UnitOfWork(978974205)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.434--UnitOfWork(978974205)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.434--UnitOfWork(978974205)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6892b8fd) [junit] [EL Finest]: 2024-04-30 17:54:18.434--ServerSession(454071866)--Connection(2129737499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.434--ClientSession(2133340652)--Connection(2129737499)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.434--ClientSession(2133340652)--Connection(2129737499)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.435--ClientSession(2133340652)--Connection(200459045)--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]: 2024-04-30 17:54:18.435--ClientSession(2133340652)--Connection(200459045)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.435--ServerSession(454071866)--Connection(2129737499)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.435--UnitOfWork(978974205)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.435--UnitOfWork(978974205)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.436--UnitOfWork(978974205)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.436--ClientSession(2133340652)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.436--UnitOfWork(978974205)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.436--ClientSession(2133340652)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.436--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1895394711 [junit] [EL Finer]: 2024-04-30 17:54:18.436--ClientSession(1895394711)--Thread(Thread[main,5,main])--acquire unit of work: 130536828 [junit] [EL Finest]: 2024-04-30 17:54:18.436--UnitOfWork(130536828)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.436--ServerSession(454071866)--Connection(447857994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.436--ServerSession(454071866)--Connection(447857994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.436--ServerSession(454071866)--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, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.436--ServerSession(454071866)--Connection(447857994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.436--UnitOfWork(130536828)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.436--UnitOfWork(130536828)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.436--UnitOfWork(130536828)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.436--UnitOfWork(130536828)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.436--UnitOfWork(130536828)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.436--ClientSession(1895394711)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.436--UnitOfWork(130536828)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.437--ClientSession(1895394711)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.437--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 810334748 [junit] [EL Finer]: 2024-04-30 17:54:18.437--ClientSession(810334748)--Thread(Thread[main,5,main])--acquire unit of work: 1700786447 [junit] [EL Finest]: 2024-04-30 17:54:18.437--UnitOfWork(1700786447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.437--ServerSession(454071866)--Connection(591525781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.437--ServerSession(454071866)--Connection(591525781)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.437--ServerSession(454071866)--Connection(158482795)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.437--ServerSession(454071866)--Connection(591525781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.437--UnitOfWork(1700786447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.437--UnitOfWork(1700786447)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.437--UnitOfWork(1700786447)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4676c302) [junit] [EL Finest]: 2024-04-30 17:54:18.437--ServerSession(454071866)--Connection(1900945301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.437--ClientSession(810334748)--Connection(1900945301)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.438--ClientSession(810334748)--Connection(1900945301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.438--ClientSession(810334748)--Connection(22068333)--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]: 2024-04-30 17:54:18.438--ClientSession(810334748)--Connection(22068333)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.438--ServerSession(454071866)--Connection(1900945301)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.438--UnitOfWork(1700786447)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.438--UnitOfWork(1700786447)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.438--UnitOfWork(1700786447)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.438--ClientSession(810334748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.438--UnitOfWork(1700786447)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.438--ClientSession(810334748)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.438--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 156459185 [junit] [EL Finer]: 2024-04-30 17:54:18.438--ClientSession(156459185)--Thread(Thread[main,5,main])--acquire unit of work: 140539065 [junit] [EL Finest]: 2024-04-30 17:54:18.438--UnitOfWork(140539065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.439--ServerSession(454071866)--Connection(215421452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.439--ServerSession(454071866)--Connection(215421452)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.439--ServerSession(454071866)--Connection(751429588)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.439--ServerSession(454071866)--Connection(215421452)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.448--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 127235817 [junit] [EL Finer]: 2024-04-30 17:54:18.448--ClientSession(127235817)--Thread(Thread[main,5,main])--acquire unit of work: 1000625816 [junit] [EL Finest]: 2024-04-30 17:54:18.448--UnitOfWork(1000625816)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.448--UnitOfWork(1000625816)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.449--UnitOfWork(1000625816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e32cdc6) [junit] [EL Finest]: 2024-04-30 17:54:18.449--ServerSession(454071866)--Connection(543960859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.449--ClientSession(127235817)--Connection(543960859)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.449--ClientSession(127235817)--Connection(543960859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.449--ClientSession(127235817)--Connection(971357464)--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]: 2024-04-30 17:54:18.449--ClientSession(127235817)--Connection(971357464)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.45--ServerSession(454071866)--Connection(543960859)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.45--UnitOfWork(1000625816)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.45--UnitOfWork(1000625816)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.45--UnitOfWork(1000625816)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.45--ClientSession(127235817)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.45--UnitOfWork(1000625816)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.45--ClientSession(127235817)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.45--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2081211857 [junit] [EL Finer]: 2024-04-30 17:54:18.45--ClientSession(2081211857)--Thread(Thread[main,5,main])--acquire unit of work: 1037646268 [junit] [EL Finest]: 2024-04-30 17:54:18.45--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.45--ServerSession(454071866)--Connection(700468834)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.45--ServerSession(454071866)--Connection(700468834)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.45--ServerSession(454071866)--Connection(1083183526)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.45--ServerSession(454071866)--Connection(700468834)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.451--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.451--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.451--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.451--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.451--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2ec8a008) [junit] [EL Finest]: 2024-04-30 17:54:18.451--ServerSession(454071866)--Connection(1158509760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.451--ClientSession(2081211857)--Connection(1158509760)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.451--ClientSession(2081211857)--Connection(1158509760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.451--ClientSession(2081211857)--Connection(1544377199)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [24, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.451--ClientSession(2081211857)--Connection(1544377199)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.452--ServerSession(454071866)--Connection(1158509760)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.452--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.452--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.452--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.452--ClientSession(2081211857)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.452--UnitOfWork(1037646268)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.452--ClientSession(2081211857)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.452--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 817807678 [junit] [EL Finer]: 2024-04-30 17:54:18.452--ClientSession(817807678)--Thread(Thread[main,5,main])--acquire unit of work: 515578013 [junit] [EL Finest]: 2024-04-30 17:54:18.452--UnitOfWork(515578013)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.452--UnitOfWork(515578013)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.452--UnitOfWork(515578013)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2ec8a008) [junit] [EL Finest]: 2024-04-30 17:54:18.452--ServerSession(454071866)--Connection(1827786059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.452--ClientSession(817807678)--Connection(1827786059)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.487--ClientSession(817807678)--Connection(1827786059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.488--ClientSession(817807678)--Connection(713049818)--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]: 2024-04-30 17:54:18.488--ClientSession(817807678)--Connection(713049818)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.489--ServerSession(454071866)--Connection(1827786059)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.489--UnitOfWork(515578013)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.489--UnitOfWork(515578013)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.489--UnitOfWork(515578013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.489--ClientSession(817807678)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.489--UnitOfWork(515578013)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.489--ClientSession(817807678)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.489--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 426192056 [junit] [EL Finer]: 2024-04-30 17:54:18.489--ClientSession(426192056)--Thread(Thread[main,5,main])--acquire unit of work: 2065572170 [junit] [EL Finest]: 2024-04-30 17:54:18.489--UnitOfWork(2065572170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.489--ServerSession(454071866)--Connection(1392516709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.489--ServerSession(454071866)--Connection(1392516709)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.489--ServerSession(454071866)--Connection(1903996422)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.49--ServerSession(454071866)--Connection(1392516709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.49--UnitOfWork(2065572170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.49--UnitOfWork(2065572170)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.49--UnitOfWork(2065572170)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.49--UnitOfWork(2065572170)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.49--UnitOfWork(2065572170)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.49--ClientSession(426192056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.49--UnitOfWork(2065572170)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.49--ClientSession(426192056)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.49--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 477658322 [junit] [EL Finer]: 2024-04-30 17:54:18.49--ClientSession(477658322)--Thread(Thread[main,5,main])--acquire unit of work: 1073144966 [junit] [EL Finest]: 2024-04-30 17:54:18.49--UnitOfWork(1073144966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.49--ServerSession(454071866)--Connection(1709695324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.49--ServerSession(454071866)--Connection(1709695324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.49--ServerSession(454071866)--Connection(1785866473)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.491--ServerSession(454071866)--Connection(1709695324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.491--UnitOfWork(1073144966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.491--UnitOfWork(1073144966)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.491--UnitOfWork(1073144966)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3de9577d) [junit] [EL Finest]: 2024-04-30 17:54:18.491--ServerSession(454071866)--Connection(858814059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.491--ClientSession(477658322)--Connection(858814059)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.491--ClientSession(477658322)--Connection(858814059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.491--ClientSession(477658322)--Connection(1150651855)--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]: 2024-04-30 17:54:18.492--ClientSession(477658322)--Connection(1150651855)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.492--ServerSession(454071866)--Connection(858814059)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.492--UnitOfWork(1073144966)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.492--UnitOfWork(1073144966)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.492--UnitOfWork(1073144966)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.492--ClientSession(477658322)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.492--UnitOfWork(1073144966)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.492--ClientSession(477658322)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.492--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1301894065 [junit] [EL Finer]: 2024-04-30 17:54:18.492--ClientSession(1301894065)--Thread(Thread[main,5,main])--acquire unit of work: 2099963719 [junit] [EL Finest]: 2024-04-30 17:54:18.492--UnitOfWork(2099963719)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.492--ServerSession(454071866)--Connection(356120280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.492--ServerSession(454071866)--Connection(356120280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.492--ServerSession(454071866)--Connection(752963104)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.493--ServerSession(454071866)--Connection(356120280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.493--UnitOfWork(2099963719)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.493--UnitOfWork(2099963719)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.493--UnitOfWork(2099963719)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1585e32) [junit] [EL Finest]: 2024-04-30 17:54:18.493--ServerSession(454071866)--Connection(2101027576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.493--ClientSession(1301894065)--Connection(2101027576)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.493--ClientSession(1301894065)--Connection(2101027576)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.493--ClientSession(1301894065)--Connection(1111547325)--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]: 2024-04-30 17:54:18.494--ClientSession(1301894065)--Connection(1111547325)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.494--ServerSession(454071866)--Connection(2101027576)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.494--UnitOfWork(2099963719)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.494--UnitOfWork(2099963719)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.494--UnitOfWork(2099963719)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.494--ClientSession(1301894065)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.494--UnitOfWork(2099963719)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.494--ClientSession(1301894065)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.494--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 900517764 [junit] [EL Finer]: 2024-04-30 17:54:18.494--ClientSession(900517764)--Thread(Thread[main,5,main])--acquire unit of work: 287577899 [junit] [EL Finest]: 2024-04-30 17:54:18.494--UnitOfWork(287577899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.494--ServerSession(454071866)--Connection(1431145863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.494--ServerSession(454071866)--Connection(1431145863)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.494--ServerSession(454071866)--Connection(19089357)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.494--ServerSession(454071866)--Connection(1431145863)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.503--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1019827059 [junit] [EL Finer]: 2024-04-30 17:54:18.503--ClientSession(1019827059)--Thread(Thread[main,5,main])--acquire unit of work: 350884414 [junit] [EL Finest]: 2024-04-30 17:54:18.503--UnitOfWork(350884414)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.503--UnitOfWork(350884414)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.503--UnitOfWork(350884414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@47e51a7a) [junit] [EL Finest]: 2024-04-30 17:54:18.504--ServerSession(454071866)--Connection(1524032940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.504--ClientSession(1019827059)--Connection(1524032940)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.504--ClientSession(1019827059)--Connection(1524032940)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.504--ClientSession(1019827059)--Connection(510228266)--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]: 2024-04-30 17:54:18.504--ClientSession(1019827059)--Connection(510228266)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.504--ServerSession(454071866)--Connection(1524032940)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.505--UnitOfWork(350884414)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.505--UnitOfWork(350884414)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.505--UnitOfWork(350884414)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.505--ClientSession(1019827059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.505--UnitOfWork(350884414)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.505--ClientSession(1019827059)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.505--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1320227138 [junit] [EL Finer]: 2024-04-30 17:54:18.505--ClientSession(1320227138)--Thread(Thread[main,5,main])--acquire unit of work: 598173373 [junit] [EL Finest]: 2024-04-30 17:54:18.505--UnitOfWork(598173373)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.505--ServerSession(454071866)--Connection(1990362564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.505--ServerSession(454071866)--Connection(1990362564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.505--ServerSession(454071866)--Connection(52812135)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.505--ServerSession(454071866)--Connection(1990362564)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.505--UnitOfWork(598173373)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.505--UnitOfWork(598173373)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.505--UnitOfWork(598173373)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.505--UnitOfWork(598173373)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.505--UnitOfWork(598173373)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5dd2e7c8) [junit] [EL Finest]: 2024-04-30 17:54:18.506--ServerSession(454071866)--Connection(310365554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.506--ClientSession(1320227138)--Connection(310365554)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.506--ClientSession(1320227138)--Connection(310365554)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.506--ClientSession(1320227138)--Connection(280985230)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [18, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.506--ClientSession(1320227138)--Connection(280985230)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.506--ServerSession(454071866)--Connection(310365554)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.506--UnitOfWork(598173373)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.506--UnitOfWork(598173373)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.506--UnitOfWork(598173373)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.506--ClientSession(1320227138)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.506--UnitOfWork(598173373)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.506--ClientSession(1320227138)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.506--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 64284139 [junit] [EL Finer]: 2024-04-30 17:54:18.506--ClientSession(64284139)--Thread(Thread[main,5,main])--acquire unit of work: 1865202878 [junit] [EL Finest]: 2024-04-30 17:54:18.506--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.506--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.507--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5dd2e7c8) [junit] [EL Finest]: 2024-04-30 17:54:18.507--ServerSession(454071866)--Connection(389629243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.507--ClientSession(64284139)--Connection(389629243)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.507--ClientSession(64284139)--Connection(389629243)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.507--ClientSession(64284139)--Connection(870711690)--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]: 2024-04-30 17:54:18.507--ClientSession(64284139)--Connection(870711690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.507--ServerSession(454071866)--Connection(389629243)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.507--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.508--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.508--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.508--ClientSession(64284139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.508--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.508--ClientSession(64284139)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.508--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1525416919 [junit] [EL Finer]: 2024-04-30 17:54:18.508--ClientSession(1525416919)--Thread(Thread[main,5,main])--acquire unit of work: 119637292 [junit] [EL Finest]: 2024-04-30 17:54:18.508--UnitOfWork(119637292)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.508--ServerSession(454071866)--Connection(80227859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.508--ServerSession(454071866)--Connection(80227859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.508--ServerSession(454071866)--Connection(300460332)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.508--ServerSession(454071866)--Connection(80227859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.508--UnitOfWork(119637292)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.508--UnitOfWork(119637292)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.508--UnitOfWork(119637292)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.508--UnitOfWork(119637292)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.509--UnitOfWork(119637292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.509--ClientSession(1525416919)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.509--UnitOfWork(119637292)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.509--ClientSession(1525416919)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.509--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 833319999 [junit] [EL Finer]: 2024-04-30 17:54:18.509--ClientSession(833319999)--Thread(Thread[main,5,main])--acquire unit of work: 498391917 [junit] [EL Finest]: 2024-04-30 17:54:18.509--UnitOfWork(498391917)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.509--ServerSession(454071866)--Connection(628733825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.509--ServerSession(454071866)--Connection(628733825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.509--ServerSession(454071866)--Connection(816936519)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.509--ServerSession(454071866)--Connection(628733825)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.509--UnitOfWork(498391917)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.509--UnitOfWork(498391917)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.509--UnitOfWork(498391917)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@61852166) [junit] [EL Finest]: 2024-04-30 17:54:18.509--ServerSession(454071866)--Connection(1738743058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.509--ClientSession(833319999)--Connection(1738743058)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.51--ClientSession(833319999)--Connection(1738743058)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.51--ClientSession(833319999)--Connection(803577489)--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]: 2024-04-30 17:54:18.51--ClientSession(833319999)--Connection(803577489)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.51--ServerSession(454071866)--Connection(1738743058)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.51--UnitOfWork(498391917)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.51--UnitOfWork(498391917)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.51--UnitOfWork(498391917)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.51--ClientSession(833319999)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.51--UnitOfWork(498391917)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.51--ClientSession(833319999)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.51--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1455776506 [junit] [EL Finer]: 2024-04-30 17:54:18.51--ClientSession(1455776506)--Thread(Thread[main,5,main])--acquire unit of work: 695320253 [junit] [EL Finest]: 2024-04-30 17:54:18.51--UnitOfWork(695320253)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.51--ServerSession(454071866)--Connection(711179284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.51--ServerSession(454071866)--Connection(711179284)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.511--ServerSession(454071866)--Connection(573465541)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.511--ServerSession(454071866)--Connection(711179284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.511--UnitOfWork(695320253)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.511--UnitOfWork(695320253)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.511--UnitOfWork(695320253)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7b21cec3) [junit] [EL Finest]: 2024-04-30 17:54:18.511--ServerSession(454071866)--Connection(502541491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.511--ClientSession(1455776506)--Connection(502541491)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.511--ClientSession(1455776506)--Connection(502541491)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.511--ClientSession(1455776506)--Connection(1243371394)--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]: 2024-04-30 17:54:18.512--ClientSession(1455776506)--Connection(1243371394)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.512--ServerSession(454071866)--Connection(502541491)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.512--UnitOfWork(695320253)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.512--UnitOfWork(695320253)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.512--UnitOfWork(695320253)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.512--ClientSession(1455776506)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.512--UnitOfWork(695320253)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.512--ClientSession(1455776506)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.512--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1505271482 [junit] [EL Finer]: 2024-04-30 17:54:18.512--ClientSession(1505271482)--Thread(Thread[main,5,main])--acquire unit of work: 1704308874 [junit] [EL Finest]: 2024-04-30 17:54:18.512--UnitOfWork(1704308874)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.512--ServerSession(454071866)--Connection(1293765629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.512--ServerSession(454071866)--Connection(1293765629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.512--ServerSession(454071866)--Connection(68451813)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.513--ServerSession(454071866)--Connection(1293765629)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.522--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 505962116 [junit] [EL Finer]: 2024-04-30 17:54:18.522--ClientSession(505962116)--Thread(Thread[main,5,main])--acquire unit of work: 1016908292 [junit] [EL Finest]: 2024-04-30 17:54:18.522--UnitOfWork(1016908292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.522--UnitOfWork(1016908292)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.522--UnitOfWork(1016908292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@313cd0c) [junit] [EL Finest]: 2024-04-30 17:54:18.522--ServerSession(454071866)--Connection(274531520)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.522--ClientSession(505962116)--Connection(274531520)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.522--ClientSession(505962116)--Connection(274531520)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.523--ClientSession(505962116)--Connection(1246441509)--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]: 2024-04-30 17:54:18.523--ClientSession(505962116)--Connection(1246441509)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.523--ServerSession(454071866)--Connection(274531520)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.523--UnitOfWork(1016908292)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.523--UnitOfWork(1016908292)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.523--UnitOfWork(1016908292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.523--ClientSession(505962116)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.523--UnitOfWork(1016908292)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.523--ClientSession(505962116)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.523--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1991041726 [junit] [EL Finer]: 2024-04-30 17:54:18.523--ClientSession(1991041726)--Thread(Thread[main,5,main])--acquire unit of work: 246383535 [junit] [EL Finest]: 2024-04-30 17:54:18.524--UnitOfWork(246383535)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.524--ServerSession(454071866)--Connection(494288967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.524--ServerSession(454071866)--Connection(494288967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.524--ServerSession(454071866)--Connection(622692259)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.524--ServerSession(454071866)--Connection(494288967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.524--UnitOfWork(246383535)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.524--UnitOfWork(246383535)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.524--UnitOfWork(246383535)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.524--UnitOfWork(246383535)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.524--UnitOfWork(246383535)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4675777e) [junit] [EL Finest]: 2024-04-30 17:54:18.524--ServerSession(454071866)--Connection(541573526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.524--ClientSession(1991041726)--Connection(541573526)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.524--ClientSession(1991041726)--Connection(541573526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.525--ClientSession(1991041726)--Connection(1026194794)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [32, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.525--ClientSession(1991041726)--Connection(1026194794)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.525--ServerSession(454071866)--Connection(541573526)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.525--UnitOfWork(246383535)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.525--UnitOfWork(246383535)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.525--UnitOfWork(246383535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.525--ClientSession(1991041726)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.525--UnitOfWork(246383535)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.525--ClientSession(1991041726)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.525--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1243680947 [junit] [EL Finer]: 2024-04-30 17:54:18.525--ClientSession(1243680947)--Thread(Thread[main,5,main])--acquire unit of work: 1425290000 [junit] [EL Finest]: 2024-04-30 17:54:18.525--UnitOfWork(1425290000)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.525--UnitOfWork(1425290000)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.525--UnitOfWork(1425290000)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4675777e) [junit] [EL Finest]: 2024-04-30 17:54:18.525--ServerSession(454071866)--Connection(592593207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.525--ClientSession(1243680947)--Connection(592593207)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.525--ClientSession(1243680947)--Connection(592593207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.526--ClientSession(1243680947)--Connection(1630824806)--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]: 2024-04-30 17:54:18.526--ClientSession(1243680947)--Connection(1630824806)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.526--ServerSession(454071866)--Connection(592593207)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.526--UnitOfWork(1425290000)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.526--UnitOfWork(1425290000)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.526--UnitOfWork(1425290000)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.526--ClientSession(1243680947)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.526--UnitOfWork(1425290000)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.526--ClientSession(1243680947)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.526--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1891418146 [junit] [EL Finer]: 2024-04-30 17:54:18.527--ClientSession(1891418146)--Thread(Thread[main,5,main])--acquire unit of work: 1096187131 [junit] [EL Finest]: 2024-04-30 17:54:18.527--UnitOfWork(1096187131)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.527--ServerSession(454071866)--Connection(57365230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.527--ServerSession(454071866)--Connection(57365230)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.527--ServerSession(454071866)--Connection(2062031570)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.527--ServerSession(454071866)--Connection(57365230)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.527--UnitOfWork(1096187131)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.527--UnitOfWork(1096187131)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.527--UnitOfWork(1096187131)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.527--UnitOfWork(1096187131)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.527--UnitOfWork(1096187131)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.527--ClientSession(1891418146)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.527--UnitOfWork(1096187131)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.527--ClientSession(1891418146)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.527--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2107703562 [junit] [EL Finer]: 2024-04-30 17:54:18.527--ClientSession(2107703562)--Thread(Thread[main,5,main])--acquire unit of work: 173411923 [junit] [EL Finest]: 2024-04-30 17:54:18.527--UnitOfWork(173411923)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.527--ServerSession(454071866)--Connection(399387267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.527--ServerSession(454071866)--Connection(399387267)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.527--ServerSession(454071866)--Connection(2112650561)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.528--ServerSession(454071866)--Connection(399387267)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.528--UnitOfWork(173411923)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.528--UnitOfWork(173411923)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.528--UnitOfWork(173411923)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@32ae2974) [junit] [EL Finest]: 2024-04-30 17:54:18.528--ServerSession(454071866)--Connection(1254817326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.528--ClientSession(2107703562)--Connection(1254817326)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.528--ClientSession(2107703562)--Connection(1254817326)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.528--ClientSession(2107703562)--Connection(92619851)--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]: 2024-04-30 17:54:18.529--ClientSession(2107703562)--Connection(92619851)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.529--ServerSession(454071866)--Connection(1254817326)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.529--UnitOfWork(173411923)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.529--UnitOfWork(173411923)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.529--UnitOfWork(173411923)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.529--ClientSession(2107703562)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.529--UnitOfWork(173411923)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.529--ClientSession(2107703562)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.529--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1485668457 [junit] [EL Finer]: 2024-04-30 17:54:18.529--ClientSession(1485668457)--Thread(Thread[main,5,main])--acquire unit of work: 133307322 [junit] [EL Finest]: 2024-04-30 17:54:18.529--UnitOfWork(133307322)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.529--ServerSession(454071866)--Connection(679125011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.529--ServerSession(454071866)--Connection(679125011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.529--ServerSession(454071866)--Connection(883337277)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.53--ServerSession(454071866)--Connection(679125011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.53--UnitOfWork(133307322)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.53--UnitOfWork(133307322)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.53--UnitOfWork(133307322)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17a40c7a) [junit] [EL Finest]: 2024-04-30 17:54:18.53--ServerSession(454071866)--Connection(1799747228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.53--ClientSession(1485668457)--Connection(1799747228)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.53--ClientSession(1485668457)--Connection(1799747228)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.53--ClientSession(1485668457)--Connection(218013508)--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]: 2024-04-30 17:54:18.53--ClientSession(1485668457)--Connection(218013508)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.531--ServerSession(454071866)--Connection(1799747228)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.531--UnitOfWork(133307322)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.531--UnitOfWork(133307322)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.531--UnitOfWork(133307322)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.531--ClientSession(1485668457)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.531--UnitOfWork(133307322)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.531--ClientSession(1485668457)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.531--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1270391005 [junit] [EL Finer]: 2024-04-30 17:54:18.531--ClientSession(1270391005)--Thread(Thread[main,5,main])--acquire unit of work: 252534304 [junit] [EL Finest]: 2024-04-30 17:54:18.531--UnitOfWork(252534304)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.531--ServerSession(454071866)--Connection(2012345402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.531--ServerSession(454071866)--Connection(2012345402)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.531--ServerSession(454071866)--Connection(949727956)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.531--ServerSession(454071866)--Connection(2012345402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.531--UnitOfWork(252534304)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.531--UnitOfWork(252534304)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.532--UnitOfWork(252534304)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5332e7e9) [junit] [EL Finest]: 2024-04-30 17:54:18.532--ServerSession(454071866)--Connection(1316131620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.532--ClientSession(1270391005)--Connection(1316131620)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.532--ClientSession(1270391005)--Connection(1316131620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.532--ClientSession(1270391005)--Connection(573532267)--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]: 2024-04-30 17:54:18.592--ClientSession(1270391005)--Connection(573532267)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.592--ServerSession(454071866)--Connection(1316131620)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.592--UnitOfWork(252534304)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.592--UnitOfWork(252534304)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.592--UnitOfWork(252534304)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.592--ClientSession(1270391005)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.592--UnitOfWork(252534304)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.592--ClientSession(1270391005)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.592--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 424613172 [junit] [EL Finer]: 2024-04-30 17:54:18.592--ClientSession(424613172)--Thread(Thread[main,5,main])--acquire unit of work: 1140739722 [junit] [EL Finest]: 2024-04-30 17:54:18.592--UnitOfWork(1140739722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.592--ServerSession(454071866)--Connection(441129646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.592--ServerSession(454071866)--Connection(441129646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.592--ServerSession(454071866)--Connection(1242432017)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.593--ServerSession(454071866)--Connection(441129646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.593--UnitOfWork(1140739722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.593--UnitOfWork(1140739722)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.593--UnitOfWork(1140739722)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1ab2c934) [junit] [EL Finest]: 2024-04-30 17:54:18.593--ServerSession(454071866)--Connection(1657450784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.593--ClientSession(424613172)--Connection(1657450784)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.593--ClientSession(424613172)--Connection(1657450784)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.594--ClientSession(424613172)--Connection(65282680)--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]: 2024-04-30 17:54:18.594--ClientSession(424613172)--Connection(65282680)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.595--ServerSession(454071866)--Connection(1657450784)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.595--UnitOfWork(1140739722)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.595--UnitOfWork(1140739722)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.595--UnitOfWork(1140739722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.595--ClientSession(424613172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.595--UnitOfWork(1140739722)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.595--ClientSession(424613172)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.595--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 648098819 [junit] [EL Finer]: 2024-04-30 17:54:18.595--ClientSession(648098819)--Thread(Thread[main,5,main])--acquire unit of work: 299221574 [junit] [EL Finest]: 2024-04-30 17:54:18.595--UnitOfWork(299221574)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.595--ServerSession(454071866)--Connection(855692774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.595--ServerSession(454071866)--Connection(855692774)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.595--ServerSession(454071866)--Connection(553859751)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.595--ServerSession(454071866)--Connection(855692774)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.604--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 210083902 [junit] [EL Finer]: 2024-04-30 17:54:18.604--ClientSession(210083902)--Thread(Thread[main,5,main])--acquire unit of work: 1758152798 [junit] [EL Finest]: 2024-04-30 17:54:18.604--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.604--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.604--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@8097b80) [junit] [EL Finest]: 2024-04-30 17:54:18.605--ServerSession(454071866)--Connection(1302287327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.605--ClientSession(210083902)--Connection(1302287327)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.605--ClientSession(210083902)--Connection(1302287327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.605--ClientSession(210083902)--Connection(2141485962)--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]: 2024-04-30 17:54:18.605--ClientSession(210083902)--Connection(2141485962)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.606--ServerSession(454071866)--Connection(1302287327)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.606--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.606--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.606--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.606--ClientSession(210083902)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.606--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.606--ClientSession(210083902)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.606--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 81861663 [junit] [EL Finer]: 2024-04-30 17:54:18.606--ClientSession(81861663)--Thread(Thread[main,5,main])--acquire unit of work: 869775095 [junit] [EL Finest]: 2024-04-30 17:54:18.606--UnitOfWork(869775095)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.606--ServerSession(454071866)--Connection(1878254380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.606--ServerSession(454071866)--Connection(1878254380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.606--ServerSession(454071866)--Connection(1170209445)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.606--ServerSession(454071866)--Connection(1878254380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.606--UnitOfWork(869775095)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.606--UnitOfWork(869775095)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.606--UnitOfWork(869775095)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.606--UnitOfWork(869775095)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.606--UnitOfWork(869775095)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@475c7026) [junit] [EL Finest]: 2024-04-30 17:54:18.607--ServerSession(454071866)--Connection(219594749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.607--ClientSession(81861663)--Connection(219594749)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.607--ClientSession(81861663)--Connection(219594749)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.607--ClientSession(81861663)--Connection(1422028025)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [35, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.607--ClientSession(81861663)--Connection(1422028025)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.607--ServerSession(454071866)--Connection(219594749)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.607--UnitOfWork(869775095)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.607--UnitOfWork(869775095)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.607--UnitOfWork(869775095)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.607--ClientSession(81861663)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.607--UnitOfWork(869775095)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.607--ClientSession(81861663)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.607--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2012293491 [junit] [EL Finer]: 2024-04-30 17:54:18.607--ClientSession(2012293491)--Thread(Thread[main,5,main])--acquire unit of work: 1327532327 [junit] [EL Finest]: 2024-04-30 17:54:18.607--UnitOfWork(1327532327)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.607--UnitOfWork(1327532327)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.607--UnitOfWork(1327532327)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@475c7026) [junit] [EL Finest]: 2024-04-30 17:54:18.608--ServerSession(454071866)--Connection(655269954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.608--ClientSession(2012293491)--Connection(655269954)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.608--ClientSession(2012293491)--Connection(655269954)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.608--ClientSession(2012293491)--Connection(1506459489)--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]: 2024-04-30 17:54:18.608--ClientSession(2012293491)--Connection(1506459489)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.608--ServerSession(454071866)--Connection(655269954)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.608--UnitOfWork(1327532327)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.608--UnitOfWork(1327532327)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.609--UnitOfWork(1327532327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.609--ClientSession(2012293491)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.609--UnitOfWork(1327532327)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.609--ClientSession(2012293491)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.609--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 247124348 [junit] [EL Finer]: 2024-04-30 17:54:18.609--ClientSession(247124348)--Thread(Thread[main,5,main])--acquire unit of work: 1550085209 [junit] [EL Finest]: 2024-04-30 17:54:18.609--UnitOfWork(1550085209)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.609--ServerSession(454071866)--Connection(1356460291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.609--ServerSession(454071866)--Connection(1356460291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.609--ServerSession(454071866)--Connection(17201626)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.609--ServerSession(454071866)--Connection(1356460291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.609--UnitOfWork(1550085209)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.609--UnitOfWork(1550085209)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.609--UnitOfWork(1550085209)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.609--UnitOfWork(1550085209)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.609--UnitOfWork(1550085209)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.609--ClientSession(247124348)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.609--UnitOfWork(1550085209)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.609--ClientSession(247124348)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.609--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 186780183 [junit] [EL Finer]: 2024-04-30 17:54:18.609--ClientSession(186780183)--Thread(Thread[main,5,main])--acquire unit of work: 698546181 [junit] [EL Finest]: 2024-04-30 17:54:18.609--UnitOfWork(698546181)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.609--ServerSession(454071866)--Connection(958894142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.609--ServerSession(454071866)--Connection(958894142)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.61--ServerSession(454071866)--Connection(1130838465)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.61--ServerSession(454071866)--Connection(958894142)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.61--UnitOfWork(698546181)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.61--UnitOfWork(698546181)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.61--UnitOfWork(698546181)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@66d258cc) [junit] [EL Finest]: 2024-04-30 17:54:18.61--ServerSession(454071866)--Connection(906703451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.61--ClientSession(186780183)--Connection(906703451)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.61--ClientSession(186780183)--Connection(906703451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.61--ClientSession(186780183)--Connection(1122703470)--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]: 2024-04-30 17:54:18.611--ClientSession(186780183)--Connection(1122703470)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.611--ServerSession(454071866)--Connection(906703451)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.611--UnitOfWork(698546181)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.611--UnitOfWork(698546181)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.611--UnitOfWork(698546181)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.611--ClientSession(186780183)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.611--UnitOfWork(698546181)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.611--ClientSession(186780183)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.611--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 620402421 [junit] [EL Finer]: 2024-04-30 17:54:18.611--ClientSession(620402421)--Thread(Thread[main,5,main])--acquire unit of work: 1259139547 [junit] [EL Finest]: 2024-04-30 17:54:18.611--UnitOfWork(1259139547)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.611--ServerSession(454071866)--Connection(1371449532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.611--ServerSession(454071866)--Connection(1371449532)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.611--ServerSession(454071866)--Connection(1094988251)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.611--ServerSession(454071866)--Connection(1371449532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.612--UnitOfWork(1259139547)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.612--UnitOfWork(1259139547)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.612--UnitOfWork(1259139547)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1d57e7e5) [junit] [EL Finest]: 2024-04-30 17:54:18.612--ServerSession(454071866)--Connection(1495425960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.612--ClientSession(620402421)--Connection(1495425960)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.612--ClientSession(620402421)--Connection(1495425960)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.612--ClientSession(620402421)--Connection(586242606)--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]: 2024-04-30 17:54:18.612--ClientSession(620402421)--Connection(586242606)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.612--ServerSession(454071866)--Connection(1495425960)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.612--UnitOfWork(1259139547)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.612--UnitOfWork(1259139547)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.612--UnitOfWork(1259139547)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.613--ClientSession(620402421)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.613--UnitOfWork(1259139547)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.613--ClientSession(620402421)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.613--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2071319401 [junit] [EL Finer]: 2024-04-30 17:54:18.613--ClientSession(2071319401)--Thread(Thread[main,5,main])--acquire unit of work: 822132876 [junit] [EL Finest]: 2024-04-30 17:54:18.613--UnitOfWork(822132876)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.613--ServerSession(454071866)--Connection(428395688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.613--ServerSession(454071866)--Connection(428395688)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.613--ServerSession(454071866)--Connection(1176897514)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.613--ServerSession(454071866)--Connection(428395688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.613--UnitOfWork(822132876)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.613--UnitOfWork(822132876)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.613--UnitOfWork(822132876)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@242ecc93) [junit] [EL Finest]: 2024-04-30 17:54:18.613--ServerSession(454071866)--Connection(234092780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.613--ClientSession(2071319401)--Connection(234092780)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.613--ClientSession(2071319401)--Connection(234092780)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.613--ClientSession(2071319401)--Connection(1967142916)--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]: 2024-04-30 17:54:18.614--ClientSession(2071319401)--Connection(1967142916)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.614--ServerSession(454071866)--Connection(234092780)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.614--UnitOfWork(822132876)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.614--UnitOfWork(822132876)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.614--UnitOfWork(822132876)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.614--ClientSession(2071319401)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.614--UnitOfWork(822132876)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.614--ClientSession(2071319401)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.614--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 957563019 [junit] [EL Finer]: 2024-04-30 17:54:18.614--ClientSession(957563019)--Thread(Thread[main,5,main])--acquire unit of work: 733346781 [junit] [EL Finest]: 2024-04-30 17:54:18.614--UnitOfWork(733346781)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.614--ServerSession(454071866)--Connection(1606510263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.614--ServerSession(454071866)--Connection(1606510263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.614--ServerSession(454071866)--Connection(960267844)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.615--ServerSession(454071866)--Connection(1606510263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.615--UnitOfWork(733346781)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.615--UnitOfWork(733346781)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.615--UnitOfWork(733346781)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1ee7f57f) [junit] [EL Finest]: 2024-04-30 17:54:18.615--ServerSession(454071866)--Connection(395603312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.615--ClientSession(957563019)--Connection(395603312)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.615--ClientSession(957563019)--Connection(395603312)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.615--ClientSession(957563019)--Connection(1236639340)--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]: 2024-04-30 17:54:18.615--ClientSession(957563019)--Connection(1236639340)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.616--ServerSession(454071866)--Connection(395603312)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.616--UnitOfWork(733346781)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.616--UnitOfWork(733346781)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.616--UnitOfWork(733346781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.616--ClientSession(957563019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.616--UnitOfWork(733346781)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.616--ClientSession(957563019)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.616--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 470644341 [junit] [EL Finer]: 2024-04-30 17:54:18.616--ClientSession(470644341)--Thread(Thread[main,5,main])--acquire unit of work: 684095337 [junit] [EL Finest]: 2024-04-30 17:54:18.616--UnitOfWork(684095337)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.616--ServerSession(454071866)--Connection(1298520803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.616--ServerSession(454071866)--Connection(1298520803)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.616--ServerSession(454071866)--Connection(1671572721)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.616--ServerSession(454071866)--Connection(1298520803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.625--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2117738709 [junit] [EL Finer]: 2024-04-30 17:54:18.625--ClientSession(2117738709)--Thread(Thread[main,5,main])--acquire unit of work: 1425954222 [junit] [EL Finest]: 2024-04-30 17:54:18.625--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.625--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.625--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@741b16d1) [junit] [EL Finest]: 2024-04-30 17:54:18.625--ServerSession(454071866)--Connection(616308808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.625--ClientSession(2117738709)--Connection(616308808)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.625--ClientSession(2117738709)--Connection(616308808)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.626--ClientSession(2117738709)--Connection(46748244)--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]: 2024-04-30 17:54:18.626--ClientSession(2117738709)--Connection(46748244)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.626--ServerSession(454071866)--Connection(616308808)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.626--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.626--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.626--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.626--ClientSession(2117738709)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.626--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.626--ClientSession(2117738709)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.626--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1505486190 [junit] [EL Finer]: 2024-04-30 17:54:18.626--ClientSession(1505486190)--Thread(Thread[main,5,main])--acquire unit of work: 482353265 [junit] [EL Finest]: 2024-04-30 17:54:18.627--UnitOfWork(482353265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.627--ServerSession(454071866)--Connection(1423149647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.627--ServerSession(454071866)--Connection(1423149647)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.627--ServerSession(454071866)--Connection(972829670)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.627--ServerSession(454071866)--Connection(1423149647)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.627--UnitOfWork(482353265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.627--UnitOfWork(482353265)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.627--UnitOfWork(482353265)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.627--UnitOfWork(482353265)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.627--UnitOfWork(482353265)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@22b45d16) [junit] [EL Finest]: 2024-04-30 17:54:18.627--ServerSession(454071866)--Connection(851859271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.627--ClientSession(1505486190)--Connection(851859271)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.627--ClientSession(1505486190)--Connection(851859271)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.628--ClientSession(1505486190)--Connection(1548419852)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.628--ClientSession(1505486190)--Connection(1548419852)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.628--ServerSession(454071866)--Connection(851859271)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.628--UnitOfWork(482353265)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.628--UnitOfWork(482353265)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.628--UnitOfWork(482353265)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.628--ClientSession(1505486190)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.628--UnitOfWork(482353265)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.628--ClientSession(1505486190)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.628--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1606306515 [junit] [EL Finer]: 2024-04-30 17:54:18.628--ClientSession(1606306515)--Thread(Thread[main,5,main])--acquire unit of work: 1606570508 [junit] [EL Finest]: 2024-04-30 17:54:18.628--UnitOfWork(1606570508)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.628--UnitOfWork(1606570508)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.628--UnitOfWork(1606570508)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@22b45d16) [junit] [EL Finest]: 2024-04-30 17:54:18.628--ServerSession(454071866)--Connection(975730654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.628--ClientSession(1606306515)--Connection(975730654)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.628--ClientSession(1606306515)--Connection(975730654)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.629--ClientSession(1606306515)--Connection(393042586)--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]: 2024-04-30 17:54:18.629--ClientSession(1606306515)--Connection(393042586)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.629--ServerSession(454071866)--Connection(975730654)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.629--UnitOfWork(1606570508)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.629--UnitOfWork(1606570508)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.629--UnitOfWork(1606570508)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.629--ClientSession(1606306515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.629--UnitOfWork(1606570508)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.629--ClientSession(1606306515)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.629--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 710662957 [junit] [EL Finer]: 2024-04-30 17:54:18.629--ClientSession(710662957)--Thread(Thread[main,5,main])--acquire unit of work: 1395969855 [junit] [EL Finest]: 2024-04-30 17:54:18.629--UnitOfWork(1395969855)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.629--ServerSession(454071866)--Connection(787539529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.629--ServerSession(454071866)--Connection(787539529)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.63--ServerSession(454071866)--Connection(1703621550)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.63--ServerSession(454071866)--Connection(787539529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.63--UnitOfWork(1395969855)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.63--UnitOfWork(1395969855)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.63--UnitOfWork(1395969855)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.63--UnitOfWork(1395969855)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.63--UnitOfWork(1395969855)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.63--ClientSession(710662957)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.63--UnitOfWork(1395969855)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.63--ClientSession(710662957)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.63--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1896110721 [junit] [EL Finer]: 2024-04-30 17:54:18.63--ClientSession(1896110721)--Thread(Thread[main,5,main])--acquire unit of work: 150260518 [junit] [EL Finest]: 2024-04-30 17:54:18.63--UnitOfWork(150260518)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.63--ServerSession(454071866)--Connection(1204550744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.63--ServerSession(454071866)--Connection(1204550744)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.63--ServerSession(454071866)--Connection(2062430774)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.631--ServerSession(454071866)--Connection(1204550744)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.631--UnitOfWork(150260518)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.631--UnitOfWork(150260518)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.631--UnitOfWork(150260518)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@76efc58) [junit] [EL Finest]: 2024-04-30 17:54:18.631--ServerSession(454071866)--Connection(1350564556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.631--ClientSession(1896110721)--Connection(1350564556)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.631--ClientSession(1896110721)--Connection(1350564556)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.631--ClientSession(1896110721)--Connection(545476775)--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]: 2024-04-30 17:54:18.631--ClientSession(1896110721)--Connection(545476775)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.632--ServerSession(454071866)--Connection(1350564556)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.632--UnitOfWork(150260518)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.632--UnitOfWork(150260518)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.632--UnitOfWork(150260518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.632--ClientSession(1896110721)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.632--UnitOfWork(150260518)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.632--ClientSession(1896110721)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.632--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 212421856 [junit] [EL Finer]: 2024-04-30 17:54:18.632--ClientSession(212421856)--Thread(Thread[main,5,main])--acquire unit of work: 590310947 [junit] [EL Finest]: 2024-04-30 17:54:18.632--UnitOfWork(590310947)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.632--ServerSession(454071866)--Connection(429069449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.632--ServerSession(454071866)--Connection(429069449)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.632--ServerSession(454071866)--Connection(1217448368)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.632--ServerSession(454071866)--Connection(429069449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.632--UnitOfWork(590310947)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.632--UnitOfWork(590310947)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.632--UnitOfWork(590310947)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@561e7b88) [junit] [EL Finest]: 2024-04-30 17:54:18.633--ServerSession(454071866)--Connection(423335058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.633--ClientSession(212421856)--Connection(423335058)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.633--ClientSession(212421856)--Connection(423335058)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.633--ClientSession(212421856)--Connection(1442823577)--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]: 2024-04-30 17:54:18.633--ClientSession(212421856)--Connection(1442823577)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.633--ServerSession(454071866)--Connection(423335058)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.633--UnitOfWork(590310947)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.633--UnitOfWork(590310947)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.633--UnitOfWork(590310947)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.695--ClientSession(212421856)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.695--UnitOfWork(590310947)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.695--ClientSession(212421856)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.695--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1743996658 [junit] [EL Finer]: 2024-04-30 17:54:18.695--ClientSession(1743996658)--Thread(Thread[main,5,main])--acquire unit of work: 581550490 [junit] [EL Finest]: 2024-04-30 17:54:18.695--UnitOfWork(581550490)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.695--ServerSession(454071866)--Connection(177382179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.695--ServerSession(454071866)--Connection(177382179)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.695--ServerSession(454071866)--Connection(944551954)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.696--ServerSession(454071866)--Connection(177382179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.706--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 442934575 [junit] [EL Finer]: 2024-04-30 17:54:18.706--ClientSession(442934575)--Thread(Thread[main,5,main])--acquire unit of work: 1938850694 [junit] [EL Finest]: 2024-04-30 17:54:18.706--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.706--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.706--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3c94590e) [junit] [EL Finest]: 2024-04-30 17:54:18.706--ServerSession(454071866)--Connection(2146077506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.706--ClientSession(442934575)--Connection(2146077506)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.706--ClientSession(442934575)--Connection(2146077506)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.707--ClientSession(442934575)--Connection(143768458)--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]: 2024-04-30 17:54:18.707--ClientSession(442934575)--Connection(143768458)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.707--ServerSession(454071866)--Connection(2146077506)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.707--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.707--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.707--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.707--ClientSession(442934575)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.707--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.707--ClientSession(442934575)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.707--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 373608911 [junit] [EL Finer]: 2024-04-30 17:54:18.707--ClientSession(373608911)--Thread(Thread[main,5,main])--acquire unit of work: 1038088414 [junit] [EL Finest]: 2024-04-30 17:54:18.707--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.708--ServerSession(454071866)--Connection(949442820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.708--ServerSession(454071866)--Connection(949442820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.708--ServerSession(454071866)--Connection(816961422)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.708--ServerSession(454071866)--Connection(949442820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.708--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.708--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.708--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.708--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.708--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4290a321) [junit] [EL Finest]: 2024-04-30 17:54:18.708--ServerSession(454071866)--Connection(2122202926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.708--ClientSession(373608911)--Connection(2122202926)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.708--ClientSession(373608911)--Connection(2122202926)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.709--ClientSession(373608911)--Connection(603926093)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [47, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.709--ClientSession(373608911)--Connection(603926093)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.709--ServerSession(454071866)--Connection(2122202926)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.709--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.709--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.709--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.709--ClientSession(373608911)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.709--UnitOfWork(1038088414)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.709--ClientSession(373608911)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1211682013 [junit] [EL Finer]: 2024-04-30 17:54:18.709--ClientSession(1211682013)--Thread(Thread[main,5,main])--acquire unit of work: 1202720187 [junit] [EL Finest]: 2024-04-30 17:54:18.709--UnitOfWork(1202720187)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.709--UnitOfWork(1202720187)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.709--UnitOfWork(1202720187)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4290a321) [junit] [EL Finest]: 2024-04-30 17:54:18.709--ServerSession(454071866)--Connection(1904206218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.709--ClientSession(1211682013)--Connection(1904206218)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.709--ClientSession(1211682013)--Connection(1904206218)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.71--ClientSession(1211682013)--Connection(951419591)--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@7faf855c, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:18.71--ClientSession(1211682013)--Connection(951419591)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.71--ServerSession(454071866)--Connection(1904206218)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.71--UnitOfWork(1202720187)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.71--UnitOfWork(1202720187)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.71--UnitOfWork(1202720187)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.71--ClientSession(1211682013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.71--UnitOfWork(1202720187)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.71--ClientSession(1211682013)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.71--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 368983842 [junit] [EL Finer]: 2024-04-30 17:54:18.71--ClientSession(368983842)--Thread(Thread[main,5,main])--acquire unit of work: 377019812 [junit] [EL Finest]: 2024-04-30 17:54:18.71--UnitOfWork(377019812)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.71--ServerSession(454071866)--Connection(47171094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.711--ServerSession(454071866)--Connection(47171094)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.711--ServerSession(454071866)--Connection(112918672)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.711--ServerSession(454071866)--Connection(47171094)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.711--UnitOfWork(377019812)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.711--UnitOfWork(377019812)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.711--UnitOfWork(377019812)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.711--UnitOfWork(377019812)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.711--UnitOfWork(377019812)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.711--ClientSession(368983842)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.711--UnitOfWork(377019812)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.711--ClientSession(368983842)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.711--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 285205944 [junit] [EL Finer]: 2024-04-30 17:54:18.711--ClientSession(285205944)--Thread(Thread[main,5,main])--acquire unit of work: 868652437 [junit] [EL Finest]: 2024-04-30 17:54:18.711--UnitOfWork(868652437)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.711--ServerSession(454071866)--Connection(1809965097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.711--ServerSession(454071866)--Connection(1809965097)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.711--ServerSession(454071866)--Connection(1398596389)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.712--ServerSession(454071866)--Connection(1809965097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.712--UnitOfWork(868652437)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.712--UnitOfWork(868652437)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.712--UnitOfWork(868652437)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3b0c4ee7) [junit] [EL Finest]: 2024-04-30 17:54:18.712--ServerSession(454071866)--Connection(1608157218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.712--ClientSession(285205944)--Connection(1608157218)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.712--ClientSession(285205944)--Connection(1608157218)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.712--ClientSession(285205944)--Connection(116956744)--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]: 2024-04-30 17:54:18.713--ClientSession(285205944)--Connection(116956744)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.713--ServerSession(454071866)--Connection(1608157218)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.713--UnitOfWork(868652437)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.713--UnitOfWork(868652437)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.713--UnitOfWork(868652437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.713--ClientSession(285205944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.713--UnitOfWork(868652437)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.713--ClientSession(285205944)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.713--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1041873369 [junit] [EL Finer]: 2024-04-30 17:54:18.713--ClientSession(1041873369)--Thread(Thread[main,5,main])--acquire unit of work: 898219424 [junit] [EL Finest]: 2024-04-30 17:54:18.713--UnitOfWork(898219424)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.713--ServerSession(454071866)--Connection(2009165703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.713--ServerSession(454071866)--Connection(2009165703)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.713--ServerSession(454071866)--Connection(1471923369)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.713--ServerSession(454071866)--Connection(2009165703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.714--UnitOfWork(898219424)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.714--UnitOfWork(898219424)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.714--UnitOfWork(898219424)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c83a578) [junit] [EL Finest]: 2024-04-30 17:54:18.714--ServerSession(454071866)--Connection(701846037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.714--ClientSession(1041873369)--Connection(701846037)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.714--ClientSession(1041873369)--Connection(701846037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.714--ClientSession(1041873369)--Connection(935007430)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@7652c711, 3, 47, 2] [junit] [EL Finer]: 2024-04-30 17:54:18.714--ClientSession(1041873369)--Connection(935007430)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.714--ServerSession(454071866)--Connection(701846037)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.714--UnitOfWork(898219424)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.714--UnitOfWork(898219424)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.714--UnitOfWork(898219424)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.714--ClientSession(1041873369)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.714--UnitOfWork(898219424)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.714--ClientSession(1041873369)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.715--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 103566047 [junit] [EL Finer]: 2024-04-30 17:54:18.715--ClientSession(103566047)--Thread(Thread[main,5,main])--acquire unit of work: 1713794884 [junit] [EL Finest]: 2024-04-30 17:54:18.715--UnitOfWork(1713794884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.715--ServerSession(454071866)--Connection(156523106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.715--ServerSession(454071866)--Connection(156523106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.715--ServerSession(454071866)--Connection(1530925128)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.715--ServerSession(454071866)--Connection(156523106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.715--UnitOfWork(1713794884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.715--UnitOfWork(1713794884)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.715--UnitOfWork(1713794884)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6a57c7ad) [junit] [EL Finest]: 2024-04-30 17:54:18.715--ServerSession(454071866)--Connection(442666488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.715--ClientSession(103566047)--Connection(442666488)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.715--ClientSession(103566047)--Connection(442666488)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.715--ClientSession(103566047)--Connection(122793533)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@536f7152, 4, 47, 3] [junit] [EL Finer]: 2024-04-30 17:54:18.716--ClientSession(103566047)--Connection(122793533)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.716--ServerSession(454071866)--Connection(442666488)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.716--UnitOfWork(1713794884)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.716--UnitOfWork(1713794884)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.716--UnitOfWork(1713794884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.716--ClientSession(103566047)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.716--UnitOfWork(1713794884)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.716--ClientSession(103566047)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.716--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 277763843 [junit] [EL Finer]: 2024-04-30 17:54:18.716--ClientSession(277763843)--Thread(Thread[main,5,main])--acquire unit of work: 952320417 [junit] [EL Finest]: 2024-04-30 17:54:18.716--UnitOfWork(952320417)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.716--ServerSession(454071866)--Connection(854139074)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.716--ServerSession(454071866)--Connection(854139074)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.716--ServerSession(454071866)--Connection(1144071236)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.716--ServerSession(454071866)--Connection(854139074)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.717--UnitOfWork(952320417)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.717--UnitOfWork(952320417)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.717--UnitOfWork(952320417)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@409c6ba) [junit] [EL Finest]: 2024-04-30 17:54:18.717--ServerSession(454071866)--Connection(843252090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.717--ClientSession(277763843)--Connection(843252090)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.717--ClientSession(277763843)--Connection(843252090)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.717--ClientSession(277763843)--Connection(1048996761)--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]: 2024-04-30 17:54:18.717--ClientSession(277763843)--Connection(1048996761)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.718--ServerSession(454071866)--Connection(843252090)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.718--UnitOfWork(952320417)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.718--UnitOfWork(952320417)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.718--UnitOfWork(952320417)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.718--ClientSession(277763843)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.718--UnitOfWork(952320417)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.718--ClientSession(277763843)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.718--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1672792803 [junit] [EL Finer]: 2024-04-30 17:54:18.718--ClientSession(1672792803)--Thread(Thread[main,5,main])--acquire unit of work: 1238785854 [junit] [EL Finest]: 2024-04-30 17:54:18.718--UnitOfWork(1238785854)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.718--ServerSession(454071866)--Connection(1149316926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.718--ServerSession(454071866)--Connection(1149316926)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.718--ServerSession(454071866)--Connection(850431541)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.718--ServerSession(454071866)--Connection(1149316926)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.728--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 570409417 [junit] [EL Finer]: 2024-04-30 17:54:18.728--ClientSession(570409417)--Thread(Thread[main,5,main])--acquire unit of work: 1611628925 [junit] [EL Finest]: 2024-04-30 17:54:18.728--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.728--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.728--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@a2314f0) [junit] [EL Finest]: 2024-04-30 17:54:18.728--ServerSession(454071866)--Connection(1672819316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.728--ClientSession(570409417)--Connection(1672819316)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.728--ClientSession(570409417)--Connection(1672819316)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.728--ClientSession(570409417)--Connection(2133676822)--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]: 2024-04-30 17:54:18.729--ClientSession(570409417)--Connection(2133676822)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.729--ServerSession(454071866)--Connection(1672819316)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.729--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.729--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.729--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.729--ClientSession(570409417)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.729--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.729--ClientSession(570409417)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.729--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 195777250 [junit] [EL Finer]: 2024-04-30 17:54:18.729--ClientSession(195777250)--Thread(Thread[main,5,main])--acquire unit of work: 1095235441 [junit] [EL Finest]: 2024-04-30 17:54:18.729--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.73--ServerSession(454071866)--Connection(1416079788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.73--ServerSession(454071866)--Connection(1416079788)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.73--ServerSession(454071866)--Connection(1661929555)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.73--ServerSession(454071866)--Connection(1416079788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.73--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.73--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.73--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.73--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.73--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c60efc0) [junit] [EL Finest]: 2024-04-30 17:54:18.731--ServerSession(454071866)--Connection(1047907422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.731--ClientSession(195777250)--Connection(1047907422)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.731--ClientSession(195777250)--Connection(1047907422)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.731--ClientSession(195777250)--Connection(534939640)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [21, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.731--ClientSession(195777250)--Connection(534939640)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.731--ServerSession(454071866)--Connection(1047907422)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.731--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.731--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.731--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.731--ClientSession(195777250)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.731--UnitOfWork(1095235441)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.732--ClientSession(195777250)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.732--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1770043609 [junit] [EL Finer]: 2024-04-30 17:54:18.732--ClientSession(1770043609)--Thread(Thread[main,5,main])--acquire unit of work: 2030538379 [junit] [EL Finest]: 2024-04-30 17:54:18.732--UnitOfWork(2030538379)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.732--UnitOfWork(2030538379)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.732--UnitOfWork(2030538379)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c60efc0) [junit] [EL Finest]: 2024-04-30 17:54:18.732--ServerSession(454071866)--Connection(488646216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.732--ClientSession(1770043609)--Connection(488646216)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.732--ClientSession(1770043609)--Connection(488646216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.732--ClientSession(1770043609)--Connection(1904870213)--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]: 2024-04-30 17:54:18.733--ClientSession(1770043609)--Connection(1904870213)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.733--ServerSession(454071866)--Connection(488646216)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.733--UnitOfWork(2030538379)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.733--UnitOfWork(2030538379)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.733--UnitOfWork(2030538379)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.733--ClientSession(1770043609)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.733--UnitOfWork(2030538379)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.733--ClientSession(1770043609)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.733--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1313807377 [junit] [EL Finer]: 2024-04-30 17:54:18.733--ClientSession(1313807377)--Thread(Thread[main,5,main])--acquire unit of work: 1388409334 [junit] [EL Finest]: 2024-04-30 17:54:18.733--UnitOfWork(1388409334)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.733--ServerSession(454071866)--Connection(1936769216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.733--ServerSession(454071866)--Connection(1936769216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.733--ServerSession(454071866)--Connection(576508775)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.733--ServerSession(454071866)--Connection(1936769216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.734--UnitOfWork(1388409334)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.734--UnitOfWork(1388409334)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.734--UnitOfWork(1388409334)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.734--UnitOfWork(1388409334)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.734--UnitOfWork(1388409334)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.734--ClientSession(1313807377)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.734--UnitOfWork(1388409334)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.734--ClientSession(1313807377)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.734--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2085811498 [junit] [EL Finer]: 2024-04-30 17:54:18.734--ClientSession(2085811498)--Thread(Thread[main,5,main])--acquire unit of work: 1204420285 [junit] [EL Finest]: 2024-04-30 17:54:18.734--UnitOfWork(1204420285)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.734--ServerSession(454071866)--Connection(432930195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.734--ServerSession(454071866)--Connection(432930195)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.734--ServerSession(454071866)--Connection(794784824)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.735--ServerSession(454071866)--Connection(432930195)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.735--UnitOfWork(1204420285)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.735--UnitOfWork(1204420285)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.735--UnitOfWork(1204420285)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c7b0d6e) [junit] [EL Finest]: 2024-04-30 17:54:18.735--ServerSession(454071866)--Connection(1401846413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.735--ClientSession(2085811498)--Connection(1401846413)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.735--ClientSession(2085811498)--Connection(1401846413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.735--ClientSession(2085811498)--Connection(1200233967)--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]: 2024-04-30 17:54:18.736--ClientSession(2085811498)--Connection(1200233967)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.736--ServerSession(454071866)--Connection(1401846413)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.736--UnitOfWork(1204420285)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.736--UnitOfWork(1204420285)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.736--UnitOfWork(1204420285)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.736--ClientSession(2085811498)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.736--UnitOfWork(1204420285)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.736--ClientSession(2085811498)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.736--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1103681341 [junit] [EL Finer]: 2024-04-30 17:54:18.736--ClientSession(1103681341)--Thread(Thread[main,5,main])--acquire unit of work: 1639090075 [junit] [EL Finest]: 2024-04-30 17:54:18.736--UnitOfWork(1639090075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.736--ServerSession(454071866)--Connection(1992334119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.736--ServerSession(454071866)--Connection(1992334119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.736--ServerSession(454071866)--Connection(467447111)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.737--ServerSession(454071866)--Connection(1992334119)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.737--UnitOfWork(1639090075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.737--UnitOfWork(1639090075)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.737--UnitOfWork(1639090075)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69d1227f) [junit] [EL Finest]: 2024-04-30 17:54:18.737--ServerSession(454071866)--Connection(1710400884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.737--ClientSession(1103681341)--Connection(1710400884)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.737--ClientSession(1103681341)--Connection(1710400884)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.737--ClientSession(1103681341)--Connection(772936436)--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]: 2024-04-30 17:54:18.737--ClientSession(1103681341)--Connection(772936436)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.738--ServerSession(454071866)--Connection(1710400884)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.738--UnitOfWork(1639090075)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.738--UnitOfWork(1639090075)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.738--UnitOfWork(1639090075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.738--ClientSession(1103681341)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.738--UnitOfWork(1639090075)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.738--ClientSession(1103681341)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.738--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 32186121 [junit] [EL Finer]: 2024-04-30 17:54:18.738--ClientSession(32186121)--Thread(Thread[main,5,main])--acquire unit of work: 1900200773 [junit] [EL Finest]: 2024-04-30 17:54:18.738--UnitOfWork(1900200773)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.738--ServerSession(454071866)--Connection(1341782571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.738--ServerSession(454071866)--Connection(1341782571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.738--ServerSession(454071866)--Connection(33274048)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.738--ServerSession(454071866)--Connection(1341782571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.747--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 696407327 [junit] [EL Finer]: 2024-04-30 17:54:18.747--ClientSession(696407327)--Thread(Thread[main,5,main])--acquire unit of work: 1047485720 [junit] [EL Finest]: 2024-04-30 17:54:18.747--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.747--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.748--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7d1558a3) [junit] [EL Finest]: 2024-04-30 17:54:18.748--ServerSession(454071866)--Connection(758000533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.748--ClientSession(696407327)--Connection(758000533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.748--ClientSession(696407327)--Connection(758000533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.748--ClientSession(696407327)--Connection(1768764597)--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]: 2024-04-30 17:54:18.799--ClientSession(696407327)--Connection(1768764597)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.799--ServerSession(454071866)--Connection(758000533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.799--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.799--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.799--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.799--ClientSession(696407327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.799--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.799--ClientSession(696407327)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.799--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1430898808 [junit] [EL Finer]: 2024-04-30 17:54:18.799--ClientSession(1430898808)--Thread(Thread[main,5,main])--acquire unit of work: 157758407 [junit] [EL Finest]: 2024-04-30 17:54:18.799--UnitOfWork(157758407)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.799--ServerSession(454071866)--Connection(154101442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.799--ServerSession(454071866)--Connection(154101442)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.8--ServerSession(454071866)--Connection(1659222013)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.8--ServerSession(454071866)--Connection(154101442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.8--UnitOfWork(157758407)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.8--UnitOfWork(157758407)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.8--UnitOfWork(157758407)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.8--UnitOfWork(157758407)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.8--UnitOfWork(157758407)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@493d4423) [junit] [EL Finest]: 2024-04-30 17:54:18.8--ServerSession(454071866)--Connection(1950560360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.801--ClientSession(1430898808)--Connection(1950560360)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.801--ClientSession(1430898808)--Connection(1950560360)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.801--ClientSession(1430898808)--Connection(681948432)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [46, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.801--ClientSession(1430898808)--Connection(681948432)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.801--ServerSession(454071866)--Connection(1950560360)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.801--UnitOfWork(157758407)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.801--UnitOfWork(157758407)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.801--UnitOfWork(157758407)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.801--ClientSession(1430898808)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.801--UnitOfWork(157758407)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.801--ClientSession(1430898808)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.801--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 22216714 [junit] [EL Finer]: 2024-04-30 17:54:18.801--ClientSession(22216714)--Thread(Thread[main,5,main])--acquire unit of work: 1820241976 [junit] [EL Finest]: 2024-04-30 17:54:18.801--UnitOfWork(1820241976)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.802--UnitOfWork(1820241976)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.802--UnitOfWork(1820241976)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@493d4423) [junit] [EL Finest]: 2024-04-30 17:54:18.802--ServerSession(454071866)--Connection(892549615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.802--ClientSession(22216714)--Connection(892549615)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.802--ClientSession(22216714)--Connection(892549615)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.802--ClientSession(22216714)--Connection(891266756)--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@2cf93c13, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:18.802--ClientSession(22216714)--Connection(891266756)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.803--ServerSession(454071866)--Connection(892549615)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.803--UnitOfWork(1820241976)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.803--UnitOfWork(1820241976)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.803--UnitOfWork(1820241976)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.803--ClientSession(22216714)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.803--UnitOfWork(1820241976)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.803--ClientSession(22216714)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.803--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1153982285 [junit] [EL Finer]: 2024-04-30 17:54:18.803--ClientSession(1153982285)--Thread(Thread[main,5,main])--acquire unit of work: 565508707 [junit] [EL Finest]: 2024-04-30 17:54:18.803--UnitOfWork(565508707)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.803--ServerSession(454071866)--Connection(1775583511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.803--ServerSession(454071866)--Connection(1775583511)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.803--ServerSession(454071866)--Connection(1184748722)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.803--ServerSession(454071866)--Connection(1775583511)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.803--UnitOfWork(565508707)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.803--UnitOfWork(565508707)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.803--UnitOfWork(565508707)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.803--UnitOfWork(565508707)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.803--UnitOfWork(565508707)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.803--ClientSession(1153982285)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.803--UnitOfWork(565508707)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.803--ClientSession(1153982285)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.803--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 759567604 [junit] [EL Finer]: 2024-04-30 17:54:18.803--ClientSession(759567604)--Thread(Thread[main,5,main])--acquire unit of work: 589951302 [junit] [EL Finest]: 2024-04-30 17:54:18.804--UnitOfWork(589951302)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.804--ServerSession(454071866)--Connection(666973440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.804--ServerSession(454071866)--Connection(666973440)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.804--ServerSession(454071866)--Connection(300194552)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.804--ServerSession(454071866)--Connection(666973440)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.804--UnitOfWork(589951302)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.804--UnitOfWork(589951302)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.804--UnitOfWork(589951302)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6057ae80) [junit] [EL Finest]: 2024-04-30 17:54:18.804--ServerSession(454071866)--Connection(833099988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.804--ClientSession(759567604)--Connection(833099988)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.804--ClientSession(759567604)--Connection(833099988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.805--ClientSession(759567604)--Connection(1826001871)--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]: 2024-04-30 17:54:18.805--ClientSession(759567604)--Connection(1826001871)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.805--ServerSession(454071866)--Connection(833099988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.805--UnitOfWork(589951302)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.805--UnitOfWork(589951302)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.805--UnitOfWork(589951302)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.805--ClientSession(759567604)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.805--UnitOfWork(589951302)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.805--ClientSession(759567604)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.805--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1783984122 [junit] [EL Finer]: 2024-04-30 17:54:18.805--ClientSession(1783984122)--Thread(Thread[main,5,main])--acquire unit of work: 457880796 [junit] [EL Finest]: 2024-04-30 17:54:18.805--UnitOfWork(457880796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.805--ServerSession(454071866)--Connection(1138365585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.805--ServerSession(454071866)--Connection(1138365585)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.805--ServerSession(454071866)--Connection(834507803)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.806--ServerSession(454071866)--Connection(1138365585)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.806--UnitOfWork(457880796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.806--UnitOfWork(457880796)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.806--UnitOfWork(457880796)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3ef4a1eb) [junit] [EL Finest]: 2024-04-30 17:54:18.806--ServerSession(454071866)--Connection(1884885212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.806--ClientSession(1783984122)--Connection(1884885212)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.806--ClientSession(1783984122)--Connection(1884885212)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.806--ClientSession(1783984122)--Connection(731134189)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@30743cf1, 3, 46, 2] [junit] [EL Finer]: 2024-04-30 17:54:18.806--ClientSession(1783984122)--Connection(731134189)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.807--ServerSession(454071866)--Connection(1884885212)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.807--UnitOfWork(457880796)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.807--UnitOfWork(457880796)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.807--UnitOfWork(457880796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.807--ClientSession(1783984122)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.807--UnitOfWork(457880796)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.807--ClientSession(1783984122)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.807--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1957476230 [junit] [EL Finer]: 2024-04-30 17:54:18.807--ClientSession(1957476230)--Thread(Thread[main,5,main])--acquire unit of work: 1705938518 [junit] [EL Finest]: 2024-04-30 17:54:18.807--UnitOfWork(1705938518)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.807--ServerSession(454071866)--Connection(1870102878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.807--ServerSession(454071866)--Connection(1870102878)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.807--ServerSession(454071866)--Connection(2133186442)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.807--ServerSession(454071866)--Connection(1870102878)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.807--UnitOfWork(1705938518)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.807--UnitOfWork(1705938518)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.807--UnitOfWork(1705938518)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7f69b0d3) [junit] [EL Finest]: 2024-04-30 17:54:18.807--ServerSession(454071866)--Connection(2098178196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.807--ClientSession(1957476230)--Connection(2098178196)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.807--ClientSession(1957476230)--Connection(2098178196)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.808--ClientSession(1957476230)--Connection(62987941)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@311ccf7d, 4, 46, 3] [junit] [EL Finer]: 2024-04-30 17:54:18.808--ClientSession(1957476230)--Connection(62987941)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.808--ServerSession(454071866)--Connection(2098178196)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.808--UnitOfWork(1705938518)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.808--UnitOfWork(1705938518)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.808--UnitOfWork(1705938518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.808--ClientSession(1957476230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.808--UnitOfWork(1705938518)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.808--ClientSession(1957476230)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.808--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 314882858 [junit] [EL Finer]: 2024-04-30 17:54:18.808--ClientSession(314882858)--Thread(Thread[main,5,main])--acquire unit of work: 1173682472 [junit] [EL Finest]: 2024-04-30 17:54:18.808--UnitOfWork(1173682472)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.808--ServerSession(454071866)--Connection(1313600261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.808--ServerSession(454071866)--Connection(1313600261)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.808--ServerSession(454071866)--Connection(603906153)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.809--ServerSession(454071866)--Connection(1313600261)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.809--UnitOfWork(1173682472)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.809--UnitOfWork(1173682472)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.809--UnitOfWork(1173682472)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@760b94dc) [junit] [EL Finest]: 2024-04-30 17:54:18.809--ServerSession(454071866)--Connection(861985771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.809--ClientSession(314882858)--Connection(861985771)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.809--ClientSession(314882858)--Connection(861985771)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.809--ClientSession(314882858)--Connection(127280634)--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]: 2024-04-30 17:54:18.809--ClientSession(314882858)--Connection(127280634)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.81--ServerSession(454071866)--Connection(861985771)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.81--UnitOfWork(1173682472)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.81--UnitOfWork(1173682472)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.81--UnitOfWork(1173682472)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.81--ClientSession(314882858)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.81--UnitOfWork(1173682472)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.81--ClientSession(314882858)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.81--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 115682379 [junit] [EL Finer]: 2024-04-30 17:54:18.81--ClientSession(115682379)--Thread(Thread[main,5,main])--acquire unit of work: 871301375 [junit] [EL Finest]: 2024-04-30 17:54:18.81--UnitOfWork(871301375)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.81--ServerSession(454071866)--Connection(98585229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.81--ServerSession(454071866)--Connection(98585229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.81--ServerSession(454071866)--Connection(666292845)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.81--ServerSession(454071866)--Connection(98585229)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.819--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 871995390 [junit] [EL Finer]: 2024-04-30 17:54:18.819--ClientSession(871995390)--Thread(Thread[main,5,main])--acquire unit of work: 531409272 [junit] [EL Finest]: 2024-04-30 17:54:18.819--UnitOfWork(531409272)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.819--UnitOfWork(531409272)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.819--UnitOfWork(531409272)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@cb81517) [junit] [EL Finest]: 2024-04-30 17:54:18.819--ServerSession(454071866)--Connection(873703131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.819--ClientSession(871995390)--Connection(873703131)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.819--ClientSession(871995390)--Connection(873703131)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.819--ClientSession(871995390)--Connection(1309556296)--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]: 2024-04-30 17:54:18.82--ClientSession(871995390)--Connection(1309556296)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.82--ServerSession(454071866)--Connection(873703131)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.82--UnitOfWork(531409272)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.82--UnitOfWork(531409272)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.82--UnitOfWork(531409272)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.82--ClientSession(871995390)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.82--UnitOfWork(531409272)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.82--ClientSession(871995390)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.82--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 488011624 [junit] [EL Finer]: 2024-04-30 17:54:18.82--ClientSession(488011624)--Thread(Thread[main,5,main])--acquire unit of work: 874135407 [junit] [EL Finest]: 2024-04-30 17:54:18.82--UnitOfWork(874135407)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.82--ServerSession(454071866)--Connection(198814682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.82--ServerSession(454071866)--Connection(198814682)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.82--ServerSession(454071866)--Connection(491531136)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.821--ServerSession(454071866)--Connection(198814682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.821--UnitOfWork(874135407)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.821--UnitOfWork(874135407)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.821--UnitOfWork(874135407)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.821--UnitOfWork(874135407)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.821--UnitOfWork(874135407)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.821--ClientSession(488011624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.821--UnitOfWork(874135407)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.821--ClientSession(488011624)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.821--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1818680821 [junit] [EL Finer]: 2024-04-30 17:54:18.821--ClientSession(1818680821)--Thread(Thread[main,5,main])--acquire unit of work: 578035229 [junit] [EL Finest]: 2024-04-30 17:54:18.821--UnitOfWork(578035229)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.821--ServerSession(454071866)--Connection(740358750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.821--ServerSession(454071866)--Connection(740358750)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.821--ServerSession(454071866)--Connection(1808751385)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.822--ServerSession(454071866)--Connection(740358750)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.822--UnitOfWork(578035229)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.822--UnitOfWork(578035229)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.822--UnitOfWork(578035229)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@339ade28) [junit] [EL Finest]: 2024-04-30 17:54:18.822--ServerSession(454071866)--Connection(1566234607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.822--ClientSession(1818680821)--Connection(1566234607)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.822--ClientSession(1818680821)--Connection(1566234607)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.822--ClientSession(1818680821)--Connection(945039858)--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]: 2024-04-30 17:54:18.822--ClientSession(1818680821)--Connection(945039858)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.823--ServerSession(454071866)--Connection(1566234607)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.823--UnitOfWork(578035229)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.823--UnitOfWork(578035229)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.823--UnitOfWork(578035229)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.823--ClientSession(1818680821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.823--UnitOfWork(578035229)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.823--ClientSession(1818680821)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.823--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 499877087 [junit] [EL Finer]: 2024-04-30 17:54:18.823--ClientSession(499877087)--Thread(Thread[main,5,main])--acquire unit of work: 379968806 [junit] [EL Finest]: 2024-04-30 17:54:18.823--UnitOfWork(379968806)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.823--ServerSession(454071866)--Connection(254246329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.823--ServerSession(454071866)--Connection(254246329)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.823--ServerSession(454071866)--Connection(51382975)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.823--ServerSession(454071866)--Connection(254246329)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.832--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1725026887 [junit] [EL Finer]: 2024-04-30 17:54:18.832--ClientSession(1725026887)--Thread(Thread[main,5,main])--acquire unit of work: 38330955 [junit] [EL Finest]: 2024-04-30 17:54:18.832--UnitOfWork(38330955)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.832--UnitOfWork(38330955)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.832--UnitOfWork(38330955)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7aa8fbb2) [junit] [EL Finest]: 2024-04-30 17:54:18.832--ServerSession(454071866)--Connection(1822485063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.832--ClientSession(1725026887)--Connection(1822485063)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.832--ClientSession(1725026887)--Connection(1822485063)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.832--ClientSession(1725026887)--Connection(692000546)--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]: 2024-04-30 17:54:18.833--ClientSession(1725026887)--Connection(692000546)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.833--ServerSession(454071866)--Connection(1822485063)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.833--UnitOfWork(38330955)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.833--UnitOfWork(38330955)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.833--UnitOfWork(38330955)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.833--ClientSession(1725026887)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.833--UnitOfWork(38330955)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.833--ClientSession(1725026887)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.833--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1245250850 [junit] [EL Finer]: 2024-04-30 17:54:18.833--ClientSession(1245250850)--Thread(Thread[main,5,main])--acquire unit of work: 555756784 [junit] [EL Finest]: 2024-04-30 17:54:18.833--UnitOfWork(555756784)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.833--ServerSession(454071866)--Connection(1886894577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.833--ServerSession(454071866)--Connection(1886894577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.833--ServerSession(454071866)--Connection(1556761295)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.833--ServerSession(454071866)--Connection(1886894577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.834--UnitOfWork(555756784)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.834--UnitOfWork(555756784)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.834--UnitOfWork(555756784)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.834--UnitOfWork(555756784)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.834--UnitOfWork(555756784)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7ebfb4f6) [junit] [EL Finest]: 2024-04-30 17:54:18.834--ServerSession(454071866)--Connection(1037601381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.834--ClientSession(1245250850)--Connection(1037601381)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.834--ClientSession(1245250850)--Connection(1037601381)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.834--ClientSession(1245250850)--Connection(566180579)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [42, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.834--ClientSession(1245250850)--Connection(566180579)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.834--ServerSession(454071866)--Connection(1037601381)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.834--UnitOfWork(555756784)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.834--UnitOfWork(555756784)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.834--UnitOfWork(555756784)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.835--ClientSession(1245250850)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.835--UnitOfWork(555756784)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.835--ClientSession(1245250850)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.835--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1075564985 [junit] [EL Finer]: 2024-04-30 17:54:18.835--ClientSession(1075564985)--Thread(Thread[main,5,main])--acquire unit of work: 971632765 [junit] [EL Finest]: 2024-04-30 17:54:18.835--UnitOfWork(971632765)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.835--UnitOfWork(971632765)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.835--UnitOfWork(971632765)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7ebfb4f6) [junit] [EL Finest]: 2024-04-30 17:54:18.835--ServerSession(454071866)--Connection(1659831966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.835--ClientSession(1075564985)--Connection(1659831966)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.835--ClientSession(1075564985)--Connection(1659831966)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.835--ClientSession(1075564985)--Connection(184281242)--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@7ce79563, 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]: 2024-04-30 17:54:18.835--ClientSession(1075564985)--Connection(184281242)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.836--ServerSession(454071866)--Connection(1659831966)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.836--UnitOfWork(971632765)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.836--UnitOfWork(971632765)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.836--UnitOfWork(971632765)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.836--ClientSession(1075564985)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.836--UnitOfWork(971632765)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.836--ClientSession(1075564985)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.836--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1008975957 [junit] [EL Finer]: 2024-04-30 17:54:18.836--ClientSession(1008975957)--Thread(Thread[main,5,main])--acquire unit of work: 2083460671 [junit] [EL Finest]: 2024-04-30 17:54:18.836--UnitOfWork(2083460671)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.836--ServerSession(454071866)--Connection(692424216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.836--ServerSession(454071866)--Connection(692424216)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.836--ServerSession(454071866)--Connection(408536992)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.836--ServerSession(454071866)--Connection(692424216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.836--UnitOfWork(2083460671)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.836--UnitOfWork(2083460671)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.836--UnitOfWork(2083460671)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.836--UnitOfWork(2083460671)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.836--UnitOfWork(2083460671)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.836--ClientSession(1008975957)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.836--UnitOfWork(2083460671)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.836--ClientSession(1008975957)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.836--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1833054859 [junit] [EL Finer]: 2024-04-30 17:54:18.836--ClientSession(1833054859)--Thread(Thread[main,5,main])--acquire unit of work: 60466312 [junit] [EL Finest]: 2024-04-30 17:54:18.836--UnitOfWork(60466312)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.837--ServerSession(454071866)--Connection(976432877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.837--ServerSession(454071866)--Connection(976432877)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.837--ServerSession(454071866)--Connection(97024831)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.837--ServerSession(454071866)--Connection(976432877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.837--UnitOfWork(60466312)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.837--UnitOfWork(60466312)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.837--UnitOfWork(60466312)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2f0a8237) [junit] [EL Finest]: 2024-04-30 17:54:18.837--ServerSession(454071866)--Connection(621554067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.837--ClientSession(1833054859)--Connection(621554067)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.837--ClientSession(1833054859)--Connection(621554067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.838--ClientSession(1833054859)--Connection(1592527935)--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]: 2024-04-30 17:54:18.838--ClientSession(1833054859)--Connection(1592527935)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.838--ServerSession(454071866)--Connection(621554067)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.838--UnitOfWork(60466312)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.838--UnitOfWork(60466312)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.838--UnitOfWork(60466312)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.838--ClientSession(1833054859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.838--UnitOfWork(60466312)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.838--ClientSession(1833054859)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.838--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 609768705 [junit] [EL Finer]: 2024-04-30 17:54:18.838--ClientSession(609768705)--Thread(Thread[main,5,main])--acquire unit of work: 1616683176 [junit] [EL Finest]: 2024-04-30 17:54:18.838--UnitOfWork(1616683176)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.838--ServerSession(454071866)--Connection(1584387432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.838--ServerSession(454071866)--Connection(1584387432)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.838--ServerSession(454071866)--Connection(900325371)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.839--ServerSession(454071866)--Connection(1584387432)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.839--UnitOfWork(1616683176)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.839--UnitOfWork(1616683176)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.839--UnitOfWork(1616683176)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5663d72d) [junit] [EL Finest]: 2024-04-30 17:54:18.902--ServerSession(454071866)--Connection(229294880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.902--ClientSession(609768705)--Connection(229294880)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.902--ClientSession(609768705)--Connection(229294880)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.902--ClientSession(609768705)--Connection(631093619)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@7ce79563, 3, 42, 2] [junit] [EL Finer]: 2024-04-30 17:54:18.902--ClientSession(609768705)--Connection(631093619)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.903--ServerSession(454071866)--Connection(229294880)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.903--UnitOfWork(1616683176)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.903--UnitOfWork(1616683176)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.903--UnitOfWork(1616683176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.903--ClientSession(609768705)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.903--UnitOfWork(1616683176)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.903--ClientSession(609768705)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.903--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 656563843 [junit] [EL Finer]: 2024-04-30 17:54:18.903--ClientSession(656563843)--Thread(Thread[main,5,main])--acquire unit of work: 2085239428 [junit] [EL Finest]: 2024-04-30 17:54:18.903--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.903--ServerSession(454071866)--Connection(886325855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.903--ServerSession(454071866)--Connection(886325855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.903--ServerSession(454071866)--Connection(654987743)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.903--ServerSession(454071866)--Connection(886325855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.903--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.904--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.904--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3fda5328) [junit] [EL Finest]: 2024-04-30 17:54:18.904--ServerSession(454071866)--Connection(1559953505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.904--ClientSession(656563843)--Connection(1559953505)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.904--ClientSession(656563843)--Connection(1559953505)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.904--ClientSession(656563843)--Connection(1833898031)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@614018, 4, 42, 3] [junit] [EL Finer]: 2024-04-30 17:54:18.904--ClientSession(656563843)--Connection(1833898031)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.904--ServerSession(454071866)--Connection(1559953505)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.904--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.904--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.904--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.904--ClientSession(656563843)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.904--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.904--ClientSession(656563843)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.904--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 293649662 [junit] [EL Finer]: 2024-04-30 17:54:18.904--ClientSession(293649662)--Thread(Thread[main,5,main])--acquire unit of work: 468406102 [junit] [EL Finest]: 2024-04-30 17:54:18.905--UnitOfWork(468406102)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.905--ServerSession(454071866)--Connection(238090860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.905--ServerSession(454071866)--Connection(238090860)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.905--ServerSession(454071866)--Connection(2043344908)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.905--ServerSession(454071866)--Connection(238090860)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.905--UnitOfWork(468406102)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.905--UnitOfWork(468406102)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.905--UnitOfWork(468406102)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c69af89) [junit] [EL Finest]: 2024-04-30 17:54:18.905--ServerSession(454071866)--Connection(187123158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.905--ClientSession(293649662)--Connection(187123158)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.905--ClientSession(293649662)--Connection(187123158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.905--ClientSession(293649662)--Connection(685370817)--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]: 2024-04-30 17:54:18.906--ClientSession(293649662)--Connection(685370817)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.906--ServerSession(454071866)--Connection(187123158)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.906--UnitOfWork(468406102)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.906--UnitOfWork(468406102)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.906--UnitOfWork(468406102)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.906--ClientSession(293649662)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.906--UnitOfWork(468406102)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.906--ClientSession(293649662)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.906--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1913310256 [junit] [EL Finer]: 2024-04-30 17:54:18.906--ClientSession(1913310256)--Thread(Thread[main,5,main])--acquire unit of work: 1127362130 [junit] [EL Finest]: 2024-04-30 17:54:18.906--UnitOfWork(1127362130)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.906--ServerSession(454071866)--Connection(618816528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.906--ServerSession(454071866)--Connection(618816528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.906--ServerSession(454071866)--Connection(96182930)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.906--ServerSession(454071866)--Connection(618816528)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.915--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1038073051 [junit] [EL Finer]: 2024-04-30 17:54:18.915--ClientSession(1038073051)--Thread(Thread[main,5,main])--acquire unit of work: 1578507075 [junit] [EL Finest]: 2024-04-30 17:54:18.915--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.915--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.915--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2860fccf) [junit] [EL Finest]: 2024-04-30 17:54:18.915--ServerSession(454071866)--Connection(1796516928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.915--ClientSession(1038073051)--Connection(1796516928)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.915--ClientSession(1038073051)--Connection(1796516928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.916--ClientSession(1038073051)--Connection(87457378)--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]: 2024-04-30 17:54:18.916--ClientSession(1038073051)--Connection(87457378)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.916--ServerSession(454071866)--Connection(1796516928)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.916--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.916--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.916--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.916--ClientSession(1038073051)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.916--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.917--ClientSession(1038073051)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.917--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1846690874 [junit] [EL Finer]: 2024-04-30 17:54:18.917--ClientSession(1846690874)--Thread(Thread[main,5,main])--acquire unit of work: 539656980 [junit] [EL Finest]: 2024-04-30 17:54:18.917--UnitOfWork(539656980)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.917--ServerSession(454071866)--Connection(374946845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.917--ServerSession(454071866)--Connection(374946845)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.917--ServerSession(454071866)--Connection(1207124317)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.917--ServerSession(454071866)--Connection(374946845)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.917--UnitOfWork(539656980)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.917--UnitOfWork(539656980)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.917--UnitOfWork(539656980)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.917--UnitOfWork(539656980)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.917--UnitOfWork(539656980)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4f7af84d) [junit] [EL Finest]: 2024-04-30 17:54:18.917--ServerSession(454071866)--Connection(1303961244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.917--ClientSession(1846690874)--Connection(1303961244)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.918--ClientSession(1846690874)--Connection(1303961244)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.918--ClientSession(1846690874)--Connection(296230320)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [13, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.918--ClientSession(1846690874)--Connection(296230320)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.918--ServerSession(454071866)--Connection(1303961244)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.918--UnitOfWork(539656980)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.918--UnitOfWork(539656980)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.918--UnitOfWork(539656980)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.918--ClientSession(1846690874)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.918--UnitOfWork(539656980)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.918--ClientSession(1846690874)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.918--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2097356230 [junit] [EL Finer]: 2024-04-30 17:54:18.918--ClientSession(2097356230)--Thread(Thread[main,5,main])--acquire unit of work: 1984192708 [junit] [EL Finest]: 2024-04-30 17:54:18.918--UnitOfWork(1984192708)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.918--UnitOfWork(1984192708)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.918--UnitOfWork(1984192708)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4f7af84d) [junit] [EL Finest]: 2024-04-30 17:54:18.918--ServerSession(454071866)--Connection(1865086820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.919--ClientSession(2097356230)--Connection(1865086820)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.919--ClientSession(2097356230)--Connection(1865086820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.919--ClientSession(2097356230)--Connection(178399850)--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]: 2024-04-30 17:54:18.919--ClientSession(2097356230)--Connection(178399850)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.919--ServerSession(454071866)--Connection(1865086820)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.919--UnitOfWork(1984192708)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.919--UnitOfWork(1984192708)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.919--UnitOfWork(1984192708)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.919--ClientSession(2097356230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.919--UnitOfWork(1984192708)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.919--ClientSession(2097356230)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2113338835 [junit] [EL Finer]: 2024-04-30 17:54:18.92--ClientSession(2113338835)--Thread(Thread[main,5,main])--acquire unit of work: 1172284638 [junit] [EL Finest]: 2024-04-30 17:54:18.92--UnitOfWork(1172284638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Connection(1588930421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Connection(1588930421)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Connection(683388400)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Connection(1588930421)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.92--UnitOfWork(1172284638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.92--UnitOfWork(1172284638)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.92--UnitOfWork(1172284638)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.92--UnitOfWork(1172284638)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.92--UnitOfWork(1172284638)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.92--ClientSession(2113338835)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.92--UnitOfWork(1172284638)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.92--ClientSession(2113338835)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1492157022 [junit] [EL Finer]: 2024-04-30 17:54:18.92--ClientSession(1492157022)--Thread(Thread[main,5,main])--acquire unit of work: 1956579164 [junit] [EL Finest]: 2024-04-30 17:54:18.92--UnitOfWork(1956579164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Connection(1837781261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Connection(1837781261)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.92--ServerSession(454071866)--Connection(1267522211)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.921--ServerSession(454071866)--Connection(1837781261)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.921--UnitOfWork(1956579164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.921--UnitOfWork(1956579164)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.921--UnitOfWork(1956579164)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b1b13b3) [junit] [EL Finest]: 2024-04-30 17:54:18.921--ServerSession(454071866)--Connection(209369958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.921--ClientSession(1492157022)--Connection(209369958)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.921--ClientSession(1492157022)--Connection(209369958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.921--ClientSession(1492157022)--Connection(1337964497)--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]: 2024-04-30 17:54:18.922--ClientSession(1492157022)--Connection(1337964497)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.922--ServerSession(454071866)--Connection(209369958)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.922--UnitOfWork(1956579164)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.922--UnitOfWork(1956579164)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.922--UnitOfWork(1956579164)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.922--ClientSession(1492157022)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.922--UnitOfWork(1956579164)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.922--ClientSession(1492157022)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.922--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1186793918 [junit] [EL Finer]: 2024-04-30 17:54:18.922--ClientSession(1186793918)--Thread(Thread[main,5,main])--acquire unit of work: 533019524 [junit] [EL Finest]: 2024-04-30 17:54:18.922--UnitOfWork(533019524)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.922--ServerSession(454071866)--Connection(762709650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.922--ServerSession(454071866)--Connection(762709650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.922--ServerSession(454071866)--Connection(1770468081)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.922--ServerSession(454071866)--Connection(762709650)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.923--UnitOfWork(533019524)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.923--UnitOfWork(533019524)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.923--UnitOfWork(533019524)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@71763cf2) [junit] [EL Finest]: 2024-04-30 17:54:18.923--ServerSession(454071866)--Connection(1013530902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.923--ClientSession(1186793918)--Connection(1013530902)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.923--ClientSession(1186793918)--Connection(1013530902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.923--ClientSession(1186793918)--Connection(839560475)--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]: 2024-04-30 17:54:18.923--ClientSession(1186793918)--Connection(839560475)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.923--ServerSession(454071866)--Connection(1013530902)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.923--UnitOfWork(533019524)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.924--UnitOfWork(533019524)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.924--UnitOfWork(533019524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.924--ClientSession(1186793918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.924--UnitOfWork(533019524)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.924--ClientSession(1186793918)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.924--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1365750193 [junit] [EL Finer]: 2024-04-30 17:54:18.924--ClientSession(1365750193)--Thread(Thread[main,5,main])--acquire unit of work: 661662586 [junit] [EL Finest]: 2024-04-30 17:54:18.924--UnitOfWork(661662586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.924--ServerSession(454071866)--Connection(1089812730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.924--ServerSession(454071866)--Connection(1089812730)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.924--ServerSession(454071866)--Connection(1848700230)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.924--ServerSession(454071866)--Connection(1089812730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.933--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 422034232 [junit] [EL Finer]: 2024-04-30 17:54:18.933--ClientSession(422034232)--Thread(Thread[main,5,main])--acquire unit of work: 2044573834 [junit] [EL Finest]: 2024-04-30 17:54:18.933--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.933--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.933--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1392dc4e) [junit] [EL Finest]: 2024-04-30 17:54:18.933--ServerSession(454071866)--Connection(585855265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.933--ClientSession(422034232)--Connection(585855265)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.933--ClientSession(422034232)--Connection(585855265)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.933--ClientSession(422034232)--Connection(912688158)--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]: 2024-04-30 17:54:18.934--ClientSession(422034232)--Connection(912688158)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.934--ServerSession(454071866)--Connection(585855265)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.934--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.934--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.934--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.934--ClientSession(422034232)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.934--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.934--ClientSession(422034232)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.934--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 974035122 [junit] [EL Finer]: 2024-04-30 17:54:18.934--ClientSession(974035122)--Thread(Thread[main,5,main])--acquire unit of work: 1125483691 [junit] [EL Finest]: 2024-04-30 17:54:18.934--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.934--ServerSession(454071866)--Connection(1104264867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.934--ServerSession(454071866)--Connection(1104264867)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.935--ServerSession(454071866)--Connection(1754958439)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.935--ServerSession(454071866)--Connection(1104264867)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.935--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.935--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.935--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.935--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.935--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49c0ac7a) [junit] [EL Finest]: 2024-04-30 17:54:18.935--ServerSession(454071866)--Connection(970808359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.935--ClientSession(974035122)--Connection(970808359)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.935--ClientSession(974035122)--Connection(970808359)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.935--ClientSession(974035122)--Connection(1698191078)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [12, 1] [junit] [EL Finer]: 2024-04-30 17:54:18.936--ClientSession(974035122)--Connection(1698191078)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.936--ServerSession(454071866)--Connection(970808359)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.936--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.936--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.936--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.936--ClientSession(974035122)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.936--UnitOfWork(1125483691)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.936--ClientSession(974035122)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.936--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1837206821 [junit] [EL Finer]: 2024-04-30 17:54:18.936--ClientSession(1837206821)--Thread(Thread[main,5,main])--acquire unit of work: 1047447766 [junit] [EL Finest]: 2024-04-30 17:54:18.936--UnitOfWork(1047447766)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.936--UnitOfWork(1047447766)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.936--UnitOfWork(1047447766)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49c0ac7a) [junit] [EL Finest]: 2024-04-30 17:54:18.936--ServerSession(454071866)--Connection(212759881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.936--ClientSession(1837206821)--Connection(212759881)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.936--ClientSession(1837206821)--Connection(212759881)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.936--ClientSession(1837206821)--Connection(1839671644)--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]: 2024-04-30 17:54:18.937--ClientSession(1837206821)--Connection(1839671644)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.937--ServerSession(454071866)--Connection(212759881)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.937--UnitOfWork(1047447766)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.937--UnitOfWork(1047447766)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.937--UnitOfWork(1047447766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.937--ClientSession(1837206821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.937--UnitOfWork(1047447766)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.937--ClientSession(1837206821)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.937--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 220036251 [junit] [EL Finer]: 2024-04-30 17:54:18.937--ClientSession(220036251)--Thread(Thread[main,5,main])--acquire unit of work: 1927693388 [junit] [EL Finest]: 2024-04-30 17:54:18.937--UnitOfWork(1927693388)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.937--ServerSession(454071866)--Connection(643792517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.937--ServerSession(454071866)--Connection(643792517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.937--ServerSession(454071866)--Connection(941902668)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.938--ServerSession(454071866)--Connection(643792517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.938--UnitOfWork(1927693388)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.938--UnitOfWork(1927693388)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.938--UnitOfWork(1927693388)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.938--UnitOfWork(1927693388)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.938--UnitOfWork(1927693388)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.938--ClientSession(220036251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.938--UnitOfWork(1927693388)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.938--ClientSession(220036251)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.938--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1496140242 [junit] [EL Finer]: 2024-04-30 17:54:18.938--ClientSession(1496140242)--Thread(Thread[main,5,main])--acquire unit of work: 1604045625 [junit] [EL Finest]: 2024-04-30 17:54:18.938--UnitOfWork(1604045625)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.938--ServerSession(454071866)--Connection(1049858872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.938--ServerSession(454071866)--Connection(1049858872)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.938--ServerSession(454071866)--Connection(905383746)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.939--ServerSession(454071866)--Connection(1049858872)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.939--UnitOfWork(1604045625)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.939--UnitOfWork(1604045625)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.939--UnitOfWork(1604045625)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7647219) [junit] [EL Finest]: 2024-04-30 17:54:18.939--ServerSession(454071866)--Connection(323984287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.939--ClientSession(1496140242)--Connection(323984287)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.939--ClientSession(1496140242)--Connection(323984287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.939--ClientSession(1496140242)--Connection(933218133)--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]: 2024-04-30 17:54:18.939--ClientSession(1496140242)--Connection(933218133)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.94--ServerSession(454071866)--Connection(323984287)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.94--UnitOfWork(1604045625)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.94--UnitOfWork(1604045625)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.94--UnitOfWork(1604045625)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.94--ClientSession(1496140242)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.94--UnitOfWork(1604045625)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.94--ClientSession(1496140242)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.94--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1050758685 [junit] [EL Finer]: 2024-04-30 17:54:18.94--ClientSession(1050758685)--Thread(Thread[main,5,main])--acquire unit of work: 1373485365 [junit] [EL Finest]: 2024-04-30 17:54:18.94--UnitOfWork(1373485365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.94--ServerSession(454071866)--Connection(405891380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.94--ServerSession(454071866)--Connection(405891380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.94--ServerSession(454071866)--Connection(864445651)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.94--ServerSession(454071866)--Connection(405891380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.94--UnitOfWork(1373485365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.94--UnitOfWork(1373485365)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.94--UnitOfWork(1373485365)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3b4b10d0) [junit] [EL Finest]: 2024-04-30 17:54:18.94--ServerSession(454071866)--Connection(679542639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.94--ClientSession(1050758685)--Connection(679542639)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.94--ClientSession(1050758685)--Connection(679542639)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.941--ClientSession(1050758685)--Connection(928310450)--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]: 2024-04-30 17:54:18.941--ClientSession(1050758685)--Connection(928310450)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.941--ServerSession(454071866)--Connection(679542639)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.941--UnitOfWork(1373485365)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.941--UnitOfWork(1373485365)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.941--UnitOfWork(1373485365)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.941--ClientSession(1050758685)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.941--UnitOfWork(1373485365)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.941--ClientSession(1050758685)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.941--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2042962245 [junit] [EL Finer]: 2024-04-30 17:54:18.941--ClientSession(2042962245)--Thread(Thread[main,5,main])--acquire unit of work: 1452397205 [junit] [EL Finest]: 2024-04-30 17:54:18.941--UnitOfWork(1452397205)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.941--ServerSession(454071866)--Connection(1181801857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.941--ServerSession(454071866)--Connection(1181801857)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.941--ServerSession(454071866)--Connection(1207154728)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.942--ServerSession(454071866)--Connection(1181801857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:18.95--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2049886297 [junit] [EL Finer]: 2024-04-30 17:54:18.95--ClientSession(2049886297)--Thread(Thread[main,5,main])--acquire unit of work: 349042235 [junit] [EL Finest]: 2024-04-30 17:54:18.95--UnitOfWork(349042235)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.951--UnitOfWork(349042235)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.951--UnitOfWork(349042235)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6c81ee61) [junit] [EL Finest]: 2024-04-30 17:54:18.951--ServerSession(454071866)--Connection(1955298108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.951--ClientSession(2049886297)--Connection(1955298108)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:18.951--ClientSession(2049886297)--Connection(1955298108)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.951--ClientSession(2049886297)--Connection(252454840)--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]: 2024-04-30 17:54:18.951--ClientSession(2049886297)--Connection(252454840)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:18.951--ServerSession(454071866)--Connection(1955298108)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:18.952--UnitOfWork(349042235)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:18.952--UnitOfWork(349042235)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.952--UnitOfWork(349042235)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.952--ClientSession(2049886297)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:18.952--UnitOfWork(349042235)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:18.952--ClientSession(2049886297)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:18.952--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1284853629 [junit] [EL Finer]: 2024-04-30 17:54:18.952--ClientSession(1284853629)--Thread(Thread[main,5,main])--acquire unit of work: 1676189512 [junit] [EL Finest]: 2024-04-30 17:54:18.952--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.952--ServerSession(454071866)--Connection(221730154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.952--ServerSession(454071866)--Connection(221730154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:18.952--ServerSession(454071866)--Connection(146378176)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:18.952--ServerSession(454071866)--Connection(221730154)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:18.952--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:18.952--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:18.952--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:18.952--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:18.952--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4984055c) [junit] [EL Finest]: 2024-04-30 17:54:19.005--ServerSession(454071866)--Connection(977064091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.006--ClientSession(1284853629)--Connection(977064091)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.006--ClientSession(1284853629)--Connection(977064091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.006--ClientSession(1284853629)--Connection(1522918252)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [16, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.006--ClientSession(1284853629)--Connection(1522918252)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.007--ServerSession(454071866)--Connection(977064091)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.007--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.007--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.007--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.007--ClientSession(1284853629)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.007--UnitOfWork(1676189512)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.007--ClientSession(1284853629)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.007--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 830943075 [junit] [EL Finer]: 2024-04-30 17:54:19.007--ClientSession(830943075)--Thread(Thread[main,5,main])--acquire unit of work: 1835243968 [junit] [EL Finest]: 2024-04-30 17:54:19.007--UnitOfWork(1835243968)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.007--UnitOfWork(1835243968)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.007--UnitOfWork(1835243968)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4984055c) [junit] [EL Finest]: 2024-04-30 17:54:19.007--ServerSession(454071866)--Connection(1047568348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.007--ClientSession(830943075)--Connection(1047568348)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.007--ClientSession(830943075)--Connection(1047568348)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.007--ClientSession(830943075)--Connection(914641734)--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]: 2024-04-30 17:54:19.008--ClientSession(830943075)--Connection(914641734)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.008--ServerSession(454071866)--Connection(1047568348)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.008--UnitOfWork(1835243968)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.008--UnitOfWork(1835243968)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.008--UnitOfWork(1835243968)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.008--ClientSession(830943075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.008--UnitOfWork(1835243968)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.008--ClientSession(830943075)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.008--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 427998326 [junit] [EL Finer]: 2024-04-30 17:54:19.008--ClientSession(427998326)--Thread(Thread[main,5,main])--acquire unit of work: 599154405 [junit] [EL Finest]: 2024-04-30 17:54:19.008--UnitOfWork(599154405)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.009--ServerSession(454071866)--Connection(935077814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.009--ServerSession(454071866)--Connection(935077814)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.009--ServerSession(454071866)--Connection(862875287)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.009--ServerSession(454071866)--Connection(935077814)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.009--UnitOfWork(599154405)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.009--UnitOfWork(599154405)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.009--UnitOfWork(599154405)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.009--UnitOfWork(599154405)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.009--UnitOfWork(599154405)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.009--ClientSession(427998326)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.009--UnitOfWork(599154405)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.009--ClientSession(427998326)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.009--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 954131785 [junit] [EL Finer]: 2024-04-30 17:54:19.009--ClientSession(954131785)--Thread(Thread[main,5,main])--acquire unit of work: 534169799 [junit] [EL Finest]: 2024-04-30 17:54:19.009--UnitOfWork(534169799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.009--ServerSession(454071866)--Connection(681417443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.009--ServerSession(454071866)--Connection(681417443)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.01--ServerSession(454071866)--Connection(1911610782)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.01--ServerSession(454071866)--Connection(681417443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.01--UnitOfWork(534169799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.01--UnitOfWork(534169799)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.01--UnitOfWork(534169799)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17f2edba) [junit] [EL Finest]: 2024-04-30 17:54:19.01--ServerSession(454071866)--Connection(1189882757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.01--ClientSession(954131785)--Connection(1189882757)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.01--ClientSession(954131785)--Connection(1189882757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.011--ClientSession(954131785)--Connection(1181975007)--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]: 2024-04-30 17:54:19.011--ClientSession(954131785)--Connection(1181975007)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.011--ServerSession(454071866)--Connection(1189882757)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.011--UnitOfWork(534169799)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.011--UnitOfWork(534169799)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.011--UnitOfWork(534169799)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.011--ClientSession(954131785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.011--UnitOfWork(534169799)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.011--ClientSession(954131785)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.011--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1751709974 [junit] [EL Finer]: 2024-04-30 17:54:19.011--ClientSession(1751709974)--Thread(Thread[main,5,main])--acquire unit of work: 1342130077 [junit] [EL Finest]: 2024-04-30 17:54:19.011--UnitOfWork(1342130077)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.011--ServerSession(454071866)--Connection(358107844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.012--ServerSession(454071866)--Connection(358107844)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.012--ServerSession(454071866)--Connection(1201098447)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.012--ServerSession(454071866)--Connection(358107844)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.012--UnitOfWork(1342130077)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.012--UnitOfWork(1342130077)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.012--UnitOfWork(1342130077)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5d6ece53) [junit] [EL Finest]: 2024-04-30 17:54:19.012--ServerSession(454071866)--Connection(2007726063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.012--ClientSession(1751709974)--Connection(2007726063)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.012--ClientSession(1751709974)--Connection(2007726063)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.012--ClientSession(1751709974)--Connection(1516582359)--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]: 2024-04-30 17:54:19.013--ClientSession(1751709974)--Connection(1516582359)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.013--ServerSession(454071866)--Connection(2007726063)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.013--UnitOfWork(1342130077)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.013--UnitOfWork(1342130077)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.013--UnitOfWork(1342130077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.013--ClientSession(1751709974)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.013--UnitOfWork(1342130077)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.013--ClientSession(1751709974)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.013--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1188587205 [junit] [EL Finer]: 2024-04-30 17:54:19.013--ClientSession(1188587205)--Thread(Thread[main,5,main])--acquire unit of work: 1793091070 [junit] [EL Finest]: 2024-04-30 17:54:19.013--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.013--ServerSession(454071866)--Connection(425213688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.013--ServerSession(454071866)--Connection(425213688)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.013--ServerSession(454071866)--Connection(2068602825)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.014--ServerSession(454071866)--Connection(425213688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.024--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 398118410 [junit] [EL Finer]: 2024-04-30 17:54:19.024--ClientSession(398118410)--Thread(Thread[main,5,main])--acquire unit of work: 227374188 [junit] [EL Finest]: 2024-04-30 17:54:19.024--UnitOfWork(227374188)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.024--UnitOfWork(227374188)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.025--UnitOfWork(227374188)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@75b0c649) [junit] [EL Finest]: 2024-04-30 17:54:19.025--ServerSession(454071866)--Connection(134762691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.025--ClientSession(398118410)--Connection(134762691)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.025--ClientSession(398118410)--Connection(134762691)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.025--ClientSession(398118410)--Connection(305644594)--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@4c88a441, [B@64c7b5b, [B@6b3ccd93, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7d4e7683, 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@746d6fc7, [B@111e54b2, [B@1c434357, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:19.026--ClientSession(398118410)--Connection(305644594)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.026--ServerSession(454071866)--Connection(134762691)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.026--UnitOfWork(227374188)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.026--UnitOfWork(227374188)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.026--UnitOfWork(227374188)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.027--ClientSession(398118410)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.027--UnitOfWork(227374188)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.027--ClientSession(398118410)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.027--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1748783941 [junit] [EL Finer]: 2024-04-30 17:54:19.027--ClientSession(1748783941)--Thread(Thread[main,5,main])--acquire unit of work: 1149635620 [junit] [EL Finest]: 2024-04-30 17:54:19.027--UnitOfWork(1149635620)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.027--ServerSession(454071866)--Connection(360418034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.027--ServerSession(454071866)--Connection(360418034)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.027--ServerSession(454071866)--Connection(1678298684)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.027--ServerSession(454071866)--Connection(360418034)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.066--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 165781615 [junit] [EL Finer]: 2024-04-30 17:54:19.066--ClientSession(165781615)--Thread(Thread[main,5,main])--acquire unit of work: 1836602646 [junit] [EL Finest]: 2024-04-30 17:54:19.066--UnitOfWork(1836602646)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.066--UnitOfWork(1836602646)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.066--UnitOfWork(1836602646)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a177ead) [junit] [EL Finest]: 2024-04-30 17:54:19.067--ServerSession(454071866)--Connection(2109919327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.067--ClientSession(165781615)--Connection(2109919327)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.067--ClientSession(165781615)--Connection(2109919327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.067--ClientSession(165781615)--Connection(1388182036)--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]: 2024-04-30 17:54:19.067--ClientSession(165781615)--Connection(1388182036)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.068--ServerSession(454071866)--Connection(2109919327)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.068--UnitOfWork(1836602646)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.068--UnitOfWork(1836602646)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.068--UnitOfWork(1836602646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.068--ClientSession(165781615)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.068--UnitOfWork(1836602646)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.068--ClientSession(165781615)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.068--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1296701890 [junit] [EL Finer]: 2024-04-30 17:54:19.068--ClientSession(1296701890)--Thread(Thread[main,5,main])--acquire unit of work: 652306460 [junit] [EL Finest]: 2024-04-30 17:54:19.068--UnitOfWork(652306460)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.068--ServerSession(454071866)--Connection(456219534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.068--ServerSession(454071866)--Connection(456219534)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.068--ServerSession(454071866)--Connection(2028713428)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.068--ServerSession(454071866)--Connection(456219534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.068--UnitOfWork(652306460)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.068--UnitOfWork(652306460)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.068--UnitOfWork(652306460)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.069--UnitOfWork(652306460)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.069--UnitOfWork(652306460)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@487e0228) [junit] [EL Finest]: 2024-04-30 17:54:19.069--ServerSession(454071866)--Connection(2095224435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.069--ClientSession(1296701890)--Connection(2095224435)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.069--ClientSession(1296701890)--Connection(2095224435)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.069--ClientSession(1296701890)--Connection(148694218)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [31, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.069--ClientSession(1296701890)--Connection(148694218)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.069--ServerSession(454071866)--Connection(2095224435)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.069--UnitOfWork(652306460)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.069--UnitOfWork(652306460)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.069--UnitOfWork(652306460)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.069--ClientSession(1296701890)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.069--UnitOfWork(652306460)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.069--ClientSession(1296701890)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.069--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2133487077 [junit] [EL Finer]: 2024-04-30 17:54:19.069--ClientSession(2133487077)--Thread(Thread[main,5,main])--acquire unit of work: 395525501 [junit] [EL Finest]: 2024-04-30 17:54:19.069--UnitOfWork(395525501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.07--UnitOfWork(395525501)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.07--UnitOfWork(395525501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@487e0228) [junit] [EL Finest]: 2024-04-30 17:54:19.07--ServerSession(454071866)--Connection(379990090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.07--ClientSession(2133487077)--Connection(379990090)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.07--ClientSession(2133487077)--Connection(379990090)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.07--ClientSession(2133487077)--Connection(986657342)--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]: 2024-04-30 17:54:19.07--ClientSession(2133487077)--Connection(986657342)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.07--ServerSession(454071866)--Connection(379990090)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.071--UnitOfWork(395525501)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.071--UnitOfWork(395525501)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.071--UnitOfWork(395525501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.071--ClientSession(2133487077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.071--UnitOfWork(395525501)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.071--ClientSession(2133487077)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.071--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2138799680 [junit] [EL Finer]: 2024-04-30 17:54:19.071--ClientSession(2138799680)--Thread(Thread[main,5,main])--acquire unit of work: 1484268933 [junit] [EL Finest]: 2024-04-30 17:54:19.071--UnitOfWork(1484268933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.071--ServerSession(454071866)--Connection(459645558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.071--ServerSession(454071866)--Connection(459645558)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.071--ServerSession(454071866)--Connection(1675767349)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.071--ServerSession(454071866)--Connection(459645558)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.071--UnitOfWork(1484268933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.071--UnitOfWork(1484268933)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.071--UnitOfWork(1484268933)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.071--UnitOfWork(1484268933)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.071--UnitOfWork(1484268933)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.071--ClientSession(2138799680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.071--UnitOfWork(1484268933)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.071--ClientSession(2138799680)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.071--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 438559513 [junit] [EL Finer]: 2024-04-30 17:54:19.071--ClientSession(438559513)--Thread(Thread[main,5,main])--acquire unit of work: 603879751 [junit] [EL Finest]: 2024-04-30 17:54:19.071--UnitOfWork(603879751)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.071--ServerSession(454071866)--Connection(1771469594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.072--ServerSession(454071866)--Connection(1771469594)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.072--ServerSession(454071866)--Connection(385254113)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.072--ServerSession(454071866)--Connection(1771469594)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.072--UnitOfWork(603879751)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.072--UnitOfWork(603879751)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.072--UnitOfWork(603879751)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@432cf762) [junit] [EL Finest]: 2024-04-30 17:54:19.072--ServerSession(454071866)--Connection(997946106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.072--ClientSession(438559513)--Connection(997946106)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.072--ClientSession(438559513)--Connection(997946106)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.072--ClientSession(438559513)--Connection(1213671529)--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]: 2024-04-30 17:54:19.073--ClientSession(438559513)--Connection(1213671529)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.073--ServerSession(454071866)--Connection(997946106)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.073--UnitOfWork(603879751)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.073--UnitOfWork(603879751)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.073--UnitOfWork(603879751)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.073--ClientSession(438559513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.073--UnitOfWork(603879751)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.073--ClientSession(438559513)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.073--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1903147547 [junit] [EL Finer]: 2024-04-30 17:54:19.073--ClientSession(1903147547)--Thread(Thread[main,5,main])--acquire unit of work: 1072606739 [junit] [EL Finest]: 2024-04-30 17:54:19.073--UnitOfWork(1072606739)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.073--ServerSession(454071866)--Connection(1309400551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.073--ServerSession(454071866)--Connection(1309400551)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.073--ServerSession(454071866)--Connection(1087740615)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.074--ServerSession(454071866)--Connection(1309400551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.074--UnitOfWork(1072606739)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.074--UnitOfWork(1072606739)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.074--UnitOfWork(1072606739)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@632fe1d) [junit] [EL Finest]: 2024-04-30 17:54:19.074--ServerSession(454071866)--Connection(2049526900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.074--ClientSession(1903147547)--Connection(2049526900)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.074--ClientSession(1903147547)--Connection(2049526900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.074--ClientSession(1903147547)--Connection(72103914)--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]: 2024-04-30 17:54:19.074--ClientSession(1903147547)--Connection(72103914)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.074--ServerSession(454071866)--Connection(2049526900)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.075--UnitOfWork(1072606739)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.075--UnitOfWork(1072606739)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.075--UnitOfWork(1072606739)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.075--ClientSession(1903147547)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.075--UnitOfWork(1072606739)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.075--ClientSession(1903147547)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.075--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 872840741 [junit] [EL Finer]: 2024-04-30 17:54:19.075--ClientSession(872840741)--Thread(Thread[main,5,main])--acquire unit of work: 83676733 [junit] [EL Finest]: 2024-04-30 17:54:19.075--UnitOfWork(83676733)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.075--ServerSession(454071866)--Connection(1642748463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.075--ServerSession(454071866)--Connection(1642748463)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.075--ServerSession(454071866)--Connection(193229257)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.075--ServerSession(454071866)--Connection(1642748463)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.075--UnitOfWork(83676733)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.075--UnitOfWork(83676733)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.075--UnitOfWork(83676733)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6e9b6b4f) [junit] [EL Finest]: 2024-04-30 17:54:19.075--ServerSession(454071866)--Connection(1966168003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.075--ClientSession(872840741)--Connection(1966168003)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.075--ClientSession(872840741)--Connection(1966168003)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.076--ClientSession(872840741)--Connection(1600238126)--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]: 2024-04-30 17:54:19.076--ClientSession(872840741)--Connection(1600238126)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.076--ServerSession(454071866)--Connection(1966168003)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.076--UnitOfWork(83676733)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.076--UnitOfWork(83676733)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.076--UnitOfWork(83676733)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.076--ClientSession(872840741)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.076--UnitOfWork(83676733)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.076--ClientSession(872840741)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.076--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 750546618 [junit] [EL Finer]: 2024-04-30 17:54:19.076--ClientSession(750546618)--Thread(Thread[main,5,main])--acquire unit of work: 1397533601 [junit] [EL Finest]: 2024-04-30 17:54:19.076--UnitOfWork(1397533601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.076--ServerSession(454071866)--Connection(24023844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.076--ServerSession(454071866)--Connection(24023844)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.076--ServerSession(454071866)--Connection(1080475932)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.077--ServerSession(454071866)--Connection(24023844)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.077--UnitOfWork(1397533601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.077--UnitOfWork(1397533601)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.077--UnitOfWork(1397533601)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@39471dfa) [junit] [EL Finest]: 2024-04-30 17:54:19.077--ServerSession(454071866)--Connection(979175664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.077--ClientSession(750546618)--Connection(979175664)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.077--ClientSession(750546618)--Connection(979175664)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.077--ClientSession(750546618)--Connection(809992625)--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]: 2024-04-30 17:54:19.077--ClientSession(750546618)--Connection(809992625)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.078--ServerSession(454071866)--Connection(979175664)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.078--UnitOfWork(1397533601)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.078--UnitOfWork(1397533601)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.078--UnitOfWork(1397533601)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.078--ClientSession(750546618)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.078--UnitOfWork(1397533601)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.078--ClientSession(750546618)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.078--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1463788928 [junit] [EL Finer]: 2024-04-30 17:54:19.078--ClientSession(1463788928)--Thread(Thread[main,5,main])--acquire unit of work: 100089119 [junit] [EL Finest]: 2024-04-30 17:54:19.078--UnitOfWork(100089119)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.078--ServerSession(454071866)--Connection(154234393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.078--ServerSession(454071866)--Connection(154234393)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.078--ServerSession(454071866)--Connection(1334646579)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.078--ServerSession(454071866)--Connection(154234393)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.107--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1692014125 [junit] [EL Finer]: 2024-04-30 17:54:19.107--ClientSession(1692014125)--Thread(Thread[main,5,main])--acquire unit of work: 2126854447 [junit] [EL Finest]: 2024-04-30 17:54:19.107--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.107--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.107--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@822db97) [junit] [EL Finest]: 2024-04-30 17:54:19.107--ServerSession(454071866)--Connection(1785386017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.107--ClientSession(1692014125)--Connection(1785386017)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.107--ClientSession(1692014125)--Connection(1785386017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.107--ClientSession(1692014125)--Connection(1026659330)--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]: 2024-04-30 17:54:19.108--ClientSession(1692014125)--Connection(1026659330)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.108--ServerSession(454071866)--Connection(1785386017)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.108--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.108--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.108--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.108--ClientSession(1692014125)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.108--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.108--ClientSession(1692014125)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.108--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1405161700 [junit] [EL Finer]: 2024-04-30 17:54:19.108--ClientSession(1405161700)--Thread(Thread[main,5,main])--acquire unit of work: 1865813345 [junit] [EL Finest]: 2024-04-30 17:54:19.108--UnitOfWork(1865813345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.108--ServerSession(454071866)--Connection(1578505473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.108--ServerSession(454071866)--Connection(1578505473)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.108--ServerSession(454071866)--Connection(1964942109)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.109--ServerSession(454071866)--Connection(1578505473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.109--UnitOfWork(1865813345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.109--UnitOfWork(1865813345)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.109--UnitOfWork(1865813345)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.109--UnitOfWork(1865813345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.109--UnitOfWork(1865813345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.109--ClientSession(1405161700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.109--UnitOfWork(1865813345)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.109--ClientSession(1405161700)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.109--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 525821278 [junit] [EL Finer]: 2024-04-30 17:54:19.109--ClientSession(525821278)--Thread(Thread[main,5,main])--acquire unit of work: 801088837 [junit] [EL Finest]: 2024-04-30 17:54:19.109--UnitOfWork(801088837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.109--ServerSession(454071866)--Connection(1383461258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.109--ServerSession(454071866)--Connection(1383461258)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.109--ServerSession(454071866)--Connection(1156439581)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.109--ServerSession(454071866)--Connection(1383461258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.11--UnitOfWork(801088837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.11--UnitOfWork(801088837)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.11--UnitOfWork(801088837)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@32f33a85) [junit] [EL Finest]: 2024-04-30 17:54:19.11--ServerSession(454071866)--Connection(617085616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.11--ClientSession(525821278)--Connection(617085616)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.11--ClientSession(525821278)--Connection(617085616)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.11--ClientSession(525821278)--Connection(265018303)--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]: 2024-04-30 17:54:19.11--ClientSession(525821278)--Connection(265018303)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.111--ServerSession(454071866)--Connection(617085616)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.111--UnitOfWork(801088837)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.111--UnitOfWork(801088837)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.111--UnitOfWork(801088837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.111--ClientSession(525821278)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.111--UnitOfWork(801088837)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.111--ClientSession(525821278)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.111--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 486108916 [junit] [EL Finer]: 2024-04-30 17:54:19.111--ClientSession(486108916)--Thread(Thread[main,5,main])--acquire unit of work: 124781985 [junit] [EL Finest]: 2024-04-30 17:54:19.111--UnitOfWork(124781985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.111--ServerSession(454071866)--Connection(1454842067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.111--ServerSession(454071866)--Connection(1454842067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.111--ServerSession(454071866)--Connection(1378798009)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.111--ServerSession(454071866)--Connection(1454842067)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.149--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 52151847 [junit] [EL Finer]: 2024-04-30 17:54:19.149--ClientSession(52151847)--Thread(Thread[main,5,main])--acquire unit of work: 1419581797 [junit] [EL Finest]: 2024-04-30 17:54:19.149--UnitOfWork(1419581797)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.149--UnitOfWork(1419581797)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.149--UnitOfWork(1419581797)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@11a7e4fa) [junit] [EL Finest]: 2024-04-30 17:54:19.149--ServerSession(454071866)--Connection(1201433380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.149--ClientSession(52151847)--Connection(1201433380)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.149--ClientSession(52151847)--Connection(1201433380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.15--ClientSession(52151847)--Connection(2079724675)--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]: 2024-04-30 17:54:19.15--ClientSession(52151847)--Connection(2079724675)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.151--ServerSession(454071866)--Connection(1201433380)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.151--UnitOfWork(1419581797)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.151--UnitOfWork(1419581797)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.151--UnitOfWork(1419581797)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.151--ClientSession(52151847)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.151--UnitOfWork(1419581797)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.151--ClientSession(52151847)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.151--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 303105796 [junit] [EL Finer]: 2024-04-30 17:54:19.151--ClientSession(303105796)--Thread(Thread[main,5,main])--acquire unit of work: 921733929 [junit] [EL Finest]: 2024-04-30 17:54:19.151--UnitOfWork(921733929)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.151--ServerSession(454071866)--Connection(2112476024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.151--ServerSession(454071866)--Connection(2112476024)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.151--ServerSession(454071866)--Connection(1834539729)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.152--ServerSession(454071866)--Connection(2112476024)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.152--UnitOfWork(921733929)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.152--UnitOfWork(921733929)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.152--UnitOfWork(921733929)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.152--UnitOfWork(921733929)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.152--UnitOfWork(921733929)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.152--ClientSession(303105796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.152--UnitOfWork(921733929)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.152--ClientSession(303105796)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.152--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1561597646 [junit] [EL Finer]: 2024-04-30 17:54:19.152--ClientSession(1561597646)--Thread(Thread[main,5,main])--acquire unit of work: 1956425012 [junit] [EL Finest]: 2024-04-30 17:54:19.152--UnitOfWork(1956425012)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.152--ServerSession(454071866)--Connection(877065268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.152--ServerSession(454071866)--Connection(877065268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.152--ServerSession(454071866)--Connection(1277950763)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.152--ServerSession(454071866)--Connection(877065268)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.152--UnitOfWork(1956425012)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.152--UnitOfWork(1956425012)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.153--UnitOfWork(1956425012)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2010c801) [junit] [EL Finest]: 2024-04-30 17:54:19.153--ServerSession(454071866)--Connection(549584535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.153--ClientSession(1561597646)--Connection(549584535)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.153--ClientSession(1561597646)--Connection(549584535)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.153--ClientSession(1561597646)--Connection(112687694)--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]: 2024-04-30 17:54:19.153--ClientSession(1561597646)--Connection(112687694)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.153--ServerSession(454071866)--Connection(549584535)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.154--UnitOfWork(1956425012)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.154--UnitOfWork(1956425012)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.154--UnitOfWork(1956425012)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.154--ClientSession(1561597646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.154--UnitOfWork(1956425012)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.154--ClientSession(1561597646)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.154--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 534823388 [junit] [EL Finer]: 2024-04-30 17:54:19.154--ClientSession(534823388)--Thread(Thread[main,5,main])--acquire unit of work: 813347313 [junit] [EL Finest]: 2024-04-30 17:54:19.154--UnitOfWork(813347313)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.154--ServerSession(454071866)--Connection(220383418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.154--ServerSession(454071866)--Connection(220383418)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.154--ServerSession(454071866)--Connection(1263011808)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.154--ServerSession(454071866)--Connection(220383418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.164--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 743917793 [junit] [EL Finer]: 2024-04-30 17:54:19.164--ClientSession(743917793)--Thread(Thread[main,5,main])--acquire unit of work: 428108040 [junit] [EL Finest]: 2024-04-30 17:54:19.164--UnitOfWork(428108040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.164--UnitOfWork(428108040)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.164--UnitOfWork(428108040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@19cb29c7) [junit] [EL Finest]: 2024-04-30 17:54:19.164--ServerSession(454071866)--Connection(833418546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.164--ClientSession(743917793)--Connection(833418546)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.164--ClientSession(743917793)--Connection(833418546)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.164--ClientSession(743917793)--Connection(190449190)--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]: 2024-04-30 17:54:19.165--ClientSession(743917793)--Connection(190449190)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.165--ServerSession(454071866)--Connection(833418546)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.165--UnitOfWork(428108040)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.165--UnitOfWork(428108040)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.165--UnitOfWork(428108040)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.165--ClientSession(743917793)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.165--UnitOfWork(428108040)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.165--ClientSession(743917793)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.165--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 961296911 [junit] [EL Finer]: 2024-04-30 17:54:19.165--ClientSession(961296911)--Thread(Thread[main,5,main])--acquire unit of work: 1872715121 [junit] [EL Finest]: 2024-04-30 17:54:19.165--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.165--ServerSession(454071866)--Connection(883891602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.165--ServerSession(454071866)--Connection(883891602)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.165--ServerSession(454071866)--Connection(52155335)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.166--ServerSession(454071866)--Connection(883891602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.166--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.166--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.166--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.166--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.166--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4ebea736) [junit] [EL Finest]: 2024-04-30 17:54:19.166--ServerSession(454071866)--Connection(1609113236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.166--ClientSession(961296911)--Connection(1609113236)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.166--ClientSession(961296911)--Connection(1609113236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.166--ClientSession(961296911)--Connection(2096787669)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [44, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.167--ClientSession(961296911)--Connection(2096787669)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.167--ServerSession(454071866)--Connection(1609113236)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.167--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.167--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.167--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.167--ClientSession(961296911)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.167--UnitOfWork(1872715121)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.167--ClientSession(961296911)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.167--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1316606461 [junit] [EL Finer]: 2024-04-30 17:54:19.167--ClientSession(1316606461)--Thread(Thread[main,5,main])--acquire unit of work: 1500736280 [junit] [EL Finest]: 2024-04-30 17:54:19.167--UnitOfWork(1500736280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.167--UnitOfWork(1500736280)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.167--UnitOfWork(1500736280)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4ebea736) [junit] [EL Finest]: 2024-04-30 17:54:19.167--ServerSession(454071866)--Connection(116215859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.167--ClientSession(1316606461)--Connection(116215859)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.167--ClientSession(1316606461)--Connection(116215859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.167--ClientSession(1316606461)--Connection(102473514)--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]: 2024-04-30 17:54:19.168--ClientSession(1316606461)--Connection(102473514)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.168--ServerSession(454071866)--Connection(116215859)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.168--UnitOfWork(1500736280)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.168--UnitOfWork(1500736280)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.168--UnitOfWork(1500736280)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.168--ClientSession(1316606461)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.168--UnitOfWork(1500736280)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.168--ClientSession(1316606461)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.168--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 872618723 [junit] [EL Finer]: 2024-04-30 17:54:19.168--ClientSession(872618723)--Thread(Thread[main,5,main])--acquire unit of work: 1476638872 [junit] [EL Finest]: 2024-04-30 17:54:19.168--UnitOfWork(1476638872)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.168--ServerSession(454071866)--Connection(37461629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.168--ServerSession(454071866)--Connection(37461629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.169--ServerSession(454071866)--Connection(1449642415)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.169--ServerSession(454071866)--Connection(37461629)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.169--UnitOfWork(1476638872)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.169--UnitOfWork(1476638872)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.169--UnitOfWork(1476638872)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.169--UnitOfWork(1476638872)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.169--UnitOfWork(1476638872)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.169--ClientSession(872618723)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.169--UnitOfWork(1476638872)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.169--ClientSession(872618723)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.169--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 164203510 [junit] [EL Finer]: 2024-04-30 17:54:19.169--ClientSession(164203510)--Thread(Thread[main,5,main])--acquire unit of work: 192461896 [junit] [EL Finest]: 2024-04-30 17:54:19.169--UnitOfWork(192461896)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.169--ServerSession(454071866)--Connection(1503573051)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.169--ServerSession(454071866)--Connection(1503573051)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.169--ServerSession(454071866)--Connection(1623852549)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.17--ServerSession(454071866)--Connection(1503573051)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.17--UnitOfWork(192461896)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.17--UnitOfWork(192461896)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.17--UnitOfWork(192461896)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6bcdc5c6) [junit] [EL Finest]: 2024-04-30 17:54:19.17--ServerSession(454071866)--Connection(526074148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.17--ClientSession(164203510)--Connection(526074148)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.17--ClientSession(164203510)--Connection(526074148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.17--ClientSession(164203510)--Connection(448615676)--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]: 2024-04-30 17:54:19.171--ClientSession(164203510)--Connection(448615676)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.171--ServerSession(454071866)--Connection(526074148)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.171--UnitOfWork(192461896)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.171--UnitOfWork(192461896)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.171--UnitOfWork(192461896)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.171--ClientSession(164203510)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.171--UnitOfWork(192461896)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.171--ClientSession(164203510)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.171--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2088186502 [junit] [EL Finer]: 2024-04-30 17:54:19.171--ClientSession(2088186502)--Thread(Thread[main,5,main])--acquire unit of work: 970985037 [junit] [EL Finest]: 2024-04-30 17:54:19.171--UnitOfWork(970985037)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.171--ServerSession(454071866)--Connection(1225439033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.171--ServerSession(454071866)--Connection(1225439033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.171--ServerSession(454071866)--Connection(406327373)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.172--ServerSession(454071866)--Connection(1225439033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.172--UnitOfWork(970985037)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.172--UnitOfWork(970985037)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.172--UnitOfWork(970985037)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@64351d46) [junit] [EL Finest]: 2024-04-30 17:54:19.172--ServerSession(454071866)--Connection(553128096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.172--ClientSession(2088186502)--Connection(553128096)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.172--ClientSession(2088186502)--Connection(553128096)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.172--ClientSession(2088186502)--Connection(173674227)--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]: 2024-04-30 17:54:19.172--ClientSession(2088186502)--Connection(173674227)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.173--ServerSession(454071866)--Connection(553128096)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.173--UnitOfWork(970985037)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.173--UnitOfWork(970985037)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.173--UnitOfWork(970985037)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.173--ClientSession(2088186502)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.173--UnitOfWork(970985037)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.173--ClientSession(2088186502)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.173--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1754365553 [junit] [EL Finer]: 2024-04-30 17:54:19.173--ClientSession(1754365553)--Thread(Thread[main,5,main])--acquire unit of work: 143396563 [junit] [EL Finest]: 2024-04-30 17:54:19.173--UnitOfWork(143396563)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.173--ServerSession(454071866)--Connection(1392223399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.173--ServerSession(454071866)--Connection(1392223399)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.173--ServerSession(454071866)--Connection(1540746334)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.173--ServerSession(454071866)--Connection(1392223399)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.173--UnitOfWork(143396563)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.173--UnitOfWork(143396563)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.173--UnitOfWork(143396563)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50c618fc) [junit] [EL Finest]: 2024-04-30 17:54:19.173--ServerSession(454071866)--Connection(735375487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.174--ClientSession(1754365553)--Connection(735375487)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.174--ClientSession(1754365553)--Connection(735375487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.174--ClientSession(1754365553)--Connection(805717981)--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]: 2024-04-30 17:54:19.174--ClientSession(1754365553)--Connection(805717981)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.174--ServerSession(454071866)--Connection(735375487)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.174--UnitOfWork(143396563)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.174--UnitOfWork(143396563)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.174--UnitOfWork(143396563)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.174--ClientSession(1754365553)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.174--UnitOfWork(143396563)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.174--ClientSession(1754365553)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.174--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 890473378 [junit] [EL Finer]: 2024-04-30 17:54:19.174--ClientSession(890473378)--Thread(Thread[main,5,main])--acquire unit of work: 969458295 [junit] [EL Finest]: 2024-04-30 17:54:19.174--UnitOfWork(969458295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.174--ServerSession(454071866)--Connection(1005736508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.174--ServerSession(454071866)--Connection(1005736508)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.174--ServerSession(454071866)--Connection(1446937835)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.175--ServerSession(454071866)--Connection(1005736508)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.175--UnitOfWork(969458295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.175--UnitOfWork(969458295)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.175--UnitOfWork(969458295)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@fdf5f3) [junit] [EL Finest]: 2024-04-30 17:54:19.175--ServerSession(454071866)--Connection(193786995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.175--ClientSession(890473378)--Connection(193786995)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.175--ClientSession(890473378)--Connection(193786995)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.175--ClientSession(890473378)--Connection(1052280804)--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]: 2024-04-30 17:54:19.175--ClientSession(890473378)--Connection(1052280804)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.176--ServerSession(454071866)--Connection(193786995)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.176--UnitOfWork(969458295)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.176--UnitOfWork(969458295)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.176--UnitOfWork(969458295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.176--ClientSession(890473378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.176--UnitOfWork(969458295)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.176--ClientSession(890473378)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.176--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1090618843 [junit] [EL Finer]: 2024-04-30 17:54:19.176--ClientSession(1090618843)--Thread(Thread[main,5,main])--acquire unit of work: 759353060 [junit] [EL Finest]: 2024-04-30 17:54:19.176--UnitOfWork(759353060)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.176--ServerSession(454071866)--Connection(1472195343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.176--ServerSession(454071866)--Connection(1472195343)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.176--ServerSession(454071866)--Connection(733699730)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.176--ServerSession(454071866)--Connection(1472195343)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.185--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1285506094 [junit] [EL Finer]: 2024-04-30 17:54:19.185--ClientSession(1285506094)--Thread(Thread[main,5,main])--acquire unit of work: 975138501 [junit] [EL Finest]: 2024-04-30 17:54:19.185--UnitOfWork(975138501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.185--UnitOfWork(975138501)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.185--UnitOfWork(975138501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c72e6e0) [junit] [EL Finest]: 2024-04-30 17:54:19.185--ServerSession(454071866)--Connection(273317784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.186--ClientSession(1285506094)--Connection(273317784)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.186--ClientSession(1285506094)--Connection(273317784)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.186--ClientSession(1285506094)--Connection(1373782546)--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]: 2024-04-30 17:54:19.186--ClientSession(1285506094)--Connection(1373782546)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.187--ServerSession(454071866)--Connection(273317784)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.187--UnitOfWork(975138501)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.187--UnitOfWork(975138501)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.187--UnitOfWork(975138501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.187--ClientSession(1285506094)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.187--UnitOfWork(975138501)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.187--ClientSession(1285506094)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.187--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1533382544 [junit] [EL Finer]: 2024-04-30 17:54:19.187--ClientSession(1533382544)--Thread(Thread[main,5,main])--acquire unit of work: 403738075 [junit] [EL Finest]: 2024-04-30 17:54:19.187--UnitOfWork(403738075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.187--ServerSession(454071866)--Connection(1537326617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.187--ServerSession(454071866)--Connection(1537326617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.187--ServerSession(454071866)--Connection(1458162670)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.187--ServerSession(454071866)--Connection(1537326617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.187--UnitOfWork(403738075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.187--UnitOfWork(403738075)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.187--UnitOfWork(403738075)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.188--UnitOfWork(403738075)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.188--UnitOfWork(403738075)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3de5f812) [junit] [EL Finest]: 2024-04-30 17:54:19.188--ServerSession(454071866)--Connection(1942800632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.188--ClientSession(1533382544)--Connection(1942800632)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.188--ClientSession(1533382544)--Connection(1942800632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.188--ClientSession(1533382544)--Connection(1827232666)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [51, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.188--ClientSession(1533382544)--Connection(1827232666)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.188--ServerSession(454071866)--Connection(1942800632)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.189--UnitOfWork(403738075)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.189--UnitOfWork(403738075)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.189--UnitOfWork(403738075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.189--ClientSession(1533382544)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.189--UnitOfWork(403738075)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.189--ClientSession(1533382544)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.189--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 59203767 [junit] [EL Finer]: 2024-04-30 17:54:19.189--ClientSession(59203767)--Thread(Thread[main,5,main])--acquire unit of work: 379183927 [junit] [EL Finest]: 2024-04-30 17:54:19.189--UnitOfWork(379183927)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.189--UnitOfWork(379183927)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.189--UnitOfWork(379183927)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3de5f812) [junit] [EL Finest]: 2024-04-30 17:54:19.189--ServerSession(454071866)--Connection(1048653674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.189--ClientSession(59203767)--Connection(1048653674)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.189--ClientSession(59203767)--Connection(1048653674)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.189--ClientSession(59203767)--Connection(171487803)--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@3df53090, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:19.19--ClientSession(59203767)--Connection(171487803)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.19--ServerSession(454071866)--Connection(1048653674)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.19--UnitOfWork(379183927)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.19--UnitOfWork(379183927)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.19--UnitOfWork(379183927)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.19--ClientSession(59203767)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.19--UnitOfWork(379183927)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.19--ClientSession(59203767)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.19--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 156171304 [junit] [EL Finer]: 2024-04-30 17:54:19.19--ClientSession(156171304)--Thread(Thread[main,5,main])--acquire unit of work: 1177042512 [junit] [EL Finest]: 2024-04-30 17:54:19.19--UnitOfWork(1177042512)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.191--ServerSession(454071866)--Connection(1473384890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.191--ServerSession(454071866)--Connection(1473384890)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.191--ServerSession(454071866)--Connection(331875131)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.191--ServerSession(454071866)--Connection(1473384890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.191--UnitOfWork(1177042512)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.191--UnitOfWork(1177042512)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.192--UnitOfWork(1177042512)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.192--UnitOfWork(1177042512)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.192--UnitOfWork(1177042512)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.214--ClientSession(156171304)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.214--UnitOfWork(1177042512)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.214--ClientSession(156171304)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.214--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 304444682 [junit] [EL Finer]: 2024-04-30 17:54:19.214--ClientSession(304444682)--Thread(Thread[main,5,main])--acquire unit of work: 1492534862 [junit] [EL Finest]: 2024-04-30 17:54:19.214--UnitOfWork(1492534862)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.214--ServerSession(454071866)--Connection(1360937932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.214--ServerSession(454071866)--Connection(1360937932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.214--ServerSession(454071866)--Connection(674865798)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.215--ServerSession(454071866)--Connection(1360937932)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.215--UnitOfWork(1492534862)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.215--UnitOfWork(1492534862)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.215--UnitOfWork(1492534862)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7ba3ffe7) [junit] [EL Finest]: 2024-04-30 17:54:19.216--ServerSession(454071866)--Connection(540308581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.216--ClientSession(304444682)--Connection(540308581)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.216--ClientSession(304444682)--Connection(540308581)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.216--ClientSession(304444682)--Connection(941054747)--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]: 2024-04-30 17:54:19.217--ClientSession(304444682)--Connection(941054747)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.217--ServerSession(454071866)--Connection(540308581)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.217--UnitOfWork(1492534862)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.217--UnitOfWork(1492534862)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.217--UnitOfWork(1492534862)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.217--ClientSession(304444682)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.217--UnitOfWork(1492534862)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.217--ClientSession(304444682)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.217--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1636504048 [junit] [EL Finer]: 2024-04-30 17:54:19.217--ClientSession(1636504048)--Thread(Thread[main,5,main])--acquire unit of work: 1654642424 [junit] [EL Finest]: 2024-04-30 17:54:19.218--UnitOfWork(1654642424)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.218--ServerSession(454071866)--Connection(1616021043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.218--ServerSession(454071866)--Connection(1616021043)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.218--ServerSession(454071866)--Connection(1565891042)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.218--ServerSession(454071866)--Connection(1616021043)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.219--UnitOfWork(1654642424)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.219--UnitOfWork(1654642424)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.219--UnitOfWork(1654642424)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@785c354a) [junit] [EL Finest]: 2024-04-30 17:54:19.219--ServerSession(454071866)--Connection(370967301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.219--ClientSession(1636504048)--Connection(370967301)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.219--ClientSession(1636504048)--Connection(370967301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.219--ClientSession(1636504048)--Connection(451671608)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SERIALIZABLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@696f286d, 3, 51, 2] [junit] [EL Finer]: 2024-04-30 17:54:19.22--ClientSession(1636504048)--Connection(451671608)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.22--ServerSession(454071866)--Connection(370967301)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.22--UnitOfWork(1654642424)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.22--UnitOfWork(1654642424)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.22--UnitOfWork(1654642424)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.22--ClientSession(1636504048)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.22--UnitOfWork(1654642424)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.22--ClientSession(1636504048)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.22--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1861186661 [junit] [EL Finer]: 2024-04-30 17:54:19.22--ClientSession(1861186661)--Thread(Thread[main,5,main])--acquire unit of work: 728765878 [junit] [EL Finest]: 2024-04-30 17:54:19.22--UnitOfWork(728765878)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.22--ServerSession(454071866)--Connection(179929353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.221--ServerSession(454071866)--Connection(179929353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.221--ServerSession(454071866)--Connection(1823533259)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.221--ServerSession(454071866)--Connection(179929353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.221--UnitOfWork(728765878)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.221--UnitOfWork(728765878)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.221--UnitOfWork(728765878)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@521f824a) [junit] [EL Finest]: 2024-04-30 17:54:19.222--ServerSession(454071866)--Connection(883442883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.222--ClientSession(1861186661)--Connection(883442883)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.222--ClientSession(1861186661)--Connection(883442883)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.222--ClientSession(1861186661)--Connection(1116728500)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SERIALIZABLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@692b7088, 4, 51, 3] [junit] [EL Finer]: 2024-04-30 17:54:19.222--ClientSession(1861186661)--Connection(1116728500)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.223--ServerSession(454071866)--Connection(883442883)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.223--UnitOfWork(728765878)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.223--UnitOfWork(728765878)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.223--UnitOfWork(728765878)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.223--ClientSession(1861186661)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.223--UnitOfWork(728765878)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.223--ClientSession(1861186661)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.223--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1655391001 [junit] [EL Finer]: 2024-04-30 17:54:19.223--ClientSession(1655391001)--Thread(Thread[main,5,main])--acquire unit of work: 1610410420 [junit] [EL Finest]: 2024-04-30 17:54:19.223--UnitOfWork(1610410420)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.223--ServerSession(454071866)--Connection(165880610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.223--ServerSession(454071866)--Connection(165880610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.223--ServerSession(454071866)--Connection(1862717399)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.224--ServerSession(454071866)--Connection(165880610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.224--UnitOfWork(1610410420)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.224--UnitOfWork(1610410420)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.224--UnitOfWork(1610410420)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6f0408a9) [junit] [EL Finest]: 2024-04-30 17:54:19.224--ServerSession(454071866)--Connection(1611246249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.224--ClientSession(1655391001)--Connection(1611246249)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.224--ClientSession(1655391001)--Connection(1611246249)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.224--ClientSession(1655391001)--Connection(1064528727)--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]: 2024-04-30 17:54:19.225--ClientSession(1655391001)--Connection(1064528727)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.225--ServerSession(454071866)--Connection(1611246249)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.225--UnitOfWork(1610410420)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.225--UnitOfWork(1610410420)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.225--UnitOfWork(1610410420)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.225--ClientSession(1655391001)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.225--UnitOfWork(1610410420)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.225--ClientSession(1655391001)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.225--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1575315611 [junit] [EL Finer]: 2024-04-30 17:54:19.225--ClientSession(1575315611)--Thread(Thread[main,5,main])--acquire unit of work: 1888800108 [junit] [EL Finest]: 2024-04-30 17:54:19.225--UnitOfWork(1888800108)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.225--ServerSession(454071866)--Connection(1419323898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.225--ServerSession(454071866)--Connection(1419323898)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.225--ServerSession(454071866)--Connection(1184639304)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.226--ServerSession(454071866)--Connection(1419323898)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.235--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1779602667 [junit] [EL Finer]: 2024-04-30 17:54:19.235--ClientSession(1779602667)--Thread(Thread[main,5,main])--acquire unit of work: 666052499 [junit] [EL Finest]: 2024-04-30 17:54:19.235--UnitOfWork(666052499)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.235--UnitOfWork(666052499)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.235--UnitOfWork(666052499)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@386bcdd7) [junit] [EL Finest]: 2024-04-30 17:54:19.235--ServerSession(454071866)--Connection(1197284055)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.235--ClientSession(1779602667)--Connection(1197284055)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.235--ClientSession(1779602667)--Connection(1197284055)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.236--ClientSession(1779602667)--Connection(2037129744)--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]: 2024-04-30 17:54:19.236--ClientSession(1779602667)--Connection(2037129744)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.236--ServerSession(454071866)--Connection(1197284055)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.236--UnitOfWork(666052499)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.236--UnitOfWork(666052499)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.237--UnitOfWork(666052499)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.237--ClientSession(1779602667)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.237--UnitOfWork(666052499)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.237--ClientSession(1779602667)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.237--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 364186184 [junit] [EL Finer]: 2024-04-30 17:54:19.237--ClientSession(364186184)--Thread(Thread[main,5,main])--acquire unit of work: 982593931 [junit] [EL Finest]: 2024-04-30 17:54:19.237--UnitOfWork(982593931)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.237--ServerSession(454071866)--Connection(578152555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.237--ServerSession(454071866)--Connection(578152555)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.237--ServerSession(454071866)--Connection(1207118351)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.237--ServerSession(454071866)--Connection(578152555)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.237--UnitOfWork(982593931)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.237--UnitOfWork(982593931)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.237--UnitOfWork(982593931)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.237--UnitOfWork(982593931)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.237--UnitOfWork(982593931)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4987f454) [junit] [EL Finest]: 2024-04-30 17:54:19.238--ServerSession(454071866)--Connection(448889461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.238--ClientSession(364186184)--Connection(448889461)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.238--ClientSession(364186184)--Connection(448889461)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.238--ClientSession(364186184)--Connection(748798153)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [15, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.238--ClientSession(364186184)--Connection(748798153)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.238--ServerSession(454071866)--Connection(448889461)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.238--UnitOfWork(982593931)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.238--UnitOfWork(982593931)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.238--UnitOfWork(982593931)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.238--ClientSession(364186184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.238--UnitOfWork(982593931)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.238--ClientSession(364186184)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.238--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2109005119 [junit] [EL Finer]: 2024-04-30 17:54:19.238--ClientSession(2109005119)--Thread(Thread[main,5,main])--acquire unit of work: 1802517206 [junit] [EL Finest]: 2024-04-30 17:54:19.238--UnitOfWork(1802517206)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.238--UnitOfWork(1802517206)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.238--UnitOfWork(1802517206)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4987f454) [junit] [EL Finest]: 2024-04-30 17:54:19.239--ServerSession(454071866)--Connection(107650502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.239--ClientSession(2109005119)--Connection(107650502)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.239--ClientSession(2109005119)--Connection(107650502)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.239--ClientSession(2109005119)--Connection(1567421713)--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]: 2024-04-30 17:54:19.239--ClientSession(2109005119)--Connection(1567421713)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.239--ServerSession(454071866)--Connection(107650502)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.239--UnitOfWork(1802517206)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.239--UnitOfWork(1802517206)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.239--UnitOfWork(1802517206)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.239--ClientSession(2109005119)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.239--UnitOfWork(1802517206)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.239--ClientSession(2109005119)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.239--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1450419757 [junit] [EL Finer]: 2024-04-30 17:54:19.24--ClientSession(1450419757)--Thread(Thread[main,5,main])--acquire unit of work: 69571976 [junit] [EL Finest]: 2024-04-30 17:54:19.24--UnitOfWork(69571976)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.24--ServerSession(454071866)--Connection(1046162528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.24--ServerSession(454071866)--Connection(1046162528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.24--ServerSession(454071866)--Connection(257773193)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.24--ServerSession(454071866)--Connection(1046162528)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.24--UnitOfWork(69571976)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.24--UnitOfWork(69571976)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.24--UnitOfWork(69571976)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.24--UnitOfWork(69571976)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.24--UnitOfWork(69571976)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.24--ClientSession(1450419757)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.24--UnitOfWork(69571976)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.24--ClientSession(1450419757)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.24--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1852219518 [junit] [EL Finer]: 2024-04-30 17:54:19.24--ClientSession(1852219518)--Thread(Thread[main,5,main])--acquire unit of work: 214712056 [junit] [EL Finest]: 2024-04-30 17:54:19.24--UnitOfWork(214712056)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.24--ServerSession(454071866)--Connection(1279481616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.24--ServerSession(454071866)--Connection(1279481616)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.24--ServerSession(454071866)--Connection(331497138)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.241--ServerSession(454071866)--Connection(1279481616)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.241--UnitOfWork(214712056)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.241--UnitOfWork(214712056)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.241--UnitOfWork(214712056)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@252ad5ed) [junit] [EL Finest]: 2024-04-30 17:54:19.241--ServerSession(454071866)--Connection(1504312856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.241--ClientSession(1852219518)--Connection(1504312856)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.241--ClientSession(1852219518)--Connection(1504312856)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.241--ClientSession(1852219518)--Connection(710925693)--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]: 2024-04-30 17:54:19.241--ClientSession(1852219518)--Connection(710925693)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.242--ServerSession(454071866)--Connection(1504312856)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.242--UnitOfWork(214712056)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.242--UnitOfWork(214712056)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.242--UnitOfWork(214712056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.242--ClientSession(1852219518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.242--UnitOfWork(214712056)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.242--ClientSession(1852219518)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.242--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 83832290 [junit] [EL Finer]: 2024-04-30 17:54:19.242--ClientSession(83832290)--Thread(Thread[main,5,main])--acquire unit of work: 305158747 [junit] [EL Finest]: 2024-04-30 17:54:19.242--UnitOfWork(305158747)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.242--ServerSession(454071866)--Connection(1188092245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.242--ServerSession(454071866)--Connection(1188092245)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.242--ServerSession(454071866)--Connection(1698356981)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.242--ServerSession(454071866)--Connection(1188092245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.242--UnitOfWork(305158747)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.242--UnitOfWork(305158747)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.242--UnitOfWork(305158747)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@8a51c4e) [junit] [EL Finest]: 2024-04-30 17:54:19.243--ServerSession(454071866)--Connection(2072106226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.243--ClientSession(83832290)--Connection(2072106226)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.243--ClientSession(83832290)--Connection(2072106226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.243--ClientSession(83832290)--Connection(1477011208)--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]: 2024-04-30 17:54:19.243--ClientSession(83832290)--Connection(1477011208)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.243--ServerSession(454071866)--Connection(2072106226)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.243--UnitOfWork(305158747)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.243--UnitOfWork(305158747)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.243--UnitOfWork(305158747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.243--ClientSession(83832290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.243--UnitOfWork(305158747)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.243--ClientSession(83832290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.243--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1267794654 [junit] [EL Finer]: 2024-04-30 17:54:19.243--ClientSession(1267794654)--Thread(Thread[main,5,main])--acquire unit of work: 1044543770 [junit] [EL Finest]: 2024-04-30 17:54:19.243--UnitOfWork(1044543770)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.243--ServerSession(454071866)--Connection(769681661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.243--ServerSession(454071866)--Connection(769681661)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.244--ServerSession(454071866)--Connection(666740069)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.244--ServerSession(454071866)--Connection(769681661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.253--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 319762122 [junit] [EL Finer]: 2024-04-30 17:54:19.253--ClientSession(319762122)--Thread(Thread[main,5,main])--acquire unit of work: 2112055697 [junit] [EL Finest]: 2024-04-30 17:54:19.253--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.253--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.253--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4a261ac8) [junit] [EL Finest]: 2024-04-30 17:54:19.253--ServerSession(454071866)--Connection(1255495583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.253--ClientSession(319762122)--Connection(1255495583)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.253--ClientSession(319762122)--Connection(1255495583)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.253--ClientSession(319762122)--Connection(740036789)--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]: 2024-04-30 17:54:19.253--ClientSession(319762122)--Connection(740036789)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.254--ServerSession(454071866)--Connection(1255495583)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.254--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.254--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.254--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.254--ClientSession(319762122)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.254--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.254--ClientSession(319762122)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.254--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1155735177 [junit] [EL Finer]: 2024-04-30 17:54:19.254--ClientSession(1155735177)--Thread(Thread[main,5,main])--acquire unit of work: 610979877 [junit] [EL Finest]: 2024-04-30 17:54:19.254--UnitOfWork(610979877)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.254--ServerSession(454071866)--Connection(1749018021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.254--ServerSession(454071866)--Connection(1749018021)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.254--ServerSession(454071866)--Connection(196549785)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.254--ServerSession(454071866)--Connection(1749018021)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.255--UnitOfWork(610979877)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.255--UnitOfWork(610979877)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.255--UnitOfWork(610979877)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.255--UnitOfWork(610979877)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.255--UnitOfWork(610979877)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@25e54512) [junit] [EL Finest]: 2024-04-30 17:54:19.255--ServerSession(454071866)--Connection(16781255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.255--ClientSession(1155735177)--Connection(16781255)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.255--ClientSession(1155735177)--Connection(16781255)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.255--ClientSession(1155735177)--Connection(883445275)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [33, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.255--ClientSession(1155735177)--Connection(883445275)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.255--ServerSession(454071866)--Connection(16781255)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.255--UnitOfWork(610979877)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.256--UnitOfWork(610979877)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.256--UnitOfWork(610979877)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.256--ClientSession(1155735177)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.256--UnitOfWork(610979877)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.256--ClientSession(1155735177)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.256--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 222981964 [junit] [EL Finer]: 2024-04-30 17:54:19.256--ClientSession(222981964)--Thread(Thread[main,5,main])--acquire unit of work: 213198613 [junit] [EL Finest]: 2024-04-30 17:54:19.256--UnitOfWork(213198613)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.256--UnitOfWork(213198613)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.256--UnitOfWork(213198613)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@25e54512) [junit] [EL Finest]: 2024-04-30 17:54:19.256--ServerSession(454071866)--Connection(320476956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.256--ClientSession(222981964)--Connection(320476956)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.256--ClientSession(222981964)--Connection(320476956)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.256--ClientSession(222981964)--Connection(1299462716)--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]: 2024-04-30 17:54:19.257--ClientSession(222981964)--Connection(1299462716)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.257--ServerSession(454071866)--Connection(320476956)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.257--UnitOfWork(213198613)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.257--UnitOfWork(213198613)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.257--UnitOfWork(213198613)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.257--ClientSession(222981964)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.257--UnitOfWork(213198613)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.257--ClientSession(222981964)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.257--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1227255573 [junit] [EL Finer]: 2024-04-30 17:54:19.257--ClientSession(1227255573)--Thread(Thread[main,5,main])--acquire unit of work: 180827098 [junit] [EL Finest]: 2024-04-30 17:54:19.257--UnitOfWork(180827098)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.257--ServerSession(454071866)--Connection(1712213348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.257--ServerSession(454071866)--Connection(1712213348)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.257--ServerSession(454071866)--Connection(1876161740)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.257--ServerSession(454071866)--Connection(1712213348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.258--UnitOfWork(180827098)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.258--UnitOfWork(180827098)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.258--UnitOfWork(180827098)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.258--UnitOfWork(180827098)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.258--UnitOfWork(180827098)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.258--ClientSession(1227255573)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.258--UnitOfWork(180827098)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.258--ClientSession(1227255573)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.258--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1114190780 [junit] [EL Finer]: 2024-04-30 17:54:19.258--ClientSession(1114190780)--Thread(Thread[main,5,main])--acquire unit of work: 1815583573 [junit] [EL Finest]: 2024-04-30 17:54:19.258--UnitOfWork(1815583573)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.258--ServerSession(454071866)--Connection(614533232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.258--ServerSession(454071866)--Connection(614533232)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.258--ServerSession(454071866)--Connection(1891387713)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.258--ServerSession(454071866)--Connection(614533232)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.258--UnitOfWork(1815583573)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.258--UnitOfWork(1815583573)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.258--UnitOfWork(1815583573)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2bfea127) [junit] [EL Finest]: 2024-04-30 17:54:19.258--ServerSession(454071866)--Connection(1970704765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.259--ClientSession(1114190780)--Connection(1970704765)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.259--ClientSession(1114190780)--Connection(1970704765)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.259--ClientSession(1114190780)--Connection(736096621)--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]: 2024-04-30 17:54:19.259--ClientSession(1114190780)--Connection(736096621)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.259--ServerSession(454071866)--Connection(1970704765)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.259--UnitOfWork(1815583573)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.259--UnitOfWork(1815583573)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.259--UnitOfWork(1815583573)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.259--ClientSession(1114190780)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.259--UnitOfWork(1815583573)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.259--ClientSession(1114190780)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.259--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 481541540 [junit] [EL Finer]: 2024-04-30 17:54:19.259--ClientSession(481541540)--Thread(Thread[main,5,main])--acquire unit of work: 1569667638 [junit] [EL Finest]: 2024-04-30 17:54:19.259--UnitOfWork(1569667638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.318--ServerSession(454071866)--Connection(152038515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.318--ServerSession(454071866)--Connection(152038515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.318--ServerSession(454071866)--Connection(2015273493)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.319--ServerSession(454071866)--Connection(152038515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.319--UnitOfWork(1569667638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.319--UnitOfWork(1569667638)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.319--UnitOfWork(1569667638)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5d3ba5ab) [junit] [EL Finest]: 2024-04-30 17:54:19.319--ServerSession(454071866)--Connection(648198000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.319--ClientSession(481541540)--Connection(648198000)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.319--ClientSession(481541540)--Connection(648198000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.319--ClientSession(481541540)--Connection(1423967645)--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]: 2024-04-30 17:54:19.32--ClientSession(481541540)--Connection(1423967645)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.32--ServerSession(454071866)--Connection(648198000)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.32--UnitOfWork(1569667638)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.32--UnitOfWork(1569667638)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.32--UnitOfWork(1569667638)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.32--ClientSession(481541540)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.32--UnitOfWork(1569667638)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.32--ClientSession(481541540)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.32--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1925284156 [junit] [EL Finer]: 2024-04-30 17:54:19.32--ClientSession(1925284156)--Thread(Thread[main,5,main])--acquire unit of work: 1097576739 [junit] [EL Finest]: 2024-04-30 17:54:19.32--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.32--ServerSession(454071866)--Connection(368285822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.32--ServerSession(454071866)--Connection(368285822)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.32--ServerSession(454071866)--Connection(1992594123)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.321--ServerSession(454071866)--Connection(368285822)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.321--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.321--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.321--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@140c6fda) [junit] [EL Finest]: 2024-04-30 17:54:19.321--ServerSession(454071866)--Connection(1337310970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.321--ClientSession(1925284156)--Connection(1337310970)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.321--ClientSession(1925284156)--Connection(1337310970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.321--ClientSession(1925284156)--Connection(1458874887)--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]: 2024-04-30 17:54:19.322--ClientSession(1925284156)--Connection(1458874887)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.322--ServerSession(454071866)--Connection(1337310970)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.322--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.322--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.322--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.322--ClientSession(1925284156)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.322--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.322--ClientSession(1925284156)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.322--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 358263698 [junit] [EL Finer]: 2024-04-30 17:54:19.322--ClientSession(358263698)--Thread(Thread[main,5,main])--acquire unit of work: 2012906925 [junit] [EL Finest]: 2024-04-30 17:54:19.322--UnitOfWork(2012906925)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.322--ServerSession(454071866)--Connection(78491079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.322--ServerSession(454071866)--Connection(78491079)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.322--ServerSession(454071866)--Connection(781925475)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.323--ServerSession(454071866)--Connection(78491079)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.323--UnitOfWork(2012906925)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.323--UnitOfWork(2012906925)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.323--UnitOfWork(2012906925)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4da92392) [junit] [EL Finest]: 2024-04-30 17:54:19.323--ServerSession(454071866)--Connection(1401693362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.323--ClientSession(358263698)--Connection(1401693362)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.323--ClientSession(358263698)--Connection(1401693362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.323--ClientSession(358263698)--Connection(1442291478)--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]: 2024-04-30 17:54:19.323--ClientSession(358263698)--Connection(1442291478)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.324--ServerSession(454071866)--Connection(1401693362)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.324--UnitOfWork(2012906925)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.324--UnitOfWork(2012906925)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.324--UnitOfWork(2012906925)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.324--ClientSession(358263698)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.324--UnitOfWork(2012906925)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.324--ClientSession(358263698)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.324--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1847143680 [junit] [EL Finer]: 2024-04-30 17:54:19.324--ClientSession(1847143680)--Thread(Thread[main,5,main])--acquire unit of work: 1552039365 [junit] [EL Finest]: 2024-04-30 17:54:19.324--UnitOfWork(1552039365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.324--ServerSession(454071866)--Connection(895751788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.324--ServerSession(454071866)--Connection(895751788)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.324--ServerSession(454071866)--Connection(1356562834)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.324--ServerSession(454071866)--Connection(895751788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.333--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 930732386 [junit] [EL Finer]: 2024-04-30 17:54:19.333--ClientSession(930732386)--Thread(Thread[main,5,main])--acquire unit of work: 1762621698 [junit] [EL Finest]: 2024-04-30 17:54:19.333--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.333--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.333--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@55d2cca5) [junit] [EL Finest]: 2024-04-30 17:54:19.333--ServerSession(454071866)--Connection(1999968326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.333--ClientSession(930732386)--Connection(1999968326)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.333--ClientSession(930732386)--Connection(1999968326)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.333--ClientSession(930732386)--Connection(1709226187)--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]: 2024-04-30 17:54:19.334--ClientSession(930732386)--Connection(1709226187)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.334--ServerSession(454071866)--Connection(1999968326)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.334--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.334--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.334--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.334--ClientSession(930732386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.334--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.334--ClientSession(930732386)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.334--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1527184948 [junit] [EL Finer]: 2024-04-30 17:54:19.334--ClientSession(1527184948)--Thread(Thread[main,5,main])--acquire unit of work: 70138426 [junit] [EL Finest]: 2024-04-30 17:54:19.334--UnitOfWork(70138426)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.334--ServerSession(454071866)--Connection(1684602004)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.334--ServerSession(454071866)--Connection(1684602004)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.334--ServerSession(454071866)--Connection(1707379320)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.335--ServerSession(454071866)--Connection(1684602004)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.335--UnitOfWork(70138426)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.335--UnitOfWork(70138426)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.335--UnitOfWork(70138426)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.335--UnitOfWork(70138426)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.335--UnitOfWork(70138426)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c552b41) [junit] [EL Finest]: 2024-04-30 17:54:19.335--ServerSession(454071866)--Connection(514597582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.335--ClientSession(1527184948)--Connection(514597582)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.335--ClientSession(1527184948)--Connection(514597582)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.335--ClientSession(1527184948)--Connection(1853783262)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [34, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.335--ClientSession(1527184948)--Connection(1853783262)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.336--ServerSession(454071866)--Connection(514597582)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.336--UnitOfWork(70138426)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.336--UnitOfWork(70138426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.336--UnitOfWork(70138426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.336--ClientSession(1527184948)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.336--UnitOfWork(70138426)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.336--ClientSession(1527184948)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.336--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 863436008 [junit] [EL Finer]: 2024-04-30 17:54:19.336--ClientSession(863436008)--Thread(Thread[main,5,main])--acquire unit of work: 1278415386 [junit] [EL Finest]: 2024-04-30 17:54:19.336--UnitOfWork(1278415386)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.336--UnitOfWork(1278415386)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.336--UnitOfWork(1278415386)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c552b41) [junit] [EL Finest]: 2024-04-30 17:54:19.336--ServerSession(454071866)--Connection(1222680414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.336--ClientSession(863436008)--Connection(1222680414)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.336--ClientSession(863436008)--Connection(1222680414)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.336--ClientSession(863436008)--Connection(1291168534)--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]: 2024-04-30 17:54:19.337--ClientSession(863436008)--Connection(1291168534)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.337--ServerSession(454071866)--Connection(1222680414)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.337--UnitOfWork(1278415386)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.337--UnitOfWork(1278415386)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.337--UnitOfWork(1278415386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.337--ClientSession(863436008)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.337--UnitOfWork(1278415386)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.337--ClientSession(863436008)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.337--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2032887793 [junit] [EL Finer]: 2024-04-30 17:54:19.337--ClientSession(2032887793)--Thread(Thread[main,5,main])--acquire unit of work: 905776613 [junit] [EL Finest]: 2024-04-30 17:54:19.337--UnitOfWork(905776613)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.337--ServerSession(454071866)--Connection(1420934487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.337--ServerSession(454071866)--Connection(1420934487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.337--ServerSession(454071866)--Connection(1520958674)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.337--ServerSession(454071866)--Connection(1420934487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.338--UnitOfWork(905776613)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.338--UnitOfWork(905776613)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.338--UnitOfWork(905776613)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.338--UnitOfWork(905776613)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.338--UnitOfWork(905776613)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.338--ClientSession(2032887793)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.338--UnitOfWork(905776613)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.338--ClientSession(2032887793)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.338--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 435739798 [junit] [EL Finer]: 2024-04-30 17:54:19.338--ClientSession(435739798)--Thread(Thread[main,5,main])--acquire unit of work: 1778251501 [junit] [EL Finest]: 2024-04-30 17:54:19.338--UnitOfWork(1778251501)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.338--ServerSession(454071866)--Connection(970056700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.338--ServerSession(454071866)--Connection(970056700)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.338--ServerSession(454071866)--Connection(585313171)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.338--ServerSession(454071866)--Connection(970056700)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.338--UnitOfWork(1778251501)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.338--UnitOfWork(1778251501)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.338--UnitOfWork(1778251501)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7b6c94e2) [junit] [EL Finest]: 2024-04-30 17:54:19.339--ServerSession(454071866)--Connection(162984930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.339--ClientSession(435739798)--Connection(162984930)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.339--ClientSession(435739798)--Connection(162984930)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.339--ClientSession(435739798)--Connection(375565746)--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]: 2024-04-30 17:54:19.339--ClientSession(435739798)--Connection(375565746)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.339--ServerSession(454071866)--Connection(162984930)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.339--UnitOfWork(1778251501)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.339--UnitOfWork(1778251501)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.339--UnitOfWork(1778251501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.339--ClientSession(435739798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.339--UnitOfWork(1778251501)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.339--ClientSession(435739798)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.339--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 231804236 [junit] [EL Finer]: 2024-04-30 17:54:19.339--ClientSession(231804236)--Thread(Thread[main,5,main])--acquire unit of work: 868665079 [junit] [EL Finest]: 2024-04-30 17:54:19.339--UnitOfWork(868665079)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.34--ServerSession(454071866)--Connection(810217984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.34--ServerSession(454071866)--Connection(810217984)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.34--ServerSession(454071866)--Connection(465417823)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.34--ServerSession(454071866)--Connection(810217984)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.34--UnitOfWork(868665079)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.34--UnitOfWork(868665079)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.34--UnitOfWork(868665079)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b77ff50) [junit] [EL Finest]: 2024-04-30 17:54:19.34--ServerSession(454071866)--Connection(171149908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.34--ClientSession(231804236)--Connection(171149908)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.34--ClientSession(231804236)--Connection(171149908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.34--ClientSession(231804236)--Connection(254655264)--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]: 2024-04-30 17:54:19.341--ClientSession(231804236)--Connection(254655264)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.341--ServerSession(454071866)--Connection(171149908)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.341--UnitOfWork(868665079)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.341--UnitOfWork(868665079)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.341--UnitOfWork(868665079)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.341--ClientSession(231804236)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.341--UnitOfWork(868665079)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.341--ClientSession(231804236)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.341--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 21104114 [junit] [EL Finer]: 2024-04-30 17:54:19.341--ClientSession(21104114)--Thread(Thread[main,5,main])--acquire unit of work: 389373604 [junit] [EL Finest]: 2024-04-30 17:54:19.341--UnitOfWork(389373604)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.341--ServerSession(454071866)--Connection(1965229017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.341--ServerSession(454071866)--Connection(1965229017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.341--ServerSession(454071866)--Connection(2095695519)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.341--ServerSession(454071866)--Connection(1965229017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.342--UnitOfWork(389373604)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.342--UnitOfWork(389373604)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.342--UnitOfWork(389373604)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50e8921d) [junit] [EL Finest]: 2024-04-30 17:54:19.342--ServerSession(454071866)--Connection(257395204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.342--ClientSession(21104114)--Connection(257395204)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.342--ClientSession(21104114)--Connection(257395204)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.342--ClientSession(21104114)--Connection(1267539090)--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]: 2024-04-30 17:54:19.342--ClientSession(21104114)--Connection(1267539090)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.342--ServerSession(454071866)--Connection(257395204)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.342--UnitOfWork(389373604)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.342--UnitOfWork(389373604)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.342--UnitOfWork(389373604)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.343--ClientSession(21104114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.343--UnitOfWork(389373604)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.343--ClientSession(21104114)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.343--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 559393428 [junit] [EL Finer]: 2024-04-30 17:54:19.343--ClientSession(559393428)--Thread(Thread[main,5,main])--acquire unit of work: 308478736 [junit] [EL Finest]: 2024-04-30 17:54:19.343--UnitOfWork(308478736)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.343--ServerSession(454071866)--Connection(833217602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.343--ServerSession(454071866)--Connection(833217602)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.343--ServerSession(454071866)--Connection(1721993428)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.343--ServerSession(454071866)--Connection(833217602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.343--UnitOfWork(308478736)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.343--UnitOfWork(308478736)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.343--UnitOfWork(308478736)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@704d6a4a) [junit] [EL Finest]: 2024-04-30 17:54:19.343--ServerSession(454071866)--Connection(1948764110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.343--ClientSession(559393428)--Connection(1948764110)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.343--ClientSession(559393428)--Connection(1948764110)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.343--ClientSession(559393428)--Connection(1785296057)--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]: 2024-04-30 17:54:19.344--ClientSession(559393428)--Connection(1785296057)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.344--ServerSession(454071866)--Connection(1948764110)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.344--UnitOfWork(308478736)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.344--UnitOfWork(308478736)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.344--UnitOfWork(308478736)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.344--ClientSession(559393428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.344--UnitOfWork(308478736)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.344--ClientSession(559393428)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.344--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1069811439 [junit] [EL Finer]: 2024-04-30 17:54:19.344--ClientSession(1069811439)--Thread(Thread[main,5,main])--acquire unit of work: 1972879214 [junit] [EL Finest]: 2024-04-30 17:54:19.344--UnitOfWork(1972879214)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.344--ServerSession(454071866)--Connection(1425723865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.344--ServerSession(454071866)--Connection(1425723865)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.344--ServerSession(454071866)--Connection(1332264622)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.344--ServerSession(454071866)--Connection(1425723865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.353--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1306781873 [junit] [EL Finer]: 2024-04-30 17:54:19.353--ClientSession(1306781873)--Thread(Thread[main,5,main])--acquire unit of work: 1045271391 [junit] [EL Finest]: 2024-04-30 17:54:19.353--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.353--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.353--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68832f1c) [junit] [EL Finest]: 2024-04-30 17:54:19.353--ServerSession(454071866)--Connection(1992287925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.353--ClientSession(1306781873)--Connection(1992287925)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.353--ClientSession(1306781873)--Connection(1992287925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.354--ClientSession(1306781873)--Connection(607798358)--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]: 2024-04-30 17:54:19.354--ClientSession(1306781873)--Connection(607798358)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.354--ServerSession(454071866)--Connection(1992287925)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.354--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.354--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.355--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.355--ClientSession(1306781873)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.355--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.355--ClientSession(1306781873)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.355--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 681692677 [junit] [EL Finer]: 2024-04-30 17:54:19.355--ClientSession(681692677)--Thread(Thread[main,5,main])--acquire unit of work: 555880426 [junit] [EL Finest]: 2024-04-30 17:54:19.355--UnitOfWork(555880426)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.355--ServerSession(454071866)--Connection(1464657772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.355--ServerSession(454071866)--Connection(1464657772)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.355--ServerSession(454071866)--Connection(25823731)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.355--ServerSession(454071866)--Connection(1464657772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.355--UnitOfWork(555880426)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.355--UnitOfWork(555880426)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.355--UnitOfWork(555880426)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.355--UnitOfWork(555880426)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.355--UnitOfWork(555880426)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1611387b) [junit] [EL Finest]: 2024-04-30 17:54:19.356--ServerSession(454071866)--Connection(2009242362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.356--ClientSession(681692677)--Connection(2009242362)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.356--ClientSession(681692677)--Connection(2009242362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.356--ClientSession(681692677)--Connection(964701717)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [43, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.356--ClientSession(681692677)--Connection(964701717)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.356--ServerSession(454071866)--Connection(2009242362)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.356--UnitOfWork(555880426)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.356--UnitOfWork(555880426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.356--UnitOfWork(555880426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.356--ClientSession(681692677)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.356--UnitOfWork(555880426)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.356--ClientSession(681692677)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.356--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 911823215 [junit] [EL Finer]: 2024-04-30 17:54:19.356--ClientSession(911823215)--Thread(Thread[main,5,main])--acquire unit of work: 1429149716 [junit] [EL Finest]: 2024-04-30 17:54:19.356--UnitOfWork(1429149716)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.356--UnitOfWork(1429149716)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.356--UnitOfWork(1429149716)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1611387b) [junit] [EL Finest]: 2024-04-30 17:54:19.356--ServerSession(454071866)--Connection(599331531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.356--ClientSession(911823215)--Connection(599331531)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.356--ClientSession(911823215)--Connection(599331531)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.357--ClientSession(911823215)--Connection(1918218676)--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@5f17edfa, 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]: 2024-04-30 17:54:19.357--ClientSession(911823215)--Connection(1918218676)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.357--ServerSession(454071866)--Connection(599331531)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.357--UnitOfWork(1429149716)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.357--UnitOfWork(1429149716)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.357--UnitOfWork(1429149716)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.357--ClientSession(911823215)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.357--UnitOfWork(1429149716)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.357--ClientSession(911823215)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.357--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1325497505 [junit] [EL Finer]: 2024-04-30 17:54:19.357--ClientSession(1325497505)--Thread(Thread[main,5,main])--acquire unit of work: 798568582 [junit] [EL Finest]: 2024-04-30 17:54:19.357--UnitOfWork(798568582)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.358--ServerSession(454071866)--Connection(1881074896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.358--ServerSession(454071866)--Connection(1881074896)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.358--ServerSession(454071866)--Connection(2084214694)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.358--ServerSession(454071866)--Connection(1881074896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.358--UnitOfWork(798568582)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.358--UnitOfWork(798568582)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.358--UnitOfWork(798568582)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.358--UnitOfWork(798568582)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.358--UnitOfWork(798568582)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.358--ClientSession(1325497505)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.358--UnitOfWork(798568582)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.358--ClientSession(1325497505)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.358--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1907435059 [junit] [EL Finer]: 2024-04-30 17:54:19.358--ClientSession(1907435059)--Thread(Thread[main,5,main])--acquire unit of work: 428100953 [junit] [EL Finest]: 2024-04-30 17:54:19.358--UnitOfWork(428100953)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.358--ServerSession(454071866)--Connection(1335895570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.358--ServerSession(454071866)--Connection(1335895570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.358--ServerSession(454071866)--Connection(1728044258)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.359--ServerSession(454071866)--Connection(1335895570)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.359--UnitOfWork(428100953)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.359--UnitOfWork(428100953)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.359--UnitOfWork(428100953)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@25d286ac) [junit] [EL Finest]: 2024-04-30 17:54:19.359--ServerSession(454071866)--Connection(1930198525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.359--ClientSession(1907435059)--Connection(1930198525)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.359--ClientSession(1907435059)--Connection(1930198525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.359--ClientSession(1907435059)--Connection(1669981267)--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]: 2024-04-30 17:54:19.422--ClientSession(1907435059)--Connection(1669981267)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.422--ServerSession(454071866)--Connection(1930198525)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.422--UnitOfWork(428100953)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.422--UnitOfWork(428100953)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.422--UnitOfWork(428100953)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.422--ClientSession(1907435059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.422--UnitOfWork(428100953)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.422--ClientSession(1907435059)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.423--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2111639145 [junit] [EL Finer]: 2024-04-30 17:54:19.423--ClientSession(2111639145)--Thread(Thread[main,5,main])--acquire unit of work: 1347771391 [junit] [EL Finest]: 2024-04-30 17:54:19.423--UnitOfWork(1347771391)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.423--ServerSession(454071866)--Connection(2094175962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.423--ServerSession(454071866)--Connection(2094175962)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.423--ServerSession(454071866)--Connection(1657786161)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.423--ServerSession(454071866)--Connection(2094175962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.423--UnitOfWork(1347771391)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.423--UnitOfWork(1347771391)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.423--UnitOfWork(1347771391)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@d041ce5) [junit] [EL Finest]: 2024-04-30 17:54:19.423--ServerSession(454071866)--Connection(2040709646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.423--ClientSession(2111639145)--Connection(2040709646)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.423--ClientSession(2111639145)--Connection(2040709646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.424--ClientSession(2111639145)--Connection(794452078)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@5f17edfa, 3, 43, 2] [junit] [EL Finer]: 2024-04-30 17:54:19.424--ClientSession(2111639145)--Connection(794452078)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.424--ServerSession(454071866)--Connection(2040709646)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.424--UnitOfWork(1347771391)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.424--UnitOfWork(1347771391)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.424--UnitOfWork(1347771391)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.424--ClientSession(2111639145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.424--UnitOfWork(1347771391)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.424--ClientSession(2111639145)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.424--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 650523432 [junit] [EL Finer]: 2024-04-30 17:54:19.424--ClientSession(650523432)--Thread(Thread[main,5,main])--acquire unit of work: 1234904908 [junit] [EL Finest]: 2024-04-30 17:54:19.424--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.425--ServerSession(454071866)--Connection(901670657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.425--ServerSession(454071866)--Connection(901670657)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.425--ServerSession(454071866)--Connection(304047584)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.425--ServerSession(454071866)--Connection(901670657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.425--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.425--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.425--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@15e6bd49) [junit] [EL Finest]: 2024-04-30 17:54:19.425--ServerSession(454071866)--Connection(989796714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.425--ClientSession(650523432)--Connection(989796714)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.425--ClientSession(650523432)--Connection(989796714)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.426--ClientSession(650523432)--Connection(635724867)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@5488d56, 4, 43, 3] [junit] [EL Finer]: 2024-04-30 17:54:19.426--ClientSession(650523432)--Connection(635724867)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.426--ServerSession(454071866)--Connection(989796714)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.426--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.426--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.426--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.426--ClientSession(650523432)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.426--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.426--ClientSession(650523432)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.426--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 115415387 [junit] [EL Finer]: 2024-04-30 17:54:19.426--ClientSession(115415387)--Thread(Thread[main,5,main])--acquire unit of work: 1191319276 [junit] [EL Finest]: 2024-04-30 17:54:19.426--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.426--ServerSession(454071866)--Connection(1103275059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.426--ServerSession(454071866)--Connection(1103275059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.426--ServerSession(454071866)--Connection(1045258317)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.427--ServerSession(454071866)--Connection(1103275059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.427--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.427--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.427--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@670a5899) [junit] [EL Finest]: 2024-04-30 17:54:19.427--ServerSession(454071866)--Connection(1713883717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.427--ClientSession(115415387)--Connection(1713883717)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.427--ClientSession(115415387)--Connection(1713883717)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.427--ClientSession(115415387)--Connection(307477490)--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]: 2024-04-30 17:54:19.427--ClientSession(115415387)--Connection(307477490)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.427--ServerSession(454071866)--Connection(1713883717)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.428--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.428--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.428--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.428--ClientSession(115415387)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.428--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.428--ClientSession(115415387)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.428--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2022782464 [junit] [EL Finer]: 2024-04-30 17:54:19.428--ClientSession(2022782464)--Thread(Thread[main,5,main])--acquire unit of work: 540847797 [junit] [EL Finest]: 2024-04-30 17:54:19.428--UnitOfWork(540847797)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.428--ServerSession(454071866)--Connection(801054059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.428--ServerSession(454071866)--Connection(801054059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.428--ServerSession(454071866)--Connection(1330274898)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.428--ServerSession(454071866)--Connection(801054059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.437--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 784178620 [junit] [EL Finer]: 2024-04-30 17:54:19.437--ClientSession(784178620)--Thread(Thread[main,5,main])--acquire unit of work: 1694362498 [junit] [EL Finest]: 2024-04-30 17:54:19.437--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.437--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.437--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3be361c3) [junit] [EL Finest]: 2024-04-30 17:54:19.437--ServerSession(454071866)--Connection(142825174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.437--ClientSession(784178620)--Connection(142825174)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.437--ClientSession(784178620)--Connection(142825174)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.437--ClientSession(784178620)--Connection(61410751)--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]: 2024-04-30 17:54:19.438--ClientSession(784178620)--Connection(61410751)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.438--ServerSession(454071866)--Connection(142825174)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.438--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.438--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.438--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.438--ClientSession(784178620)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.438--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.438--ClientSession(784178620)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.438--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1655096323 [junit] [EL Finer]: 2024-04-30 17:54:19.438--ClientSession(1655096323)--Thread(Thread[main,5,main])--acquire unit of work: 1887509351 [junit] [EL Finest]: 2024-04-30 17:54:19.438--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.438--ServerSession(454071866)--Connection(999171133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.438--ServerSession(454071866)--Connection(999171133)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.438--ServerSession(454071866)--Connection(1009128757)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.438--ServerSession(454071866)--Connection(999171133)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10d63c34) [junit] [EL Finest]: 2024-04-30 17:54:19.439--ServerSession(454071866)--Connection(1446016001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.439--ClientSession(1655096323)--Connection(1446016001)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.439--ClientSession(1655096323)--Connection(1446016001)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.439--ClientSession(1655096323)--Connection(474866065)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [22, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.439--ClientSession(1655096323)--Connection(474866065)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.439--ServerSession(454071866)--Connection(1446016001)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.439--ClientSession(1655096323)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.439--UnitOfWork(1887509351)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.439--ClientSession(1655096323)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.439--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2110170737 [junit] [EL Finer]: 2024-04-30 17:54:19.439--ClientSession(2110170737)--Thread(Thread[main,5,main])--acquire unit of work: 671307188 [junit] [EL Finest]: 2024-04-30 17:54:19.44--UnitOfWork(671307188)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.44--UnitOfWork(671307188)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.44--UnitOfWork(671307188)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10d63c34) [junit] [EL Finest]: 2024-04-30 17:54:19.44--ServerSession(454071866)--Connection(1019227219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.44--ClientSession(2110170737)--Connection(1019227219)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.44--ClientSession(2110170737)--Connection(1019227219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.44--ClientSession(2110170737)--Connection(1962795156)--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]: 2024-04-30 17:54:19.44--ClientSession(2110170737)--Connection(1962795156)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.44--ServerSession(454071866)--Connection(1019227219)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.44--UnitOfWork(671307188)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.44--UnitOfWork(671307188)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.44--UnitOfWork(671307188)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.44--ClientSession(2110170737)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.441--UnitOfWork(671307188)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.441--ClientSession(2110170737)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 381867730 [junit] [EL Finer]: 2024-04-30 17:54:19.441--ClientSession(381867730)--Thread(Thread[main,5,main])--acquire unit of work: 735957741 [junit] [EL Finest]: 2024-04-30 17:54:19.441--UnitOfWork(735957741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Connection(817851970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Connection(817851970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Connection(2067781370)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Connection(817851970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.441--UnitOfWork(735957741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.441--UnitOfWork(735957741)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.441--UnitOfWork(735957741)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.441--UnitOfWork(735957741)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.441--UnitOfWork(735957741)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.441--ClientSession(381867730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.441--UnitOfWork(735957741)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.441--ClientSession(381867730)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1892626583 [junit] [EL Finer]: 2024-04-30 17:54:19.441--ClientSession(1892626583)--Thread(Thread[main,5,main])--acquire unit of work: 1425546788 [junit] [EL Finest]: 2024-04-30 17:54:19.441--UnitOfWork(1425546788)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Connection(1250119072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Connection(1250119072)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.441--ServerSession(454071866)--Connection(715597835)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.442--ServerSession(454071866)--Connection(1250119072)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.442--UnitOfWork(1425546788)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.442--UnitOfWork(1425546788)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.442--UnitOfWork(1425546788)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@37f8cd36) [junit] [EL Finest]: 2024-04-30 17:54:19.442--ServerSession(454071866)--Connection(1957884855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.442--ClientSession(1892626583)--Connection(1957884855)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.442--ClientSession(1892626583)--Connection(1957884855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.442--ClientSession(1892626583)--Connection(155842497)--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]: 2024-04-30 17:54:19.442--ClientSession(1892626583)--Connection(155842497)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.443--ServerSession(454071866)--Connection(1957884855)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.443--UnitOfWork(1425546788)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.443--UnitOfWork(1425546788)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.443--UnitOfWork(1425546788)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.443--ClientSession(1892626583)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.443--UnitOfWork(1425546788)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.443--ClientSession(1892626583)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.443--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1054267099 [junit] [EL Finer]: 2024-04-30 17:54:19.443--ClientSession(1054267099)--Thread(Thread[main,5,main])--acquire unit of work: 241938674 [junit] [EL Finest]: 2024-04-30 17:54:19.443--UnitOfWork(241938674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.443--ServerSession(454071866)--Connection(1222293761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.443--ServerSession(454071866)--Connection(1222293761)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.443--ServerSession(454071866)--Connection(1082457863)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.443--ServerSession(454071866)--Connection(1222293761)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.443--UnitOfWork(241938674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.443--UnitOfWork(241938674)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.443--UnitOfWork(241938674)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b535c0d) [junit] [EL Finest]: 2024-04-30 17:54:19.443--ServerSession(454071866)--Connection(1632065484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.443--ClientSession(1054267099)--Connection(1632065484)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.443--ClientSession(1054267099)--Connection(1632065484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.444--ClientSession(1054267099)--Connection(1296658623)--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]: 2024-04-30 17:54:19.444--ClientSession(1054267099)--Connection(1296658623)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.444--ServerSession(454071866)--Connection(1632065484)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.444--UnitOfWork(241938674)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.444--UnitOfWork(241938674)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.444--UnitOfWork(241938674)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.444--ClientSession(1054267099)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.444--UnitOfWork(241938674)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.444--ClientSession(1054267099)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.444--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 765466931 [junit] [EL Finer]: 2024-04-30 17:54:19.444--ClientSession(765466931)--Thread(Thread[main,5,main])--acquire unit of work: 1988280956 [junit] [EL Finest]: 2024-04-30 17:54:19.444--UnitOfWork(1988280956)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.444--ServerSession(454071866)--Connection(1883801755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.444--ServerSession(454071866)--Connection(1883801755)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.444--ServerSession(454071866)--Connection(1674644027)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.445--ServerSession(454071866)--Connection(1883801755)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.453--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 463047620 [junit] [EL Finer]: 2024-04-30 17:54:19.453--ClientSession(463047620)--Thread(Thread[main,5,main])--acquire unit of work: 2121945556 [junit] [EL Finest]: 2024-04-30 17:54:19.453--UnitOfWork(2121945556)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.453--UnitOfWork(2121945556)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.453--UnitOfWork(2121945556)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@e08aa6b) [junit] [EL Finest]: 2024-04-30 17:54:19.453--ServerSession(454071866)--Connection(811691162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.453--ClientSession(463047620)--Connection(811691162)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.453--ClientSession(463047620)--Connection(811691162)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.454--ClientSession(463047620)--Connection(481918899)--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]: 2024-04-30 17:54:19.454--ClientSession(463047620)--Connection(481918899)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.454--ServerSession(454071866)--Connection(811691162)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.454--UnitOfWork(2121945556)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.454--UnitOfWork(2121945556)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.454--UnitOfWork(2121945556)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.454--ClientSession(463047620)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.454--UnitOfWork(2121945556)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.454--ClientSession(463047620)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.454--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 953649671 [junit] [EL Finer]: 2024-04-30 17:54:19.454--ClientSession(953649671)--Thread(Thread[main,5,main])--acquire unit of work: 57222203 [junit] [EL Finest]: 2024-04-30 17:54:19.454--UnitOfWork(57222203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.454--ServerSession(454071866)--Connection(1417316098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.454--ServerSession(454071866)--Connection(1417316098)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.455--ServerSession(454071866)--Connection(1298605085)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.455--ServerSession(454071866)--Connection(1417316098)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.455--UnitOfWork(57222203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.455--UnitOfWork(57222203)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.455--UnitOfWork(57222203)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.455--UnitOfWork(57222203)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.455--UnitOfWork(57222203)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3e6a5ff) [junit] [EL Finest]: 2024-04-30 17:54:19.455--ServerSession(454071866)--Connection(2006444963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.455--ClientSession(953649671)--Connection(2006444963)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.455--ClientSession(953649671)--Connection(2006444963)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.455--ClientSession(953649671)--Connection(517634429)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [45, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.456--ClientSession(953649671)--Connection(517634429)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.456--ServerSession(454071866)--Connection(2006444963)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.456--UnitOfWork(57222203)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.456--UnitOfWork(57222203)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.456--UnitOfWork(57222203)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.456--ClientSession(953649671)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.456--UnitOfWork(57222203)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.456--ClientSession(953649671)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.456--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 144773078 [junit] [EL Finer]: 2024-04-30 17:54:19.456--ClientSession(144773078)--Thread(Thread[main,5,main])--acquire unit of work: 1076045714 [junit] [EL Finest]: 2024-04-30 17:54:19.456--UnitOfWork(1076045714)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.456--UnitOfWork(1076045714)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.456--UnitOfWork(1076045714)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3e6a5ff) [junit] [EL Finest]: 2024-04-30 17:54:19.456--ServerSession(454071866)--Connection(179152143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.456--ClientSession(144773078)--Connection(179152143)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.456--ClientSession(144773078)--Connection(179152143)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.456--ClientSession(144773078)--Connection(183686195)--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]: 2024-04-30 17:54:19.457--ClientSession(144773078)--Connection(183686195)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.457--ServerSession(454071866)--Connection(179152143)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.457--UnitOfWork(1076045714)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.457--UnitOfWork(1076045714)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.457--UnitOfWork(1076045714)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.457--ClientSession(144773078)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.457--UnitOfWork(1076045714)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.457--ClientSession(144773078)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.457--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 599788603 [junit] [EL Finer]: 2024-04-30 17:54:19.457--ClientSession(599788603)--Thread(Thread[main,5,main])--acquire unit of work: 1151488145 [junit] [EL Finest]: 2024-04-30 17:54:19.457--UnitOfWork(1151488145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.457--ServerSession(454071866)--Connection(1483560826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.457--ServerSession(454071866)--Connection(1483560826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.457--ServerSession(454071866)--Connection(683917058)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.457--ServerSession(454071866)--Connection(1483560826)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.458--UnitOfWork(1151488145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.458--UnitOfWork(1151488145)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.458--UnitOfWork(1151488145)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.458--UnitOfWork(1151488145)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.458--UnitOfWork(1151488145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.458--ClientSession(599788603)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.458--UnitOfWork(1151488145)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.458--ClientSession(599788603)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.458--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1515975640 [junit] [EL Finer]: 2024-04-30 17:54:19.458--ClientSession(1515975640)--Thread(Thread[main,5,main])--acquire unit of work: 1600172289 [junit] [EL Finest]: 2024-04-30 17:54:19.458--UnitOfWork(1600172289)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.458--ServerSession(454071866)--Connection(184749481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.458--ServerSession(454071866)--Connection(184749481)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.458--ServerSession(454071866)--Connection(1338384340)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.458--ServerSession(454071866)--Connection(184749481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.458--UnitOfWork(1600172289)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.458--UnitOfWork(1600172289)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.458--UnitOfWork(1600172289)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1034b83f) [junit] [EL Finest]: 2024-04-30 17:54:19.458--ServerSession(454071866)--Connection(2081294023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.458--ClientSession(1515975640)--Connection(2081294023)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.458--ClientSession(1515975640)--Connection(2081294023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.459--ClientSession(1515975640)--Connection(875815960)--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]: 2024-04-30 17:54:19.459--ClientSession(1515975640)--Connection(875815960)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.459--ServerSession(454071866)--Connection(2081294023)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.459--UnitOfWork(1600172289)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.459--UnitOfWork(1600172289)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.459--UnitOfWork(1600172289)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.459--ClientSession(1515975640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.459--UnitOfWork(1600172289)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.459--ClientSession(1515975640)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.459--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2005894652 [junit] [EL Finer]: 2024-04-30 17:54:19.459--ClientSession(2005894652)--Thread(Thread[main,5,main])--acquire unit of work: 1827531597 [junit] [EL Finest]: 2024-04-30 17:54:19.459--UnitOfWork(1827531597)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.459--ServerSession(454071866)--Connection(1196802540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.459--ServerSession(454071866)--Connection(1196802540)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.459--ServerSession(454071866)--Connection(1613405560)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.46--ServerSession(454071866)--Connection(1196802540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.46--UnitOfWork(1827531597)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.46--UnitOfWork(1827531597)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.46--UnitOfWork(1827531597)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68357d4a) [junit] [EL Finest]: 2024-04-30 17:54:19.46--ServerSession(454071866)--Connection(896730900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.46--ClientSession(2005894652)--Connection(896730900)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.46--ClientSession(2005894652)--Connection(896730900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.46--ClientSession(2005894652)--Connection(1412743978)--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]: 2024-04-30 17:54:19.46--ClientSession(2005894652)--Connection(1412743978)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.461--ServerSession(454071866)--Connection(896730900)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.461--UnitOfWork(1827531597)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.461--UnitOfWork(1827531597)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.461--UnitOfWork(1827531597)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.461--ClientSession(2005894652)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.461--UnitOfWork(1827531597)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.461--ClientSession(2005894652)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.461--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 574846124 [junit] [EL Finer]: 2024-04-30 17:54:19.461--ClientSession(574846124)--Thread(Thread[main,5,main])--acquire unit of work: 254123095 [junit] [EL Finest]: 2024-04-30 17:54:19.461--UnitOfWork(254123095)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.461--ServerSession(454071866)--Connection(2113544970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.461--ServerSession(454071866)--Connection(2113544970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.461--ServerSession(454071866)--Connection(735750429)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.461--ServerSession(454071866)--Connection(2113544970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.461--UnitOfWork(254123095)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.461--UnitOfWork(254123095)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.461--UnitOfWork(254123095)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31e1bfed) [junit] [EL Finest]: 2024-04-30 17:54:19.461--ServerSession(454071866)--Connection(1665398865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.461--ClientSession(574846124)--Connection(1665398865)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.461--ClientSession(574846124)--Connection(1665398865)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.462--ClientSession(574846124)--Connection(1535686985)--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]: 2024-04-30 17:54:19.525--ClientSession(574846124)--Connection(1535686985)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.526--ServerSession(454071866)--Connection(1665398865)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.526--UnitOfWork(254123095)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.526--UnitOfWork(254123095)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.526--UnitOfWork(254123095)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.526--ClientSession(574846124)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.526--UnitOfWork(254123095)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.526--ClientSession(574846124)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.526--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 61109559 [junit] [EL Finer]: 2024-04-30 17:54:19.526--ClientSession(61109559)--Thread(Thread[main,5,main])--acquire unit of work: 2144965730 [junit] [EL Finest]: 2024-04-30 17:54:19.526--UnitOfWork(2144965730)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.526--ServerSession(454071866)--Connection(1627727905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.526--ServerSession(454071866)--Connection(1627727905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.526--ServerSession(454071866)--Connection(1430502776)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.526--ServerSession(454071866)--Connection(1627727905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.527--UnitOfWork(2144965730)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.527--UnitOfWork(2144965730)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.527--UnitOfWork(2144965730)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@46279771) [junit] [EL Finest]: 2024-04-30 17:54:19.527--ServerSession(454071866)--Connection(1179336548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.527--ClientSession(61109559)--Connection(1179336548)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.527--ClientSession(61109559)--Connection(1179336548)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.527--ClientSession(61109559)--Connection(1083856800)--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]: 2024-04-30 17:54:19.527--ClientSession(61109559)--Connection(1083856800)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.527--ServerSession(454071866)--Connection(1179336548)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.527--UnitOfWork(2144965730)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.528--UnitOfWork(2144965730)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.528--UnitOfWork(2144965730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.528--ClientSession(61109559)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.528--UnitOfWork(2144965730)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.528--ClientSession(61109559)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.528--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1809577597 [junit] [EL Finer]: 2024-04-30 17:54:19.528--ClientSession(1809577597)--Thread(Thread[main,5,main])--acquire unit of work: 1962165373 [junit] [EL Finest]: 2024-04-30 17:54:19.528--UnitOfWork(1962165373)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.528--ServerSession(454071866)--Connection(1715550740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.528--ServerSession(454071866)--Connection(1715550740)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.528--ServerSession(454071866)--Connection(973572149)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.528--ServerSession(454071866)--Connection(1715550740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.536--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1764376460 [junit] [EL Finer]: 2024-04-30 17:54:19.536--ClientSession(1764376460)--Thread(Thread[main,5,main])--acquire unit of work: 950340565 [junit] [EL Finest]: 2024-04-30 17:54:19.537--UnitOfWork(950340565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.537--UnitOfWork(950340565)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.537--UnitOfWork(950340565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10f261b3) [junit] [EL Finest]: 2024-04-30 17:54:19.537--ServerSession(454071866)--Connection(1222525507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.537--ClientSession(1764376460)--Connection(1222525507)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.537--ClientSession(1764376460)--Connection(1222525507)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.537--ClientSession(1764376460)--Connection(1479869230)--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]: 2024-04-30 17:54:19.537--ClientSession(1764376460)--Connection(1479869230)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.537--ServerSession(454071866)--Connection(1222525507)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.537--UnitOfWork(950340565)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.538--UnitOfWork(950340565)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.538--UnitOfWork(950340565)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.538--ClientSession(1764376460)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.538--UnitOfWork(950340565)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.538--ClientSession(1764376460)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.538--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 765684840 [junit] [EL Finer]: 2024-04-30 17:54:19.538--ClientSession(765684840)--Thread(Thread[main,5,main])--acquire unit of work: 391512005 [junit] [EL Finest]: 2024-04-30 17:54:19.538--UnitOfWork(391512005)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.538--ServerSession(454071866)--Connection(1728684658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.538--ServerSession(454071866)--Connection(1728684658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.538--ServerSession(454071866)--Connection(1956682495)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.538--ServerSession(454071866)--Connection(1728684658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.538--UnitOfWork(391512005)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.538--UnitOfWork(391512005)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.538--UnitOfWork(391512005)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.538--UnitOfWork(391512005)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.538--UnitOfWork(391512005)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a450c77) [junit] [EL Finest]: 2024-04-30 17:54:19.538--ServerSession(454071866)--Connection(552744172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.538--ClientSession(765684840)--Connection(552744172)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.538--ClientSession(765684840)--Connection(552744172)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.539--ClientSession(765684840)--Connection(1368664013)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [52, 1] [junit] [EL Finer]: 2024-04-30 17:54:19.539--ClientSession(765684840)--Connection(1368664013)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.539--ServerSession(454071866)--Connection(552744172)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.539--UnitOfWork(391512005)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.539--UnitOfWork(391512005)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.539--UnitOfWork(391512005)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.539--ClientSession(765684840)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.539--UnitOfWork(391512005)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.539--ClientSession(765684840)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.539--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2050441964 [junit] [EL Finer]: 2024-04-30 17:54:19.539--ClientSession(2050441964)--Thread(Thread[main,5,main])--acquire unit of work: 1263750162 [junit] [EL Finest]: 2024-04-30 17:54:19.539--UnitOfWork(1263750162)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.539--UnitOfWork(1263750162)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.539--UnitOfWork(1263750162)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a450c77) [junit] [EL Finest]: 2024-04-30 17:54:19.539--ServerSession(454071866)--Connection(1033269752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.539--ClientSession(2050441964)--Connection(1033269752)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.539--ClientSession(2050441964)--Connection(1033269752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.539--ClientSession(2050441964)--Connection(2104910980)--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]: 2024-04-30 17:54:19.54--ClientSession(2050441964)--Connection(2104910980)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.54--ServerSession(454071866)--Connection(1033269752)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.54--UnitOfWork(1263750162)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.54--UnitOfWork(1263750162)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.54--UnitOfWork(1263750162)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.54--ClientSession(2050441964)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.54--UnitOfWork(1263750162)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.54--ClientSession(2050441964)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.54--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1517055996 [junit] [EL Finer]: 2024-04-30 17:54:19.54--ClientSession(1517055996)--Thread(Thread[main,5,main])--acquire unit of work: 1417403640 [junit] [EL Finest]: 2024-04-30 17:54:19.54--UnitOfWork(1417403640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.54--ServerSession(454071866)--Connection(451399863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.54--ServerSession(454071866)--Connection(451399863)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.54--ServerSession(454071866)--Connection(308069547)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.541--ServerSession(454071866)--Connection(451399863)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.541--UnitOfWork(1417403640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.541--UnitOfWork(1417403640)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.541--UnitOfWork(1417403640)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.541--UnitOfWork(1417403640)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.541--UnitOfWork(1417403640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.541--ClientSession(1517055996)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.541--UnitOfWork(1417403640)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.541--ClientSession(1517055996)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.541--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1907041385 [junit] [EL Finer]: 2024-04-30 17:54:19.541--ClientSession(1907041385)--Thread(Thread[main,5,main])--acquire unit of work: 1754319373 [junit] [EL Finest]: 2024-04-30 17:54:19.541--UnitOfWork(1754319373)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.541--ServerSession(454071866)--Connection(1328502929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.541--ServerSession(454071866)--Connection(1328502929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.541--ServerSession(454071866)--Connection(2083907983)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.541--ServerSession(454071866)--Connection(1328502929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.541--UnitOfWork(1754319373)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.541--UnitOfWork(1754319373)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.541--UnitOfWork(1754319373)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3abb6a31) [junit] [EL Finest]: 2024-04-30 17:54:19.542--ServerSession(454071866)--Connection(540431138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.542--ClientSession(1907041385)--Connection(540431138)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.542--ClientSession(1907041385)--Connection(540431138)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.542--ClientSession(1907041385)--Connection(1102929911)--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]: 2024-04-30 17:54:19.542--ClientSession(1907041385)--Connection(1102929911)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.542--ServerSession(454071866)--Connection(540431138)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.542--UnitOfWork(1754319373)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.542--UnitOfWork(1754319373)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.542--UnitOfWork(1754319373)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.542--ClientSession(1907041385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.542--UnitOfWork(1754319373)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.542--ClientSession(1907041385)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.542--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1172064082 [junit] [EL Finer]: 2024-04-30 17:54:19.542--ClientSession(1172064082)--Thread(Thread[main,5,main])--acquire unit of work: 1474409352 [junit] [EL Finest]: 2024-04-30 17:54:19.542--UnitOfWork(1474409352)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.542--ServerSession(454071866)--Connection(2080906340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.543--ServerSession(454071866)--Connection(2080906340)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.543--ServerSession(454071866)--Connection(2141951561)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.543--ServerSession(454071866)--Connection(2080906340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.543--UnitOfWork(1474409352)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.543--UnitOfWork(1474409352)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.543--UnitOfWork(1474409352)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@24d2d4f) [junit] [EL Finest]: 2024-04-30 17:54:19.543--ServerSession(454071866)--Connection(497035786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.543--ClientSession(1172064082)--Connection(497035786)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.543--ClientSession(1172064082)--Connection(497035786)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.543--ClientSession(1172064082)--Connection(277275383)--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]: 2024-04-30 17:54:19.544--ClientSession(1172064082)--Connection(277275383)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.544--ServerSession(454071866)--Connection(497035786)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.544--UnitOfWork(1474409352)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.544--UnitOfWork(1474409352)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.544--UnitOfWork(1474409352)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.544--ClientSession(1172064082)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.544--UnitOfWork(1474409352)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.544--ClientSession(1172064082)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.544--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 317448144 [junit] [EL Finer]: 2024-04-30 17:54:19.544--ClientSession(317448144)--Thread(Thread[main,5,main])--acquire unit of work: 243750909 [junit] [EL Finest]: 2024-04-30 17:54:19.544--UnitOfWork(243750909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.544--ServerSession(454071866)--Connection(691113344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.544--ServerSession(454071866)--Connection(691113344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.544--ServerSession(454071866)--Connection(105070369)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.544--ServerSession(454071866)--Connection(691113344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.546 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes [junit] [EL Finer]: 2024-04-30 17:54:19.558--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 301189549 [junit] [EL Finer]: 2024-04-30 17:54:19.558--ClientSession(301189549)--Thread(Thread[main,5,main])--acquire unit of work: 1258643950 [junit] [EL Finest]: 2024-04-30 17:54:19.559--UnitOfWork(1258643950)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.559--UnitOfWork(1258643950)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.559--UnitOfWork(1258643950)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6d3b666b) [junit] [EL Finest]: 2024-04-30 17:54:19.559--ServerSession(454071866)--Connection(8706104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.559--ClientSession(301189549)--Connection(8706104)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.559--ClientSession(301189549)--Connection(8706104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.559--ClientSession(301189549)--Connection(1626264535)--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]: 2024-04-30 17:54:19.559--ClientSession(301189549)--Connection(1626264535)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.56--ServerSession(454071866)--Connection(8706104)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.56--UnitOfWork(1258643950)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.56--UnitOfWork(1258643950)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.56--UnitOfWork(1258643950)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.56--ClientSession(301189549)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.56--UnitOfWork(1258643950)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.56--ClientSession(301189549)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.56--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2012362433 [junit] [EL Finer]: 2024-04-30 17:54:19.56--ClientSession(2012362433)--Thread(Thread[main,5,main])--acquire unit of work: 1360094495 [junit] [EL Finest]: 2024-04-30 17:54:19.56--UnitOfWork(1360094495)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.56--ServerSession(454071866)--Connection(1207395457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.56--ServerSession(454071866)--Connection(1207395457)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.56--ServerSession(454071866)--Connection(381350369)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.56--ServerSession(454071866)--Connection(1207395457)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.561--UnitOfWork(1360094495)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.561--UnitOfWork(1360094495)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.561--UnitOfWork(1360094495)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.561--UnitOfWork(1360094495)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.561--UnitOfWork(1360094495)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.561--ClientSession(2012362433)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.561--UnitOfWork(1360094495)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.561--ClientSession(2012362433)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.561--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 387997496 [junit] [EL Finer]: 2024-04-30 17:54:19.561--ClientSession(387997496)--Thread(Thread[main,5,main])--acquire unit of work: 591547076 [junit] [EL Finest]: 2024-04-30 17:54:19.561--UnitOfWork(591547076)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.561--ServerSession(454071866)--Connection(1347476631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.561--ServerSession(454071866)--Connection(1347476631)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.561--ServerSession(454071866)--Connection(574162094)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.561--ServerSession(454071866)--Connection(1347476631)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.561--UnitOfWork(591547076)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.561--UnitOfWork(591547076)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.561--UnitOfWork(591547076)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6502e0e) [junit] [EL Finest]: 2024-04-30 17:54:19.562--ServerSession(454071866)--Connection(985963771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.562--ClientSession(387997496)--Connection(985963771)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.562--ClientSession(387997496)--Connection(985963771)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.562--ClientSession(387997496)--Connection(664697547)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_INT = ? WHERE (ID = ?) [junit] bind => [77, 5] [junit] [EL Finer]: 2024-04-30 17:54:19.562--ClientSession(387997496)--Connection(664697547)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.562--ServerSession(454071866)--Connection(985963771)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.562--UnitOfWork(591547076)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.562--UnitOfWork(591547076)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.562--UnitOfWork(591547076)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.562--ClientSession(387997496)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.562--UnitOfWork(591547076)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.562--ClientSession(387997496)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.562--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1740443934 [junit] [EL Finer]: 2024-04-30 17:54:19.562--ClientSession(1740443934)--Thread(Thread[main,5,main])--acquire unit of work: 2038458966 [junit] [EL Finest]: 2024-04-30 17:54:19.563--UnitOfWork(2038458966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.563--ServerSession(454071866)--Connection(765206415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.563--ServerSession(454071866)--Connection(765206415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.563--ServerSession(454071866)--Connection(1171185668)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.563--ServerSession(454071866)--Connection(765206415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.571--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2051343924 [junit] [EL Finer]: 2024-04-30 17:54:19.571--ClientSession(2051343924)--Thread(Thread[main,5,main])--acquire unit of work: 1114943363 [junit] [EL Finest]: 2024-04-30 17:54:19.571--UnitOfWork(1114943363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.571--UnitOfWork(1114943363)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.571--UnitOfWork(1114943363)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@443ed4f0) [junit] [EL Finest]: 2024-04-30 17:54:19.571--ServerSession(454071866)--Connection(824539448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.571--ClientSession(2051343924)--Connection(824539448)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.571--ClientSession(2051343924)--Connection(824539448)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.572--ClientSession(2051343924)--Connection(1456128040)--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]: 2024-04-30 17:54:19.572--ClientSession(2051343924)--Connection(1456128040)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.572--ServerSession(454071866)--Connection(824539448)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.572--UnitOfWork(1114943363)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.572--UnitOfWork(1114943363)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.572--UnitOfWork(1114943363)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.572--ClientSession(2051343924)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.572--UnitOfWork(1114943363)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.572--ClientSession(2051343924)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.572--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 438452596 [junit] [EL Finer]: 2024-04-30 17:54:19.572--ClientSession(438452596)--Thread(Thread[main,5,main])--acquire unit of work: 13895601 [junit] [EL Finest]: 2024-04-30 17:54:19.573--UnitOfWork(13895601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.573--ServerSession(454071866)--Connection(10443779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.573--ServerSession(454071866)--Connection(10443779)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.573--ServerSession(454071866)--Connection(1822996730)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.573--ServerSession(454071866)--Connection(10443779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.573--UnitOfWork(13895601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.573--UnitOfWork(13895601)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.573--UnitOfWork(13895601)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.573--UnitOfWork(13895601)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.573--UnitOfWork(13895601)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@44c00745) [junit] [EL Finest]: 2024-04-30 17:54:19.573--ServerSession(454071866)--Connection(386081984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.573--ClientSession(438452596)--Connection(386081984)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.573--ClientSession(438452596)--Connection(386081984)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.574--ClientSession(438452596)--Connection(944401783)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finer]: 2024-04-30 17:54:19.574--ClientSession(438452596)--Connection(944401783)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.574--ServerSession(454071866)--Connection(386081984)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.574--UnitOfWork(13895601)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.574--UnitOfWork(13895601)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.574--UnitOfWork(13895601)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.574--ClientSession(438452596)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.574--UnitOfWork(13895601)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.574--ClientSession(438452596)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.574--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1795306996 [junit] [EL Finer]: 2024-04-30 17:54:19.574--ClientSession(1795306996)--Thread(Thread[main,5,main])--acquire unit of work: 1697200496 [junit] [EL Finest]: 2024-04-30 17:54:19.574--UnitOfWork(1697200496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.574--UnitOfWork(1697200496)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.574--UnitOfWork(1697200496)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@44c00745) [junit] [EL Finest]: 2024-04-30 17:54:19.574--ServerSession(454071866)--Connection(1463210928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.574--ClientSession(1795306996)--Connection(1463210928)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.574--ClientSession(1795306996)--Connection(1463210928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.574--ClientSession(1795306996)--Connection(19906370)--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@2de1e137, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:19.575--ClientSession(1795306996)--Connection(19906370)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.575--ServerSession(454071866)--Connection(1463210928)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.575--UnitOfWork(1697200496)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.575--UnitOfWork(1697200496)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.575--UnitOfWork(1697200496)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.575--ClientSession(1795306996)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.575--UnitOfWork(1697200496)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.575--ClientSession(1795306996)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.575--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1880999072 [junit] [EL Finer]: 2024-04-30 17:54:19.575--ClientSession(1880999072)--Thread(Thread[main,5,main])--acquire unit of work: 1389853645 [junit] [EL Finest]: 2024-04-30 17:54:19.575--UnitOfWork(1389853645)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.575--ServerSession(454071866)--Connection(780012410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.575--ServerSession(454071866)--Connection(780012410)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.575--ServerSession(454071866)--Connection(108154042)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.576--ServerSession(454071866)--Connection(780012410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.576--UnitOfWork(1389853645)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.576--UnitOfWork(1389853645)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.576--UnitOfWork(1389853645)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.576--UnitOfWork(1389853645)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.576--UnitOfWork(1389853645)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.576--ClientSession(1880999072)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.576--UnitOfWork(1389853645)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.576--ClientSession(1880999072)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.576--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 994891660 [junit] [EL Finer]: 2024-04-30 17:54:19.576--ClientSession(994891660)--Thread(Thread[main,5,main])--acquire unit of work: 103134405 [junit] [EL Finest]: 2024-04-30 17:54:19.576--UnitOfWork(103134405)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.576--ServerSession(454071866)--Connection(1376475084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.576--ServerSession(454071866)--Connection(1376475084)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.576--ServerSession(454071866)--Connection(123410703)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.577--ServerSession(454071866)--Connection(1376475084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.577--UnitOfWork(103134405)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.577--UnitOfWork(103134405)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.577--UnitOfWork(103134405)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@715e4ad8) [junit] [EL Finest]: 2024-04-30 17:54:19.577--ServerSession(454071866)--Connection(640625482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.577--ClientSession(994891660)--Connection(640625482)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.577--ClientSession(994891660)--Connection(640625482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.577--ClientSession(994891660)--Connection(1321699830)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?) [junit] bind => [null, 48] [junit] [EL Finer]: 2024-04-30 17:54:19.577--ClientSession(994891660)--Connection(1321699830)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.577--ServerSession(454071866)--Connection(640625482)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.578--UnitOfWork(103134405)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.578--UnitOfWork(103134405)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.578--UnitOfWork(103134405)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.578--ClientSession(994891660)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.578--UnitOfWork(103134405)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.578--ClientSession(994891660)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.578--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 720948827 [junit] [EL Finer]: 2024-04-30 17:54:19.578--ClientSession(720948827)--Thread(Thread[main,5,main])--acquire unit of work: 1976751413 [junit] [EL Finest]: 2024-04-30 17:54:19.578--UnitOfWork(1976751413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.578--ServerSession(454071866)--Connection(128481856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.578--ServerSession(454071866)--Connection(128481856)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.578--ServerSession(454071866)--Connection(710563643)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.578--ServerSession(454071866)--Connection(128481856)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.578--UnitOfWork(1976751413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.578--UnitOfWork(1976751413)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.578--UnitOfWork(1976751413)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@25a4c0a2) [junit] [EL Finest]: 2024-04-30 17:54:19.578--ServerSession(454071866)--Connection(427926699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.578--ClientSession(720948827)--Connection(427926699)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.578--ClientSession(720948827)--Connection(427926699)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.579--ClientSession(720948827)--Connection(978201295)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?) [junit] bind => [[B@39ec5c80, 48] [junit] [EL Finer]: 2024-04-30 17:54:19.579--ClientSession(720948827)--Connection(978201295)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.629--ServerSession(454071866)--Connection(427926699)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.629--UnitOfWork(1976751413)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.629--UnitOfWork(1976751413)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.629--UnitOfWork(1976751413)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.629--ClientSession(720948827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.629--UnitOfWork(1976751413)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.629--ClientSession(720948827)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.629--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 426933233 [junit] [EL Finer]: 2024-04-30 17:54:19.629--ClientSession(426933233)--Thread(Thread[main,5,main])--acquire unit of work: 1109470211 [junit] [EL Finest]: 2024-04-30 17:54:19.629--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.629--ServerSession(454071866)--Connection(158494426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.629--ServerSession(454071866)--Connection(158494426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.63--ServerSession(454071866)--Connection(356319160)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.63--ServerSession(454071866)--Connection(158494426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.63--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.63--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.63--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5411c5c9) [junit] [EL Finest]: 2024-04-30 17:54:19.63--ServerSession(454071866)--Connection(1010602617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.63--ClientSession(426933233)--Connection(1010602617)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.63--ClientSession(426933233)--Connection(1010602617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.631--ClientSession(426933233)--Connection(613998643)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?) [junit] bind => [[B@7e7d5db8, 48] [junit] [EL Finer]: 2024-04-30 17:54:19.631--ClientSession(426933233)--Connection(613998643)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.631--ServerSession(454071866)--Connection(1010602617)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.631--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.631--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.631--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.631--ClientSession(426933233)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.631--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.631--ClientSession(426933233)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.631--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1241262208 [junit] [EL Finer]: 2024-04-30 17:54:19.631--ClientSession(1241262208)--Thread(Thread[main,5,main])--acquire unit of work: 1576545434 [junit] [EL Finest]: 2024-04-30 17:54:19.631--UnitOfWork(1576545434)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.631--ServerSession(454071866)--Connection(1040373358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.631--ServerSession(454071866)--Connection(1040373358)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.631--ServerSession(454071866)--Connection(1908079075)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.632--ServerSession(454071866)--Connection(1040373358)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.632--UnitOfWork(1576545434)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.632--UnitOfWork(1576545434)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.632--UnitOfWork(1576545434)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@452a1c2f) [junit] [EL Finest]: 2024-04-30 17:54:19.632--ServerSession(454071866)--Connection(1264618214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.632--ClientSession(1241262208)--Connection(1264618214)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.632--ClientSession(1241262208)--Connection(1264618214)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.632--ClientSession(1241262208)--Connection(1098585441)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?) [junit] bind => [null, 48] [junit] [EL Finer]: 2024-04-30 17:54:19.632--ClientSession(1241262208)--Connection(1098585441)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.632--ServerSession(454071866)--Connection(1264618214)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.633--UnitOfWork(1576545434)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.633--UnitOfWork(1576545434)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.633--UnitOfWork(1576545434)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.633--ClientSession(1241262208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.633--UnitOfWork(1576545434)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.633--ClientSession(1241262208)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.633--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 570000064 [junit] [EL Finer]: 2024-04-30 17:54:19.633--ClientSession(570000064)--Thread(Thread[main,5,main])--acquire unit of work: 1845566371 [junit] [EL Finest]: 2024-04-30 17:54:19.633--UnitOfWork(1845566371)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.633--ServerSession(454071866)--Connection(2009651999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.633--ServerSession(454071866)--Connection(2009651999)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.633--ServerSession(454071866)--Connection(243591785)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.633--ServerSession(454071866)--Connection(2009651999)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.642--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2009703442 [junit] [EL Finer]: 2024-04-30 17:54:19.642--ClientSession(2009703442)--Thread(Thread[main,5,main])--acquire unit of work: 317100523 [junit] [EL Finest]: 2024-04-30 17:54:19.642--UnitOfWork(317100523)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.642--UnitOfWork(317100523)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.642--UnitOfWork(317100523)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@44774e0) [junit] [EL Finest]: 2024-04-30 17:54:19.642--ServerSession(454071866)--Connection(1232892815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.642--ClientSession(2009703442)--Connection(1232892815)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.642--ClientSession(2009703442)--Connection(1232892815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.642--ClientSession(2009703442)--Connection(1865669250)--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]: 2024-04-30 17:54:19.642--ClientSession(2009703442)--Connection(1865669250)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.643--ServerSession(454071866)--Connection(1232892815)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.643--UnitOfWork(317100523)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.643--UnitOfWork(317100523)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.643--UnitOfWork(317100523)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.643--ClientSession(2009703442)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.643--UnitOfWork(317100523)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.643--ClientSession(2009703442)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.643--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1590374641 [junit] [EL Finer]: 2024-04-30 17:54:19.643--ClientSession(1590374641)--Thread(Thread[main,5,main])--acquire unit of work: 1954660524 [junit] [EL Finest]: 2024-04-30 17:54:19.643--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.643--ServerSession(454071866)--Connection(93840244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.643--ServerSession(454071866)--Connection(93840244)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.643--ServerSession(454071866)--Connection(928433141)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.643--ServerSession(454071866)--Connection(93840244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.643--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.643--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.643--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.644--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.644--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4a630349) [junit] [EL Finest]: 2024-04-30 17:54:19.644--ServerSession(454071866)--Connection(1906174390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.644--ClientSession(1590374641)--Connection(1906174390)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.644--ClientSession(1590374641)--Connection(1906174390)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.644--ClientSession(1590374641)--Connection(684974402)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finer]: 2024-04-30 17:54:19.644--ClientSession(1590374641)--Connection(684974402)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.644--ServerSession(454071866)--Connection(1906174390)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.644--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.644--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.644--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.644--ClientSession(1590374641)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.644--UnitOfWork(1954660524)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.644--ClientSession(1590374641)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.644--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 618295394 [junit] [EL Finer]: 2024-04-30 17:54:19.644--ClientSession(618295394)--Thread(Thread[main,5,main])--acquire unit of work: 982842646 [junit] [EL Finest]: 2024-04-30 17:54:19.644--UnitOfWork(982842646)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.644--UnitOfWork(982842646)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.644--UnitOfWork(982842646)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4a630349) [junit] [EL Finest]: 2024-04-30 17:54:19.644--ServerSession(454071866)--Connection(831262484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.645--ClientSession(618295394)--Connection(831262484)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.645--ClientSession(618295394)--Connection(831262484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.645--ClientSession(618295394)--Connection(1176641575)--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]: 2024-04-30 17:54:19.645--ClientSession(618295394)--Connection(1176641575)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.645--ServerSession(454071866)--Connection(831262484)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.645--UnitOfWork(982842646)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.645--UnitOfWork(982842646)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.645--UnitOfWork(982842646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.645--ClientSession(618295394)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.645--UnitOfWork(982842646)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.645--ClientSession(618295394)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.645--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 7669085 [junit] [EL Finer]: 2024-04-30 17:54:19.645--ClientSession(7669085)--Thread(Thread[main,5,main])--acquire unit of work: 1364221672 [junit] [EL Finest]: 2024-04-30 17:54:19.645--UnitOfWork(1364221672)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.645--ServerSession(454071866)--Connection(103055357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.646--ServerSession(454071866)--Connection(103055357)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.646--ServerSession(454071866)--Connection(1172912216)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.646--ServerSession(454071866)--Connection(103055357)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.646--UnitOfWork(1364221672)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.646--UnitOfWork(1364221672)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.646--UnitOfWork(1364221672)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.646--UnitOfWork(1364221672)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.646--UnitOfWork(1364221672)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.646--ClientSession(7669085)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.646--UnitOfWork(1364221672)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.646--ClientSession(7669085)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.646--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 389262693 [junit] [EL Finer]: 2024-04-30 17:54:19.646--ClientSession(389262693)--Thread(Thread[main,5,main])--acquire unit of work: 237378028 [junit] [EL Finest]: 2024-04-30 17:54:19.646--UnitOfWork(237378028)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.646--ServerSession(454071866)--Connection(1637086222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.646--ServerSession(454071866)--Connection(1637086222)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.646--ServerSession(454071866)--Connection(1498596446)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.647--ServerSession(454071866)--Connection(1637086222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.647--UnitOfWork(237378028)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.647--UnitOfWork(237378028)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.647--UnitOfWork(237378028)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6dd79871) [junit] [EL Finest]: 2024-04-30 17:54:19.647--ServerSession(454071866)--Connection(1554343000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.647--ClientSession(389262693)--Connection(1554343000)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.647--ClientSession(389262693)--Connection(1554343000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.647--ClientSession(389262693)--Connection(258099706)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_FLOAT = ? WHERE (ID = ?) [junit] bind => [2.0, 17] [junit] [EL Finer]: 2024-04-30 17:54:19.647--ClientSession(389262693)--Connection(258099706)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.648--ServerSession(454071866)--Connection(1554343000)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.648--UnitOfWork(237378028)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.648--UnitOfWork(237378028)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.648--UnitOfWork(237378028)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.648--ClientSession(389262693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.648--UnitOfWork(237378028)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.648--ClientSession(389262693)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.648--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 476935624 [junit] [EL Finer]: 2024-04-30 17:54:19.648--ClientSession(476935624)--Thread(Thread[main,5,main])--acquire unit of work: 1797080505 [junit] [EL Finest]: 2024-04-30 17:54:19.648--UnitOfWork(1797080505)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.648--ServerSession(454071866)--Connection(1991113913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.648--ServerSession(454071866)--Connection(1991113913)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.648--ServerSession(454071866)--Connection(311280383)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.648--ServerSession(454071866)--Connection(1991113913)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.648--UnitOfWork(1797080505)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.648--UnitOfWork(1797080505)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.648--UnitOfWork(1797080505)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@640897d0) [junit] [EL Finest]: 2024-04-30 17:54:19.648--ServerSession(454071866)--Connection(20928674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.648--ClientSession(476935624)--Connection(20928674)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.649--ClientSession(476935624)--Connection(20928674)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.649--ClientSession(476935624)--Connection(756608376)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_FLOAT = ? WHERE (ID = ?) [junit] bind => [null, 17] [junit] [EL Finer]: 2024-04-30 17:54:19.649--ClientSession(476935624)--Connection(756608376)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.649--ServerSession(454071866)--Connection(20928674)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.649--UnitOfWork(1797080505)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.649--UnitOfWork(1797080505)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.649--UnitOfWork(1797080505)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.649--ClientSession(476935624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.649--UnitOfWork(1797080505)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.649--ClientSession(476935624)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.649--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1062971510 [junit] [EL Finer]: 2024-04-30 17:54:19.649--ClientSession(1062971510)--Thread(Thread[main,5,main])--acquire unit of work: 1155140983 [junit] [EL Finest]: 2024-04-30 17:54:19.649--UnitOfWork(1155140983)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.649--ServerSession(454071866)--Connection(784550841)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.649--ServerSession(454071866)--Connection(784550841)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.649--ServerSession(454071866)--Connection(1366991300)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.65--ServerSession(454071866)--Connection(784550841)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.658--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 674848783 [junit] [EL Finer]: 2024-04-30 17:54:19.658--ClientSession(674848783)--Thread(Thread[main,5,main])--acquire unit of work: 636488470 [junit] [EL Finest]: 2024-04-30 17:54:19.658--UnitOfWork(636488470)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.658--UnitOfWork(636488470)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.658--UnitOfWork(636488470)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@112a82fb) [junit] [EL Finest]: 2024-04-30 17:54:19.658--ServerSession(454071866)--Connection(532607988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.659--ClientSession(674848783)--Connection(532607988)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.659--ClientSession(674848783)--Connection(532607988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.659--ClientSession(674848783)--Connection(976483246)--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]: 2024-04-30 17:54:19.659--ClientSession(674848783)--Connection(976483246)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.659--ServerSession(454071866)--Connection(532607988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.659--UnitOfWork(636488470)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.659--UnitOfWork(636488470)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.659--UnitOfWork(636488470)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.66--ClientSession(674848783)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.66--UnitOfWork(636488470)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.66--ClientSession(674848783)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.66--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 631158378 [junit] [EL Finer]: 2024-04-30 17:54:19.66--ClientSession(631158378)--Thread(Thread[main,5,main])--acquire unit of work: 1305989246 [junit] [EL Finest]: 2024-04-30 17:54:19.66--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.66--ServerSession(454071866)--Connection(1750918377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.66--ServerSession(454071866)--Connection(1750918377)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.66--ServerSession(454071866)--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, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.66--ServerSession(454071866)--Connection(1750918377)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.66--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.66--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.66--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.66--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.66--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@68f4d6bd) [junit] [EL Finest]: 2024-04-30 17:54:19.66--ServerSession(454071866)--Connection(1594742293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.66--ClientSession(631158378)--Connection(1594742293)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.66--ClientSession(631158378)--Connection(1594742293)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.661--ClientSession(631158378)--Connection(1498704644)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finer]: 2024-04-30 17:54:19.661--ClientSession(631158378)--Connection(1498704644)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.661--ServerSession(454071866)--Connection(1594742293)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.661--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.661--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.661--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.661--ClientSession(631158378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.661--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.661--ClientSession(631158378)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.661--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1885066892 [junit] [EL Finer]: 2024-04-30 17:54:19.661--ClientSession(1885066892)--Thread(Thread[main,5,main])--acquire unit of work: 1104616428 [junit] [EL Finest]: 2024-04-30 17:54:19.661--UnitOfWork(1104616428)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.661--UnitOfWork(1104616428)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.661--UnitOfWork(1104616428)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@68f4d6bd) [junit] [EL Finest]: 2024-04-30 17:54:19.661--ServerSession(454071866)--Connection(1959301671)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.661--ClientSession(1885066892)--Connection(1959301671)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.661--ClientSession(1885066892)--Connection(1959301671)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.662--ClientSession(1885066892)--Connection(1518982532)--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]: 2024-04-30 17:54:19.662--ClientSession(1885066892)--Connection(1518982532)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.662--ServerSession(454071866)--Connection(1959301671)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.662--UnitOfWork(1104616428)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.662--UnitOfWork(1104616428)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.662--UnitOfWork(1104616428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.662--ClientSession(1885066892)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.662--UnitOfWork(1104616428)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.662--ClientSession(1885066892)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.662--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 306978856 [junit] [EL Finer]: 2024-04-30 17:54:19.662--ClientSession(306978856)--Thread(Thread[main,5,main])--acquire unit of work: 581288428 [junit] [EL Finest]: 2024-04-30 17:54:19.662--UnitOfWork(581288428)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.662--ServerSession(454071866)--Connection(915674569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.662--ServerSession(454071866)--Connection(915674569)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.663--ServerSession(454071866)--Connection(1356905700)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.663--ServerSession(454071866)--Connection(915674569)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.663--UnitOfWork(581288428)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.663--UnitOfWork(581288428)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.663--UnitOfWork(581288428)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.663--UnitOfWork(581288428)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.663--UnitOfWork(581288428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.663--ClientSession(306978856)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.663--UnitOfWork(581288428)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.663--ClientSession(306978856)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.663--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1812359855 [junit] [EL Finer]: 2024-04-30 17:54:19.663--ClientSession(1812359855)--Thread(Thread[main,5,main])--acquire unit of work: 1003683716 [junit] [EL Finest]: 2024-04-30 17:54:19.663--UnitOfWork(1003683716)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.663--ServerSession(454071866)--Connection(1348800604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.663--ServerSession(454071866)--Connection(1348800604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.663--ServerSession(454071866)--Connection(1310255027)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.664--ServerSession(454071866)--Connection(1348800604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.664--UnitOfWork(1003683716)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.664--UnitOfWork(1003683716)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.664--UnitOfWork(1003683716)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3d965cb4) [junit] [EL Finest]: 2024-04-30 17:54:19.664--ServerSession(454071866)--Connection(1277501127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.664--ClientSession(1812359855)--Connection(1277501127)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.664--ClientSession(1812359855)--Connection(1277501127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.664--ClientSession(1812359855)--Connection(2029726297)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_SMALLINT = ? WHERE (ID = ?) [junit] bind => [2, 14] [junit] [EL Finer]: 2024-04-30 17:54:19.664--ClientSession(1812359855)--Connection(2029726297)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.665--ServerSession(454071866)--Connection(1277501127)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.665--UnitOfWork(1003683716)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.665--UnitOfWork(1003683716)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.665--UnitOfWork(1003683716)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.665--ClientSession(1812359855)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.665--UnitOfWork(1003683716)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.665--ClientSession(1812359855)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.665--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2019869784 [junit] [EL Finer]: 2024-04-30 17:54:19.665--ClientSession(2019869784)--Thread(Thread[main,5,main])--acquire unit of work: 483602101 [junit] [EL Finest]: 2024-04-30 17:54:19.665--UnitOfWork(483602101)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.665--ServerSession(454071866)--Connection(1037792916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.665--ServerSession(454071866)--Connection(1037792916)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.665--ServerSession(454071866)--Connection(2001140987)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.665--ServerSession(454071866)--Connection(1037792916)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.665--UnitOfWork(483602101)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.665--UnitOfWork(483602101)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.665--UnitOfWork(483602101)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c7d8547) [junit] [EL Finest]: 2024-04-30 17:54:19.666--ServerSession(454071866)--Connection(177579275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.666--ClientSession(2019869784)--Connection(177579275)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.666--ClientSession(2019869784)--Connection(177579275)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.666--ClientSession(2019869784)--Connection(1452646606)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_SMALLINT = ? WHERE (ID = ?) [junit] bind => [null, 14] [junit] [EL Finer]: 2024-04-30 17:54:19.666--ClientSession(2019869784)--Connection(1452646606)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.666--ServerSession(454071866)--Connection(177579275)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.666--UnitOfWork(483602101)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.666--UnitOfWork(483602101)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.666--UnitOfWork(483602101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.666--ClientSession(2019869784)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.666--UnitOfWork(483602101)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.666--ClientSession(2019869784)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.666--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2102461381 [junit] [EL Finer]: 2024-04-30 17:54:19.666--ClientSession(2102461381)--Thread(Thread[main,5,main])--acquire unit of work: 1514884249 [junit] [EL Finest]: 2024-04-30 17:54:19.666--UnitOfWork(1514884249)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.666--ServerSession(454071866)--Connection(564335822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.666--ServerSession(454071866)--Connection(564335822)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.667--ServerSession(454071866)--Connection(623043964)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.667--ServerSession(454071866)--Connection(564335822)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.675--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1286724838 [junit] [EL Finer]: 2024-04-30 17:54:19.675--ClientSession(1286724838)--Thread(Thread[main,5,main])--acquire unit of work: 701252816 [junit] [EL Finest]: 2024-04-30 17:54:19.675--UnitOfWork(701252816)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.675--UnitOfWork(701252816)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.675--UnitOfWork(701252816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5e85fdec) [junit] [EL Finest]: 2024-04-30 17:54:19.675--ServerSession(454071866)--Connection(2020239990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.675--ClientSession(1286724838)--Connection(2020239990)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.675--ClientSession(1286724838)--Connection(2020239990)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.676--ClientSession(1286724838)--Connection(860572527)--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]: 2024-04-30 17:54:19.676--ClientSession(1286724838)--Connection(860572527)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.676--ServerSession(454071866)--Connection(2020239990)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.676--UnitOfWork(701252816)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.676--UnitOfWork(701252816)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.676--UnitOfWork(701252816)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.676--ClientSession(1286724838)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.676--UnitOfWork(701252816)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.676--ClientSession(1286724838)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.676--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 240892625 [junit] [EL Finer]: 2024-04-30 17:54:19.676--ClientSession(240892625)--Thread(Thread[main,5,main])--acquire unit of work: 625563830 [junit] [EL Finest]: 2024-04-30 17:54:19.676--UnitOfWork(625563830)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.676--ServerSession(454071866)--Connection(1286635331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.677--ServerSession(454071866)--Connection(1286635331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.677--ServerSession(454071866)--Connection(200603568)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.677--ServerSession(454071866)--Connection(1286635331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.677--UnitOfWork(625563830)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.677--UnitOfWork(625563830)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.677--UnitOfWork(625563830)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.677--UnitOfWork(625563830)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.677--UnitOfWork(625563830)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@37493666) [junit] [EL Finest]: 2024-04-30 17:54:19.677--ServerSession(454071866)--Connection(1420373093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.677--ClientSession(240892625)--Connection(1420373093)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.677--ClientSession(240892625)--Connection(1420373093)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.677--ClientSession(240892625)--Connection(1589699836)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finer]: 2024-04-30 17:54:19.678--ClientSession(240892625)--Connection(1589699836)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.678--ServerSession(454071866)--Connection(1420373093)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.678--UnitOfWork(625563830)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.678--UnitOfWork(625563830)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.678--UnitOfWork(625563830)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.678--ClientSession(240892625)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.678--UnitOfWork(625563830)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.678--ClientSession(240892625)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.678--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 947745698 [junit] [EL Finer]: 2024-04-30 17:54:19.678--ClientSession(947745698)--Thread(Thread[main,5,main])--acquire unit of work: 631941836 [junit] [EL Finest]: 2024-04-30 17:54:19.678--UnitOfWork(631941836)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.733--UnitOfWork(631941836)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.733--UnitOfWork(631941836)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@37493666) [junit] [EL Finest]: 2024-04-30 17:54:19.733--ServerSession(454071866)--Connection(2085269364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.733--ClientSession(947745698)--Connection(2085269364)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.733--ClientSession(947745698)--Connection(2085269364)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.733--ClientSession(947745698)--Connection(1609896133)--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@2ff9233c, 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]: 2024-04-30 17:54:19.734--ClientSession(947745698)--Connection(1609896133)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.734--ServerSession(454071866)--Connection(2085269364)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.734--UnitOfWork(631941836)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.734--UnitOfWork(631941836)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.734--UnitOfWork(631941836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.734--ClientSession(947745698)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.734--UnitOfWork(631941836)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.734--ClientSession(947745698)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.734--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 676010174 [junit] [EL Finer]: 2024-04-30 17:54:19.734--ClientSession(676010174)--Thread(Thread[main,5,main])--acquire unit of work: 1313685064 [junit] [EL Finest]: 2024-04-30 17:54:19.734--UnitOfWork(1313685064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.734--ServerSession(454071866)--Connection(961113212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.734--ServerSession(454071866)--Connection(961113212)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.734--ServerSession(454071866)--Connection(565527012)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.735--ServerSession(454071866)--Connection(961113212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.735--UnitOfWork(1313685064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.735--UnitOfWork(1313685064)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.735--UnitOfWork(1313685064)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.735--UnitOfWork(1313685064)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.735--UnitOfWork(1313685064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.735--ClientSession(676010174)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.735--UnitOfWork(1313685064)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.735--ClientSession(676010174)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.735--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 263883701 [junit] [EL Finer]: 2024-04-30 17:54:19.735--ClientSession(263883701)--Thread(Thread[main,5,main])--acquire unit of work: 132501189 [junit] [EL Finest]: 2024-04-30 17:54:19.735--UnitOfWork(132501189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.735--ServerSession(454071866)--Connection(1855715730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.735--ServerSession(454071866)--Connection(1855715730)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.735--ServerSession(454071866)--Connection(818655928)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.736--ServerSession(454071866)--Connection(1855715730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.736--UnitOfWork(132501189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.736--UnitOfWork(132501189)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.736--UnitOfWork(132501189)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@424d087a) [junit] [EL Finest]: 2024-04-30 17:54:19.736--ServerSession(454071866)--Connection(513285223)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.736--ClientSession(263883701)--Connection(513285223)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.736--ClientSession(263883701)--Connection(513285223)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.736--ClientSession(263883701)--Connection(1321115995)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?) [junit] bind => [null, 41] [junit] [EL Finer]: 2024-04-30 17:54:19.737--ClientSession(263883701)--Connection(1321115995)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.737--ServerSession(454071866)--Connection(513285223)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.737--UnitOfWork(132501189)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.737--UnitOfWork(132501189)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.737--UnitOfWork(132501189)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.737--ClientSession(263883701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.737--UnitOfWork(132501189)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.737--ClientSession(263883701)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.737--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1315819787 [junit] [EL Finer]: 2024-04-30 17:54:19.737--ClientSession(1315819787)--Thread(Thread[main,5,main])--acquire unit of work: 273192837 [junit] [EL Finest]: 2024-04-30 17:54:19.737--UnitOfWork(273192837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.737--ServerSession(454071866)--Connection(734480558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.737--ServerSession(454071866)--Connection(734480558)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.737--ServerSession(454071866)--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, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.737--ServerSession(454071866)--Connection(734480558)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.738--UnitOfWork(273192837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.738--UnitOfWork(273192837)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.738--UnitOfWork(273192837)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@687e9b56) [junit] [EL Finest]: 2024-04-30 17:54:19.738--ServerSession(454071866)--Connection(946927516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.738--ClientSession(1315819787)--Connection(946927516)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.738--ClientSession(1315819787)--Connection(946927516)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.738--ClientSession(1315819787)--Connection(1918631578)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?) [junit] bind => [[B@2ff9233c, 41] [junit] [EL Finer]: 2024-04-30 17:54:19.738--ClientSession(1315819787)--Connection(1918631578)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.738--ServerSession(454071866)--Connection(946927516)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.738--UnitOfWork(273192837)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.738--UnitOfWork(273192837)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.739--UnitOfWork(273192837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.739--ClientSession(1315819787)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.739--UnitOfWork(273192837)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.739--ClientSession(1315819787)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.739--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2121842171 [junit] [EL Finer]: 2024-04-30 17:54:19.739--ClientSession(2121842171)--Thread(Thread[main,5,main])--acquire unit of work: 1091271103 [junit] [EL Finest]: 2024-04-30 17:54:19.739--UnitOfWork(1091271103)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.739--ServerSession(454071866)--Connection(1820979242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.739--ServerSession(454071866)--Connection(1820979242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.739--ServerSession(454071866)--Connection(434269208)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.739--ServerSession(454071866)--Connection(1820979242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.739--UnitOfWork(1091271103)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.739--UnitOfWork(1091271103)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.739--UnitOfWork(1091271103)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3892decd) [junit] [EL Finest]: 2024-04-30 17:54:19.739--ServerSession(454071866)--Connection(296836246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.739--ClientSession(2121842171)--Connection(296836246)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.739--ClientSession(2121842171)--Connection(296836246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.739--ClientSession(2121842171)--Connection(1762585300)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?) [junit] bind => [[B@47442047, 41] [junit] [EL Finer]: 2024-04-30 17:54:19.74--ClientSession(2121842171)--Connection(1762585300)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.74--ServerSession(454071866)--Connection(296836246)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.74--UnitOfWork(1091271103)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.74--UnitOfWork(1091271103)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.74--UnitOfWork(1091271103)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.74--ClientSession(2121842171)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.74--UnitOfWork(1091271103)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.74--ClientSession(2121842171)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.74--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 572728110 [junit] [EL Finer]: 2024-04-30 17:54:19.74--ClientSession(572728110)--Thread(Thread[main,5,main])--acquire unit of work: 1149466933 [junit] [EL Finest]: 2024-04-30 17:54:19.74--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.74--ServerSession(454071866)--Connection(1514500923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.74--ServerSession(454071866)--Connection(1514500923)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.74--ServerSession(454071866)--Connection(253115359)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.74--ServerSession(454071866)--Connection(1514500923)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.741--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.741--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.741--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6b82ce26) [junit] [EL Finest]: 2024-04-30 17:54:19.741--ServerSession(454071866)--Connection(618249375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.741--ClientSession(572728110)--Connection(618249375)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.741--ClientSession(572728110)--Connection(618249375)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.741--ClientSession(572728110)--Connection(718992903)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?) [junit] bind => [null, 41] [junit] [EL Finer]: 2024-04-30 17:54:19.741--ClientSession(572728110)--Connection(718992903)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.741--ServerSession(454071866)--Connection(618249375)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.741--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.741--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.741--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.741--ClientSession(572728110)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.741--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.741--ClientSession(572728110)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.741--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 817559852 [junit] [EL Finer]: 2024-04-30 17:54:19.742--ClientSession(817559852)--Thread(Thread[main,5,main])--acquire unit of work: 1500415712 [junit] [EL Finest]: 2024-04-30 17:54:19.742--UnitOfWork(1500415712)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.742--ServerSession(454071866)--Connection(620312836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.742--ServerSession(454071866)--Connection(620312836)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.742--ServerSession(454071866)--Connection(1420379073)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.742--ServerSession(454071866)--Connection(620312836)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.75--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 929317537 [junit] [EL Finer]: 2024-04-30 17:54:19.75--ClientSession(929317537)--Thread(Thread[main,5,main])--acquire unit of work: 19599955 [junit] [EL Finest]: 2024-04-30 17:54:19.75--UnitOfWork(19599955)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.75--UnitOfWork(19599955)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.751--UnitOfWork(19599955)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3d327a68) [junit] [EL Finest]: 2024-04-30 17:54:19.751--ServerSession(454071866)--Connection(1651554332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.751--ClientSession(929317537)--Connection(1651554332)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.751--ClientSession(929317537)--Connection(1651554332)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.751--ClientSession(929317537)--Connection(999331723)--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]: 2024-04-30 17:54:19.751--ClientSession(929317537)--Connection(999331723)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.751--ServerSession(454071866)--Connection(1651554332)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.751--UnitOfWork(19599955)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.751--UnitOfWork(19599955)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.752--UnitOfWork(19599955)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.752--ClientSession(929317537)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.752--UnitOfWork(19599955)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.752--ClientSession(929317537)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.752--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1190166560 [junit] [EL Finer]: 2024-04-30 17:54:19.752--ClientSession(1190166560)--Thread(Thread[main,5,main])--acquire unit of work: 556232890 [junit] [EL Finest]: 2024-04-30 17:54:19.752--UnitOfWork(556232890)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.752--ServerSession(454071866)--Connection(506759130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.752--ServerSession(454071866)--Connection(506759130)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.752--ServerSession(454071866)--Connection(1910052276)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.752--ServerSession(454071866)--Connection(506759130)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.752--UnitOfWork(556232890)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.752--UnitOfWork(556232890)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.752--UnitOfWork(556232890)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.752--UnitOfWork(556232890)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.752--UnitOfWork(556232890)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@29526e58) [junit] [EL Finest]: 2024-04-30 17:54:19.752--ServerSession(454071866)--Connection(707786130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.752--ClientSession(1190166560)--Connection(707786130)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.752--ClientSession(1190166560)--Connection(707786130)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.753--ClientSession(1190166560)--Connection(1249135098)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finer]: 2024-04-30 17:54:19.753--ClientSession(1190166560)--Connection(1249135098)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.753--ServerSession(454071866)--Connection(707786130)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.753--UnitOfWork(556232890)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.753--UnitOfWork(556232890)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.753--UnitOfWork(556232890)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.753--ClientSession(1190166560)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.753--UnitOfWork(556232890)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.753--ClientSession(1190166560)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.753--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1916390254 [junit] [EL Finer]: 2024-04-30 17:54:19.753--ClientSession(1916390254)--Thread(Thread[main,5,main])--acquire unit of work: 669983710 [junit] [EL Finest]: 2024-04-30 17:54:19.753--UnitOfWork(669983710)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.753--UnitOfWork(669983710)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.753--UnitOfWork(669983710)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@29526e58) [junit] [EL Finest]: 2024-04-30 17:54:19.753--ServerSession(454071866)--Connection(1235639867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.753--ClientSession(1916390254)--Connection(1235639867)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.753--ClientSession(1916390254)--Connection(1235639867)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.753--ClientSession(1916390254)--Connection(1970835162)--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]: 2024-04-30 17:54:19.754--ClientSession(1916390254)--Connection(1970835162)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.754--ServerSession(454071866)--Connection(1235639867)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.754--UnitOfWork(669983710)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.754--UnitOfWork(669983710)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.754--UnitOfWork(669983710)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.754--ClientSession(1916390254)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.754--UnitOfWork(669983710)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.754--ClientSession(1916390254)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.754--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 15381703 [junit] [EL Finer]: 2024-04-30 17:54:19.754--ClientSession(15381703)--Thread(Thread[main,5,main])--acquire unit of work: 2076599655 [junit] [EL Finest]: 2024-04-30 17:54:19.754--UnitOfWork(2076599655)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.754--ServerSession(454071866)--Connection(1257847451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.754--ServerSession(454071866)--Connection(1257847451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.754--ServerSession(454071866)--Connection(1554712014)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.755--ServerSession(454071866)--Connection(1257847451)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.755--UnitOfWork(2076599655)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.755--UnitOfWork(2076599655)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.755--UnitOfWork(2076599655)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.755--UnitOfWork(2076599655)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.755--UnitOfWork(2076599655)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.755--ClientSession(15381703)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.755--UnitOfWork(2076599655)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.755--ClientSession(15381703)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.755--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1178095787 [junit] [EL Finer]: 2024-04-30 17:54:19.755--ClientSession(1178095787)--Thread(Thread[main,5,main])--acquire unit of work: 1499841586 [junit] [EL Finest]: 2024-04-30 17:54:19.755--UnitOfWork(1499841586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.755--ServerSession(454071866)--Connection(594591645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.755--ServerSession(454071866)--Connection(594591645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.755--ServerSession(454071866)--Connection(738480180)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.755--ServerSession(454071866)--Connection(594591645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.755--UnitOfWork(1499841586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.755--UnitOfWork(1499841586)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.755--UnitOfWork(1499841586)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5f8ef566) [junit] [EL Finest]: 2024-04-30 17:54:19.756--ServerSession(454071866)--Connection(1999593405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.756--ClientSession(1178095787)--Connection(1999593405)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.756--ClientSession(1178095787)--Connection(1999593405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.756--ClientSession(1178095787)--Connection(810886151)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_ORDINAL = ? WHERE (ID = ?) [junit] bind => [1, 53] [junit] [EL Finer]: 2024-04-30 17:54:19.756--ClientSession(1178095787)--Connection(810886151)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.756--ServerSession(454071866)--Connection(1999593405)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.756--UnitOfWork(1499841586)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.756--UnitOfWork(1499841586)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.756--UnitOfWork(1499841586)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.756--ClientSession(1178095787)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.756--UnitOfWork(1499841586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.756--ClientSession(1178095787)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.756--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1083081269 [junit] [EL Finer]: 2024-04-30 17:54:19.756--ClientSession(1083081269)--Thread(Thread[main,5,main])--acquire unit of work: 1297215278 [junit] [EL Finest]: 2024-04-30 17:54:19.756--UnitOfWork(1297215278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.756--ServerSession(454071866)--Connection(1421709215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.756--ServerSession(454071866)--Connection(1421709215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.757--ServerSession(454071866)--Connection(170846740)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.757--ServerSession(454071866)--Connection(1421709215)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.757--UnitOfWork(1297215278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.757--UnitOfWork(1297215278)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.757--UnitOfWork(1297215278)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7c6fee2f) [junit] [EL Finest]: 2024-04-30 17:54:19.757--ServerSession(454071866)--Connection(957705094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.757--ClientSession(1083081269)--Connection(957705094)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.757--ClientSession(1083081269)--Connection(957705094)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.757--ClientSession(1083081269)--Connection(762754516)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_ORDINAL = ? WHERE (ID = ?) [junit] bind => [null, 53] [junit] [EL Finer]: 2024-04-30 17:54:19.758--ClientSession(1083081269)--Connection(762754516)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.758--ServerSession(454071866)--Connection(957705094)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.758--UnitOfWork(1297215278)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.758--UnitOfWork(1297215278)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.758--UnitOfWork(1297215278)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.758--ClientSession(1083081269)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.758--UnitOfWork(1297215278)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.758--ClientSession(1083081269)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.758--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1488000579 [junit] [EL Finer]: 2024-04-30 17:54:19.758--ClientSession(1488000579)--Thread(Thread[main,5,main])--acquire unit of work: 1256857480 [junit] [EL Finest]: 2024-04-30 17:54:19.758--UnitOfWork(1256857480)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.758--ServerSession(454071866)--Connection(1386924820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.758--ServerSession(454071866)--Connection(1386924820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.758--ServerSession(454071866)--Connection(628116642)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.758--ServerSession(454071866)--Connection(1386924820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.767--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 25647597 [junit] [EL Finer]: 2024-04-30 17:54:19.767--ClientSession(25647597)--Thread(Thread[main,5,main])--acquire unit of work: 1320699422 [junit] [EL Finest]: 2024-04-30 17:54:19.767--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.767--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.767--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5f369f7b) [junit] [EL Finest]: 2024-04-30 17:54:19.767--ServerSession(454071866)--Connection(194904056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.767--ClientSession(25647597)--Connection(194904056)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.767--ClientSession(25647597)--Connection(194904056)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.767--ClientSession(25647597)--Connection(119128099)--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]: 2024-04-30 17:54:19.767--ClientSession(25647597)--Connection(119128099)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.768--ServerSession(454071866)--Connection(194904056)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.768--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.768--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.768--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.768--ClientSession(25647597)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.768--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.768--ClientSession(25647597)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.768--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 672424074 [junit] [EL Finer]: 2024-04-30 17:54:19.768--ClientSession(672424074)--Thread(Thread[main,5,main])--acquire unit of work: 1284651087 [junit] [EL Finest]: 2024-04-30 17:54:19.768--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.768--ServerSession(454071866)--Connection(88334630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.768--ServerSession(454071866)--Connection(88334630)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.768--ServerSession(454071866)--Connection(322773976)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.768--ServerSession(454071866)--Connection(88334630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.768--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.768--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.769--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.769--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.769--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45ab021e) [junit] [EL Finest]: 2024-04-30 17:54:19.769--ServerSession(454071866)--Connection(623008408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.769--ClientSession(672424074)--Connection(623008408)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.769--ClientSession(672424074)--Connection(623008408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.769--ClientSession(672424074)--Connection(220518672)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finer]: 2024-04-30 17:54:19.769--ClientSession(672424074)--Connection(220518672)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.769--ServerSession(454071866)--Connection(623008408)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.769--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.769--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.769--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.769--ClientSession(672424074)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.769--UnitOfWork(1284651087)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.769--ClientSession(672424074)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.769--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 334500709 [junit] [EL Finer]: 2024-04-30 17:54:19.769--ClientSession(334500709)--Thread(Thread[main,5,main])--acquire unit of work: 607223065 [junit] [EL Finest]: 2024-04-30 17:54:19.769--UnitOfWork(607223065)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.769--UnitOfWork(607223065)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.77--UnitOfWork(607223065)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45ab021e) [junit] [EL Finest]: 2024-04-30 17:54:19.77--ServerSession(454071866)--Connection(192582689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.77--ClientSession(334500709)--Connection(192582689)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.77--ClientSession(334500709)--Connection(192582689)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.77--ClientSession(334500709)--Connection(411227408)--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]: 2024-04-30 17:54:19.77--ClientSession(334500709)--Connection(411227408)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.77--ServerSession(454071866)--Connection(192582689)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.77--UnitOfWork(607223065)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.77--UnitOfWork(607223065)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.77--UnitOfWork(607223065)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.77--ClientSession(334500709)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.77--UnitOfWork(607223065)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.77--ClientSession(334500709)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.77--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 249413880 [junit] [EL Finer]: 2024-04-30 17:54:19.771--ClientSession(249413880)--Thread(Thread[main,5,main])--acquire unit of work: 1364825758 [junit] [EL Finest]: 2024-04-30 17:54:19.771--UnitOfWork(1364825758)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.771--ServerSession(454071866)--Connection(1602089968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.771--ServerSession(454071866)--Connection(1602089968)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.771--ServerSession(454071866)--Connection(1296962409)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.771--ServerSession(454071866)--Connection(1602089968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.771--UnitOfWork(1364825758)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.771--UnitOfWork(1364825758)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.771--UnitOfWork(1364825758)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.771--UnitOfWork(1364825758)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.771--UnitOfWork(1364825758)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.771--ClientSession(249413880)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.771--UnitOfWork(1364825758)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.771--ClientSession(249413880)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.771--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1035884501 [junit] [EL Finer]: 2024-04-30 17:54:19.771--ClientSession(1035884501)--Thread(Thread[main,5,main])--acquire unit of work: 918566218 [junit] [EL Finest]: 2024-04-30 17:54:19.771--UnitOfWork(918566218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.771--ServerSession(454071866)--Connection(606468690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.771--ServerSession(454071866)--Connection(606468690)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.771--ServerSession(454071866)--Connection(311055882)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.772--ServerSession(454071866)--Connection(606468690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.772--UnitOfWork(918566218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.772--UnitOfWork(918566218)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.772--UnitOfWork(918566218)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6a18bff6) [junit] [EL Finest]: 2024-04-30 17:54:19.772--ServerSession(454071866)--Connection(564006829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.772--ClientSession(1035884501)--Connection(564006829)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.772--ClientSession(1035884501)--Connection(564006829)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.773--ClientSession(1035884501)--Connection(1054868486)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 50] [junit] [EL Finer]: 2024-04-30 17:54:19.773--ClientSession(1035884501)--Connection(1054868486)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.773--ServerSession(454071866)--Connection(564006829)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.773--UnitOfWork(918566218)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.773--UnitOfWork(918566218)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.773--UnitOfWork(918566218)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.773--ClientSession(1035884501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.773--UnitOfWork(918566218)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.773--ClientSession(1035884501)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.773--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 994089584 [junit] [EL Finer]: 2024-04-30 17:54:19.773--ClientSession(994089584)--Thread(Thread[main,5,main])--acquire unit of work: 124033295 [junit] [EL Finest]: 2024-04-30 17:54:19.773--UnitOfWork(124033295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.837--ServerSession(454071866)--Connection(966421969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.837--ServerSession(454071866)--Connection(966421969)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.837--ServerSession(454071866)--Connection(1108051957)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.837--ServerSession(454071866)--Connection(966421969)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.837--UnitOfWork(124033295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.837--UnitOfWork(124033295)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.837--UnitOfWork(124033295)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5e284484) [junit] [EL Finest]: 2024-04-30 17:54:19.838--ServerSession(454071866)--Connection(706499369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.838--ClientSession(994089584)--Connection(706499369)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.838--ClientSession(994089584)--Connection(706499369)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.838--ClientSession(994089584)--Connection(1875386690)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?) [junit] bind => [UNCHANGED, 50] [junit] [EL Finer]: 2024-04-30 17:54:19.838--ClientSession(994089584)--Connection(1875386690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.838--ServerSession(454071866)--Connection(706499369)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.838--UnitOfWork(124033295)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.838--UnitOfWork(124033295)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.839--UnitOfWork(124033295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.839--ClientSession(994089584)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.839--UnitOfWork(124033295)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.839--ClientSession(994089584)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.839--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1964734883 [junit] [EL Finer]: 2024-04-30 17:54:19.839--ClientSession(1964734883)--Thread(Thread[main,5,main])--acquire unit of work: 1037498674 [junit] [EL Finest]: 2024-04-30 17:54:19.839--UnitOfWork(1037498674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.839--ServerSession(454071866)--Connection(330964475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.839--ServerSession(454071866)--Connection(330964475)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.839--ServerSession(454071866)--Connection(586279259)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.839--ServerSession(454071866)--Connection(330964475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.839--UnitOfWork(1037498674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.839--UnitOfWork(1037498674)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.839--UnitOfWork(1037498674)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@61c2d1d) [junit] [EL Finest]: 2024-04-30 17:54:19.839--ServerSession(454071866)--Connection(1755066171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.839--ClientSession(1964734883)--Connection(1755066171)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.839--ClientSession(1964734883)--Connection(1755066171)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.84--ClientSession(1964734883)--Connection(772120461)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?) [junit] bind => [XNCHANGED, 50] [junit] [EL Finer]: 2024-04-30 17:54:19.84--ClientSession(1964734883)--Connection(772120461)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.84--ServerSession(454071866)--Connection(1755066171)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.84--UnitOfWork(1037498674)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.84--UnitOfWork(1037498674)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.84--UnitOfWork(1037498674)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.84--ClientSession(1964734883)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.84--UnitOfWork(1037498674)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.84--ClientSession(1964734883)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.84--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1499720442 [junit] [EL Finer]: 2024-04-30 17:54:19.84--ClientSession(1499720442)--Thread(Thread[main,5,main])--acquire unit of work: 1343222554 [junit] [EL Finest]: 2024-04-30 17:54:19.84--UnitOfWork(1343222554)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.84--ServerSession(454071866)--Connection(1391781729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.84--ServerSession(454071866)--Connection(1391781729)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.84--ServerSession(454071866)--Connection(709276713)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.841--ServerSession(454071866)--Connection(1391781729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.841--UnitOfWork(1343222554)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.841--UnitOfWork(1343222554)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.841--UnitOfWork(1343222554)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@430c061e) [junit] [EL Finest]: 2024-04-30 17:54:19.841--ServerSession(454071866)--Connection(701379570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.841--ClientSession(1499720442)--Connection(701379570)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.841--ClientSession(1499720442)--Connection(701379570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.841--ClientSession(1499720442)--Connection(1624164557)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 50] [junit] [EL Finer]: 2024-04-30 17:54:19.841--ClientSession(1499720442)--Connection(1624164557)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.842--ServerSession(454071866)--Connection(701379570)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.842--UnitOfWork(1343222554)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.842--UnitOfWork(1343222554)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.842--UnitOfWork(1343222554)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.842--ClientSession(1499720442)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.842--UnitOfWork(1343222554)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.842--ClientSession(1499720442)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.842--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1150771473 [junit] [EL Finer]: 2024-04-30 17:54:19.842--ClientSession(1150771473)--Thread(Thread[main,5,main])--acquire unit of work: 471768018 [junit] [EL Finest]: 2024-04-30 17:54:19.842--UnitOfWork(471768018)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.842--ServerSession(454071866)--Connection(167813180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.842--ServerSession(454071866)--Connection(167813180)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.842--ServerSession(454071866)--Connection(1097564094)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.842--ServerSession(454071866)--Connection(167813180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.851--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 396452996 [junit] [EL Finer]: 2024-04-30 17:54:19.851--ClientSession(396452996)--Thread(Thread[main,5,main])--acquire unit of work: 206639220 [junit] [EL Finest]: 2024-04-30 17:54:19.851--UnitOfWork(206639220)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.851--UnitOfWork(206639220)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.851--UnitOfWork(206639220)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5fa5d20d) [junit] [EL Finest]: 2024-04-30 17:54:19.851--ServerSession(454071866)--Connection(1399102904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.851--ClientSession(396452996)--Connection(1399102904)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.851--ClientSession(396452996)--Connection(1399102904)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.851--ClientSession(396452996)--Connection(1471341840)--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]: 2024-04-30 17:54:19.852--ClientSession(396452996)--Connection(1471341840)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.852--ServerSession(454071866)--Connection(1399102904)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.852--UnitOfWork(206639220)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.852--UnitOfWork(206639220)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.852--UnitOfWork(206639220)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.852--ClientSession(396452996)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.852--UnitOfWork(206639220)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.852--ClientSession(396452996)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.852--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 58874101 [junit] [EL Finer]: 2024-04-30 17:54:19.852--ClientSession(58874101)--Thread(Thread[main,5,main])--acquire unit of work: 1962708064 [junit] [EL Finest]: 2024-04-30 17:54:19.852--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.852--ServerSession(454071866)--Connection(874933642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.852--ServerSession(454071866)--Connection(874933642)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.852--ServerSession(454071866)--Connection(558364583)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.853--ServerSession(454071866)--Connection(874933642)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.853--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.853--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.853--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.853--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.853--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@209c5364) [junit] [EL Finest]: 2024-04-30 17:54:19.853--ServerSession(454071866)--Connection(959775042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.853--ClientSession(58874101)--Connection(959775042)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.853--ClientSession(58874101)--Connection(959775042)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.853--ClientSession(58874101)--Connection(330872808)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finer]: 2024-04-30 17:54:19.853--ClientSession(58874101)--Connection(330872808)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.854--ServerSession(454071866)--Connection(959775042)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.854--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.854--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.854--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.854--ClientSession(58874101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.854--UnitOfWork(1962708064)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.854--ClientSession(58874101)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.854--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2139368519 [junit] [EL Finer]: 2024-04-30 17:54:19.854--ClientSession(2139368519)--Thread(Thread[main,5,main])--acquire unit of work: 1856638436 [junit] [EL Finest]: 2024-04-30 17:54:19.854--UnitOfWork(1856638436)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.854--UnitOfWork(1856638436)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.854--UnitOfWork(1856638436)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@209c5364) [junit] [EL Finest]: 2024-04-30 17:54:19.854--ServerSession(454071866)--Connection(129308456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.854--ClientSession(2139368519)--Connection(129308456)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.854--ClientSession(2139368519)--Connection(129308456)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.854--ClientSession(2139368519)--Connection(1494082957)--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]: 2024-04-30 17:54:19.854--ClientSession(2139368519)--Connection(1494082957)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.855--ServerSession(454071866)--Connection(129308456)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.855--UnitOfWork(1856638436)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.855--UnitOfWork(1856638436)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.855--UnitOfWork(1856638436)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.855--ClientSession(2139368519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.855--UnitOfWork(1856638436)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.855--ClientSession(2139368519)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.855--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 7073845 [junit] [EL Finer]: 2024-04-30 17:54:19.855--ClientSession(7073845)--Thread(Thread[main,5,main])--acquire unit of work: 801684295 [junit] [EL Finest]: 2024-04-30 17:54:19.855--UnitOfWork(801684295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.855--ServerSession(454071866)--Connection(434049726)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.855--ServerSession(454071866)--Connection(434049726)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.855--ServerSession(454071866)--Connection(1322121934)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.855--ServerSession(454071866)--Connection(434049726)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.855--UnitOfWork(801684295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.855--UnitOfWork(801684295)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.855--UnitOfWork(801684295)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.855--UnitOfWork(801684295)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.856--UnitOfWork(801684295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.856--ClientSession(7073845)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.856--UnitOfWork(801684295)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.856--ClientSession(7073845)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.856--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 999417772 [junit] [EL Finer]: 2024-04-30 17:54:19.856--ClientSession(999417772)--Thread(Thread[main,5,main])--acquire unit of work: 1748046373 [junit] [EL Finest]: 2024-04-30 17:54:19.856--UnitOfWork(1748046373)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.856--ServerSession(454071866)--Connection(366498152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.856--ServerSession(454071866)--Connection(366498152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.856--ServerSession(454071866)--Connection(1411336307)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.856--ServerSession(454071866)--Connection(366498152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.856--UnitOfWork(1748046373)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.856--UnitOfWork(1748046373)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.856--UnitOfWork(1748046373)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@c7efc4) [junit] [EL Finest]: 2024-04-30 17:54:19.856--ServerSession(454071866)--Connection(2033265662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.857--ClientSession(999417772)--Connection(2033265662)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.857--ClientSession(999417772)--Connection(2033265662)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.857--ClientSession(999417772)--Connection(581164210)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [null, 49] [junit] [EL Finer]: 2024-04-30 17:54:19.857--ClientSession(999417772)--Connection(581164210)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.857--ServerSession(454071866)--Connection(2033265662)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.857--UnitOfWork(1748046373)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.857--UnitOfWork(1748046373)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.857--UnitOfWork(1748046373)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.857--ClientSession(999417772)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.857--UnitOfWork(1748046373)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.857--ClientSession(999417772)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.857--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1463879273 [junit] [EL Finer]: 2024-04-30 17:54:19.857--ClientSession(1463879273)--Thread(Thread[main,5,main])--acquire unit of work: 668969380 [junit] [EL Finest]: 2024-04-30 17:54:19.857--UnitOfWork(668969380)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.857--ServerSession(454071866)--Connection(455452577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.857--ServerSession(454071866)--Connection(455452577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.857--ServerSession(454071866)--Connection(726085886)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.858--ServerSession(454071866)--Connection(455452577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.858--UnitOfWork(668969380)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.858--UnitOfWork(668969380)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.858--UnitOfWork(668969380)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2ea20c01) [junit] [EL Finest]: 2024-04-30 17:54:19.858--ServerSession(454071866)--Connection(173977060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.858--ClientSession(1463879273)--Connection(173977060)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.858--ClientSession(1463879273)--Connection(173977060)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.858--ClientSession(1463879273)--Connection(777849487)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [UNCHANGED, 49] [junit] [EL Finer]: 2024-04-30 17:54:19.858--ClientSession(1463879273)--Connection(777849487)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.859--ServerSession(454071866)--Connection(173977060)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.859--UnitOfWork(668969380)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.859--UnitOfWork(668969380)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.859--UnitOfWork(668969380)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.859--ClientSession(1463879273)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.859--UnitOfWork(668969380)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.859--ClientSession(1463879273)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.859--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1831262184 [junit] [EL Finer]: 2024-04-30 17:54:19.859--ClientSession(1831262184)--Thread(Thread[main,5,main])--acquire unit of work: 308831781 [junit] [EL Finest]: 2024-04-30 17:54:19.859--UnitOfWork(308831781)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.859--ServerSession(454071866)--Connection(1411850133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.859--ServerSession(454071866)--Connection(1411850133)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.859--ServerSession(454071866)--Connection(1255288705)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.859--ServerSession(454071866)--Connection(1411850133)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.859--UnitOfWork(308831781)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.859--UnitOfWork(308831781)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.859--UnitOfWork(308831781)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@40183ded) [junit] [EL Finest]: 2024-04-30 17:54:19.86--ServerSession(454071866)--Connection(2010830335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.86--ClientSession(1831262184)--Connection(2010830335)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.86--ClientSession(1831262184)--Connection(2010830335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.86--ClientSession(1831262184)--Connection(1730123432)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [XNCHANGED, 49] [junit] [EL Finer]: 2024-04-30 17:54:19.86--ClientSession(1831262184)--Connection(1730123432)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.86--ServerSession(454071866)--Connection(2010830335)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.86--UnitOfWork(308831781)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.86--UnitOfWork(308831781)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.86--UnitOfWork(308831781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.86--ClientSession(1831262184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.86--UnitOfWork(308831781)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.86--ClientSession(1831262184)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.86--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 811498699 [junit] [EL Finer]: 2024-04-30 17:54:19.86--ClientSession(811498699)--Thread(Thread[main,5,main])--acquire unit of work: 285880850 [junit] [EL Finest]: 2024-04-30 17:54:19.86--UnitOfWork(285880850)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.86--ServerSession(454071866)--Connection(171662413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.86--ServerSession(454071866)--Connection(171662413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.86--ServerSession(454071866)--Connection(624579417)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.861--ServerSession(454071866)--Connection(171662413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.861--UnitOfWork(285880850)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.861--UnitOfWork(285880850)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.861--UnitOfWork(285880850)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@269bff79) [junit] [EL Finest]: 2024-04-30 17:54:19.861--ServerSession(454071866)--Connection(21312451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.861--ClientSession(811498699)--Connection(21312451)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.861--ClientSession(811498699)--Connection(21312451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.861--ClientSession(811498699)--Connection(1773431209)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [null, 49] [junit] [EL Finer]: 2024-04-30 17:54:19.861--ClientSession(811498699)--Connection(1773431209)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.862--ServerSession(454071866)--Connection(21312451)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.862--UnitOfWork(285880850)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.862--UnitOfWork(285880850)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.862--UnitOfWork(285880850)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.862--ClientSession(811498699)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.862--UnitOfWork(285880850)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.862--ClientSession(811498699)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.862--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1987021705 [junit] [EL Finer]: 2024-04-30 17:54:19.862--ClientSession(1987021705)--Thread(Thread[main,5,main])--acquire unit of work: 1578919340 [junit] [EL Finest]: 2024-04-30 17:54:19.862--UnitOfWork(1578919340)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.862--ServerSession(454071866)--Connection(338671335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.862--ServerSession(454071866)--Connection(338671335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.862--ServerSession(454071866)--Connection(1835379720)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.862--ServerSession(454071866)--Connection(338671335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.87--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1084275767 [junit] [EL Finer]: 2024-04-30 17:54:19.871--ClientSession(1084275767)--Thread(Thread[main,5,main])--acquire unit of work: 558771336 [junit] [EL Finest]: 2024-04-30 17:54:19.871--UnitOfWork(558771336)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.871--UnitOfWork(558771336)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.871--UnitOfWork(558771336)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@39ca21eb) [junit] [EL Finest]: 2024-04-30 17:54:19.871--ServerSession(454071866)--Connection(809818650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.871--ClientSession(1084275767)--Connection(809818650)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.871--ClientSession(1084275767)--Connection(809818650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.871--ClientSession(1084275767)--Connection(1614715638)--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]: 2024-04-30 17:54:19.871--ClientSession(1084275767)--Connection(1614715638)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.871--ServerSession(454071866)--Connection(809818650)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.872--UnitOfWork(558771336)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.872--UnitOfWork(558771336)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.872--UnitOfWork(558771336)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.872--ClientSession(1084275767)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.872--UnitOfWork(558771336)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.872--ClientSession(1084275767)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.872--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2041474681 [junit] [EL Finer]: 2024-04-30 17:54:19.872--ClientSession(2041474681)--Thread(Thread[main,5,main])--acquire unit of work: 1865215836 [junit] [EL Finest]: 2024-04-30 17:54:19.872--UnitOfWork(1865215836)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.872--ServerSession(454071866)--Connection(2068918629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.872--ServerSession(454071866)--Connection(2068918629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.872--ServerSession(454071866)--Connection(1778404446)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.872--ServerSession(454071866)--Connection(2068918629)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.872--UnitOfWork(1865215836)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.872--UnitOfWork(1865215836)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.872--UnitOfWork(1865215836)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.872--UnitOfWork(1865215836)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.872--UnitOfWork(1865215836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.872--ClientSession(2041474681)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.872--UnitOfWork(1865215836)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.872--ClientSession(2041474681)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.872--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1923841091 [junit] [EL Finer]: 2024-04-30 17:54:19.872--ClientSession(1923841091)--Thread(Thread[main,5,main])--acquire unit of work: 729010661 [junit] [EL Finest]: 2024-04-30 17:54:19.872--UnitOfWork(729010661)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.872--ServerSession(454071866)--Connection(136646316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.872--ServerSession(454071866)--Connection(136646316)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.873--ServerSession(454071866)--Connection(530327620)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.873--ServerSession(454071866)--Connection(136646316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.873--UnitOfWork(729010661)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.873--UnitOfWork(729010661)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.873--UnitOfWork(729010661)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3b51543) [junit] [EL Finest]: 2024-04-30 17:54:19.873--ServerSession(454071866)--Connection(1566960083)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.873--ClientSession(1923841091)--Connection(1566960083)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.873--ClientSession(1923841091)--Connection(1566960083)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.873--ClientSession(1923841091)--Connection(192625769)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_BYTE = ? WHERE (ID = ?) [junit] bind => [23, 2] [junit] [EL Finer]: 2024-04-30 17:54:19.874--ClientSession(1923841091)--Connection(192625769)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.874--ServerSession(454071866)--Connection(1566960083)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.874--UnitOfWork(729010661)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.874--UnitOfWork(729010661)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.874--UnitOfWork(729010661)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.874--ClientSession(1923841091)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.874--UnitOfWork(729010661)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.874--ClientSession(1923841091)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.874--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 719270453 [junit] [EL Finer]: 2024-04-30 17:54:19.874--ClientSession(719270453)--Thread(Thread[main,5,main])--acquire unit of work: 1476820428 [junit] [EL Finest]: 2024-04-30 17:54:19.874--UnitOfWork(1476820428)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.874--ServerSession(454071866)--Connection(181181137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.874--ServerSession(454071866)--Connection(181181137)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.874--ServerSession(454071866)--Connection(1403015615)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.874--ServerSession(454071866)--Connection(181181137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.883--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 352559392 [junit] [EL Finer]: 2024-04-30 17:54:19.883--ClientSession(352559392)--Thread(Thread[main,5,main])--acquire unit of work: 1291899100 [junit] [EL Finest]: 2024-04-30 17:54:19.883--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.883--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.883--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@114221a5) [junit] [EL Finest]: 2024-04-30 17:54:19.883--ServerSession(454071866)--Connection(811143235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.883--ClientSession(352559392)--Connection(811143235)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.883--ClientSession(352559392)--Connection(811143235)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.883--ClientSession(352559392)--Connection(2064949412)--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]: 2024-04-30 17:54:19.884--ClientSession(352559392)--Connection(2064949412)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.884--ServerSession(454071866)--Connection(811143235)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.884--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.884--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.884--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.884--ClientSession(352559392)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.884--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.884--ClientSession(352559392)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.884--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 511950636 [junit] [EL Finer]: 2024-04-30 17:54:19.884--ClientSession(511950636)--Thread(Thread[main,5,main])--acquire unit of work: 1721794487 [junit] [EL Finest]: 2024-04-30 17:54:19.884--UnitOfWork(1721794487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.884--ServerSession(454071866)--Connection(955245127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.884--ServerSession(454071866)--Connection(955245127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.885--ServerSession(454071866)--Connection(475749529)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.885--ServerSession(454071866)--Connection(955245127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.885--UnitOfWork(1721794487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.885--UnitOfWork(1721794487)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.885--UnitOfWork(1721794487)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.885--UnitOfWork(1721794487)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.885--UnitOfWork(1721794487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.885--ClientSession(511950636)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.885--UnitOfWork(1721794487)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.885--ClientSession(511950636)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.885--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2077849346 [junit] [EL Finer]: 2024-04-30 17:54:19.885--ClientSession(2077849346)--Thread(Thread[main,5,main])--acquire unit of work: 1931767674 [junit] [EL Finest]: 2024-04-30 17:54:19.885--UnitOfWork(1931767674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.885--ServerSession(454071866)--Connection(1519139616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.885--ServerSession(454071866)--Connection(1519139616)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.885--ServerSession(454071866)--Connection(1699667673)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.886--ServerSession(454071866)--Connection(1519139616)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.886--UnitOfWork(1931767674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.886--UnitOfWork(1931767674)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.886--UnitOfWork(1931767674)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5902e63) [junit] [EL Finest]: 2024-04-30 17:54:19.886--ServerSession(454071866)--Connection(760609226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.886--ClientSession(2077849346)--Connection(760609226)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.886--ClientSession(2077849346)--Connection(760609226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.886--ClientSession(2077849346)--Connection(104935193)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_CHAR = ? WHERE (ID = ?) [junit] bind => [B, 3] [junit] [EL Finer]: 2024-04-30 17:54:19.886--ClientSession(2077849346)--Connection(104935193)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.942--ServerSession(454071866)--Connection(760609226)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.942--UnitOfWork(1931767674)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.942--UnitOfWork(1931767674)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.942--UnitOfWork(1931767674)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.942--ClientSession(2077849346)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.942--UnitOfWork(1931767674)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.942--ClientSession(2077849346)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.942--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1309835802 [junit] [EL Finer]: 2024-04-30 17:54:19.942--ClientSession(1309835802)--Thread(Thread[main,5,main])--acquire unit of work: 1275836859 [junit] [EL Finest]: 2024-04-30 17:54:19.942--UnitOfWork(1275836859)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.942--ServerSession(454071866)--Connection(1136492228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.942--ServerSession(454071866)--Connection(1136492228)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.943--ServerSession(454071866)--Connection(1996148477)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.943--ServerSession(454071866)--Connection(1136492228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.952--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1417218664 [junit] [EL Finer]: 2024-04-30 17:54:19.952--ClientSession(1417218664)--Thread(Thread[main,5,main])--acquire unit of work: 1311936477 [junit] [EL Finest]: 2024-04-30 17:54:19.952--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.952--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.952--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4722b6c4) [junit] [EL Finest]: 2024-04-30 17:54:19.952--ServerSession(454071866)--Connection(1739263553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.952--ClientSession(1417218664)--Connection(1739263553)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.952--ClientSession(1417218664)--Connection(1739263553)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.952--ClientSession(1417218664)--Connection(1027422478)--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]: 2024-04-30 17:54:19.953--ClientSession(1417218664)--Connection(1027422478)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.953--ServerSession(454071866)--Connection(1739263553)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.953--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.953--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.953--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.953--ClientSession(1417218664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.953--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.953--ClientSession(1417218664)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.953--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2139014645 [junit] [EL Finer]: 2024-04-30 17:54:19.953--ClientSession(2139014645)--Thread(Thread[main,5,main])--acquire unit of work: 1075316061 [junit] [EL Finest]: 2024-04-30 17:54:19.953--UnitOfWork(1075316061)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.953--ServerSession(454071866)--Connection(339325209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.953--ServerSession(454071866)--Connection(339325209)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.953--ServerSession(454071866)--Connection(580115329)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.954--ServerSession(454071866)--Connection(339325209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.954--UnitOfWork(1075316061)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.954--UnitOfWork(1075316061)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.954--UnitOfWork(1075316061)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.954--UnitOfWork(1075316061)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.954--UnitOfWork(1075316061)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.954--ClientSession(2139014645)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.954--UnitOfWork(1075316061)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.954--ClientSession(2139014645)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.954--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1323460237 [junit] [EL Finer]: 2024-04-30 17:54:19.954--ClientSession(1323460237)--Thread(Thread[main,5,main])--acquire unit of work: 977769905 [junit] [EL Finest]: 2024-04-30 17:54:19.954--UnitOfWork(977769905)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.954--ServerSession(454071866)--Connection(1477451346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.954--ServerSession(454071866)--Connection(1477451346)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.954--ServerSession(454071866)--Connection(634960961)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.954--ServerSession(454071866)--Connection(1477451346)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.955--UnitOfWork(977769905)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.955--UnitOfWork(977769905)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.955--UnitOfWork(977769905)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7e3f98df) [junit] [EL Finest]: 2024-04-30 17:54:19.955--ServerSession(454071866)--Connection(1180656113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.955--ClientSession(1323460237)--Connection(1180656113)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.955--ClientSession(1323460237)--Connection(1180656113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.955--ClientSession(1323460237)--Connection(636228091)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_LONG = ? WHERE (ID = ?) [junit] bind => [77, 6] [junit] [EL Finer]: 2024-04-30 17:54:19.955--ClientSession(1323460237)--Connection(636228091)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.955--ServerSession(454071866)--Connection(1180656113)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.956--UnitOfWork(977769905)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.956--UnitOfWork(977769905)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.956--UnitOfWork(977769905)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.956--ClientSession(1323460237)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.956--UnitOfWork(977769905)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.956--ClientSession(1323460237)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.956--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 784701460 [junit] [EL Finer]: 2024-04-30 17:54:19.956--ClientSession(784701460)--Thread(Thread[main,5,main])--acquire unit of work: 329790676 [junit] [EL Finest]: 2024-04-30 17:54:19.956--UnitOfWork(329790676)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.956--ServerSession(454071866)--Connection(1443794067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.956--ServerSession(454071866)--Connection(1443794067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.956--ServerSession(454071866)--Connection(1306895103)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.956--ServerSession(454071866)--Connection(1443794067)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.964--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 470741037 [junit] [EL Finer]: 2024-04-30 17:54:19.964--ClientSession(470741037)--Thread(Thread[main,5,main])--acquire unit of work: 1804159010 [junit] [EL Finest]: 2024-04-30 17:54:19.964--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.964--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.965--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@191cec0b) [junit] [EL Finest]: 2024-04-30 17:54:19.965--ServerSession(454071866)--Connection(1649629190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.965--ClientSession(470741037)--Connection(1649629190)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.965--ClientSession(470741037)--Connection(1649629190)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.965--ClientSession(470741037)--Connection(1136317494)--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]: 2024-04-30 17:54:19.965--ClientSession(470741037)--Connection(1136317494)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.965--ServerSession(454071866)--Connection(1649629190)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.965--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.965--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.966--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.966--ClientSession(470741037)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.966--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.966--ClientSession(470741037)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.966--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 247998138 [junit] [EL Finer]: 2024-04-30 17:54:19.966--ClientSession(247998138)--Thread(Thread[main,5,main])--acquire unit of work: 1982057485 [junit] [EL Finest]: 2024-04-30 17:54:19.966--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.966--ServerSession(454071866)--Connection(1663937947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.966--ServerSession(454071866)--Connection(1663937947)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.966--ServerSession(454071866)--Connection(516938484)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.966--ServerSession(454071866)--Connection(1663937947)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.966--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.966--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.966--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.966--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.966--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@39562ff7) [junit] [EL Finest]: 2024-04-30 17:54:19.966--ServerSession(454071866)--Connection(1466001486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.966--ClientSession(247998138)--Connection(1466001486)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.966--ClientSession(247998138)--Connection(1466001486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.967--ClientSession(247998138)--Connection(1747998217)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finer]: 2024-04-30 17:54:19.967--ClientSession(247998138)--Connection(1747998217)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.967--ServerSession(454071866)--Connection(1466001486)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.967--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.967--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.967--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.967--ClientSession(247998138)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.967--UnitOfWork(1982057485)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.967--ClientSession(247998138)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.967--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 521569738 [junit] [EL Finer]: 2024-04-30 17:54:19.967--ClientSession(521569738)--Thread(Thread[main,5,main])--acquire unit of work: 1139387774 [junit] [EL Finest]: 2024-04-30 17:54:19.967--UnitOfWork(1139387774)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.967--UnitOfWork(1139387774)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.967--UnitOfWork(1139387774)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@39562ff7) [junit] [EL Finest]: 2024-04-30 17:54:19.967--ServerSession(454071866)--Connection(1180076502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.967--ClientSession(521569738)--Connection(1180076502)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.967--ClientSession(521569738)--Connection(1180076502)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.967--ClientSession(521569738)--Connection(1833266179)--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]: 2024-04-30 17:54:19.968--ClientSession(521569738)--Connection(1833266179)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.968--ServerSession(454071866)--Connection(1180076502)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.968--UnitOfWork(1139387774)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.968--UnitOfWork(1139387774)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.968--UnitOfWork(1139387774)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.968--ClientSession(521569738)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.968--UnitOfWork(1139387774)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.968--ClientSession(521569738)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.968--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1394766462 [junit] [EL Finer]: 2024-04-30 17:54:19.968--ClientSession(1394766462)--Thread(Thread[main,5,main])--acquire unit of work: 566774261 [junit] [EL Finest]: 2024-04-30 17:54:19.968--UnitOfWork(566774261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.968--ServerSession(454071866)--Connection(1739267259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.968--ServerSession(454071866)--Connection(1739267259)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.968--ServerSession(454071866)--Connection(1236849464)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.969--ServerSession(454071866)--Connection(1739267259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.969--UnitOfWork(566774261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.969--UnitOfWork(566774261)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.969--UnitOfWork(566774261)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.969--UnitOfWork(566774261)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.969--UnitOfWork(566774261)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.969--ClientSession(1394766462)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.969--UnitOfWork(566774261)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.969--ClientSession(1394766462)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.969--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1525817700 [junit] [EL Finer]: 2024-04-30 17:54:19.969--ClientSession(1525817700)--Thread(Thread[main,5,main])--acquire unit of work: 481484216 [junit] [EL Finest]: 2024-04-30 17:54:19.969--UnitOfWork(481484216)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.969--ServerSession(454071866)--Connection(451902366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.969--ServerSession(454071866)--Connection(451902366)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.969--ServerSession(454071866)--Connection(801718798)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.969--ServerSession(454071866)--Connection(451902366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.969--UnitOfWork(481484216)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.969--UnitOfWork(481484216)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.97--UnitOfWork(481484216)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6eaee1a8) [junit] [EL Finest]: 2024-04-30 17:54:19.97--ServerSession(454071866)--Connection(1782628011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.97--ClientSession(1525817700)--Connection(1782628011)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.97--ClientSession(1525817700)--Connection(1782628011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.97--ClientSession(1525817700)--Connection(1400802142)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_DECIMAL = ? WHERE (ID = ?) [junit] bind => [2.2, 23] [junit] [EL Finer]: 2024-04-30 17:54:19.97--ClientSession(1525817700)--Connection(1400802142)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.97--ServerSession(454071866)--Connection(1782628011)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.97--UnitOfWork(481484216)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.97--UnitOfWork(481484216)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.97--UnitOfWork(481484216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.97--ClientSession(1525817700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.97--UnitOfWork(481484216)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.97--ClientSession(1525817700)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.97--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 670449948 [junit] [EL Finer]: 2024-04-30 17:54:19.97--ClientSession(670449948)--Thread(Thread[main,5,main])--acquire unit of work: 1219237551 [junit] [EL Finest]: 2024-04-30 17:54:19.971--UnitOfWork(1219237551)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.971--ServerSession(454071866)--Connection(1873760415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.971--ServerSession(454071866)--Connection(1873760415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.971--ServerSession(454071866)--Connection(18662145)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.971--ServerSession(454071866)--Connection(1873760415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.971--UnitOfWork(1219237551)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.971--UnitOfWork(1219237551)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.971--UnitOfWork(1219237551)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3cc6f9d0) [junit] [EL Finest]: 2024-04-30 17:54:19.971--ServerSession(454071866)--Connection(1310435226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.971--ClientSession(670449948)--Connection(1310435226)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.971--ClientSession(670449948)--Connection(1310435226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.971--ClientSession(670449948)--Connection(1721813426)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_DECIMAL = ? WHERE (ID = ?) [junit] bind => [null, 23] [junit] [EL Finer]: 2024-04-30 17:54:19.972--ClientSession(670449948)--Connection(1721813426)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.972--ServerSession(454071866)--Connection(1310435226)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.972--UnitOfWork(1219237551)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.972--UnitOfWork(1219237551)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.972--UnitOfWork(1219237551)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.972--ClientSession(670449948)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.972--UnitOfWork(1219237551)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.972--ClientSession(670449948)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.972--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 131739521 [junit] [EL Finer]: 2024-04-30 17:54:19.972--ClientSession(131739521)--Thread(Thread[main,5,main])--acquire unit of work: 342781847 [junit] [EL Finest]: 2024-04-30 17:54:19.972--UnitOfWork(342781847)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.972--ServerSession(454071866)--Connection(1952700913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.972--ServerSession(454071866)--Connection(1952700913)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.972--ServerSession(454071866)--Connection(68558446)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.972--ServerSession(454071866)--Connection(1952700913)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.981--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 439225767 [junit] [EL Finer]: 2024-04-30 17:54:19.981--ClientSession(439225767)--Thread(Thread[main,5,main])--acquire unit of work: 1686435716 [junit] [EL Finest]: 2024-04-30 17:54:19.981--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.981--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.981--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@42c81443) [junit] [EL Finest]: 2024-04-30 17:54:19.981--ServerSession(454071866)--Connection(273308476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.981--ClientSession(439225767)--Connection(273308476)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.981--ClientSession(439225767)--Connection(273308476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.981--ClientSession(439225767)--Connection(1395766886)--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]: 2024-04-30 17:54:19.981--ClientSession(439225767)--Connection(1395766886)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.982--ServerSession(454071866)--Connection(273308476)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.982--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.982--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.982--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.982--ClientSession(439225767)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.982--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.982--ClientSession(439225767)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.982--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 852395684 [junit] [EL Finer]: 2024-04-30 17:54:19.982--ClientSession(852395684)--Thread(Thread[main,5,main])--acquire unit of work: 1881127034 [junit] [EL Finest]: 2024-04-30 17:54:19.982--UnitOfWork(1881127034)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.982--ServerSession(454071866)--Connection(776184473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.982--ServerSession(454071866)--Connection(776184473)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.982--ServerSession(454071866)--Connection(827788988)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.982--ServerSession(454071866)--Connection(776184473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.982--UnitOfWork(1881127034)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.982--UnitOfWork(1881127034)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.982--UnitOfWork(1881127034)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.982--UnitOfWork(1881127034)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.982--UnitOfWork(1881127034)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.982--ClientSession(852395684)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.982--UnitOfWork(1881127034)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.982--ClientSession(852395684)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.982--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1081346214 [junit] [EL Finer]: 2024-04-30 17:54:19.982--ClientSession(1081346214)--Thread(Thread[main,5,main])--acquire unit of work: 1696019401 [junit] [EL Finest]: 2024-04-30 17:54:19.982--UnitOfWork(1696019401)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.982--ServerSession(454071866)--Connection(1081264295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.983--ServerSession(454071866)--Connection(1081264295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.983--ServerSession(454071866)--Connection(2004108483)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.983--ServerSession(454071866)--Connection(1081264295)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.983--UnitOfWork(1696019401)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:19.983--UnitOfWork(1696019401)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.983--UnitOfWork(1696019401)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4b70a3f5) [junit] [EL Finest]: 2024-04-30 17:54:19.983--ServerSession(454071866)--Connection(1209426161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.983--ClientSession(1081346214)--Connection(1209426161)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.983--ClientSession(1081346214)--Connection(1209426161)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.983--ClientSession(1081346214)--Connection(1964219019)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_DOUBLE = ? WHERE (ID = ?) [junit] bind => [77.5, 8] [junit] [EL Finer]: 2024-04-30 17:54:19.984--ClientSession(1081346214)--Connection(1964219019)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.984--ServerSession(454071866)--Connection(1209426161)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.984--UnitOfWork(1696019401)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.984--UnitOfWork(1696019401)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.984--UnitOfWork(1696019401)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.984--ClientSession(1081346214)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.984--UnitOfWork(1696019401)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.984--ClientSession(1081346214)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.984--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 760976736 [junit] [EL Finer]: 2024-04-30 17:54:19.984--ClientSession(760976736)--Thread(Thread[main,5,main])--acquire unit of work: 1454467538 [junit] [EL Finest]: 2024-04-30 17:54:19.984--UnitOfWork(1454467538)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.984--ServerSession(454071866)--Connection(1067415117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.984--ServerSession(454071866)--Connection(1067415117)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.984--ServerSession(454071866)--Connection(327617825)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.984--ServerSession(454071866)--Connection(1067415117)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:19.992--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 433582290 [junit] [EL Finer]: 2024-04-30 17:54:19.993--ClientSession(433582290)--Thread(Thread[main,5,main])--acquire unit of work: 1225987265 [junit] [EL Finest]: 2024-04-30 17:54:19.993--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.993--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.993--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@74578d36) [junit] [EL Finest]: 2024-04-30 17:54:19.993--ServerSession(454071866)--Connection(96415425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.993--ClientSession(433582290)--Connection(96415425)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.993--ClientSession(433582290)--Connection(96415425)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.993--ClientSession(433582290)--Connection(1415288747)--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]: 2024-04-30 17:54:19.993--ClientSession(433582290)--Connection(1415288747)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.994--ServerSession(454071866)--Connection(96415425)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.994--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.994--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.994--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.994--ClientSession(433582290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.994--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.994--ClientSession(433582290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.994--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2136921711 [junit] [EL Finer]: 2024-04-30 17:54:19.994--ClientSession(2136921711)--Thread(Thread[main,5,main])--acquire unit of work: 65746531 [junit] [EL Finest]: 2024-04-30 17:54:19.994--UnitOfWork(65746531)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.994--ServerSession(454071866)--Connection(184885114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.994--ServerSession(454071866)--Connection(184885114)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.994--ServerSession(454071866)--Connection(2074678503)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:19.994--ServerSession(454071866)--Connection(184885114)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:19.994--UnitOfWork(65746531)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:19.994--UnitOfWork(65746531)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.995--UnitOfWork(65746531)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.995--UnitOfWork(65746531)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:19.995--UnitOfWork(65746531)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@28cf3047) [junit] [EL Finest]: 2024-04-30 17:54:19.995--ServerSession(454071866)--Connection(942614338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.995--ClientSession(2136921711)--Connection(942614338)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.995--ClientSession(2136921711)--Connection(942614338)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.995--ClientSession(2136921711)--Connection(548995028)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finer]: 2024-04-30 17:54:19.995--ClientSession(2136921711)--Connection(548995028)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.995--ServerSession(454071866)--Connection(942614338)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.996--UnitOfWork(65746531)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:19.996--UnitOfWork(65746531)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.996--UnitOfWork(65746531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.996--ClientSession(2136921711)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:19.996--UnitOfWork(65746531)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:19.996--ClientSession(2136921711)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:19.996--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1787451663 [junit] [EL Finer]: 2024-04-30 17:54:19.996--ClientSession(1787451663)--Thread(Thread[main,5,main])--acquire unit of work: 727606827 [junit] [EL Finest]: 2024-04-30 17:54:19.996--UnitOfWork(727606827)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:19.996--UnitOfWork(727606827)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:19.996--UnitOfWork(727606827)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@28cf3047) [junit] [EL Finest]: 2024-04-30 17:54:19.996--ServerSession(454071866)--Connection(419130630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:19.996--ClientSession(1787451663)--Connection(419130630)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:19.996--ClientSession(1787451663)--Connection(419130630)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:19.996--ClientSession(1787451663)--Connection(536939831)--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]: 2024-04-30 17:54:19.997--ClientSession(1787451663)--Connection(536939831)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:19.997--ServerSession(454071866)--Connection(419130630)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.045--UnitOfWork(727606827)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.045--UnitOfWork(727606827)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.045--UnitOfWork(727606827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.045--ClientSession(1787451663)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.045--UnitOfWork(727606827)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.045--ClientSession(1787451663)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.045--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1336429789 [junit] [EL Finer]: 2024-04-30 17:54:20.045--ClientSession(1336429789)--Thread(Thread[main,5,main])--acquire unit of work: 217615219 [junit] [EL Finest]: 2024-04-30 17:54:20.045--UnitOfWork(217615219)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.045--ServerSession(454071866)--Connection(607668078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.045--ServerSession(454071866)--Connection(607668078)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.045--ServerSession(454071866)--Connection(1845882003)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.046--ServerSession(454071866)--Connection(607668078)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.046--UnitOfWork(217615219)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.046--UnitOfWork(217615219)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.046--UnitOfWork(217615219)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.046--UnitOfWork(217615219)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.046--UnitOfWork(217615219)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.046--ClientSession(1336429789)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.046--UnitOfWork(217615219)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.046--ClientSession(1336429789)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.046--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 208144976 [junit] [EL Finer]: 2024-04-30 17:54:20.046--ClientSession(208144976)--Thread(Thread[main,5,main])--acquire unit of work: 1537265468 [junit] [EL Finest]: 2024-04-30 17:54:20.046--UnitOfWork(1537265468)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.046--ServerSession(454071866)--Connection(435615709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.046--ServerSession(454071866)--Connection(435615709)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.046--ServerSession(454071866)--Connection(344193675)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.047--ServerSession(454071866)--Connection(435615709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.047--UnitOfWork(1537265468)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.047--UnitOfWork(1537265468)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.047--UnitOfWork(1537265468)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5f1a5dc) [junit] [EL Finest]: 2024-04-30 17:54:20.047--ServerSession(454071866)--Connection(541786875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.047--ClientSession(208144976)--Connection(541786875)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.047--ClientSession(208144976)--Connection(541786875)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.047--ClientSession(208144976)--Connection(1376449891)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_INTEGER = ? WHERE (ID = ?) [junit] bind => [22, 24] [junit] [EL Finer]: 2024-04-30 17:54:20.048--ClientSession(208144976)--Connection(1376449891)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.048--ServerSession(454071866)--Connection(541786875)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.048--UnitOfWork(1537265468)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.048--UnitOfWork(1537265468)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.048--UnitOfWork(1537265468)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.048--ClientSession(208144976)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.048--UnitOfWork(1537265468)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.048--ClientSession(208144976)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.048--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1321963170 [junit] [EL Finer]: 2024-04-30 17:54:20.048--ClientSession(1321963170)--Thread(Thread[main,5,main])--acquire unit of work: 913244506 [junit] [EL Finest]: 2024-04-30 17:54:20.048--UnitOfWork(913244506)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.048--ServerSession(454071866)--Connection(868965145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.048--ServerSession(454071866)--Connection(868965145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.048--ServerSession(454071866)--Connection(42631270)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.048--ServerSession(454071866)--Connection(868965145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.049--UnitOfWork(913244506)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.049--UnitOfWork(913244506)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.049--UnitOfWork(913244506)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5e8d1684) [junit] [EL Finest]: 2024-04-30 17:54:20.049--ServerSession(454071866)--Connection(1630057191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.049--ClientSession(1321963170)--Connection(1630057191)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.049--ClientSession(1321963170)--Connection(1630057191)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.049--ClientSession(1321963170)--Connection(1143730209)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_INTEGER = ? WHERE (ID = ?) [junit] bind => [null, 24] [junit] [EL Finer]: 2024-04-30 17:54:20.049--ClientSession(1321963170)--Connection(1143730209)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.049--ServerSession(454071866)--Connection(1630057191)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.049--UnitOfWork(913244506)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.049--UnitOfWork(913244506)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.049--UnitOfWork(913244506)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.049--ClientSession(1321963170)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.05--UnitOfWork(913244506)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.05--ClientSession(1321963170)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.05--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2041972200 [junit] [EL Finer]: 2024-04-30 17:54:20.05--ClientSession(2041972200)--Thread(Thread[main,5,main])--acquire unit of work: 1563242419 [junit] [EL Finest]: 2024-04-30 17:54:20.05--UnitOfWork(1563242419)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.05--ServerSession(454071866)--Connection(1176266447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.05--ServerSession(454071866)--Connection(1176266447)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.05--ServerSession(454071866)--Connection(332735821)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.05--ServerSession(454071866)--Connection(1176266447)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.059--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1312973404 [junit] [EL Finer]: 2024-04-30 17:54:20.059--ClientSession(1312973404)--Thread(Thread[main,5,main])--acquire unit of work: 1591771358 [junit] [EL Finest]: 2024-04-30 17:54:20.059--UnitOfWork(1591771358)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.059--UnitOfWork(1591771358)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.059--UnitOfWork(1591771358)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@615e71d8) [junit] [EL Finest]: 2024-04-30 17:54:20.059--ServerSession(454071866)--Connection(1903302024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.059--ClientSession(1312973404)--Connection(1903302024)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.059--ClientSession(1312973404)--Connection(1903302024)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.059--ClientSession(1312973404)--Connection(726568200)--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]: 2024-04-30 17:54:20.06--ClientSession(1312973404)--Connection(726568200)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.06--ServerSession(454071866)--Connection(1903302024)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.06--UnitOfWork(1591771358)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.06--UnitOfWork(1591771358)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.06--UnitOfWork(1591771358)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.06--ClientSession(1312973404)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.06--UnitOfWork(1591771358)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.06--ClientSession(1312973404)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.06--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1798802922 [junit] [EL Finer]: 2024-04-30 17:54:20.06--ClientSession(1798802922)--Thread(Thread[main,5,main])--acquire unit of work: 168299345 [junit] [EL Finest]: 2024-04-30 17:54:20.06--UnitOfWork(168299345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.06--ServerSession(454071866)--Connection(1441919445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.06--ServerSession(454071866)--Connection(1441919445)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.06--ServerSession(454071866)--Connection(191563482)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.061--ServerSession(454071866)--Connection(1441919445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.061--UnitOfWork(168299345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.061--UnitOfWork(168299345)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.061--UnitOfWork(168299345)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.061--UnitOfWork(168299345)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.061--UnitOfWork(168299345)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@167c48ce) [junit] [EL Finest]: 2024-04-30 17:54:20.061--ServerSession(454071866)--Connection(525860378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.061--ClientSession(1798802922)--Connection(525860378)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.061--ClientSession(1798802922)--Connection(525860378)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.061--ClientSession(1798802922)--Connection(1734283234)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finer]: 2024-04-30 17:54:20.061--ClientSession(1798802922)--Connection(1734283234)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.061--ServerSession(454071866)--Connection(525860378)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.062--UnitOfWork(168299345)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.062--UnitOfWork(168299345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.062--UnitOfWork(168299345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.062--ClientSession(1798802922)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.062--UnitOfWork(168299345)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.062--ClientSession(1798802922)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.062--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 346761732 [junit] [EL Finer]: 2024-04-30 17:54:20.062--ClientSession(346761732)--Thread(Thread[main,5,main])--acquire unit of work: 875340197 [junit] [EL Finest]: 2024-04-30 17:54:20.062--UnitOfWork(875340197)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.062--UnitOfWork(875340197)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.062--UnitOfWork(875340197)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@167c48ce) [junit] [EL Finest]: 2024-04-30 17:54:20.062--ServerSession(454071866)--Connection(815196841)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.062--ClientSession(346761732)--Connection(815196841)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.062--ClientSession(346761732)--Connection(815196841)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.062--ClientSession(346761732)--Connection(2099256757)--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]: 2024-04-30 17:54:20.062--ClientSession(346761732)--Connection(2099256757)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.063--ServerSession(454071866)--Connection(815196841)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.063--UnitOfWork(875340197)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.063--UnitOfWork(875340197)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.063--UnitOfWork(875340197)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.063--ClientSession(346761732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.063--UnitOfWork(875340197)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.063--ClientSession(346761732)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.063--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 456268314 [junit] [EL Finer]: 2024-04-30 17:54:20.063--ClientSession(456268314)--Thread(Thread[main,5,main])--acquire unit of work: 477522039 [junit] [EL Finest]: 2024-04-30 17:54:20.063--UnitOfWork(477522039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.063--ServerSession(454071866)--Connection(1640371193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.063--ServerSession(454071866)--Connection(1640371193)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.063--ServerSession(454071866)--Connection(1223609518)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.063--ServerSession(454071866)--Connection(1640371193)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.063--UnitOfWork(477522039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.063--UnitOfWork(477522039)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.063--UnitOfWork(477522039)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.063--UnitOfWork(477522039)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.063--UnitOfWork(477522039)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.063--ClientSession(456268314)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.063--UnitOfWork(477522039)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.063--ClientSession(456268314)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.063--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 60866485 [junit] [EL Finer]: 2024-04-30 17:54:20.063--ClientSession(60866485)--Thread(Thread[main,5,main])--acquire unit of work: 2142283335 [junit] [EL Finest]: 2024-04-30 17:54:20.063--UnitOfWork(2142283335)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.064--ServerSession(454071866)--Connection(2074874165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.064--ServerSession(454071866)--Connection(2074874165)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.064--ServerSession(454071866)--Connection(1792066674)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.064--ServerSession(454071866)--Connection(2074874165)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.064--UnitOfWork(2142283335)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.064--UnitOfWork(2142283335)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.064--UnitOfWork(2142283335)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@167382d2) [junit] [EL Finest]: 2024-04-30 17:54:20.064--ServerSession(454071866)--Connection(1641196047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.064--ClientSession(60866485)--Connection(1641196047)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.064--ClientSession(60866485)--Connection(1641196047)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.064--ClientSession(60866485)--Connection(1366647404)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_DOUBLE = ? WHERE (ID = ?) [junit] bind => [2.0, 18] [junit] [EL Finer]: 2024-04-30 17:54:20.065--ClientSession(60866485)--Connection(1366647404)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.065--ServerSession(454071866)--Connection(1641196047)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.065--UnitOfWork(2142283335)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.065--UnitOfWork(2142283335)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.065--UnitOfWork(2142283335)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.065--ClientSession(60866485)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.065--UnitOfWork(2142283335)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.065--ClientSession(60866485)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.065--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1045869053 [junit] [EL Finer]: 2024-04-30 17:54:20.065--ClientSession(1045869053)--Thread(Thread[main,5,main])--acquire unit of work: 1243674346 [junit] [EL Finest]: 2024-04-30 17:54:20.065--UnitOfWork(1243674346)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.065--ServerSession(454071866)--Connection(809278400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.065--ServerSession(454071866)--Connection(809278400)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.065--ServerSession(454071866)--Connection(995189850)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.065--ServerSession(454071866)--Connection(809278400)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.066--UnitOfWork(1243674346)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.066--UnitOfWork(1243674346)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.066--UnitOfWork(1243674346)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7d59d4c8) [junit] [EL Finest]: 2024-04-30 17:54:20.066--ServerSession(454071866)--Connection(422342907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.066--ClientSession(1045869053)--Connection(422342907)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.066--ClientSession(1045869053)--Connection(422342907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.066--ClientSession(1045869053)--Connection(916209433)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_DOUBLE = ? WHERE (ID = ?) [junit] bind => [null, 18] [junit] [EL Finer]: 2024-04-30 17:54:20.066--ClientSession(1045869053)--Connection(916209433)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.066--ServerSession(454071866)--Connection(422342907)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.066--UnitOfWork(1243674346)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.066--UnitOfWork(1243674346)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.066--UnitOfWork(1243674346)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.066--ClientSession(1045869053)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.066--UnitOfWork(1243674346)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.066--ClientSession(1045869053)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.066--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1375395446 [junit] [EL Finer]: 2024-04-30 17:54:20.066--ClientSession(1375395446)--Thread(Thread[main,5,main])--acquire unit of work: 724289306 [junit] [EL Finest]: 2024-04-30 17:54:20.066--UnitOfWork(724289306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.067--ServerSession(454071866)--Connection(2081964433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.067--ServerSession(454071866)--Connection(2081964433)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.067--ServerSession(454071866)--Connection(2069620854)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.067--ServerSession(454071866)--Connection(2081964433)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.076--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1447673014 [junit] [EL Finer]: 2024-04-30 17:54:20.076--ClientSession(1447673014)--Thread(Thread[main,5,main])--acquire unit of work: 1973934667 [junit] [EL Finest]: 2024-04-30 17:54:20.076--UnitOfWork(1973934667)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.076--UnitOfWork(1973934667)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.076--UnitOfWork(1973934667)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@505e5963) [junit] [EL Finest]: 2024-04-30 17:54:20.076--ServerSession(454071866)--Connection(354842883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.076--ClientSession(1447673014)--Connection(354842883)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.076--ClientSession(1447673014)--Connection(354842883)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.076--ClientSession(1447673014)--Connection(1578671214)--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]: 2024-04-30 17:54:20.076--ClientSession(1447673014)--Connection(1578671214)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.077--ServerSession(454071866)--Connection(354842883)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.077--UnitOfWork(1973934667)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.077--UnitOfWork(1973934667)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.077--UnitOfWork(1973934667)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.077--ClientSession(1447673014)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.077--UnitOfWork(1973934667)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.077--ClientSession(1447673014)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.077--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2088570593 [junit] [EL Finer]: 2024-04-30 17:54:20.077--ClientSession(2088570593)--Thread(Thread[main,5,main])--acquire unit of work: 1513463308 [junit] [EL Finest]: 2024-04-30 17:54:20.077--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.077--ServerSession(454071866)--Connection(1087668936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.077--ServerSession(454071866)--Connection(1087668936)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.077--ServerSession(454071866)--Connection(1180799606)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.077--ServerSession(454071866)--Connection(1087668936)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.077--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.077--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.077--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.077--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.078--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@244ca7e0) [junit] [EL Finest]: 2024-04-30 17:54:20.078--ServerSession(454071866)--Connection(173173562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.078--ClientSession(2088570593)--Connection(173173562)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.078--ClientSession(2088570593)--Connection(173173562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.078--ClientSession(2088570593)--Connection(607209795)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finer]: 2024-04-30 17:54:20.078--ClientSession(2088570593)--Connection(607209795)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.078--ServerSession(454071866)--Connection(173173562)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.078--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.078--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.078--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.078--ClientSession(2088570593)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.078--UnitOfWork(1513463308)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.078--ClientSession(2088570593)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.078--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1894211578 [junit] [EL Finer]: 2024-04-30 17:54:20.078--ClientSession(1894211578)--Thread(Thread[main,5,main])--acquire unit of work: 1769337191 [junit] [EL Finest]: 2024-04-30 17:54:20.078--UnitOfWork(1769337191)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.078--UnitOfWork(1769337191)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.078--UnitOfWork(1769337191)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@244ca7e0) [junit] [EL Finest]: 2024-04-30 17:54:20.078--ServerSession(454071866)--Connection(1041664164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.078--ClientSession(1894211578)--Connection(1041664164)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.078--ClientSession(1894211578)--Connection(1041664164)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.079--ClientSession(1894211578)--Connection(1959004179)--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]: 2024-04-30 17:54:20.079--ClientSession(1894211578)--Connection(1959004179)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.079--ServerSession(454071866)--Connection(1041664164)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.079--UnitOfWork(1769337191)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.079--UnitOfWork(1769337191)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.079--UnitOfWork(1769337191)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.079--ClientSession(1894211578)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.079--UnitOfWork(1769337191)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.079--ClientSession(1894211578)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.079--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1932475183 [junit] [EL Finer]: 2024-04-30 17:54:20.079--ClientSession(1932475183)--Thread(Thread[main,5,main])--acquire unit of work: 2037829190 [junit] [EL Finest]: 2024-04-30 17:54:20.079--UnitOfWork(2037829190)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.08--ServerSession(454071866)--Connection(765908459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.08--ServerSession(454071866)--Connection(765908459)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.08--ServerSession(454071866)--Connection(2122366051)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.08--ServerSession(454071866)--Connection(765908459)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.08--UnitOfWork(2037829190)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.08--UnitOfWork(2037829190)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.08--UnitOfWork(2037829190)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.08--UnitOfWork(2037829190)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.08--UnitOfWork(2037829190)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.08--ClientSession(1932475183)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.08--UnitOfWork(2037829190)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.08--ClientSession(1932475183)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.08--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1539158571 [junit] [EL Finer]: 2024-04-30 17:54:20.08--ClientSession(1539158571)--Thread(Thread[main,5,main])--acquire unit of work: 1331895677 [junit] [EL Finest]: 2024-04-30 17:54:20.08--UnitOfWork(1331895677)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.08--ServerSession(454071866)--Connection(1262978763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.08--ServerSession(454071866)--Connection(1262978763)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.08--ServerSession(454071866)--Connection(1080460538)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.081--ServerSession(454071866)--Connection(1262978763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.081--UnitOfWork(1331895677)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.081--UnitOfWork(1331895677)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.081--UnitOfWork(1331895677)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@21a33970) [junit] [EL Finest]: 2024-04-30 17:54:20.081--ServerSession(454071866)--Connection(571510059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.081--ClientSession(1539158571)--Connection(571510059)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.081--ClientSession(1539158571)--Connection(571510059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.081--ClientSession(1539158571)--Connection(917096124)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_CALENDAR = ? WHERE (ID = ?) [junit] bind => [null, 32] [junit] [EL Finer]: 2024-04-30 17:54:20.082--ClientSession(1539158571)--Connection(917096124)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.082--ServerSession(454071866)--Connection(571510059)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.082--UnitOfWork(1331895677)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.082--UnitOfWork(1331895677)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.082--UnitOfWork(1331895677)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.082--ClientSession(1539158571)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.082--UnitOfWork(1331895677)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.082--ClientSession(1539158571)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.082--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1949613364 [junit] [EL Finer]: 2024-04-30 17:54:20.082--ClientSession(1949613364)--Thread(Thread[main,5,main])--acquire unit of work: 1391140684 [junit] [EL Finest]: 2024-04-30 17:54:20.082--UnitOfWork(1391140684)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.082--ServerSession(454071866)--Connection(705675147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.082--ServerSession(454071866)--Connection(705675147)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.082--ServerSession(454071866)--Connection(1824345979)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.082--ServerSession(454071866)--Connection(705675147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.082--UnitOfWork(1391140684)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.083--UnitOfWork(1391140684)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.083--UnitOfWork(1391140684)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@372afb40) [junit] [EL Finest]: 2024-04-30 17:54:20.083--ServerSession(454071866)--Connection(1724818468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.083--ClientSession(1949613364)--Connection(1724818468)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.083--ClientSession(1949613364)--Connection(1724818468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.083--ClientSession(1949613364)--Connection(1465398658)--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]: 2024-04-30 17:54:20.083--ClientSession(1949613364)--Connection(1465398658)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.083--ServerSession(454071866)--Connection(1724818468)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.083--UnitOfWork(1391140684)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.083--UnitOfWork(1391140684)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.083--UnitOfWork(1391140684)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.083--ClientSession(1949613364)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.083--UnitOfWork(1391140684)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.083--ClientSession(1949613364)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.083--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 547312451 [junit] [EL Finer]: 2024-04-30 17:54:20.083--ClientSession(547312451)--Thread(Thread[main,5,main])--acquire unit of work: 862141680 [junit] [EL Finest]: 2024-04-30 17:54:20.083--UnitOfWork(862141680)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.084--ServerSession(454071866)--Connection(629271355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.084--ServerSession(454071866)--Connection(629271355)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.084--ServerSession(454071866)--Connection(1402549741)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.084--ServerSession(454071866)--Connection(629271355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.084--UnitOfWork(862141680)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.084--UnitOfWork(862141680)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.084--UnitOfWork(862141680)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@23e858f2) [junit] [EL Finest]: 2024-04-30 17:54:20.084--ServerSession(454071866)--Connection(330751252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.084--ClientSession(547312451)--Connection(330751252)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.084--ClientSession(547312451)--Connection(330751252)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.084--ClientSession(547312451)--Connection(700896309)--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]: 2024-04-30 17:54:20.085--ClientSession(547312451)--Connection(700896309)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.085--ServerSession(454071866)--Connection(330751252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.085--UnitOfWork(862141680)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.085--UnitOfWork(862141680)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.085--UnitOfWork(862141680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.085--ClientSession(547312451)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.085--UnitOfWork(862141680)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.085--ClientSession(547312451)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.085--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 343053870 [junit] [EL Finer]: 2024-04-30 17:54:20.085--ClientSession(343053870)--Thread(Thread[main,5,main])--acquire unit of work: 831109065 [junit] [EL Finest]: 2024-04-30 17:54:20.085--UnitOfWork(831109065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.085--ServerSession(454071866)--Connection(779205297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.085--ServerSession(454071866)--Connection(779205297)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.085--ServerSession(454071866)--Connection(658577622)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.085--ServerSession(454071866)--Connection(779205297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.086--UnitOfWork(831109065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.086--UnitOfWork(831109065)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.086--UnitOfWork(831109065)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5bc9e520) [junit] [EL Finest]: 2024-04-30 17:54:20.086--ServerSession(454071866)--Connection(1466321085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.086--ClientSession(343053870)--Connection(1466321085)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.086--ClientSession(343053870)--Connection(1466321085)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.086--ClientSession(343053870)--Connection(1629296174)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_CALENDAR = ? WHERE (ID = ?) [junit] bind => [null, 32] [junit] [EL Finer]: 2024-04-30 17:54:20.086--ClientSession(343053870)--Connection(1629296174)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.149--ServerSession(454071866)--Connection(1466321085)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.149--UnitOfWork(831109065)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.149--UnitOfWork(831109065)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.15--UnitOfWork(831109065)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.15--ClientSession(343053870)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.15--UnitOfWork(831109065)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.15--ClientSession(343053870)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.15--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2120921351 [junit] [EL Finer]: 2024-04-30 17:54:20.15--ClientSession(2120921351)--Thread(Thread[main,5,main])--acquire unit of work: 464268759 [junit] [EL Finest]: 2024-04-30 17:54:20.15--UnitOfWork(464268759)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.15--ServerSession(454071866)--Connection(311026922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.15--ServerSession(454071866)--Connection(311026922)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.15--ServerSession(454071866)--Connection(799260204)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.15--ServerSession(454071866)--Connection(311026922)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.159--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 535666913 [junit] [EL Finer]: 2024-04-30 17:54:20.159--ClientSession(535666913)--Thread(Thread[main,5,main])--acquire unit of work: 914593 [junit] [EL Finest]: 2024-04-30 17:54:20.159--UnitOfWork(914593)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.159--UnitOfWork(914593)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.159--UnitOfWork(914593)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@54eb8fd5) [junit] [EL Finest]: 2024-04-30 17:54:20.159--ServerSession(454071866)--Connection(790938901)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.159--ClientSession(535666913)--Connection(790938901)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.159--ClientSession(535666913)--Connection(790938901)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.16--ClientSession(535666913)--Connection(1080263852)--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]: 2024-04-30 17:54:20.16--ClientSession(535666913)--Connection(1080263852)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.16--ServerSession(454071866)--Connection(790938901)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.16--UnitOfWork(914593)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.16--UnitOfWork(914593)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.16--UnitOfWork(914593)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.16--ClientSession(535666913)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.16--UnitOfWork(914593)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.16--ClientSession(535666913)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.161--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1897707634 [junit] [EL Finer]: 2024-04-30 17:54:20.161--ClientSession(1897707634)--Thread(Thread[main,5,main])--acquire unit of work: 2023343913 [junit] [EL Finest]: 2024-04-30 17:54:20.161--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.161--ServerSession(454071866)--Connection(612592242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.161--ServerSession(454071866)--Connection(612592242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.161--ServerSession(454071866)--Connection(490097694)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.161--ServerSession(454071866)--Connection(612592242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.161--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.161--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.161--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.161--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.161--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3feb967b) [junit] [EL Finest]: 2024-04-30 17:54:20.161--ServerSession(454071866)--Connection(805130668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.161--ClientSession(1897707634)--Connection(805130668)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.161--ClientSession(1897707634)--Connection(805130668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.162--ClientSession(1897707634)--Connection(1260635673)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finer]: 2024-04-30 17:54:20.162--ClientSession(1897707634)--Connection(1260635673)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.162--ServerSession(454071866)--Connection(805130668)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.162--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.162--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.162--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.162--ClientSession(1897707634)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.162--UnitOfWork(2023343913)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.162--ClientSession(1897707634)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.162--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 224480142 [junit] [EL Finer]: 2024-04-30 17:54:20.162--ClientSession(224480142)--Thread(Thread[main,5,main])--acquire unit of work: 1221860287 [junit] [EL Finest]: 2024-04-30 17:54:20.162--UnitOfWork(1221860287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.162--UnitOfWork(1221860287)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.162--UnitOfWork(1221860287)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3feb967b) [junit] [EL Finest]: 2024-04-30 17:54:20.162--ServerSession(454071866)--Connection(1932412881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.162--ClientSession(224480142)--Connection(1932412881)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.162--ClientSession(224480142)--Connection(1932412881)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.163--ClientSession(224480142)--Connection(1955876609)--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]: 2024-04-30 17:54:20.163--ClientSession(224480142)--Connection(1955876609)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.163--ServerSession(454071866)--Connection(1932412881)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.163--UnitOfWork(1221860287)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.163--UnitOfWork(1221860287)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.163--UnitOfWork(1221860287)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.163--ClientSession(224480142)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.163--UnitOfWork(1221860287)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.163--ClientSession(224480142)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.163--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 286738540 [junit] [EL Finer]: 2024-04-30 17:54:20.163--ClientSession(286738540)--Thread(Thread[main,5,main])--acquire unit of work: 268866896 [junit] [EL Finest]: 2024-04-30 17:54:20.163--UnitOfWork(268866896)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.163--ServerSession(454071866)--Connection(1186741270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.163--ServerSession(454071866)--Connection(1186741270)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.163--ServerSession(454071866)--Connection(2007391437)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.164--ServerSession(454071866)--Connection(1186741270)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.164--UnitOfWork(268866896)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.164--UnitOfWork(268866896)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.164--UnitOfWork(268866896)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.164--UnitOfWork(268866896)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.164--UnitOfWork(268866896)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.164--ClientSession(286738540)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.164--UnitOfWork(268866896)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.164--ClientSession(286738540)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.164--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 447691823 [junit] [EL Finer]: 2024-04-30 17:54:20.164--ClientSession(447691823)--Thread(Thread[main,5,main])--acquire unit of work: 261112785 [junit] [EL Finest]: 2024-04-30 17:54:20.164--UnitOfWork(261112785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.164--ServerSession(454071866)--Connection(2077291140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.164--ServerSession(454071866)--Connection(2077291140)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.164--ServerSession(454071866)--Connection(1995343110)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.164--ServerSession(454071866)--Connection(2077291140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.165--UnitOfWork(261112785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.165--UnitOfWork(261112785)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.165--UnitOfWork(261112785)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1840c612) [junit] [EL Finest]: 2024-04-30 17:54:20.165--ServerSession(454071866)--Connection(1723612256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.165--ClientSession(447691823)--Connection(1723612256)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.165--ClientSession(447691823)--Connection(1723612256)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.165--ClientSession(447691823)--Connection(1870364438)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIMESTAMP = ? WHERE (ID = ?) [junit] bind => [null, 35] [junit] [EL Finer]: 2024-04-30 17:54:20.165--ClientSession(447691823)--Connection(1870364438)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.166--ServerSession(454071866)--Connection(1723612256)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.166--UnitOfWork(261112785)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.166--UnitOfWork(261112785)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.166--UnitOfWork(261112785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.166--ClientSession(447691823)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.166--UnitOfWork(261112785)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.166--ClientSession(447691823)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.166--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1473350624 [junit] [EL Finer]: 2024-04-30 17:54:20.166--ClientSession(1473350624)--Thread(Thread[main,5,main])--acquire unit of work: 1351213638 [junit] [EL Finest]: 2024-04-30 17:54:20.166--UnitOfWork(1351213638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.166--ServerSession(454071866)--Connection(1690215566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.166--ServerSession(454071866)--Connection(1690215566)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.166--ServerSession(454071866)--Connection(1070937112)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.166--ServerSession(454071866)--Connection(1690215566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.166--UnitOfWork(1351213638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.166--UnitOfWork(1351213638)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.166--UnitOfWork(1351213638)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7b04638d) [junit] [EL Finest]: 2024-04-30 17:54:20.166--ServerSession(454071866)--Connection(2095885834)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.167--ClientSession(1473350624)--Connection(2095885834)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.167--ClientSession(1473350624)--Connection(2095885834)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.167--ClientSession(1473350624)--Connection(423459696)--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]: 2024-04-30 17:54:20.167--ClientSession(1473350624)--Connection(423459696)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.167--ServerSession(454071866)--Connection(2095885834)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.167--UnitOfWork(1351213638)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.167--UnitOfWork(1351213638)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.167--UnitOfWork(1351213638)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.167--ClientSession(1473350624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.167--UnitOfWork(1351213638)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.167--ClientSession(1473350624)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.167--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1391748051 [junit] [EL Finer]: 2024-04-30 17:54:20.167--ClientSession(1391748051)--Thread(Thread[main,5,main])--acquire unit of work: 1265699705 [junit] [EL Finest]: 2024-04-30 17:54:20.167--UnitOfWork(1265699705)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.167--ServerSession(454071866)--Connection(962928540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.167--ServerSession(454071866)--Connection(962928540)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.168--ServerSession(454071866)--Connection(334284930)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.168--ServerSession(454071866)--Connection(962928540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.168--UnitOfWork(1265699705)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.168--UnitOfWork(1265699705)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.168--UnitOfWork(1265699705)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@211e2e33) [junit] [EL Finest]: 2024-04-30 17:54:20.168--ServerSession(454071866)--Connection(1170942507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.168--ClientSession(1391748051)--Connection(1170942507)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.168--ClientSession(1391748051)--Connection(1170942507)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.168--ClientSession(1391748051)--Connection(431912998)--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]: 2024-04-30 17:54:20.169--ClientSession(1391748051)--Connection(431912998)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.169--ServerSession(454071866)--Connection(1170942507)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.169--UnitOfWork(1265699705)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.169--UnitOfWork(1265699705)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.169--UnitOfWork(1265699705)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.169--ClientSession(1391748051)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.169--UnitOfWork(1265699705)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.169--ClientSession(1391748051)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.169--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1266031123 [junit] [EL Finer]: 2024-04-30 17:54:20.169--ClientSession(1266031123)--Thread(Thread[main,5,main])--acquire unit of work: 1467022116 [junit] [EL Finest]: 2024-04-30 17:54:20.169--UnitOfWork(1467022116)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.169--ServerSession(454071866)--Connection(1030084260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.169--ServerSession(454071866)--Connection(1030084260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.169--ServerSession(454071866)--Connection(2041857678)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.169--ServerSession(454071866)--Connection(1030084260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.169--UnitOfWork(1467022116)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.17--UnitOfWork(1467022116)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.17--UnitOfWork(1467022116)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@52100f8b) [junit] [EL Finest]: 2024-04-30 17:54:20.17--ServerSession(454071866)--Connection(445156617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.17--ClientSession(1266031123)--Connection(445156617)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.17--ClientSession(1266031123)--Connection(445156617)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.17--ClientSession(1266031123)--Connection(1405201220)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIMESTAMP = ? WHERE (ID = ?) [junit] bind => [null, 35] [junit] [EL Finer]: 2024-04-30 17:54:20.17--ClientSession(1266031123)--Connection(1405201220)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.17--ServerSession(454071866)--Connection(445156617)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.17--UnitOfWork(1467022116)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.17--UnitOfWork(1467022116)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.17--UnitOfWork(1467022116)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.17--ClientSession(1266031123)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.17--UnitOfWork(1467022116)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.17--ClientSession(1266031123)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.17--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1500004015 [junit] [EL Finer]: 2024-04-30 17:54:20.17--ClientSession(1500004015)--Thread(Thread[main,5,main])--acquire unit of work: 123080782 [junit] [EL Finest]: 2024-04-30 17:54:20.17--UnitOfWork(123080782)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.17--ServerSession(454071866)--Connection(1494421611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.17--ServerSession(454071866)--Connection(1494421611)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.171--ServerSession(454071866)--Connection(617003299)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.171--ServerSession(454071866)--Connection(1494421611)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.184--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 360660321 [junit] [EL Finer]: 2024-04-30 17:54:20.184--ClientSession(360660321)--Thread(Thread[main,5,main])--acquire unit of work: 608840943 [junit] [EL Finest]: 2024-04-30 17:54:20.184--UnitOfWork(608840943)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.184--UnitOfWork(608840943)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.184--UnitOfWork(608840943)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@bcb4404) [junit] [EL Finest]: 2024-04-30 17:54:20.184--ServerSession(454071866)--Connection(979545734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.184--ClientSession(360660321)--Connection(979545734)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.184--ClientSession(360660321)--Connection(979545734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.184--ClientSession(360660321)--Connection(1329254513)--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]: 2024-04-30 17:54:20.185--ClientSession(360660321)--Connection(1329254513)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.185--ServerSession(454071866)--Connection(979545734)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.185--UnitOfWork(608840943)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.185--UnitOfWork(608840943)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.185--UnitOfWork(608840943)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.185--ClientSession(360660321)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.185--UnitOfWork(608840943)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.185--ClientSession(360660321)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.185--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 414509610 [junit] [EL Finer]: 2024-04-30 17:54:20.185--ClientSession(414509610)--Thread(Thread[main,5,main])--acquire unit of work: 932016420 [junit] [EL Finest]: 2024-04-30 17:54:20.185--UnitOfWork(932016420)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.185--ServerSession(454071866)--Connection(783124220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.185--ServerSession(454071866)--Connection(783124220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.185--ServerSession(454071866)--Connection(847663673)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.186--ServerSession(454071866)--Connection(783124220)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.186--UnitOfWork(932016420)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.186--UnitOfWork(932016420)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.186--UnitOfWork(932016420)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.186--UnitOfWork(932016420)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.186--UnitOfWork(932016420)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@51845f27) [junit] [EL Finest]: 2024-04-30 17:54:20.186--ServerSession(454071866)--Connection(323692101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.186--ClientSession(414509610)--Connection(323692101)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.186--ClientSession(414509610)--Connection(323692101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.186--ClientSession(414509610)--Connection(2124805142)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finer]: 2024-04-30 17:54:20.186--ClientSession(414509610)--Connection(2124805142)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.187--ServerSession(454071866)--Connection(323692101)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.187--UnitOfWork(932016420)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.187--UnitOfWork(932016420)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.187--UnitOfWork(932016420)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.187--ClientSession(414509610)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.187--UnitOfWork(932016420)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.187--ClientSession(414509610)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.187--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2077077883 [junit] [EL Finer]: 2024-04-30 17:54:20.187--ClientSession(2077077883)--Thread(Thread[main,5,main])--acquire unit of work: 830396745 [junit] [EL Finest]: 2024-04-30 17:54:20.187--UnitOfWork(830396745)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.187--UnitOfWork(830396745)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.187--UnitOfWork(830396745)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@51845f27) [junit] [EL Finest]: 2024-04-30 17:54:20.187--ServerSession(454071866)--Connection(853492802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.187--ClientSession(2077077883)--Connection(853492802)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.187--ClientSession(2077077883)--Connection(853492802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.187--ClientSession(2077077883)--Connection(604994827)--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]: 2024-04-30 17:54:20.187--ClientSession(2077077883)--Connection(604994827)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.188--ServerSession(454071866)--Connection(853492802)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.188--UnitOfWork(830396745)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.188--UnitOfWork(830396745)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.188--UnitOfWork(830396745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.188--ClientSession(2077077883)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.188--UnitOfWork(830396745)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.188--ClientSession(2077077883)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.188--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1469293879 [junit] [EL Finer]: 2024-04-30 17:54:20.188--ClientSession(1469293879)--Thread(Thread[main,5,main])--acquire unit of work: 522589907 [junit] [EL Finest]: 2024-04-30 17:54:20.188--UnitOfWork(522589907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.188--ServerSession(454071866)--Connection(1084147481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.188--ServerSession(454071866)--Connection(1084147481)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.188--ServerSession(454071866)--Connection(1090620820)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.188--ServerSession(454071866)--Connection(1084147481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.188--UnitOfWork(522589907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.188--UnitOfWork(522589907)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.189--UnitOfWork(522589907)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.189--UnitOfWork(522589907)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.189--UnitOfWork(522589907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.189--ClientSession(1469293879)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.189--UnitOfWork(522589907)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.189--ClientSession(1469293879)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.189--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1610535616 [junit] [EL Finer]: 2024-04-30 17:54:20.189--ClientSession(1610535616)--Thread(Thread[main,5,main])--acquire unit of work: 1570336355 [junit] [EL Finest]: 2024-04-30 17:54:20.189--UnitOfWork(1570336355)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.189--ServerSession(454071866)--Connection(149914552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.189--ServerSession(454071866)--Connection(149914552)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.189--ServerSession(454071866)--Connection(1859538327)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.189--ServerSession(454071866)--Connection(149914552)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.189--UnitOfWork(1570336355)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.189--UnitOfWork(1570336355)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.189--UnitOfWork(1570336355)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@516b6eb8) [junit] [EL Finest]: 2024-04-30 17:54:20.189--ServerSession(454071866)--Connection(2030800545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.189--ClientSession(1610535616)--Connection(2030800545)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.189--ClientSession(1610535616)--Connection(2030800545)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.19--ClientSession(1610535616)--Connection(28755677)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BOOLEAN = ? WHERE (ID = ?) [junit] bind => [false, 11] [junit] [EL Finer]: 2024-04-30 17:54:20.19--ClientSession(1610535616)--Connection(28755677)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.19--ServerSession(454071866)--Connection(2030800545)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.19--UnitOfWork(1570336355)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.19--UnitOfWork(1570336355)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.19--UnitOfWork(1570336355)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.19--ClientSession(1610535616)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.19--UnitOfWork(1570336355)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.19--ClientSession(1610535616)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.19--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1085215810 [junit] [EL Finer]: 2024-04-30 17:54:20.19--ClientSession(1085215810)--Thread(Thread[main,5,main])--acquire unit of work: 1710548080 [junit] [EL Finest]: 2024-04-30 17:54:20.19--UnitOfWork(1710548080)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.19--ServerSession(454071866)--Connection(1380140605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.19--ServerSession(454071866)--Connection(1380140605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.19--ServerSession(454071866)--Connection(1246648070)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.191--ServerSession(454071866)--Connection(1380140605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.191--UnitOfWork(1710548080)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.191--UnitOfWork(1710548080)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.191--UnitOfWork(1710548080)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@306eea52) [junit] [EL Finest]: 2024-04-30 17:54:20.191--ServerSession(454071866)--Connection(1075490471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.191--ClientSession(1085215810)--Connection(1075490471)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.191--ClientSession(1085215810)--Connection(1075490471)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.191--ClientSession(1085215810)--Connection(1752300194)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BOOLEAN = ? WHERE (ID = ?) [junit] bind => [null, 11] [junit] [EL Finer]: 2024-04-30 17:54:20.191--ClientSession(1085215810)--Connection(1752300194)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.191--ServerSession(454071866)--Connection(1075490471)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.191--UnitOfWork(1710548080)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.192--UnitOfWork(1710548080)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.192--UnitOfWork(1710548080)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.192--ClientSession(1085215810)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.192--UnitOfWork(1710548080)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.192--ClientSession(1085215810)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.192--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1979791097 [junit] [EL Finer]: 2024-04-30 17:54:20.192--ClientSession(1979791097)--Thread(Thread[main,5,main])--acquire unit of work: 1669054728 [junit] [EL Finest]: 2024-04-30 17:54:20.192--UnitOfWork(1669054728)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.192--ServerSession(454071866)--Connection(79201071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.192--ServerSession(454071866)--Connection(79201071)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.192--ServerSession(454071866)--Connection(2118386877)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.192--ServerSession(454071866)--Connection(79201071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.201--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1250399292 [junit] [EL Finer]: 2024-04-30 17:54:20.201--ClientSession(1250399292)--Thread(Thread[main,5,main])--acquire unit of work: 106313578 [junit] [EL Finest]: 2024-04-30 17:54:20.201--UnitOfWork(106313578)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.201--UnitOfWork(106313578)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.201--UnitOfWork(106313578)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@a83c4ac) [junit] [EL Finest]: 2024-04-30 17:54:20.201--ServerSession(454071866)--Connection(1939220500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.201--ClientSession(1250399292)--Connection(1939220500)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.201--ClientSession(1250399292)--Connection(1939220500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.201--ClientSession(1250399292)--Connection(1154264171)--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]: 2024-04-30 17:54:20.253--ClientSession(1250399292)--Connection(1154264171)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.253--ServerSession(454071866)--Connection(1939220500)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.254--UnitOfWork(106313578)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.254--UnitOfWork(106313578)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.254--UnitOfWork(106313578)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.254--ClientSession(1250399292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.254--UnitOfWork(106313578)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.254--ClientSession(1250399292)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.254--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1717135323 [junit] [EL Finer]: 2024-04-30 17:54:20.254--ClientSession(1717135323)--Thread(Thread[main,5,main])--acquire unit of work: 609035660 [junit] [EL Finest]: 2024-04-30 17:54:20.254--UnitOfWork(609035660)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.254--ServerSession(454071866)--Connection(88308378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.254--ServerSession(454071866)--Connection(88308378)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.254--ServerSession(454071866)--Connection(548357550)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.254--ServerSession(454071866)--Connection(88308378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.255--UnitOfWork(609035660)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.255--UnitOfWork(609035660)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.255--UnitOfWork(609035660)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.255--UnitOfWork(609035660)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.255--UnitOfWork(609035660)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@40c9bcaa) [junit] [EL Finest]: 2024-04-30 17:54:20.255--ServerSession(454071866)--Connection(68691392)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.255--ClientSession(1717135323)--Connection(68691392)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.255--ClientSession(1717135323)--Connection(68691392)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.255--ClientSession(1717135323)--Connection(621969405)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finer]: 2024-04-30 17:54:20.255--ClientSession(1717135323)--Connection(621969405)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.256--ServerSession(454071866)--Connection(68691392)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.256--UnitOfWork(609035660)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.256--UnitOfWork(609035660)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.256--UnitOfWork(609035660)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.256--ClientSession(1717135323)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.256--UnitOfWork(609035660)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.256--ClientSession(1717135323)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.256--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1919263501 [junit] [EL Finer]: 2024-04-30 17:54:20.256--ClientSession(1919263501)--Thread(Thread[main,5,main])--acquire unit of work: 924237476 [junit] [EL Finest]: 2024-04-30 17:54:20.256--UnitOfWork(924237476)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.256--UnitOfWork(924237476)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.256--UnitOfWork(924237476)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@40c9bcaa) [junit] [EL Finest]: 2024-04-30 17:54:20.256--ServerSession(454071866)--Connection(882100847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.256--ClientSession(1919263501)--Connection(882100847)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.256--ClientSession(1919263501)--Connection(882100847)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.256--ClientSession(1919263501)--Connection(1775241847)--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@6bb17a3b, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:20.257--ClientSession(1919263501)--Connection(1775241847)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.257--ServerSession(454071866)--Connection(882100847)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.257--UnitOfWork(924237476)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.257--UnitOfWork(924237476)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.257--UnitOfWork(924237476)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.257--ClientSession(1919263501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.257--UnitOfWork(924237476)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.257--ClientSession(1919263501)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.257--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 738790354 [junit] [EL Finer]: 2024-04-30 17:54:20.257--ClientSession(738790354)--Thread(Thread[main,5,main])--acquire unit of work: 1284099274 [junit] [EL Finest]: 2024-04-30 17:54:20.257--UnitOfWork(1284099274)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.257--ServerSession(454071866)--Connection(627303582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.257--ServerSession(454071866)--Connection(627303582)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.257--ServerSession(454071866)--Connection(953396352)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.258--ServerSession(454071866)--Connection(627303582)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.258--UnitOfWork(1284099274)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.258--UnitOfWork(1284099274)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.258--UnitOfWork(1284099274)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.258--UnitOfWork(1284099274)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.258--UnitOfWork(1284099274)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.258--ClientSession(738790354)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.258--UnitOfWork(1284099274)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.258--ClientSession(738790354)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.258--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1096958176 [junit] [EL Finer]: 2024-04-30 17:54:20.258--ClientSession(1096958176)--Thread(Thread[main,5,main])--acquire unit of work: 518224352 [junit] [EL Finest]: 2024-04-30 17:54:20.258--UnitOfWork(518224352)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.258--ServerSession(454071866)--Connection(673237234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.258--ServerSession(454071866)--Connection(673237234)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.258--ServerSession(454071866)--Connection(1309425907)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.259--ServerSession(454071866)--Connection(673237234)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.259--UnitOfWork(518224352)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.259--UnitOfWork(518224352)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.259--UnitOfWork(518224352)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@18132abc) [junit] [EL Finest]: 2024-04-30 17:54:20.259--ServerSession(454071866)--Connection(452838388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.259--ClientSession(1096958176)--Connection(452838388)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.259--ClientSession(1096958176)--Connection(452838388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.259--ClientSession(1096958176)--Connection(1416458965)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [null, 47] [junit] [EL Finer]: 2024-04-30 17:54:20.259--ClientSession(1096958176)--Connection(1416458965)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.26--ServerSession(454071866)--Connection(452838388)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.26--UnitOfWork(518224352)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.26--UnitOfWork(518224352)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.26--UnitOfWork(518224352)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.26--ClientSession(1096958176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.26--UnitOfWork(518224352)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.26--ClientSession(1096958176)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.26--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 858141241 [junit] [EL Finer]: 2024-04-30 17:54:20.26--ClientSession(858141241)--Thread(Thread[main,5,main])--acquire unit of work: 1194370506 [junit] [EL Finest]: 2024-04-30 17:54:20.26--UnitOfWork(1194370506)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.26--ServerSession(454071866)--Connection(2020903971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.26--ServerSession(454071866)--Connection(2020903971)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.26--ServerSession(454071866)--Connection(2063404183)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.26--ServerSession(454071866)--Connection(2020903971)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.26--UnitOfWork(1194370506)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.261--UnitOfWork(1194370506)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.261--UnitOfWork(1194370506)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a14ba2d) [junit] [EL Finest]: 2024-04-30 17:54:20.261--ServerSession(454071866)--Connection(1951800624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.261--ClientSession(858141241)--Connection(1951800624)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.261--ClientSession(858141241)--Connection(1951800624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.261--ClientSession(858141241)--Connection(1359917970)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [[B@4e54ada7, 47] [junit] [EL Finer]: 2024-04-30 17:54:20.261--ClientSession(858141241)--Connection(1359917970)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.261--ServerSession(454071866)--Connection(1951800624)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.261--UnitOfWork(1194370506)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.261--UnitOfWork(1194370506)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.261--UnitOfWork(1194370506)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.261--ClientSession(858141241)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.261--UnitOfWork(1194370506)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.261--ClientSession(858141241)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.261--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 448907261 [junit] [EL Finer]: 2024-04-30 17:54:20.261--ClientSession(448907261)--Thread(Thread[main,5,main])--acquire unit of work: 1897097367 [junit] [EL Finest]: 2024-04-30 17:54:20.262--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.262--ServerSession(454071866)--Connection(1428539140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.262--ServerSession(454071866)--Connection(1428539140)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.262--ServerSession(454071866)--Connection(1558369633)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.262--ServerSession(454071866)--Connection(1428539140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.262--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.262--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.262--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@22358169) [junit] [EL Finest]: 2024-04-30 17:54:20.262--ServerSession(454071866)--Connection(332456026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.262--ClientSession(448907261)--Connection(332456026)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.262--ClientSession(448907261)--Connection(332456026)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.262--ClientSession(448907261)--Connection(362385597)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [[B@1ba97468, 47] [junit] [EL Finer]: 2024-04-30 17:54:20.263--ClientSession(448907261)--Connection(362385597)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.263--ServerSession(454071866)--Connection(332456026)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.263--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.263--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.263--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.263--ClientSession(448907261)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.263--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.263--ClientSession(448907261)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.263--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1135630425 [junit] [EL Finer]: 2024-04-30 17:54:20.263--ClientSession(1135630425)--Thread(Thread[main,5,main])--acquire unit of work: 325742195 [junit] [EL Finest]: 2024-04-30 17:54:20.263--UnitOfWork(325742195)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.263--ServerSession(454071866)--Connection(1244600539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.263--ServerSession(454071866)--Connection(1244600539)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.263--ServerSession(454071866)--Connection(683489691)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.263--ServerSession(454071866)--Connection(1244600539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.264--UnitOfWork(325742195)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.264--UnitOfWork(325742195)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.264--UnitOfWork(325742195)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@29d72ce1) [junit] [EL Finest]: 2024-04-30 17:54:20.264--ServerSession(454071866)--Connection(1522303947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.264--ClientSession(1135630425)--Connection(1522303947)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.264--ClientSession(1135630425)--Connection(1522303947)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.264--ClientSession(1135630425)--Connection(1172247103)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [null, 47] [junit] [EL Finer]: 2024-04-30 17:54:20.264--ClientSession(1135630425)--Connection(1172247103)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.264--ServerSession(454071866)--Connection(1522303947)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.264--UnitOfWork(325742195)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.264--UnitOfWork(325742195)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.264--UnitOfWork(325742195)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.264--ClientSession(1135630425)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.264--UnitOfWork(325742195)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.264--ClientSession(1135630425)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.265--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 772709950 [junit] [EL Finer]: 2024-04-30 17:54:20.265--ClientSession(772709950)--Thread(Thread[main,5,main])--acquire unit of work: 269673199 [junit] [EL Finest]: 2024-04-30 17:54:20.265--UnitOfWork(269673199)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.265--ServerSession(454071866)--Connection(769741880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.265--ServerSession(454071866)--Connection(769741880)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.265--ServerSession(454071866)--Connection(71686723)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.265--ServerSession(454071866)--Connection(769741880)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.274--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 128130371 [junit] [EL Finer]: 2024-04-30 17:54:20.274--ClientSession(128130371)--Thread(Thread[main,5,main])--acquire unit of work: 1221538244 [junit] [EL Finest]: 2024-04-30 17:54:20.274--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.275--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.275--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6a311e2d) [junit] [EL Finest]: 2024-04-30 17:54:20.275--ServerSession(454071866)--Connection(829126873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.275--ClientSession(128130371)--Connection(829126873)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.275--ClientSession(128130371)--Connection(829126873)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.275--ClientSession(128130371)--Connection(1781281)--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]: 2024-04-30 17:54:20.275--ClientSession(128130371)--Connection(1781281)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.276--ServerSession(454071866)--Connection(829126873)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.276--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.276--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.276--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.276--ClientSession(128130371)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.276--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.276--ClientSession(128130371)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.276--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 625590935 [junit] [EL Finer]: 2024-04-30 17:54:20.276--ClientSession(625590935)--Thread(Thread[main,5,main])--acquire unit of work: 1334762327 [junit] [EL Finest]: 2024-04-30 17:54:20.276--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.276--ServerSession(454071866)--Connection(373137057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.276--ServerSession(454071866)--Connection(373137057)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.276--ServerSession(454071866)--Connection(954803791)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.276--ServerSession(454071866)--Connection(373137057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.276--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.276--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.276--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.277--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.277--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6ab23bf0) [junit] [EL Finest]: 2024-04-30 17:54:20.277--ServerSession(454071866)--Connection(1630203776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.277--ClientSession(625590935)--Connection(1630203776)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.277--ClientSession(625590935)--Connection(1630203776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.277--ClientSession(625590935)--Connection(1248552948)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finer]: 2024-04-30 17:54:20.277--ClientSession(625590935)--Connection(1248552948)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.277--ServerSession(454071866)--Connection(1630203776)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.277--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.277--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.277--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.277--ClientSession(625590935)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.277--UnitOfWork(1334762327)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.277--ClientSession(625590935)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.277--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 573213372 [junit] [EL Finer]: 2024-04-30 17:54:20.277--ClientSession(573213372)--Thread(Thread[main,5,main])--acquire unit of work: 340404118 [junit] [EL Finest]: 2024-04-30 17:54:20.277--UnitOfWork(340404118)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.277--UnitOfWork(340404118)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.278--UnitOfWork(340404118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6ab23bf0) [junit] [EL Finest]: 2024-04-30 17:54:20.278--ServerSession(454071866)--Connection(1500062807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.278--ClientSession(573213372)--Connection(1500062807)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.278--ClientSession(573213372)--Connection(1500062807)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.278--ClientSession(573213372)--Connection(803224236)--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]: 2024-04-30 17:54:20.278--ClientSession(573213372)--Connection(803224236)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.278--ServerSession(454071866)--Connection(1500062807)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.278--UnitOfWork(340404118)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.278--UnitOfWork(340404118)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.278--UnitOfWork(340404118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.278--ClientSession(573213372)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.278--UnitOfWork(340404118)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.279--ClientSession(573213372)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 311770097 [junit] [EL Finer]: 2024-04-30 17:54:20.279--ClientSession(311770097)--Thread(Thread[main,5,main])--acquire unit of work: 47119976 [junit] [EL Finest]: 2024-04-30 17:54:20.279--UnitOfWork(47119976)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Connection(743801287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Connection(743801287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Connection(1484841818)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Connection(743801287)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.279--UnitOfWork(47119976)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.279--UnitOfWork(47119976)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.279--UnitOfWork(47119976)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.279--UnitOfWork(47119976)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.279--UnitOfWork(47119976)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.279--ClientSession(311770097)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.279--UnitOfWork(47119976)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.279--ClientSession(311770097)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1235731884 [junit] [EL Finer]: 2024-04-30 17:54:20.279--ClientSession(1235731884)--Thread(Thread[main,5,main])--acquire unit of work: 573928657 [junit] [EL Finest]: 2024-04-30 17:54:20.279--UnitOfWork(573928657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Connection(2015568553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Connection(2015568553)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.279--ServerSession(454071866)--Connection(2108987650)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.28--ServerSession(454071866)--Connection(2015568553)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.28--UnitOfWork(573928657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.28--UnitOfWork(573928657)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.28--UnitOfWork(573928657)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@353d7d9) [junit] [EL Finest]: 2024-04-30 17:54:20.28--ServerSession(454071866)--Connection(992043691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.28--ClientSession(1235731884)--Connection(992043691)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.28--ClientSession(1235731884)--Connection(992043691)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.28--ClientSession(1235731884)--Connection(2095226915)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_VC = ? WHERE (ID = ?) [junit] bind => [VC 2, 21] [junit] [EL Finer]: 2024-04-30 17:54:20.28--ClientSession(1235731884)--Connection(2095226915)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.281--ServerSession(454071866)--Connection(992043691)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.281--UnitOfWork(573928657)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.281--UnitOfWork(573928657)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.281--UnitOfWork(573928657)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.281--ClientSession(1235731884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.281--UnitOfWork(573928657)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.281--ClientSession(1235731884)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.281--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 655037744 [junit] [EL Finer]: 2024-04-30 17:54:20.281--ClientSession(655037744)--Thread(Thread[main,5,main])--acquire unit of work: 395251520 [junit] [EL Finest]: 2024-04-30 17:54:20.281--UnitOfWork(395251520)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.281--ServerSession(454071866)--Connection(2122667562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.281--ServerSession(454071866)--Connection(2122667562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.281--ServerSession(454071866)--Connection(227521798)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.281--ServerSession(454071866)--Connection(2122667562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.281--UnitOfWork(395251520)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.281--UnitOfWork(395251520)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.281--UnitOfWork(395251520)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1d486707) [junit] [EL Finest]: 2024-04-30 17:54:20.282--ServerSession(454071866)--Connection(964685108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.282--ClientSession(655037744)--Connection(964685108)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.282--ClientSession(655037744)--Connection(964685108)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.282--ClientSession(655037744)--Connection(1607705354)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_VC = ? WHERE (ID = ?) [junit] bind => [null, 21] [junit] [EL Finer]: 2024-04-30 17:54:20.282--ClientSession(655037744)--Connection(1607705354)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.282--ServerSession(454071866)--Connection(964685108)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.282--UnitOfWork(395251520)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.282--UnitOfWork(395251520)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.282--UnitOfWork(395251520)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.282--ClientSession(655037744)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.282--UnitOfWork(395251520)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.282--ClientSession(655037744)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.282--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 174775635 [junit] [EL Finer]: 2024-04-30 17:54:20.282--ClientSession(174775635)--Thread(Thread[main,5,main])--acquire unit of work: 1287292775 [junit] [EL Finest]: 2024-04-30 17:54:20.282--UnitOfWork(1287292775)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.282--ServerSession(454071866)--Connection(238265865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.282--ServerSession(454071866)--Connection(238265865)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.283--ServerSession(454071866)--Connection(1662918832)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.283--ServerSession(454071866)--Connection(238265865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.291--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 679048492 [junit] [EL Finer]: 2024-04-30 17:54:20.291--ClientSession(679048492)--Thread(Thread[main,5,main])--acquire unit of work: 349099682 [junit] [EL Finest]: 2024-04-30 17:54:20.291--UnitOfWork(349099682)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.291--UnitOfWork(349099682)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.292--UnitOfWork(349099682)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@78a2d456) [junit] [EL Finest]: 2024-04-30 17:54:20.292--ServerSession(454071866)--Connection(1374277958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.292--ClientSession(679048492)--Connection(1374277958)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.292--ClientSession(679048492)--Connection(1374277958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.292--ClientSession(679048492)--Connection(871392799)--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]: 2024-04-30 17:54:20.292--ClientSession(679048492)--Connection(871392799)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.292--ServerSession(454071866)--Connection(1374277958)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.293--UnitOfWork(349099682)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.293--UnitOfWork(349099682)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.293--UnitOfWork(349099682)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.293--ClientSession(679048492)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.293--UnitOfWork(349099682)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.293--ClientSession(679048492)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.293--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1060628198 [junit] [EL Finer]: 2024-04-30 17:54:20.293--ClientSession(1060628198)--Thread(Thread[main,5,main])--acquire unit of work: 541811623 [junit] [EL Finest]: 2024-04-30 17:54:20.293--UnitOfWork(541811623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.293--ServerSession(454071866)--Connection(272316719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.293--ServerSession(454071866)--Connection(272316719)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.293--ServerSession(454071866)--Connection(1026165735)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.293--ServerSession(454071866)--Connection(272316719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.293--UnitOfWork(541811623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.293--UnitOfWork(541811623)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.293--UnitOfWork(541811623)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.293--UnitOfWork(541811623)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.293--UnitOfWork(541811623)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4687c03b) [junit] [EL Finest]: 2024-04-30 17:54:20.293--ServerSession(454071866)--Connection(1646542006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.293--ClientSession(1060628198)--Connection(1646542006)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.294--ClientSession(1060628198)--Connection(1646542006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.294--ClientSession(1060628198)--Connection(162927562)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finer]: 2024-04-30 17:54:20.294--ClientSession(1060628198)--Connection(162927562)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.294--ServerSession(454071866)--Connection(1646542006)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.294--UnitOfWork(541811623)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.294--UnitOfWork(541811623)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.294--UnitOfWork(541811623)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.294--ClientSession(1060628198)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.294--UnitOfWork(541811623)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.294--ClientSession(1060628198)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.294--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 499429664 [junit] [EL Finer]: 2024-04-30 17:54:20.294--ClientSession(499429664)--Thread(Thread[main,5,main])--acquire unit of work: 1590095778 [junit] [EL Finest]: 2024-04-30 17:54:20.294--UnitOfWork(1590095778)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.294--UnitOfWork(1590095778)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.294--UnitOfWork(1590095778)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4687c03b) [junit] [EL Finest]: 2024-04-30 17:54:20.294--ServerSession(454071866)--Connection(1380731314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.294--ClientSession(499429664)--Connection(1380731314)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.294--ClientSession(499429664)--Connection(1380731314)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.357--ClientSession(499429664)--Connection(57402976)--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@6ab9bf6a, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:20.357--ClientSession(499429664)--Connection(57402976)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.358--ServerSession(454071866)--Connection(1380731314)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.358--UnitOfWork(1590095778)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.358--UnitOfWork(1590095778)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.358--UnitOfWork(1590095778)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.358--ClientSession(499429664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.358--UnitOfWork(1590095778)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.358--ClientSession(499429664)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.358--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1747520129 [junit] [EL Finer]: 2024-04-30 17:54:20.358--ClientSession(1747520129)--Thread(Thread[main,5,main])--acquire unit of work: 1330428417 [junit] [EL Finest]: 2024-04-30 17:54:20.358--UnitOfWork(1330428417)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.358--ServerSession(454071866)--Connection(331881838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.358--ServerSession(454071866)--Connection(331881838)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.358--ServerSession(454071866)--Connection(226609535)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.359--ServerSession(454071866)--Connection(331881838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.359--UnitOfWork(1330428417)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.359--UnitOfWork(1330428417)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.359--UnitOfWork(1330428417)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.359--UnitOfWork(1330428417)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.359--UnitOfWork(1330428417)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.359--ClientSession(1747520129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.359--UnitOfWork(1330428417)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.359--ClientSession(1747520129)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.359--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1473459063 [junit] [EL Finer]: 2024-04-30 17:54:20.359--ClientSession(1473459063)--Thread(Thread[main,5,main])--acquire unit of work: 528287766 [junit] [EL Finest]: 2024-04-30 17:54:20.359--UnitOfWork(528287766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.359--ServerSession(454071866)--Connection(1277570945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.359--ServerSession(454071866)--Connection(1277570945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.359--ServerSession(454071866)--Connection(1319844781)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.359--ServerSession(454071866)--Connection(1277570945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.36--UnitOfWork(528287766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.36--UnitOfWork(528287766)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.36--UnitOfWork(528287766)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@77e7642f) [junit] [EL Finest]: 2024-04-30 17:54:20.36--ServerSession(454071866)--Connection(488715219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.36--ClientSession(1473459063)--Connection(488715219)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.36--ClientSession(1473459063)--Connection(488715219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.36--ClientSession(1473459063)--Connection(1919930418)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?) [junit] bind => [null, 46] [junit] [EL Finer]: 2024-04-30 17:54:20.36--ClientSession(1473459063)--Connection(1919930418)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.361--ServerSession(454071866)--Connection(488715219)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.361--UnitOfWork(528287766)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.361--UnitOfWork(528287766)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.361--UnitOfWork(528287766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.361--ClientSession(1473459063)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.361--UnitOfWork(528287766)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.361--ClientSession(1473459063)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.361--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 873744218 [junit] [EL Finer]: 2024-04-30 17:54:20.361--ClientSession(873744218)--Thread(Thread[main,5,main])--acquire unit of work: 549410208 [junit] [EL Finest]: 2024-04-30 17:54:20.361--UnitOfWork(549410208)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.361--ServerSession(454071866)--Connection(744357829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.361--ServerSession(454071866)--Connection(744357829)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.361--ServerSession(454071866)--Connection(982309222)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.361--ServerSession(454071866)--Connection(744357829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.361--UnitOfWork(549410208)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.362--UnitOfWork(549410208)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.362--UnitOfWork(549410208)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@76fc3589) [junit] [EL Finest]: 2024-04-30 17:54:20.362--ServerSession(454071866)--Connection(1762129784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.362--ClientSession(873744218)--Connection(1762129784)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.362--ClientSession(873744218)--Connection(1762129784)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.362--ClientSession(873744218)--Connection(1900341041)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?) [junit] bind => [[B@6603c605, 46] [junit] [EL Finer]: 2024-04-30 17:54:20.362--ClientSession(873744218)--Connection(1900341041)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.362--ServerSession(454071866)--Connection(1762129784)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.362--UnitOfWork(549410208)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.362--UnitOfWork(549410208)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.362--UnitOfWork(549410208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.362--ClientSession(873744218)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.363--UnitOfWork(549410208)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.363--ClientSession(873744218)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.363--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1889497011 [junit] [EL Finer]: 2024-04-30 17:54:20.363--ClientSession(1889497011)--Thread(Thread[main,5,main])--acquire unit of work: 148159563 [junit] [EL Finest]: 2024-04-30 17:54:20.363--UnitOfWork(148159563)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.363--ServerSession(454071866)--Connection(1593814799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.363--ServerSession(454071866)--Connection(1593814799)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.363--ServerSession(454071866)--Connection(1468149778)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.363--ServerSession(454071866)--Connection(1593814799)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.363--UnitOfWork(148159563)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.363--UnitOfWork(148159563)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.363--UnitOfWork(148159563)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7170e694) [junit] [EL Finest]: 2024-04-30 17:54:20.363--ServerSession(454071866)--Connection(336593050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.363--ClientSession(1889497011)--Connection(336593050)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.363--ClientSession(1889497011)--Connection(336593050)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.364--ClientSession(1889497011)--Connection(1739692883)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?) [junit] bind => [[B@11039ba1, 46] [junit] [EL Finer]: 2024-04-30 17:54:20.364--ClientSession(1889497011)--Connection(1739692883)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.364--ServerSession(454071866)--Connection(336593050)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.364--UnitOfWork(148159563)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.364--UnitOfWork(148159563)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.364--UnitOfWork(148159563)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.364--ClientSession(1889497011)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.364--UnitOfWork(148159563)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.364--ClientSession(1889497011)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.364--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 72445487 [junit] [EL Finer]: 2024-04-30 17:54:20.364--ClientSession(72445487)--Thread(Thread[main,5,main])--acquire unit of work: 159527831 [junit] [EL Finest]: 2024-04-30 17:54:20.364--UnitOfWork(159527831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.364--ServerSession(454071866)--Connection(1652706039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.364--ServerSession(454071866)--Connection(1652706039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.364--ServerSession(454071866)--Connection(2131559432)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.365--ServerSession(454071866)--Connection(1652706039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.365--UnitOfWork(159527831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.365--UnitOfWork(159527831)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.365--UnitOfWork(159527831)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@68a4a6c8) [junit] [EL Finest]: 2024-04-30 17:54:20.365--ServerSession(454071866)--Connection(255587973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.365--ClientSession(72445487)--Connection(255587973)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.365--ClientSession(72445487)--Connection(255587973)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.365--ClientSession(72445487)--Connection(1855329823)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?) [junit] bind => [null, 46] [junit] [EL Finer]: 2024-04-30 17:54:20.365--ClientSession(72445487)--Connection(1855329823)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.366--ServerSession(454071866)--Connection(255587973)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.366--UnitOfWork(159527831)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.366--UnitOfWork(159527831)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.366--UnitOfWork(159527831)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.366--ClientSession(72445487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.366--UnitOfWork(159527831)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.366--ClientSession(72445487)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.366--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 926599191 [junit] [EL Finer]: 2024-04-30 17:54:20.366--ClientSession(926599191)--Thread(Thread[main,5,main])--acquire unit of work: 1734713259 [junit] [EL Finest]: 2024-04-30 17:54:20.366--UnitOfWork(1734713259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.366--ServerSession(454071866)--Connection(958221238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.366--ServerSession(454071866)--Connection(958221238)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.366--ServerSession(454071866)--Connection(1363381521)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.366--ServerSession(454071866)--Connection(958221238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.376--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1224051814 [junit] [EL Finer]: 2024-04-30 17:54:20.376--ClientSession(1224051814)--Thread(Thread[main,5,main])--acquire unit of work: 500994334 [junit] [EL Finest]: 2024-04-30 17:54:20.376--UnitOfWork(500994334)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.376--UnitOfWork(500994334)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.376--UnitOfWork(500994334)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@14020975) [junit] [EL Finest]: 2024-04-30 17:54:20.376--ServerSession(454071866)--Connection(203057335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.376--ClientSession(1224051814)--Connection(203057335)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.376--ClientSession(1224051814)--Connection(203057335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.376--ClientSession(1224051814)--Connection(1966562379)--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]: 2024-04-30 17:54:20.376--ClientSession(1224051814)--Connection(1966562379)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.377--ServerSession(454071866)--Connection(203057335)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.377--UnitOfWork(500994334)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.377--UnitOfWork(500994334)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.377--UnitOfWork(500994334)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.377--ClientSession(1224051814)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.377--UnitOfWork(500994334)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.377--ClientSession(1224051814)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.377--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1531148329 [junit] [EL Finer]: 2024-04-30 17:54:20.377--ClientSession(1531148329)--Thread(Thread[main,5,main])--acquire unit of work: 79948838 [junit] [EL Finest]: 2024-04-30 17:54:20.377--UnitOfWork(79948838)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.377--ServerSession(454071866)--Connection(1272528369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.377--ServerSession(454071866)--Connection(1272528369)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.377--ServerSession(454071866)--Connection(1876360641)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.377--ServerSession(454071866)--Connection(1272528369)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.377--UnitOfWork(79948838)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.377--UnitOfWork(79948838)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.377--UnitOfWork(79948838)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.378--UnitOfWork(79948838)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.378--UnitOfWork(79948838)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.378--ClientSession(1531148329)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.378--UnitOfWork(79948838)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.378--ClientSession(1531148329)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.378--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1861838620 [junit] [EL Finer]: 2024-04-30 17:54:20.378--ClientSession(1861838620)--Thread(Thread[main,5,main])--acquire unit of work: 1668398515 [junit] [EL Finest]: 2024-04-30 17:54:20.378--UnitOfWork(1668398515)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.378--ServerSession(454071866)--Connection(1053338766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.378--ServerSession(454071866)--Connection(1053338766)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.378--ServerSession(454071866)--Connection(1162715480)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.378--ServerSession(454071866)--Connection(1053338766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.378--UnitOfWork(1668398515)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.378--UnitOfWork(1668398515)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.378--UnitOfWork(1668398515)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@e5b4af9) [junit] [EL Finest]: 2024-04-30 17:54:20.378--ServerSession(454071866)--Connection(1575158776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.378--ClientSession(1861838620)--Connection(1575158776)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.378--ClientSession(1861838620)--Connection(1575158776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.379--ClientSession(1861838620)--Connection(1914594689)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_BOOLEAN = ? WHERE (ID = ?) [junit] bind => [false, 1] [junit] [EL Finer]: 2024-04-30 17:54:20.379--ClientSession(1861838620)--Connection(1914594689)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.379--ServerSession(454071866)--Connection(1575158776)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.379--UnitOfWork(1668398515)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.379--UnitOfWork(1668398515)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.379--UnitOfWork(1668398515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.379--ClientSession(1861838620)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.379--UnitOfWork(1668398515)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.379--ClientSession(1861838620)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.379--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 839228730 [junit] [EL Finer]: 2024-04-30 17:54:20.379--ClientSession(839228730)--Thread(Thread[main,5,main])--acquire unit of work: 2000467009 [junit] [EL Finest]: 2024-04-30 17:54:20.379--UnitOfWork(2000467009)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.379--ServerSession(454071866)--Connection(1980753226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.379--ServerSession(454071866)--Connection(1980753226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.379--ServerSession(454071866)--Connection(1735736591)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.38--ServerSession(454071866)--Connection(1980753226)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.388--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 256251822 [junit] [EL Finer]: 2024-04-30 17:54:20.388--ClientSession(256251822)--Thread(Thread[main,5,main])--acquire unit of work: 1889302911 [junit] [EL Finest]: 2024-04-30 17:54:20.388--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.388--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.388--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5d74a14) [junit] [EL Finest]: 2024-04-30 17:54:20.388--ServerSession(454071866)--Connection(1094267211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.388--ClientSession(256251822)--Connection(1094267211)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.388--ClientSession(256251822)--Connection(1094267211)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.389--ClientSession(256251822)--Connection(1383985042)--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]: 2024-04-30 17:54:20.389--ClientSession(256251822)--Connection(1383985042)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.389--ServerSession(454071866)--Connection(1094267211)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.389--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.389--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.389--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.389--ClientSession(256251822)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.389--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.389--ClientSession(256251822)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.389--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2117709836 [junit] [EL Finer]: 2024-04-30 17:54:20.389--ClientSession(2117709836)--Thread(Thread[main,5,main])--acquire unit of work: 1979868649 [junit] [EL Finest]: 2024-04-30 17:54:20.389--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.389--ServerSession(454071866)--Connection(1270744516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.389--ServerSession(454071866)--Connection(1270744516)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.39--ServerSession(454071866)--Connection(175839232)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.39--ServerSession(454071866)--Connection(1270744516)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.39--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.39--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.39--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.39--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.39--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5cb96779) [junit] [EL Finest]: 2024-04-30 17:54:20.39--ServerSession(454071866)--Connection(905668325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.39--ClientSession(2117709836)--Connection(905668325)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.39--ClientSession(2117709836)--Connection(905668325)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.39--ClientSession(2117709836)--Connection(121404705)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finer]: 2024-04-30 17:54:20.391--ClientSession(2117709836)--Connection(121404705)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.391--ServerSession(454071866)--Connection(905668325)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.391--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.391--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.391--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.391--ClientSession(2117709836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.391--UnitOfWork(1979868649)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.391--ClientSession(2117709836)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.391--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1627568571 [junit] [EL Finer]: 2024-04-30 17:54:20.391--ClientSession(1627568571)--Thread(Thread[main,5,main])--acquire unit of work: 253765424 [junit] [EL Finest]: 2024-04-30 17:54:20.391--UnitOfWork(253765424)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.391--UnitOfWork(253765424)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.391--UnitOfWork(253765424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5cb96779) [junit] [EL Finest]: 2024-04-30 17:54:20.391--ServerSession(454071866)--Connection(828564002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.391--ClientSession(1627568571)--Connection(828564002)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.391--ClientSession(1627568571)--Connection(828564002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.391--ClientSession(1627568571)--Connection(1263463656)--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@45594ad4, 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]: 2024-04-30 17:54:20.392--ClientSession(1627568571)--Connection(1263463656)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.392--ServerSession(454071866)--Connection(828564002)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.392--UnitOfWork(253765424)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.392--UnitOfWork(253765424)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.392--UnitOfWork(253765424)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.392--ClientSession(1627568571)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.392--UnitOfWork(253765424)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.392--ClientSession(1627568571)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.392--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 173654742 [junit] [EL Finer]: 2024-04-30 17:54:20.392--ClientSession(173654742)--Thread(Thread[main,5,main])--acquire unit of work: 89732771 [junit] [EL Finest]: 2024-04-30 17:54:20.392--UnitOfWork(89732771)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.392--ServerSession(454071866)--Connection(969712460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.392--ServerSession(454071866)--Connection(969712460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.392--ServerSession(454071866)--Connection(2008707740)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.392--ServerSession(454071866)--Connection(969712460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.393--UnitOfWork(89732771)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.393--UnitOfWork(89732771)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.393--UnitOfWork(89732771)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.393--UnitOfWork(89732771)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.393--UnitOfWork(89732771)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.393--ClientSession(173654742)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.393--UnitOfWork(89732771)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.393--ClientSession(173654742)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.393--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 126953252 [junit] [EL Finer]: 2024-04-30 17:54:20.393--ClientSession(126953252)--Thread(Thread[main,5,main])--acquire unit of work: 1050091824 [junit] [EL Finest]: 2024-04-30 17:54:20.393--UnitOfWork(1050091824)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.393--ServerSession(454071866)--Connection(1306274803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.393--ServerSession(454071866)--Connection(1306274803)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.393--ServerSession(454071866)--Connection(843224150)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.393--ServerSession(454071866)--Connection(1306274803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.393--UnitOfWork(1050091824)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.393--UnitOfWork(1050091824)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.393--UnitOfWork(1050091824)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3b7d0530) [junit] [EL Finest]: 2024-04-30 17:54:20.393--ServerSession(454071866)--Connection(831845527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.393--ClientSession(126953252)--Connection(831845527)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.394--ClientSession(126953252)--Connection(831845527)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.394--ClientSession(126953252)--Connection(746895965)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [null, 42] [junit] [EL Finer]: 2024-04-30 17:54:20.394--ClientSession(126953252)--Connection(746895965)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.394--ServerSession(454071866)--Connection(831845527)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.394--UnitOfWork(1050091824)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.394--UnitOfWork(1050091824)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.394--UnitOfWork(1050091824)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.394--ClientSession(126953252)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.394--UnitOfWork(1050091824)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.394--ClientSession(126953252)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.394--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2034727245 [junit] [EL Finer]: 2024-04-30 17:54:20.394--ClientSession(2034727245)--Thread(Thread[main,5,main])--acquire unit of work: 1877023422 [junit] [EL Finest]: 2024-04-30 17:54:20.394--UnitOfWork(1877023422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.394--ServerSession(454071866)--Connection(1715344205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.394--ServerSession(454071866)--Connection(1715344205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.394--ServerSession(454071866)--Connection(44745036)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.395--ServerSession(454071866)--Connection(1715344205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.395--UnitOfWork(1877023422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.395--UnitOfWork(1877023422)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.395--UnitOfWork(1877023422)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@27b69b0d) [junit] [EL Finest]: 2024-04-30 17:54:20.395--ServerSession(454071866)--Connection(1710245632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.395--ClientSession(2034727245)--Connection(1710245632)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.395--ClientSession(2034727245)--Connection(1710245632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.395--ClientSession(2034727245)--Connection(253043086)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [[B@45594ad4, 42] [junit] [EL Finer]: 2024-04-30 17:54:20.395--ClientSession(2034727245)--Connection(253043086)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.396--ServerSession(454071866)--Connection(1710245632)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.396--UnitOfWork(1877023422)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.396--UnitOfWork(1877023422)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.396--UnitOfWork(1877023422)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.396--ClientSession(2034727245)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.396--UnitOfWork(1877023422)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.396--ClientSession(2034727245)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.396--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 259589354 [junit] [EL Finer]: 2024-04-30 17:54:20.396--ClientSession(259589354)--Thread(Thread[main,5,main])--acquire unit of work: 1758894658 [junit] [EL Finest]: 2024-04-30 17:54:20.396--UnitOfWork(1758894658)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.396--ServerSession(454071866)--Connection(1315557255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.396--ServerSession(454071866)--Connection(1315557255)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.396--ServerSession(454071866)--Connection(397701109)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.396--ServerSession(454071866)--Connection(1315557255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.396--UnitOfWork(1758894658)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.396--UnitOfWork(1758894658)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.396--UnitOfWork(1758894658)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@cf5e360) [junit] [EL Finest]: 2024-04-30 17:54:20.396--ServerSession(454071866)--Connection(949947680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.396--ClientSession(259589354)--Connection(949947680)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.396--ClientSession(259589354)--Connection(949947680)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.397--ClientSession(259589354)--Connection(544807140)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [[B@3340501, 42] [junit] [EL Finer]: 2024-04-30 17:54:20.397--ClientSession(259589354)--Connection(544807140)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.397--ServerSession(454071866)--Connection(949947680)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.397--UnitOfWork(1758894658)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.397--UnitOfWork(1758894658)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.397--UnitOfWork(1758894658)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.397--ClientSession(259589354)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.397--UnitOfWork(1758894658)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.397--ClientSession(259589354)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.397--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1814525610 [junit] [EL Finer]: 2024-04-30 17:54:20.397--ClientSession(1814525610)--Thread(Thread[main,5,main])--acquire unit of work: 1327000098 [junit] [EL Finest]: 2024-04-30 17:54:20.397--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.397--ServerSession(454071866)--Connection(659481885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.397--ServerSession(454071866)--Connection(659481885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.397--ServerSession(454071866)--Connection(121569473)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.398--ServerSession(454071866)--Connection(659481885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.398--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.46--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.46--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5c3f8ded) [junit] [EL Finest]: 2024-04-30 17:54:20.46--ServerSession(454071866)--Connection(1934609698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.46--ClientSession(1814525610)--Connection(1934609698)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.46--ClientSession(1814525610)--Connection(1934609698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.46--ClientSession(1814525610)--Connection(1989502981)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [null, 42] [junit] [EL Finer]: 2024-04-30 17:54:20.461--ClientSession(1814525610)--Connection(1989502981)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.461--ServerSession(454071866)--Connection(1934609698)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.461--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.461--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.461--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.461--ClientSession(1814525610)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.462--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.462--ClientSession(1814525610)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.462--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 365205076 [junit] [EL Finer]: 2024-04-30 17:54:20.462--ClientSession(365205076)--Thread(Thread[main,5,main])--acquire unit of work: 409956115 [junit] [EL Finest]: 2024-04-30 17:54:20.462--UnitOfWork(409956115)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.462--ServerSession(454071866)--Connection(1164437851)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.462--ServerSession(454071866)--Connection(1164437851)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.462--ServerSession(454071866)--Connection(1030009091)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.462--ServerSession(454071866)--Connection(1164437851)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.475--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1933149439 [junit] [EL Finer]: 2024-04-30 17:54:20.475--ClientSession(1933149439)--Thread(Thread[main,5,main])--acquire unit of work: 2132356553 [junit] [EL Finest]: 2024-04-30 17:54:20.475--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.475--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.475--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4c8bee11) [junit] [EL Finest]: 2024-04-30 17:54:20.475--ServerSession(454071866)--Connection(1930974547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.475--ClientSession(1933149439)--Connection(1930974547)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.475--ClientSession(1933149439)--Connection(1930974547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.475--ClientSession(1933149439)--Connection(1171868060)--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]: 2024-04-30 17:54:20.476--ClientSession(1933149439)--Connection(1171868060)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.476--ServerSession(454071866)--Connection(1930974547)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.476--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.476--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.476--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.476--ClientSession(1933149439)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.476--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.476--ClientSession(1933149439)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.476--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1400839127 [junit] [EL Finer]: 2024-04-30 17:54:20.476--ClientSession(1400839127)--Thread(Thread[main,5,main])--acquire unit of work: 1652321830 [junit] [EL Finest]: 2024-04-30 17:54:20.476--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.476--ServerSession(454071866)--Connection(1843809884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.476--ServerSession(454071866)--Connection(1843809884)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.476--ServerSession(454071866)--Connection(904776956)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.477--ServerSession(454071866)--Connection(1843809884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.477--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.477--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.477--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.477--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.477--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1feb8891) [junit] [EL Finest]: 2024-04-30 17:54:20.477--ServerSession(454071866)--Connection(460394330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.477--ClientSession(1400839127)--Connection(460394330)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.477--ClientSession(1400839127)--Connection(460394330)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.477--ClientSession(1400839127)--Connection(997706337)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finer]: 2024-04-30 17:54:20.478--ClientSession(1400839127)--Connection(997706337)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.478--ServerSession(454071866)--Connection(460394330)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.478--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.478--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.478--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.478--ClientSession(1400839127)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.478--UnitOfWork(1652321830)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.478--ClientSession(1400839127)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.478--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1039302738 [junit] [EL Finer]: 2024-04-30 17:54:20.478--ClientSession(1039302738)--Thread(Thread[main,5,main])--acquire unit of work: 778720105 [junit] [EL Finest]: 2024-04-30 17:54:20.478--UnitOfWork(778720105)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.478--UnitOfWork(778720105)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.478--UnitOfWork(778720105)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1feb8891) [junit] [EL Finest]: 2024-04-30 17:54:20.478--ServerSession(454071866)--Connection(141015154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.478--ClientSession(1039302738)--Connection(141015154)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.478--ClientSession(1039302738)--Connection(141015154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.478--ClientSession(1039302738)--Connection(557734204)--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]: 2024-04-30 17:54:20.479--ClientSession(1039302738)--Connection(557734204)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.479--ServerSession(454071866)--Connection(141015154)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.479--UnitOfWork(778720105)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.479--UnitOfWork(778720105)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.479--UnitOfWork(778720105)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.479--ClientSession(1039302738)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.479--UnitOfWork(778720105)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.479--ClientSession(1039302738)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.479--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 730758992 [junit] [EL Finer]: 2024-04-30 17:54:20.479--ClientSession(730758992)--Thread(Thread[main,5,main])--acquire unit of work: 505407099 [junit] [EL Finest]: 2024-04-30 17:54:20.479--UnitOfWork(505407099)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.479--ServerSession(454071866)--Connection(1304148797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.479--ServerSession(454071866)--Connection(1304148797)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.479--ServerSession(454071866)--Connection(225658124)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.48--ServerSession(454071866)--Connection(1304148797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.48--UnitOfWork(505407099)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.48--UnitOfWork(505407099)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.48--UnitOfWork(505407099)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.48--UnitOfWork(505407099)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.48--UnitOfWork(505407099)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.48--ClientSession(730758992)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.48--UnitOfWork(505407099)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.48--ClientSession(730758992)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.48--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 858557114 [junit] [EL Finer]: 2024-04-30 17:54:20.48--ClientSession(858557114)--Thread(Thread[main,5,main])--acquire unit of work: 413174901 [junit] [EL Finest]: 2024-04-30 17:54:20.48--UnitOfWork(413174901)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.48--ServerSession(454071866)--Connection(976190925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.48--ServerSession(454071866)--Connection(976190925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.48--ServerSession(454071866)--Connection(426508831)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.48--ServerSession(454071866)--Connection(976190925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.48--UnitOfWork(413174901)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.481--UnitOfWork(413174901)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.481--UnitOfWork(413174901)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@529dcc4b) [junit] [EL Finest]: 2024-04-30 17:54:20.481--ServerSession(454071866)--Connection(1788384838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.481--ClientSession(858557114)--Connection(1788384838)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.481--ClientSession(858557114)--Connection(1788384838)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.481--ClientSession(858557114)--Connection(898887013)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_CHARACTER = ? WHERE (ID = ?) [junit] bind => [B, 13] [junit] [EL Finer]: 2024-04-30 17:54:20.481--ClientSession(858557114)--Connection(898887013)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.481--ServerSession(454071866)--Connection(1788384838)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.481--UnitOfWork(413174901)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.481--UnitOfWork(413174901)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.481--UnitOfWork(413174901)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.481--ClientSession(858557114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.481--UnitOfWork(413174901)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.482--ClientSession(858557114)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.482--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1914734816 [junit] [EL Finer]: 2024-04-30 17:54:20.482--ClientSession(1914734816)--Thread(Thread[main,5,main])--acquire unit of work: 1554258500 [junit] [EL Finest]: 2024-04-30 17:54:20.482--UnitOfWork(1554258500)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.482--ServerSession(454071866)--Connection(1987456112)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.482--ServerSession(454071866)--Connection(1987456112)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.482--ServerSession(454071866)--Connection(2074813030)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.482--ServerSession(454071866)--Connection(1987456112)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.482--UnitOfWork(1554258500)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.482--UnitOfWork(1554258500)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.482--UnitOfWork(1554258500)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@71309fa2) [junit] [EL Finest]: 2024-04-30 17:54:20.482--ServerSession(454071866)--Connection(343446768)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.482--ClientSession(1914734816)--Connection(343446768)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.482--ClientSession(1914734816)--Connection(343446768)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.482--ClientSession(1914734816)--Connection(1326097694)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_CHARACTER = ? WHERE (ID = ?) [junit] bind => [null, 13] [junit] [EL Finer]: 2024-04-30 17:54:20.483--ClientSession(1914734816)--Connection(1326097694)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.483--ServerSession(454071866)--Connection(343446768)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.483--UnitOfWork(1554258500)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.483--UnitOfWork(1554258500)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.483--UnitOfWork(1554258500)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.483--ClientSession(1914734816)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.483--UnitOfWork(1554258500)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.483--ClientSession(1914734816)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.483--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 498413860 [junit] [EL Finer]: 2024-04-30 17:54:20.483--ClientSession(498413860)--Thread(Thread[main,5,main])--acquire unit of work: 1304099190 [junit] [EL Finest]: 2024-04-30 17:54:20.483--UnitOfWork(1304099190)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.483--ServerSession(454071866)--Connection(1468176266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.483--ServerSession(454071866)--Connection(1468176266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.483--ServerSession(454071866)--Connection(2062235606)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.483--ServerSession(454071866)--Connection(1468176266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.492--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1656917150 [junit] [EL Finer]: 2024-04-30 17:54:20.492--ClientSession(1656917150)--Thread(Thread[main,5,main])--acquire unit of work: 1496669729 [junit] [EL Finest]: 2024-04-30 17:54:20.492--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.492--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.492--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@8c51c58) [junit] [EL Finest]: 2024-04-30 17:54:20.492--ServerSession(454071866)--Connection(309161752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.493--ClientSession(1656917150)--Connection(309161752)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.493--ClientSession(1656917150)--Connection(309161752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.493--ClientSession(1656917150)--Connection(1641742114)--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]: 2024-04-30 17:54:20.493--ClientSession(1656917150)--Connection(1641742114)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.493--ServerSession(454071866)--Connection(309161752)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.493--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.494--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.494--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.494--ClientSession(1656917150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.494--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.494--ClientSession(1656917150)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.494--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1210197898 [junit] [EL Finer]: 2024-04-30 17:54:20.494--ClientSession(1210197898)--Thread(Thread[main,5,main])--acquire unit of work: 827229241 [junit] [EL Finest]: 2024-04-30 17:54:20.494--UnitOfWork(827229241)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.494--ServerSession(454071866)--Connection(131817181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.494--ServerSession(454071866)--Connection(131817181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.494--ServerSession(454071866)--Connection(787195739)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.494--ServerSession(454071866)--Connection(131817181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.494--UnitOfWork(827229241)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.494--UnitOfWork(827229241)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.494--UnitOfWork(827229241)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.494--UnitOfWork(827229241)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.494--UnitOfWork(827229241)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3286f6eb) [junit] [EL Finest]: 2024-04-30 17:54:20.495--ServerSession(454071866)--Connection(483711002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.495--ClientSession(1210197898)--Connection(483711002)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.495--ClientSession(1210197898)--Connection(483711002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.495--ClientSession(1210197898)--Connection(221425640)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finer]: 2024-04-30 17:54:20.495--ClientSession(1210197898)--Connection(221425640)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.495--ServerSession(454071866)--Connection(483711002)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.495--UnitOfWork(827229241)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.495--UnitOfWork(827229241)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.495--UnitOfWork(827229241)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.495--ClientSession(1210197898)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.495--UnitOfWork(827229241)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.495--ClientSession(1210197898)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.495--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1416819504 [junit] [EL Finer]: 2024-04-30 17:54:20.495--ClientSession(1416819504)--Thread(Thread[main,5,main])--acquire unit of work: 1851581868 [junit] [EL Finest]: 2024-04-30 17:54:20.495--UnitOfWork(1851581868)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.495--UnitOfWork(1851581868)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.495--UnitOfWork(1851581868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3286f6eb) [junit] [EL Finest]: 2024-04-30 17:54:20.495--ServerSession(454071866)--Connection(1329509331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.495--ClientSession(1416819504)--Connection(1329509331)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.495--ClientSession(1416819504)--Connection(1329509331)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.496--ClientSession(1416819504)--Connection(202781303)--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]: 2024-04-30 17:54:20.496--ClientSession(1416819504)--Connection(202781303)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.496--ServerSession(454071866)--Connection(1329509331)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.496--UnitOfWork(1851581868)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.496--UnitOfWork(1851581868)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.496--UnitOfWork(1851581868)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.496--ClientSession(1416819504)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.496--UnitOfWork(1851581868)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.496--ClientSession(1416819504)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.496--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 965232459 [junit] [EL Finer]: 2024-04-30 17:54:20.496--ClientSession(965232459)--Thread(Thread[main,5,main])--acquire unit of work: 51563394 [junit] [EL Finest]: 2024-04-30 17:54:20.496--UnitOfWork(51563394)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.496--ServerSession(454071866)--Connection(1042990109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.496--ServerSession(454071866)--Connection(1042990109)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.497--ServerSession(454071866)--Connection(1292444707)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.497--ServerSession(454071866)--Connection(1042990109)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.497--UnitOfWork(51563394)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.497--UnitOfWork(51563394)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.497--UnitOfWork(51563394)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.497--UnitOfWork(51563394)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.497--UnitOfWork(51563394)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.497--ClientSession(965232459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.497--UnitOfWork(51563394)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.497--ClientSession(965232459)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.497--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1339374693 [junit] [EL Finer]: 2024-04-30 17:54:20.497--ClientSession(1339374693)--Thread(Thread[main,5,main])--acquire unit of work: 2099364729 [junit] [EL Finest]: 2024-04-30 17:54:20.497--UnitOfWork(2099364729)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.497--ServerSession(454071866)--Connection(115074593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.497--ServerSession(454071866)--Connection(115074593)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.497--ServerSession(454071866)--Connection(78126838)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.498--ServerSession(454071866)--Connection(115074593)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.498--UnitOfWork(2099364729)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.498--UnitOfWork(2099364729)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.498--UnitOfWork(2099364729)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1131112f) [junit] [EL Finest]: 2024-04-30 17:54:20.498--ServerSession(454071866)--Connection(211419038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.498--ClientSession(1339374693)--Connection(211419038)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.498--ClientSession(1339374693)--Connection(211419038)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.498--ClientSession(1339374693)--Connection(790780579)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BYTE = ? WHERE (ID = ?) [junit] bind => [18, 12] [junit] [EL Finer]: 2024-04-30 17:54:20.498--ClientSession(1339374693)--Connection(790780579)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.499--ServerSession(454071866)--Connection(211419038)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.499--UnitOfWork(2099364729)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.499--UnitOfWork(2099364729)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.499--UnitOfWork(2099364729)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.499--ClientSession(1339374693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.499--UnitOfWork(2099364729)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.499--ClientSession(1339374693)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.499--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1852244768 [junit] [EL Finer]: 2024-04-30 17:54:20.499--ClientSession(1852244768)--Thread(Thread[main,5,main])--acquire unit of work: 767652989 [junit] [EL Finest]: 2024-04-30 17:54:20.499--UnitOfWork(767652989)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.499--ServerSession(454071866)--Connection(277595172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.499--ServerSession(454071866)--Connection(277595172)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.499--ServerSession(454071866)--Connection(978498466)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.499--ServerSession(454071866)--Connection(277595172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.499--UnitOfWork(767652989)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.499--UnitOfWork(767652989)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.499--UnitOfWork(767652989)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4abe2ab5) [junit] [EL Finest]: 2024-04-30 17:54:20.499--ServerSession(454071866)--Connection(725225912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.499--ClientSession(1852244768)--Connection(725225912)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.499--ClientSession(1852244768)--Connection(725225912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.5--ClientSession(1852244768)--Connection(297054613)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BYTE = ? WHERE (ID = ?) [junit] bind => [null, 12] [junit] [EL Finer]: 2024-04-30 17:54:20.5--ClientSession(1852244768)--Connection(297054613)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.5--ServerSession(454071866)--Connection(725225912)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.5--UnitOfWork(767652989)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.5--UnitOfWork(767652989)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.5--UnitOfWork(767652989)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.5--ClientSession(1852244768)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.5--UnitOfWork(767652989)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.5--ClientSession(1852244768)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.5--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2097152407 [junit] [EL Finer]: 2024-04-30 17:54:20.5--ClientSession(2097152407)--Thread(Thread[main,5,main])--acquire unit of work: 114063454 [junit] [EL Finest]: 2024-04-30 17:54:20.5--UnitOfWork(114063454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.5--ServerSession(454071866)--Connection(843073803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.5--ServerSession(454071866)--Connection(843073803)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.5--ServerSession(454071866)--Connection(1056703917)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.501--ServerSession(454071866)--Connection(843073803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.509--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1386914538 [junit] [EL Finer]: 2024-04-30 17:54:20.51--ClientSession(1386914538)--Thread(Thread[main,5,main])--acquire unit of work: 1935286851 [junit] [EL Finest]: 2024-04-30 17:54:20.51--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.51--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.51--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@33d7f6db) [junit] [EL Finest]: 2024-04-30 17:54:20.51--ServerSession(454071866)--Connection(1446037745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.51--ClientSession(1386914538)--Connection(1446037745)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.51--ClientSession(1386914538)--Connection(1446037745)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.51--ClientSession(1386914538)--Connection(1952100430)--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]: 2024-04-30 17:54:20.51--ClientSession(1386914538)--Connection(1952100430)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.511--ServerSession(454071866)--Connection(1446037745)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.511--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.511--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.511--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.511--ClientSession(1386914538)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.511--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.511--ClientSession(1386914538)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.511--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2102806451 [junit] [EL Finer]: 2024-04-30 17:54:20.511--ClientSession(2102806451)--Thread(Thread[main,5,main])--acquire unit of work: 770797480 [junit] [EL Finest]: 2024-04-30 17:54:20.511--UnitOfWork(770797480)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.511--ServerSession(454071866)--Connection(210268824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.511--ServerSession(454071866)--Connection(210268824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.511--ServerSession(454071866)--Connection(1274096712)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.511--ServerSession(454071866)--Connection(210268824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.511--UnitOfWork(770797480)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.511--UnitOfWork(770797480)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.511--UnitOfWork(770797480)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.511--UnitOfWork(770797480)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.512--UnitOfWork(770797480)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@22ff3247) [junit] [EL Finest]: 2024-04-30 17:54:20.512--ServerSession(454071866)--Connection(805141171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.512--ClientSession(2102806451)--Connection(805141171)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.512--ClientSession(2102806451)--Connection(805141171)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.512--ClientSession(2102806451)--Connection(118153543)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finer]: 2024-04-30 17:54:20.512--ClientSession(2102806451)--Connection(118153543)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.512--ServerSession(454071866)--Connection(805141171)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.512--UnitOfWork(770797480)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.512--UnitOfWork(770797480)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.512--UnitOfWork(770797480)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.512--ClientSession(2102806451)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.512--UnitOfWork(770797480)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.512--ClientSession(2102806451)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.512--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1440249926 [junit] [EL Finer]: 2024-04-30 17:54:20.512--ClientSession(1440249926)--Thread(Thread[main,5,main])--acquire unit of work: 297052332 [junit] [EL Finest]: 2024-04-30 17:54:20.512--UnitOfWork(297052332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.512--UnitOfWork(297052332)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.512--UnitOfWork(297052332)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@22ff3247) [junit] [EL Finest]: 2024-04-30 17:54:20.513--ServerSession(454071866)--Connection(2044177933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.513--ClientSession(1440249926)--Connection(2044177933)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.513--ClientSession(1440249926)--Connection(2044177933)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.513--ClientSession(1440249926)--Connection(1876681529)--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]: 2024-04-30 17:54:20.513--ClientSession(1440249926)--Connection(1876681529)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.513--ServerSession(454071866)--Connection(2044177933)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.563--UnitOfWork(297052332)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.563--UnitOfWork(297052332)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.564--UnitOfWork(297052332)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.564--ClientSession(1440249926)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.564--UnitOfWork(297052332)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.564--ClientSession(1440249926)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.564--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 956359554 [junit] [EL Finer]: 2024-04-30 17:54:20.564--ClientSession(956359554)--Thread(Thread[main,5,main])--acquire unit of work: 2112066921 [junit] [EL Finest]: 2024-04-30 17:54:20.564--UnitOfWork(2112066921)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.564--ServerSession(454071866)--Connection(1292985287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.564--ServerSession(454071866)--Connection(1292985287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.564--ServerSession(454071866)--Connection(1612688948)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.564--ServerSession(454071866)--Connection(1292985287)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.565--UnitOfWork(2112066921)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.565--UnitOfWork(2112066921)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.565--UnitOfWork(2112066921)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.565--UnitOfWork(2112066921)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.565--UnitOfWork(2112066921)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.565--ClientSession(956359554)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.565--UnitOfWork(2112066921)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.565--ClientSession(956359554)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.565--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1680801610 [junit] [EL Finer]: 2024-04-30 17:54:20.565--ClientSession(1680801610)--Thread(Thread[main,5,main])--acquire unit of work: 1355667940 [junit] [EL Finest]: 2024-04-30 17:54:20.565--UnitOfWork(1355667940)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.565--ServerSession(454071866)--Connection(1238971699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.565--ServerSession(454071866)--Connection(1238971699)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.565--ServerSession(454071866)--Connection(1553152779)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.565--ServerSession(454071866)--Connection(1238971699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.565--UnitOfWork(1355667940)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.565--UnitOfWork(1355667940)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.565--UnitOfWork(1355667940)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@71e8a99b) [junit] [EL Finest]: 2024-04-30 17:54:20.566--ServerSession(454071866)--Connection(882265203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.566--ClientSession(1680801610)--Connection(882265203)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.566--ClientSession(1680801610)--Connection(882265203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.566--ClientSession(1680801610)--Connection(1500806710)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_LONG = ? WHERE (ID = ?) [junit] bind => [2, 16] [junit] [EL Finer]: 2024-04-30 17:54:20.566--ClientSession(1680801610)--Connection(1500806710)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.566--ServerSession(454071866)--Connection(882265203)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.566--UnitOfWork(1355667940)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.566--UnitOfWork(1355667940)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.566--UnitOfWork(1355667940)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.566--ClientSession(1680801610)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.566--UnitOfWork(1355667940)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.566--ClientSession(1680801610)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.567--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1604280012 [junit] [EL Finer]: 2024-04-30 17:54:20.567--ClientSession(1604280012)--Thread(Thread[main,5,main])--acquire unit of work: 1500275864 [junit] [EL Finest]: 2024-04-30 17:54:20.567--UnitOfWork(1500275864)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.567--ServerSession(454071866)--Connection(596849741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.567--ServerSession(454071866)--Connection(596849741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.567--ServerSession(454071866)--Connection(1798890477)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.567--ServerSession(454071866)--Connection(596849741)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.567--UnitOfWork(1500275864)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.567--UnitOfWork(1500275864)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.567--UnitOfWork(1500275864)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@74865c8a) [junit] [EL Finest]: 2024-04-30 17:54:20.567--ServerSession(454071866)--Connection(1652988604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.567--ClientSession(1604280012)--Connection(1652988604)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.567--ClientSession(1604280012)--Connection(1652988604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.567--ClientSession(1604280012)--Connection(164806909)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_LONG = ? WHERE (ID = ?) [junit] bind => [null, 16] [junit] [EL Finer]: 2024-04-30 17:54:20.568--ClientSession(1604280012)--Connection(164806909)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.568--ServerSession(454071866)--Connection(1652988604)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.568--UnitOfWork(1500275864)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.568--UnitOfWork(1500275864)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.568--UnitOfWork(1500275864)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.568--ClientSession(1604280012)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.568--UnitOfWork(1500275864)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.568--ClientSession(1604280012)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.568--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1755624659 [junit] [EL Finer]: 2024-04-30 17:54:20.568--ClientSession(1755624659)--Thread(Thread[main,5,main])--acquire unit of work: 1050775553 [junit] [EL Finest]: 2024-04-30 17:54:20.568--UnitOfWork(1050775553)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.568--ServerSession(454071866)--Connection(569076224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.568--ServerSession(454071866)--Connection(569076224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.568--ServerSession(454071866)--Connection(1537037787)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.569--ServerSession(454071866)--Connection(569076224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.577--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1792486943 [junit] [EL Finer]: 2024-04-30 17:54:20.577--ClientSession(1792486943)--Thread(Thread[main,5,main])--acquire unit of work: 1080344890 [junit] [EL Finest]: 2024-04-30 17:54:20.577--UnitOfWork(1080344890)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.577--UnitOfWork(1080344890)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.577--UnitOfWork(1080344890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1ecd80fe) [junit] [EL Finest]: 2024-04-30 17:54:20.578--ServerSession(454071866)--Connection(932879544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.578--ClientSession(1792486943)--Connection(932879544)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.578--ClientSession(1792486943)--Connection(932879544)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.578--ClientSession(1792486943)--Connection(982842599)--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@30db3244, [B@534707bb, [B@d3bc955, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@644d7118, 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@d6d36c7, [B@667c820e, [B@35de8ef5, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2024-04-30 17:54:20.579--ClientSession(1792486943)--Connection(982842599)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.579--ServerSession(454071866)--Connection(932879544)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.579--UnitOfWork(1080344890)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.579--UnitOfWork(1080344890)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.579--UnitOfWork(1080344890)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.579--ClientSession(1792486943)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.579--UnitOfWork(1080344890)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.579--ClientSession(1792486943)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.579--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 497889054 [junit] [EL Finer]: 2024-04-30 17:54:20.579--ClientSession(497889054)--Thread(Thread[main,5,main])--acquire unit of work: 12815240 [junit] [EL Finest]: 2024-04-30 17:54:20.579--UnitOfWork(12815240)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.58--ServerSession(454071866)--Connection(127671602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.58--ServerSession(454071866)--Connection(127671602)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.58--ServerSession(454071866)--Connection(1987219863)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.58--ServerSession(454071866)--Connection(127671602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.589--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 628420267 [junit] [EL Finer]: 2024-04-30 17:54:20.589--ClientSession(628420267)--Thread(Thread[main,5,main])--acquire unit of work: 1722214909 [junit] [EL Finest]: 2024-04-30 17:54:20.589--UnitOfWork(1722214909)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.589--UnitOfWork(1722214909)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.589--UnitOfWork(1722214909)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@40bd6b40) [junit] [EL Finest]: 2024-04-30 17:54:20.589--ServerSession(454071866)--Connection(1272726738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.589--ClientSession(628420267)--Connection(1272726738)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.589--ClientSession(628420267)--Connection(1272726738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.59--ClientSession(628420267)--Connection(442803541)--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]: 2024-04-30 17:54:20.59--ClientSession(628420267)--Connection(442803541)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.59--ServerSession(454071866)--Connection(1272726738)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.59--UnitOfWork(1722214909)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.59--UnitOfWork(1722214909)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.59--UnitOfWork(1722214909)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.59--ClientSession(628420267)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.59--UnitOfWork(1722214909)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.59--ClientSession(628420267)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.59--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 118914729 [junit] [EL Finer]: 2024-04-30 17:54:20.59--ClientSession(118914729)--Thread(Thread[main,5,main])--acquire unit of work: 776290381 [junit] [EL Finest]: 2024-04-30 17:54:20.59--UnitOfWork(776290381)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.59--ServerSession(454071866)--Connection(288622301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.591--ServerSession(454071866)--Connection(288622301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.591--ServerSession(454071866)--Connection(1639794547)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.591--ServerSession(454071866)--Connection(288622301)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.591--UnitOfWork(776290381)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.591--UnitOfWork(776290381)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.591--UnitOfWork(776290381)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.591--UnitOfWork(776290381)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.591--UnitOfWork(776290381)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5129fb13) [junit] [EL Finest]: 2024-04-30 17:54:20.591--ServerSession(454071866)--Connection(1805080762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.591--ClientSession(118914729)--Connection(1805080762)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.591--ClientSession(118914729)--Connection(1805080762)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.592--ClientSession(118914729)--Connection(1779076949)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finer]: 2024-04-30 17:54:20.592--ClientSession(118914729)--Connection(1779076949)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.592--ServerSession(454071866)--Connection(1805080762)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.592--UnitOfWork(776290381)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.592--UnitOfWork(776290381)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.592--UnitOfWork(776290381)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.592--ClientSession(118914729)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.592--UnitOfWork(776290381)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.592--ClientSession(118914729)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.592--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1151818184 [junit] [EL Finer]: 2024-04-30 17:54:20.592--ClientSession(1151818184)--Thread(Thread[main,5,main])--acquire unit of work: 354716526 [junit] [EL Finest]: 2024-04-30 17:54:20.592--UnitOfWork(354716526)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.592--UnitOfWork(354716526)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.592--UnitOfWork(354716526)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5129fb13) [junit] [EL Finest]: 2024-04-30 17:54:20.592--ServerSession(454071866)--Connection(2001767809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.592--ClientSession(1151818184)--Connection(2001767809)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.592--ClientSession(1151818184)--Connection(2001767809)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.592--ClientSession(1151818184)--Connection(155706298)--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]: 2024-04-30 17:54:20.593--ClientSession(1151818184)--Connection(155706298)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.593--ServerSession(454071866)--Connection(2001767809)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.593--UnitOfWork(354716526)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.593--UnitOfWork(354716526)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.593--UnitOfWork(354716526)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.593--ClientSession(1151818184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.593--UnitOfWork(354716526)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.593--ClientSession(1151818184)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.593--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1164664992 [junit] [EL Finer]: 2024-04-30 17:54:20.593--ClientSession(1164664992)--Thread(Thread[main,5,main])--acquire unit of work: 908378377 [junit] [EL Finest]: 2024-04-30 17:54:20.593--UnitOfWork(908378377)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.593--ServerSession(454071866)--Connection(13155908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.593--ServerSession(454071866)--Connection(13155908)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.593--ServerSession(454071866)--Connection(1937950996)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.594--ServerSession(454071866)--Connection(13155908)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.594--UnitOfWork(908378377)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.594--UnitOfWork(908378377)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.594--UnitOfWork(908378377)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.594--UnitOfWork(908378377)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.594--UnitOfWork(908378377)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.594--ClientSession(1164664992)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.594--UnitOfWork(908378377)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.594--ClientSession(1164664992)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.594--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1562279554 [junit] [EL Finer]: 2024-04-30 17:54:20.594--ClientSession(1562279554)--Thread(Thread[main,5,main])--acquire unit of work: 643474284 [junit] [EL Finest]: 2024-04-30 17:54:20.594--UnitOfWork(643474284)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.594--ServerSession(454071866)--Connection(672580620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.594--ServerSession(454071866)--Connection(672580620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.594--ServerSession(454071866)--Connection(516306293)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.594--ServerSession(454071866)--Connection(672580620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.595--UnitOfWork(643474284)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.595--UnitOfWork(643474284)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.595--UnitOfWork(643474284)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@433026fe) [junit] [EL Finest]: 2024-04-30 17:54:20.595--ServerSession(454071866)--Connection(1918523243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.595--ClientSession(1562279554)--Connection(1918523243)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.595--ClientSession(1562279554)--Connection(1918523243)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.595--ClientSession(1562279554)--Connection(1475310539)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_DATE = ? WHERE (ID = ?) [junit] bind => [null, 31] [junit] [EL Finer]: 2024-04-30 17:54:20.595--ClientSession(1562279554)--Connection(1475310539)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.595--ServerSession(454071866)--Connection(1918523243)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.595--UnitOfWork(643474284)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.595--UnitOfWork(643474284)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.596--UnitOfWork(643474284)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.596--ClientSession(1562279554)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.596--UnitOfWork(643474284)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.596--ClientSession(1562279554)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.596--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 231440311 [junit] [EL Finer]: 2024-04-30 17:54:20.596--ClientSession(231440311)--Thread(Thread[main,5,main])--acquire unit of work: 755667050 [junit] [EL Finest]: 2024-04-30 17:54:20.596--UnitOfWork(755667050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.596--ServerSession(454071866)--Connection(30920491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.596--ServerSession(454071866)--Connection(30920491)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.596--ServerSession(454071866)--Connection(1098775879)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.596--ServerSession(454071866)--Connection(30920491)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.596--UnitOfWork(755667050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.596--UnitOfWork(755667050)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.596--UnitOfWork(755667050)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6eed4f51) [junit] [EL Finest]: 2024-04-30 17:54:20.596--ServerSession(454071866)--Connection(2135237533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.596--ClientSession(231440311)--Connection(2135237533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.596--ClientSession(231440311)--Connection(2135237533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.596--ClientSession(231440311)--Connection(8897961)--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]: 2024-04-30 17:54:20.597--ClientSession(231440311)--Connection(8897961)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.597--ServerSession(454071866)--Connection(2135237533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.597--UnitOfWork(755667050)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.597--UnitOfWork(755667050)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.597--UnitOfWork(755667050)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.597--ClientSession(231440311)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.597--UnitOfWork(755667050)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.597--ClientSession(231440311)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.597--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 906218342 [junit] [EL Finer]: 2024-04-30 17:54:20.597--ClientSession(906218342)--Thread(Thread[main,5,main])--acquire unit of work: 1619808240 [junit] [EL Finest]: 2024-04-30 17:54:20.597--UnitOfWork(1619808240)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.597--ServerSession(454071866)--Connection(1578656965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.597--ServerSession(454071866)--Connection(1578656965)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.597--ServerSession(454071866)--Connection(2114273220)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.598--ServerSession(454071866)--Connection(1578656965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.598--UnitOfWork(1619808240)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.598--UnitOfWork(1619808240)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.598--UnitOfWork(1619808240)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5404b578) [junit] [EL Finest]: 2024-04-30 17:54:20.598--ServerSession(454071866)--Connection(512438430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.598--ClientSession(906218342)--Connection(512438430)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.598--ClientSession(906218342)--Connection(512438430)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.598--ClientSession(906218342)--Connection(1687720349)--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]: 2024-04-30 17:54:20.598--ClientSession(906218342)--Connection(1687720349)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.598--ServerSession(454071866)--Connection(512438430)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.599--UnitOfWork(1619808240)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.599--UnitOfWork(1619808240)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.599--UnitOfWork(1619808240)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.599--ClientSession(906218342)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.599--UnitOfWork(1619808240)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.599--ClientSession(906218342)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.599--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1652411551 [junit] [EL Finer]: 2024-04-30 17:54:20.599--ClientSession(1652411551)--Thread(Thread[main,5,main])--acquire unit of work: 624234382 [junit] [EL Finest]: 2024-04-30 17:54:20.599--UnitOfWork(624234382)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.599--ServerSession(454071866)--Connection(83977932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.599--ServerSession(454071866)--Connection(83977932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.599--ServerSession(454071866)--Connection(576247584)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.599--ServerSession(454071866)--Connection(83977932)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.599--UnitOfWork(624234382)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.599--UnitOfWork(624234382)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.599--UnitOfWork(624234382)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2309dde8) [junit] [EL Finest]: 2024-04-30 17:54:20.599--ServerSession(454071866)--Connection(1236654866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.599--ClientSession(1652411551)--Connection(1236654866)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.599--ClientSession(1652411551)--Connection(1236654866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.6--ClientSession(1652411551)--Connection(139433738)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_DATE = ? WHERE (ID = ?) [junit] bind => [null, 31] [junit] [EL Finer]: 2024-04-30 17:54:20.6--ClientSession(1652411551)--Connection(139433738)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.6--ServerSession(454071866)--Connection(1236654866)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.6--UnitOfWork(624234382)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.6--UnitOfWork(624234382)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.6--UnitOfWork(624234382)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.6--ClientSession(1652411551)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.6--UnitOfWork(624234382)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.6--ClientSession(1652411551)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.6--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1335681917 [junit] [EL Finer]: 2024-04-30 17:54:20.6--ClientSession(1335681917)--Thread(Thread[main,5,main])--acquire unit of work: 680971479 [junit] [EL Finest]: 2024-04-30 17:54:20.6--UnitOfWork(680971479)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.6--ServerSession(454071866)--Connection(1553332488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.6--ServerSession(454071866)--Connection(1553332488)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.6--ServerSession(454071866)--Connection(511180961)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.601--ServerSession(454071866)--Connection(1553332488)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.609--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 716393364 [junit] [EL Finer]: 2024-04-30 17:54:20.609--ClientSession(716393364)--Thread(Thread[main,5,main])--acquire unit of work: 774980133 [junit] [EL Finest]: 2024-04-30 17:54:20.609--UnitOfWork(774980133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.609--UnitOfWork(774980133)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.609--UnitOfWork(774980133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@58c3af74) [junit] [EL Finest]: 2024-04-30 17:54:20.609--ServerSession(454071866)--Connection(1475708422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.609--ClientSession(716393364)--Connection(1475708422)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.609--ClientSession(716393364)--Connection(1475708422)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.61--ClientSession(716393364)--Connection(1945228983)--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]: 2024-04-30 17:54:20.61--ClientSession(716393364)--Connection(1945228983)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.61--ServerSession(454071866)--Connection(1475708422)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.61--UnitOfWork(774980133)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.61--UnitOfWork(774980133)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.61--UnitOfWork(774980133)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.61--ClientSession(716393364)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.61--UnitOfWork(774980133)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.61--ClientSession(716393364)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.61--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 90261761 [junit] [EL Finer]: 2024-04-30 17:54:20.61--ClientSession(90261761)--Thread(Thread[main,5,main])--acquire unit of work: 2128558621 [junit] [EL Finest]: 2024-04-30 17:54:20.61--UnitOfWork(2128558621)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.61--ServerSession(454071866)--Connection(65412895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.61--ServerSession(454071866)--Connection(65412895)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.611--ServerSession(454071866)--Connection(1455587646)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.611--ServerSession(454071866)--Connection(65412895)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.611--UnitOfWork(2128558621)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.611--UnitOfWork(2128558621)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.611--UnitOfWork(2128558621)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.611--UnitOfWork(2128558621)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.611--UnitOfWork(2128558621)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.611--ClientSession(90261761)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.611--UnitOfWork(2128558621)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.611--ClientSession(90261761)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.611--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 801665159 [junit] [EL Finer]: 2024-04-30 17:54:20.611--ClientSession(801665159)--Thread(Thread[main,5,main])--acquire unit of work: 1364152075 [junit] [EL Finest]: 2024-04-30 17:54:20.611--UnitOfWork(1364152075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.611--ServerSession(454071866)--Connection(1849036522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.611--ServerSession(454071866)--Connection(1849036522)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.611--ServerSession(454071866)--Connection(221195931)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.612--ServerSession(454071866)--Connection(1849036522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.612--UnitOfWork(1364152075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.612--UnitOfWork(1364152075)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.612--UnitOfWork(1364152075)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4a1317dc) [junit] [EL Finest]: 2024-04-30 17:54:20.612--ServerSession(454071866)--Connection(1612955350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.612--ClientSession(801665159)--Connection(1612955350)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.612--ClientSession(801665159)--Connection(1612955350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.612--ClientSession(801665159)--Connection(2020295056)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_FLOAT = ? WHERE (ID = ?) [junit] bind => [77.5, 7] [junit] [EL Finer]: 2024-04-30 17:54:20.612--ClientSession(801665159)--Connection(2020295056)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.612--ServerSession(454071866)--Connection(1612955350)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.612--UnitOfWork(1364152075)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.612--UnitOfWork(1364152075)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.613--UnitOfWork(1364152075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.613--ClientSession(801665159)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.613--UnitOfWork(1364152075)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.613--ClientSession(801665159)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.613--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1592087951 [junit] [EL Finer]: 2024-04-30 17:54:20.613--ClientSession(1592087951)--Thread(Thread[main,5,main])--acquire unit of work: 600675723 [junit] [EL Finest]: 2024-04-30 17:54:20.613--UnitOfWork(600675723)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.613--ServerSession(454071866)--Connection(17315747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.613--ServerSession(454071866)--Connection(17315747)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.613--ServerSession(454071866)--Connection(196289152)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.613--ServerSession(454071866)--Connection(17315747)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.622--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1715462722 [junit] [EL Finer]: 2024-04-30 17:54:20.622--ClientSession(1715462722)--Thread(Thread[main,5,main])--acquire unit of work: 1143282277 [junit] [EL Finest]: 2024-04-30 17:54:20.623--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.623--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.623--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@568cb323) [junit] [EL Finest]: 2024-04-30 17:54:20.623--ServerSession(454071866)--Connection(1795454733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.623--ClientSession(1715462722)--Connection(1795454733)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.623--ClientSession(1715462722)--Connection(1795454733)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.623--ClientSession(1715462722)--Connection(127839802)--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]: 2024-04-30 17:54:20.623--ClientSession(1715462722)--Connection(127839802)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.624--ServerSession(454071866)--Connection(1795454733)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.624--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.624--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.624--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.624--ClientSession(1715462722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.624--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.624--ClientSession(1715462722)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.624--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1128824787 [junit] [EL Finer]: 2024-04-30 17:54:20.624--ClientSession(1128824787)--Thread(Thread[main,5,main])--acquire unit of work: 188531880 [junit] [EL Finest]: 2024-04-30 17:54:20.624--UnitOfWork(188531880)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.624--ServerSession(454071866)--Connection(2040616075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.624--ServerSession(454071866)--Connection(2040616075)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.624--ServerSession(454071866)--Connection(225405430)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.624--ServerSession(454071866)--Connection(2040616075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.624--UnitOfWork(188531880)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.624--UnitOfWork(188531880)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.624--UnitOfWork(188531880)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.624--UnitOfWork(188531880)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.624--UnitOfWork(188531880)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.624--ClientSession(1128824787)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.668--UnitOfWork(188531880)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.668--ClientSession(1128824787)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.668--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1695370030 [junit] [EL Finer]: 2024-04-30 17:54:20.668--ClientSession(1695370030)--Thread(Thread[main,5,main])--acquire unit of work: 568001713 [junit] [EL Finest]: 2024-04-30 17:54:20.668--UnitOfWork(568001713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.668--ServerSession(454071866)--Connection(743761815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.668--ServerSession(454071866)--Connection(743761815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.668--ServerSession(454071866)--Connection(1656900119)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.669--ServerSession(454071866)--Connection(743761815)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.669--UnitOfWork(568001713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.669--UnitOfWork(568001713)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.669--UnitOfWork(568001713)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@141e56d4) [junit] [EL Finest]: 2024-04-30 17:54:20.669--ServerSession(454071866)--Connection(1864306821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.669--ClientSession(1695370030)--Connection(1864306821)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.669--ClientSession(1695370030)--Connection(1864306821)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.669--ClientSession(1695370030)--Connection(1265117125)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_SHORT = ? WHERE (ID = ?) [junit] bind => [45, 4] [junit] [EL Finer]: 2024-04-30 17:54:20.67--ClientSession(1695370030)--Connection(1265117125)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.67--ServerSession(454071866)--Connection(1864306821)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.67--UnitOfWork(568001713)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.67--UnitOfWork(568001713)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.67--UnitOfWork(568001713)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.67--ClientSession(1695370030)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.67--UnitOfWork(568001713)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.67--ClientSession(1695370030)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.67--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1504911146 [junit] [EL Finer]: 2024-04-30 17:54:20.67--ClientSession(1504911146)--Thread(Thread[main,5,main])--acquire unit of work: 1312794529 [junit] [EL Finest]: 2024-04-30 17:54:20.67--UnitOfWork(1312794529)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.67--ServerSession(454071866)--Connection(1147398060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.67--ServerSession(454071866)--Connection(1147398060)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.67--ServerSession(454071866)--Connection(1516207498)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.671--ServerSession(454071866)--Connection(1147398060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.683--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1496254520 [junit] [EL Finer]: 2024-04-30 17:54:20.683--ClientSession(1496254520)--Thread(Thread[main,5,main])--acquire unit of work: 735225137 [junit] [EL Finest]: 2024-04-30 17:54:20.683--UnitOfWork(735225137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.683--UnitOfWork(735225137)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.683--UnitOfWork(735225137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3594e209) [junit] [EL Finest]: 2024-04-30 17:54:20.683--ServerSession(454071866)--Connection(525230773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.683--ClientSession(1496254520)--Connection(525230773)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.683--ClientSession(1496254520)--Connection(525230773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.683--ClientSession(1496254520)--Connection(554411840)--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]: 2024-04-30 17:54:20.684--ClientSession(1496254520)--Connection(554411840)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.684--ServerSession(454071866)--Connection(525230773)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.684--UnitOfWork(735225137)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.684--UnitOfWork(735225137)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.684--UnitOfWork(735225137)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.684--ClientSession(1496254520)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.684--UnitOfWork(735225137)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.684--ClientSession(1496254520)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.684--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 53509455 [junit] [EL Finer]: 2024-04-30 17:54:20.684--ClientSession(53509455)--Thread(Thread[main,5,main])--acquire unit of work: 1871178838 [junit] [EL Finest]: 2024-04-30 17:54:20.684--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.684--ServerSession(454071866)--Connection(332031809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.684--ServerSession(454071866)--Connection(332031809)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.684--ServerSession(454071866)--Connection(1290148711)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.685--ServerSession(454071866)--Connection(332031809)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.685--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.685--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.685--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.685--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.685--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1c896d2c) [junit] [EL Finest]: 2024-04-30 17:54:20.685--ServerSession(454071866)--Connection(553186368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.685--ClientSession(53509455)--Connection(553186368)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.685--ClientSession(53509455)--Connection(553186368)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.686--ClientSession(53509455)--Connection(167998635)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finer]: 2024-04-30 17:54:20.686--ClientSession(53509455)--Connection(167998635)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.686--ServerSession(454071866)--Connection(553186368)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.686--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.686--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.686--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.686--ClientSession(53509455)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.686--UnitOfWork(1871178838)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.686--ClientSession(53509455)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.686--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1318244230 [junit] [EL Finer]: 2024-04-30 17:54:20.686--ClientSession(1318244230)--Thread(Thread[main,5,main])--acquire unit of work: 699365600 [junit] [EL Finest]: 2024-04-30 17:54:20.686--UnitOfWork(699365600)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.686--UnitOfWork(699365600)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.686--UnitOfWork(699365600)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1c896d2c) [junit] [EL Finest]: 2024-04-30 17:54:20.686--ServerSession(454071866)--Connection(1091816019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.687--ClientSession(1318244230)--Connection(1091816019)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.687--ClientSession(1318244230)--Connection(1091816019)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.687--ClientSession(1318244230)--Connection(430297864)--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]: 2024-04-30 17:54:20.687--ClientSession(1318244230)--Connection(430297864)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.688--ServerSession(454071866)--Connection(1091816019)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.688--UnitOfWork(699365600)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.688--UnitOfWork(699365600)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.688--UnitOfWork(699365600)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.688--ClientSession(1318244230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.688--UnitOfWork(699365600)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.688--ClientSession(1318244230)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.688--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 876743906 [junit] [EL Finer]: 2024-04-30 17:54:20.688--ClientSession(876743906)--Thread(Thread[main,5,main])--acquire unit of work: 1809586539 [junit] [EL Finest]: 2024-04-30 17:54:20.688--UnitOfWork(1809586539)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.688--ServerSession(454071866)--Connection(1557572235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.688--ServerSession(454071866)--Connection(1557572235)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.688--ServerSession(454071866)--Connection(1777945429)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.688--ServerSession(454071866)--Connection(1557572235)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.689--UnitOfWork(1809586539)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.689--UnitOfWork(1809586539)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.689--UnitOfWork(1809586539)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.689--UnitOfWork(1809586539)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.689--UnitOfWork(1809586539)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.689--ClientSession(876743906)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.689--UnitOfWork(1809586539)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.689--ClientSession(876743906)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.689--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 210705907 [junit] [EL Finer]: 2024-04-30 17:54:20.689--ClientSession(210705907)--Thread(Thread[main,5,main])--acquire unit of work: 33900345 [junit] [EL Finest]: 2024-04-30 17:54:20.689--UnitOfWork(33900345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.689--ServerSession(454071866)--Connection(1694931792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.689--ServerSession(454071866)--Connection(1694931792)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.689--ServerSession(454071866)--Connection(815379772)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.689--ServerSession(454071866)--Connection(1694931792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.689--UnitOfWork(33900345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.689--UnitOfWork(33900345)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.689--UnitOfWork(33900345)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6c99fd6e) [junit] [EL Finest]: 2024-04-30 17:54:20.69--ServerSession(454071866)--Connection(1079596413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.69--ClientSession(210705907)--Connection(1079596413)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.69--ClientSession(210705907)--Connection(1079596413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.69--ClientSession(210705907)--Connection(1850277025)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [null, 44] [junit] [EL Finer]: 2024-04-30 17:54:20.69--ClientSession(210705907)--Connection(1850277025)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.69--ServerSession(454071866)--Connection(1079596413)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.691--UnitOfWork(33900345)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.691--UnitOfWork(33900345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.691--UnitOfWork(33900345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.691--ClientSession(210705907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.691--UnitOfWork(33900345)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.691--ClientSession(210705907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.691--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1361885449 [junit] [EL Finer]: 2024-04-30 17:54:20.691--ClientSession(1361885449)--Thread(Thread[main,5,main])--acquire unit of work: 1540680940 [junit] [EL Finest]: 2024-04-30 17:54:20.691--UnitOfWork(1540680940)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.691--ServerSession(454071866)--Connection(1926278851)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.691--ServerSession(454071866)--Connection(1926278851)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.691--ServerSession(454071866)--Connection(2000161620)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.691--ServerSession(454071866)--Connection(1926278851)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.691--UnitOfWork(1540680940)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.691--UnitOfWork(1540680940)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.691--UnitOfWork(1540680940)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3fa73746) [junit] [EL Finest]: 2024-04-30 17:54:20.691--ServerSession(454071866)--Connection(2133061670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.691--ClientSession(1361885449)--Connection(2133061670)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.692--ClientSession(1361885449)--Connection(2133061670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.692--ClientSession(1361885449)--Connection(2085244353)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [UNCHANGED, 44] [junit] [EL Finer]: 2024-04-30 17:54:20.692--ClientSession(1361885449)--Connection(2085244353)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.692--ServerSession(454071866)--Connection(2133061670)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.692--UnitOfWork(1540680940)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.692--UnitOfWork(1540680940)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.692--UnitOfWork(1540680940)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.693--ClientSession(1361885449)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.693--UnitOfWork(1540680940)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.693--ClientSession(1361885449)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.693--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 56115100 [junit] [EL Finer]: 2024-04-30 17:54:20.693--ClientSession(56115100)--Thread(Thread[main,5,main])--acquire unit of work: 1662672145 [junit] [EL Finest]: 2024-04-30 17:54:20.693--UnitOfWork(1662672145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.693--ServerSession(454071866)--Connection(1292902646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.693--ServerSession(454071866)--Connection(1292902646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.693--ServerSession(454071866)--Connection(1030830157)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.693--ServerSession(454071866)--Connection(1292902646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.693--UnitOfWork(1662672145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.693--UnitOfWork(1662672145)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.693--UnitOfWork(1662672145)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4ed47c86) [junit] [EL Finest]: 2024-04-30 17:54:20.694--ServerSession(454071866)--Connection(906498422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.694--ClientSession(56115100)--Connection(906498422)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.694--ClientSession(56115100)--Connection(906498422)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.694--ClientSession(56115100)--Connection(1937764675)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [XNCHANGED, 44] [junit] [EL Finer]: 2024-04-30 17:54:20.694--ClientSession(56115100)--Connection(1937764675)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.694--ServerSession(454071866)--Connection(906498422)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.694--UnitOfWork(1662672145)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.694--UnitOfWork(1662672145)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.694--UnitOfWork(1662672145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.694--ClientSession(56115100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.694--UnitOfWork(1662672145)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.694--ClientSession(56115100)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.694--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1673636906 [junit] [EL Finer]: 2024-04-30 17:54:20.694--ClientSession(1673636906)--Thread(Thread[main,5,main])--acquire unit of work: 355762821 [junit] [EL Finest]: 2024-04-30 17:54:20.694--UnitOfWork(355762821)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.695--ServerSession(454071866)--Connection(432905353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.695--ServerSession(454071866)--Connection(432905353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.695--ServerSession(454071866)--Connection(335151605)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.695--ServerSession(454071866)--Connection(432905353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.695--UnitOfWork(355762821)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.695--UnitOfWork(355762821)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.695--UnitOfWork(355762821)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4ca5dad5) [junit] [EL Finest]: 2024-04-30 17:54:20.695--ServerSession(454071866)--Connection(2060416383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.695--ClientSession(1673636906)--Connection(2060416383)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.695--ClientSession(1673636906)--Connection(2060416383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.695--ClientSession(1673636906)--Connection(635308997)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [null, 44] [junit] [EL Finer]: 2024-04-30 17:54:20.696--ClientSession(1673636906)--Connection(635308997)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.696--ServerSession(454071866)--Connection(2060416383)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.696--UnitOfWork(355762821)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.696--UnitOfWork(355762821)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.696--UnitOfWork(355762821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.696--ClientSession(1673636906)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.696--UnitOfWork(355762821)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.696--ClientSession(1673636906)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.696--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 926335474 [junit] [EL Finer]: 2024-04-30 17:54:20.696--ClientSession(926335474)--Thread(Thread[main,5,main])--acquire unit of work: 911421158 [junit] [EL Finest]: 2024-04-30 17:54:20.696--UnitOfWork(911421158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.696--ServerSession(454071866)--Connection(1669761994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.696--ServerSession(454071866)--Connection(1669761994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.696--ServerSession(454071866)--Connection(1543563445)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.697--ServerSession(454071866)--Connection(1669761994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.708--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 594174142 [junit] [EL Finer]: 2024-04-30 17:54:20.709--ClientSession(594174142)--Thread(Thread[main,5,main])--acquire unit of work: 1058820280 [junit] [EL Finest]: 2024-04-30 17:54:20.709--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.709--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.709--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1c0528eb) [junit] [EL Finest]: 2024-04-30 17:54:20.709--ServerSession(454071866)--Connection(229869661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.709--ClientSession(594174142)--Connection(229869661)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.709--ClientSession(594174142)--Connection(229869661)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.709--ClientSession(594174142)--Connection(1350009027)--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]: 2024-04-30 17:54:20.71--ClientSession(594174142)--Connection(1350009027)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.71--ServerSession(454071866)--Connection(229869661)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.71--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.71--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.71--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.71--ClientSession(594174142)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.71--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.71--ClientSession(594174142)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.71--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2079622760 [junit] [EL Finer]: 2024-04-30 17:54:20.71--ClientSession(2079622760)--Thread(Thread[main,5,main])--acquire unit of work: 1788086315 [junit] [EL Finest]: 2024-04-30 17:54:20.71--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.71--ServerSession(454071866)--Connection(101313570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.71--ServerSession(454071866)--Connection(101313570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.71--ServerSession(454071866)--Connection(1722529469)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.711--ServerSession(454071866)--Connection(101313570)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.711--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.711--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.711--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.711--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.711--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@732c399b) [junit] [EL Finest]: 2024-04-30 17:54:20.711--ServerSession(454071866)--Connection(27849874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.711--ClientSession(2079622760)--Connection(27849874)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.711--ClientSession(2079622760)--Connection(27849874)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.711--ClientSession(2079622760)--Connection(635540202)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finer]: 2024-04-30 17:54:20.711--ClientSession(2079622760)--Connection(635540202)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.712--ServerSession(454071866)--Connection(27849874)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.712--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.712--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.712--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.712--ClientSession(2079622760)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.712--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.712--ClientSession(2079622760)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.712--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1624254029 [junit] [EL Finer]: 2024-04-30 17:54:20.712--ClientSession(1624254029)--Thread(Thread[main,5,main])--acquire unit of work: 647643809 [junit] [EL Finest]: 2024-04-30 17:54:20.712--UnitOfWork(647643809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.712--UnitOfWork(647643809)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.712--UnitOfWork(647643809)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@732c399b) [junit] [EL Finest]: 2024-04-30 17:54:20.712--ServerSession(454071866)--Connection(608480889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.712--ClientSession(1624254029)--Connection(608480889)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.712--ClientSession(1624254029)--Connection(608480889)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.712--ClientSession(1624254029)--Connection(276655064)--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@114b28ee, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:20.713--ClientSession(1624254029)--Connection(276655064)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.713--ServerSession(454071866)--Connection(608480889)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.713--UnitOfWork(647643809)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.713--UnitOfWork(647643809)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.713--UnitOfWork(647643809)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.713--ClientSession(1624254029)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.713--UnitOfWork(647643809)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.713--ClientSession(1624254029)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.713--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1912759041 [junit] [EL Finer]: 2024-04-30 17:54:20.713--ClientSession(1912759041)--Thread(Thread[main,5,main])--acquire unit of work: 156951858 [junit] [EL Finest]: 2024-04-30 17:54:20.713--UnitOfWork(156951858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.714--ServerSession(454071866)--Connection(1623125677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.714--ServerSession(454071866)--Connection(1623125677)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.714--ServerSession(454071866)--Connection(1811180301)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.714--ServerSession(454071866)--Connection(1623125677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.714--UnitOfWork(156951858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.714--UnitOfWork(156951858)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.714--UnitOfWork(156951858)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.714--UnitOfWork(156951858)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.714--UnitOfWork(156951858)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.714--ClientSession(1912759041)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.714--UnitOfWork(156951858)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.714--ClientSession(1912759041)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.714--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1035590712 [junit] [EL Finer]: 2024-04-30 17:54:20.714--ClientSession(1035590712)--Thread(Thread[main,5,main])--acquire unit of work: 206262120 [junit] [EL Finest]: 2024-04-30 17:54:20.714--UnitOfWork(206262120)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.714--ServerSession(454071866)--Connection(1351301704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.715--ServerSession(454071866)--Connection(1351301704)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.715--ServerSession(454071866)--Connection(1360928004)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.715--ServerSession(454071866)--Connection(1351301704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.715--UnitOfWork(206262120)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.715--UnitOfWork(206262120)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.715--UnitOfWork(206262120)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@74d36822) [junit] [EL Finest]: 2024-04-30 17:54:20.715--ServerSession(454071866)--Connection(2133625040)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.715--ClientSession(1035590712)--Connection(2133625040)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.716--ClientSession(1035590712)--Connection(2133625040)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.716--ClientSession(1035590712)--Connection(605769476)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?) [junit] bind => [null, 51] [junit] [EL Finer]: 2024-04-30 17:54:20.716--ClientSession(1035590712)--Connection(605769476)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.716--ServerSession(454071866)--Connection(2133625040)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.716--UnitOfWork(206262120)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.716--UnitOfWork(206262120)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.716--UnitOfWork(206262120)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.716--ClientSession(1035590712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.716--UnitOfWork(206262120)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.716--ClientSession(1035590712)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.716--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2056375038 [junit] [EL Finer]: 2024-04-30 17:54:20.716--ClientSession(2056375038)--Thread(Thread[main,5,main])--acquire unit of work: 1633728372 [junit] [EL Finest]: 2024-04-30 17:54:20.716--UnitOfWork(1633728372)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.717--ServerSession(454071866)--Connection(536721203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.717--ServerSession(454071866)--Connection(536721203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.717--ServerSession(454071866)--Connection(160072728)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.717--ServerSession(454071866)--Connection(536721203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.717--UnitOfWork(1633728372)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.717--UnitOfWork(1633728372)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.717--UnitOfWork(1633728372)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1987ba29) [junit] [EL Finest]: 2024-04-30 17:54:20.717--ServerSession(454071866)--Connection(1236904625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.717--ClientSession(2056375038)--Connection(1236904625)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.717--ClientSession(2056375038)--Connection(1236904625)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.718--ClientSession(2056375038)--Connection(939565628)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?) [junit] bind => [[B@4e7125e0, 51] [junit] [EL Finer]: 2024-04-30 17:54:20.718--ClientSession(2056375038)--Connection(939565628)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.718--ServerSession(454071866)--Connection(1236904625)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.718--UnitOfWork(1633728372)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.718--UnitOfWork(1633728372)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.718--UnitOfWork(1633728372)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.718--ClientSession(2056375038)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.718--UnitOfWork(1633728372)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.718--ClientSession(2056375038)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.718--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1022175050 [junit] [EL Finer]: 2024-04-30 17:54:20.718--ClientSession(1022175050)--Thread(Thread[main,5,main])--acquire unit of work: 21062569 [junit] [EL Finest]: 2024-04-30 17:54:20.718--UnitOfWork(21062569)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.718--ServerSession(454071866)--Connection(441606426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.718--ServerSession(454071866)--Connection(441606426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.719--ServerSession(454071866)--Connection(1130418922)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.719--ServerSession(454071866)--Connection(441606426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.719--UnitOfWork(21062569)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.719--UnitOfWork(21062569)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.719--UnitOfWork(21062569)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1c341ff5) [junit] [EL Finest]: 2024-04-30 17:54:20.719--ServerSession(454071866)--Connection(158932922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.719--ClientSession(1022175050)--Connection(158932922)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.719--ClientSession(1022175050)--Connection(158932922)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.719--ClientSession(1022175050)--Connection(1311609468)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?) [junit] bind => [[B@19145308, 51] [junit] [EL Finer]: 2024-04-30 17:54:20.772--ClientSession(1022175050)--Connection(1311609468)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.773--ServerSession(454071866)--Connection(158932922)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.773--UnitOfWork(21062569)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.773--UnitOfWork(21062569)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.773--UnitOfWork(21062569)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.773--ClientSession(1022175050)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.773--UnitOfWork(21062569)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.773--ClientSession(1022175050)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.773--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1918956809 [junit] [EL Finer]: 2024-04-30 17:54:20.773--ClientSession(1918956809)--Thread(Thread[main,5,main])--acquire unit of work: 1350317899 [junit] [EL Finest]: 2024-04-30 17:54:20.773--UnitOfWork(1350317899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.773--ServerSession(454071866)--Connection(1228780618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.773--ServerSession(454071866)--Connection(1228780618)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.773--ServerSession(454071866)--Connection(998359270)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.774--ServerSession(454071866)--Connection(1228780618)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.774--UnitOfWork(1350317899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.774--UnitOfWork(1350317899)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.774--UnitOfWork(1350317899)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7fcb12c1) [junit] [EL Finest]: 2024-04-30 17:54:20.774--ServerSession(454071866)--Connection(564957189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.774--ClientSession(1918956809)--Connection(564957189)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.774--ClientSession(1918956809)--Connection(564957189)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.774--ClientSession(1918956809)--Connection(968717195)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?) [junit] bind => [null, 51] [junit] [EL Finer]: 2024-04-30 17:54:20.775--ClientSession(1918956809)--Connection(968717195)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.775--ServerSession(454071866)--Connection(564957189)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.775--UnitOfWork(1350317899)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.775--UnitOfWork(1350317899)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.775--UnitOfWork(1350317899)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.775--ClientSession(1918956809)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.775--UnitOfWork(1350317899)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.775--ClientSession(1918956809)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.775--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 418707370 [junit] [EL Finer]: 2024-04-30 17:54:20.775--ClientSession(418707370)--Thread(Thread[main,5,main])--acquire unit of work: 1562210313 [junit] [EL Finest]: 2024-04-30 17:54:20.775--UnitOfWork(1562210313)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.775--ServerSession(454071866)--Connection(267284746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.775--ServerSession(454071866)--Connection(267284746)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.775--ServerSession(454071866)--Connection(1342220328)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.776--ServerSession(454071866)--Connection(267284746)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.788--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1809457826 [junit] [EL Finer]: 2024-04-30 17:54:20.788--ClientSession(1809457826)--Thread(Thread[main,5,main])--acquire unit of work: 233033888 [junit] [EL Finest]: 2024-04-30 17:54:20.788--UnitOfWork(233033888)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.788--UnitOfWork(233033888)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.788--UnitOfWork(233033888)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3f198a3b) [junit] [EL Finest]: 2024-04-30 17:54:20.788--ServerSession(454071866)--Connection(1821003251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.788--ClientSession(1809457826)--Connection(1821003251)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.788--ClientSession(1809457826)--Connection(1821003251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.788--ClientSession(1809457826)--Connection(2147481106)--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]: 2024-04-30 17:54:20.789--ClientSession(1809457826)--Connection(2147481106)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.789--ServerSession(454071866)--Connection(1821003251)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.789--UnitOfWork(233033888)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.789--UnitOfWork(233033888)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.789--UnitOfWork(233033888)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.789--ClientSession(1809457826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.789--UnitOfWork(233033888)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.789--ClientSession(1809457826)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.789--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 667226874 [junit] [EL Finer]: 2024-04-30 17:54:20.789--ClientSession(667226874)--Thread(Thread[main,5,main])--acquire unit of work: 421410340 [junit] [EL Finest]: 2024-04-30 17:54:20.789--UnitOfWork(421410340)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.789--ServerSession(454071866)--Connection(433130611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.79--ServerSession(454071866)--Connection(433130611)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.79--ServerSession(454071866)--Connection(841126926)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.79--ServerSession(454071866)--Connection(433130611)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.79--UnitOfWork(421410340)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.79--UnitOfWork(421410340)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.79--UnitOfWork(421410340)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.79--UnitOfWork(421410340)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.79--UnitOfWork(421410340)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5538acff) [junit] [EL Finest]: 2024-04-30 17:54:20.79--ServerSession(454071866)--Connection(1648361174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.79--ClientSession(667226874)--Connection(1648361174)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.79--ClientSession(667226874)--Connection(1648361174)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.791--ClientSession(667226874)--Connection(664149089)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finer]: 2024-04-30 17:54:20.791--ClientSession(667226874)--Connection(664149089)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.791--ServerSession(454071866)--Connection(1648361174)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.791--UnitOfWork(421410340)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.791--UnitOfWork(421410340)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.791--UnitOfWork(421410340)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.791--ClientSession(667226874)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.791--UnitOfWork(421410340)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.791--ClientSession(667226874)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.791--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 794780436 [junit] [EL Finer]: 2024-04-30 17:54:20.791--ClientSession(794780436)--Thread(Thread[main,5,main])--acquire unit of work: 839639399 [junit] [EL Finest]: 2024-04-30 17:54:20.791--UnitOfWork(839639399)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.791--UnitOfWork(839639399)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.791--UnitOfWork(839639399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5538acff) [junit] [EL Finest]: 2024-04-30 17:54:20.791--ServerSession(454071866)--Connection(1523974405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.791--ClientSession(794780436)--Connection(1523974405)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.791--ClientSession(794780436)--Connection(1523974405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.792--ClientSession(794780436)--Connection(239439496)--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]: 2024-04-30 17:54:20.792--ClientSession(794780436)--Connection(239439496)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.792--ServerSession(454071866)--Connection(1523974405)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.792--UnitOfWork(839639399)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.792--UnitOfWork(839639399)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.792--UnitOfWork(839639399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.792--ClientSession(794780436)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.792--UnitOfWork(839639399)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.792--ClientSession(794780436)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.792--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 177905622 [junit] [EL Finer]: 2024-04-30 17:54:20.792--ClientSession(177905622)--Thread(Thread[main,5,main])--acquire unit of work: 1622047145 [junit] [EL Finest]: 2024-04-30 17:54:20.792--UnitOfWork(1622047145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.793--ServerSession(454071866)--Connection(1111329530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.793--ServerSession(454071866)--Connection(1111329530)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.793--ServerSession(454071866)--Connection(1669577717)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.793--ServerSession(454071866)--Connection(1111329530)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.793--UnitOfWork(1622047145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.793--UnitOfWork(1622047145)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.793--UnitOfWork(1622047145)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.793--UnitOfWork(1622047145)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.793--UnitOfWork(1622047145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.793--ClientSession(177905622)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.793--UnitOfWork(1622047145)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.793--ClientSession(177905622)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.793--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2117063645 [junit] [EL Finer]: 2024-04-30 17:54:20.793--ClientSession(2117063645)--Thread(Thread[main,5,main])--acquire unit of work: 210176616 [junit] [EL Finest]: 2024-04-30 17:54:20.793--UnitOfWork(210176616)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.794--ServerSession(454071866)--Connection(1877457306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.794--ServerSession(454071866)--Connection(1877457306)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.794--ServerSession(454071866)--Connection(65508496)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.794--ServerSession(454071866)--Connection(1877457306)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.794--UnitOfWork(210176616)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.794--UnitOfWork(210176616)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.794--UnitOfWork(210176616)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@37b68042) [junit] [EL Finest]: 2024-04-30 17:54:20.794--ServerSession(454071866)--Connection(1513328490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.794--ClientSession(2117063645)--Connection(1513328490)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.794--ClientSession(2117063645)--Connection(1513328490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.795--ClientSession(2117063645)--Connection(1764129896)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_INTEGER = ? WHERE (ID = ?) [junit] bind => [2, 15] [junit] [EL Finer]: 2024-04-30 17:54:20.795--ClientSession(2117063645)--Connection(1764129896)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.795--ServerSession(454071866)--Connection(1513328490)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.795--UnitOfWork(210176616)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.795--UnitOfWork(210176616)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.795--UnitOfWork(210176616)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.795--ClientSession(2117063645)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.795--UnitOfWork(210176616)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.795--ClientSession(2117063645)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.795--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1911019879 [junit] [EL Finer]: 2024-04-30 17:54:20.795--ClientSession(1911019879)--Thread(Thread[main,5,main])--acquire unit of work: 938033390 [junit] [EL Finest]: 2024-04-30 17:54:20.795--UnitOfWork(938033390)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.795--ServerSession(454071866)--Connection(1836498759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.795--ServerSession(454071866)--Connection(1836498759)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.795--ServerSession(454071866)--Connection(229354194)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.796--ServerSession(454071866)--Connection(1836498759)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.796--UnitOfWork(938033390)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.796--UnitOfWork(938033390)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.796--UnitOfWork(938033390)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3f5bb066) [junit] [EL Finest]: 2024-04-30 17:54:20.796--ServerSession(454071866)--Connection(933390148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.796--ClientSession(1911019879)--Connection(933390148)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.796--ClientSession(1911019879)--Connection(933390148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.796--ClientSession(1911019879)--Connection(912056383)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_INTEGER = ? WHERE (ID = ?) [junit] bind => [null, 15] [junit] [EL Finer]: 2024-04-30 17:54:20.797--ClientSession(1911019879)--Connection(912056383)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.797--ServerSession(454071866)--Connection(933390148)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.797--UnitOfWork(938033390)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.797--UnitOfWork(938033390)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.797--UnitOfWork(938033390)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.797--ClientSession(1911019879)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.797--UnitOfWork(938033390)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.797--ClientSession(1911019879)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.797--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1309777159 [junit] [EL Finer]: 2024-04-30 17:54:20.797--ClientSession(1309777159)--Thread(Thread[main,5,main])--acquire unit of work: 1781357510 [junit] [EL Finest]: 2024-04-30 17:54:20.797--UnitOfWork(1781357510)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.797--ServerSession(454071866)--Connection(992023460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.797--ServerSession(454071866)--Connection(992023460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.797--ServerSession(454071866)--Connection(1515601132)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.797--ServerSession(454071866)--Connection(992023460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.809--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1616469777 [junit] [EL Finer]: 2024-04-30 17:54:20.809--ClientSession(1616469777)--Thread(Thread[main,5,main])--acquire unit of work: 941169020 [junit] [EL Finest]: 2024-04-30 17:54:20.809--UnitOfWork(941169020)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.809--UnitOfWork(941169020)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.81--UnitOfWork(941169020)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@29882969) [junit] [EL Finest]: 2024-04-30 17:54:20.81--ServerSession(454071866)--Connection(853286878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.81--ClientSession(1616469777)--Connection(853286878)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.81--ClientSession(1616469777)--Connection(853286878)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.81--ClientSession(1616469777)--Connection(1115566592)--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]: 2024-04-30 17:54:20.81--ClientSession(1616469777)--Connection(1115566592)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.811--ServerSession(454071866)--Connection(853286878)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.811--UnitOfWork(941169020)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.811--UnitOfWork(941169020)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.811--UnitOfWork(941169020)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.811--ClientSession(1616469777)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.811--UnitOfWork(941169020)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.811--ClientSession(1616469777)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.811--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 166850677 [junit] [EL Finer]: 2024-04-30 17:54:20.811--ClientSession(166850677)--Thread(Thread[main,5,main])--acquire unit of work: 1526807674 [junit] [EL Finest]: 2024-04-30 17:54:20.811--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.811--ServerSession(454071866)--Connection(1750924072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.811--ServerSession(454071866)--Connection(1750924072)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.811--ServerSession(454071866)--Connection(1858945476)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.811--ServerSession(454071866)--Connection(1750924072)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.812--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.812--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.812--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.812--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.812--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a0975a1) [junit] [EL Finest]: 2024-04-30 17:54:20.812--ServerSession(454071866)--Connection(826603638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.812--ClientSession(166850677)--Connection(826603638)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.812--ClientSession(166850677)--Connection(826603638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.812--ClientSession(166850677)--Connection(309301400)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finer]: 2024-04-30 17:54:20.812--ClientSession(166850677)--Connection(309301400)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.813--ServerSession(454071866)--Connection(826603638)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.813--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.813--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.813--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.813--ClientSession(166850677)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.813--UnitOfWork(1526807674)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.813--ClientSession(166850677)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.813--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1291154393 [junit] [EL Finer]: 2024-04-30 17:54:20.813--ClientSession(1291154393)--Thread(Thread[main,5,main])--acquire unit of work: 1524934009 [junit] [EL Finest]: 2024-04-30 17:54:20.813--UnitOfWork(1524934009)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.813--UnitOfWork(1524934009)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.813--UnitOfWork(1524934009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a0975a1) [junit] [EL Finest]: 2024-04-30 17:54:20.813--ServerSession(454071866)--Connection(87192171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.813--ClientSession(1291154393)--Connection(87192171)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.813--ClientSession(1291154393)--Connection(87192171)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.813--ClientSession(1291154393)--Connection(1648272047)--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]: 2024-04-30 17:54:20.814--ClientSession(1291154393)--Connection(1648272047)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.814--ServerSession(454071866)--Connection(87192171)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.814--UnitOfWork(1524934009)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.814--UnitOfWork(1524934009)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.814--UnitOfWork(1524934009)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.814--ClientSession(1291154393)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.814--UnitOfWork(1524934009)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.814--ClientSession(1291154393)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.814--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 561822941 [junit] [EL Finer]: 2024-04-30 17:54:20.814--ClientSession(561822941)--Thread(Thread[main,5,main])--acquire unit of work: 927675315 [junit] [EL Finest]: 2024-04-30 17:54:20.814--UnitOfWork(927675315)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.814--ServerSession(454071866)--Connection(553112623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.814--ServerSession(454071866)--Connection(553112623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.814--ServerSession(454071866)--Connection(1299436833)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.815--ServerSession(454071866)--Connection(553112623)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.815--UnitOfWork(927675315)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.815--UnitOfWork(927675315)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.815--UnitOfWork(927675315)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.815--UnitOfWork(927675315)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.815--UnitOfWork(927675315)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.815--ClientSession(561822941)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.815--UnitOfWork(927675315)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.815--ClientSession(561822941)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.815--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 718573725 [junit] [EL Finer]: 2024-04-30 17:54:20.815--ClientSession(718573725)--Thread(Thread[main,5,main])--acquire unit of work: 1267206883 [junit] [EL Finest]: 2024-04-30 17:54:20.815--UnitOfWork(1267206883)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.815--ServerSession(454071866)--Connection(127947023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.815--ServerSession(454071866)--Connection(127947023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.815--ServerSession(454071866)--Connection(304781049)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.816--ServerSession(454071866)--Connection(127947023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.816--UnitOfWork(1267206883)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.816--UnitOfWork(1267206883)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.816--UnitOfWork(1267206883)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@17a06236) [junit] [EL Finest]: 2024-04-30 17:54:20.816--ServerSession(454071866)--Connection(1414963218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.816--ClientSession(718573725)--Connection(1414963218)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.816--ClientSession(718573725)--Connection(1414963218)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.816--ClientSession(718573725)--Connection(1836697781)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?) [junit] bind => [null, 33] [junit] [EL Finer]: 2024-04-30 17:54:20.817--ClientSession(718573725)--Connection(1836697781)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.817--ServerSession(454071866)--Connection(1414963218)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.817--UnitOfWork(1267206883)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.817--UnitOfWork(1267206883)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.817--UnitOfWork(1267206883)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.817--ClientSession(718573725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.817--UnitOfWork(1267206883)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.817--ClientSession(718573725)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.817--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2583136 [junit] [EL Finer]: 2024-04-30 17:54:20.817--ClientSession(2583136)--Thread(Thread[main,5,main])--acquire unit of work: 1636830278 [junit] [EL Finest]: 2024-04-30 17:54:20.817--UnitOfWork(1636830278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.817--ServerSession(454071866)--Connection(1108298913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.817--ServerSession(454071866)--Connection(1108298913)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.817--ServerSession(454071866)--Connection(1584986440)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.818--ServerSession(454071866)--Connection(1108298913)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.818--UnitOfWork(1636830278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.818--UnitOfWork(1636830278)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.818--UnitOfWork(1636830278)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4a42e51) [junit] [EL Finest]: 2024-04-30 17:54:20.818--ServerSession(454071866)--Connection(626854991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.818--ClientSession(2583136)--Connection(626854991)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.818--ClientSession(2583136)--Connection(626854991)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.818--ClientSession(2583136)--Connection(2144624637)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?) [junit] bind => [2005-09-08, 33] [junit] [EL Finer]: 2024-04-30 17:54:20.818--ClientSession(2583136)--Connection(2144624637)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.819--ServerSession(454071866)--Connection(626854991)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.819--UnitOfWork(1636830278)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.819--UnitOfWork(1636830278)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.819--UnitOfWork(1636830278)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.819--ClientSession(2583136)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.819--UnitOfWork(1636830278)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.819--ClientSession(2583136)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.819--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1457282196 [junit] [EL Finer]: 2024-04-30 17:54:20.819--ClientSession(1457282196)--Thread(Thread[main,5,main])--acquire unit of work: 464395636 [junit] [EL Finest]: 2024-04-30 17:54:20.819--UnitOfWork(464395636)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.819--ServerSession(454071866)--Connection(1188594251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.819--ServerSession(454071866)--Connection(1188594251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.819--ServerSession(454071866)--Connection(630921936)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.819--ServerSession(454071866)--Connection(1188594251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.82--UnitOfWork(464395636)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.82--UnitOfWork(464395636)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.82--UnitOfWork(464395636)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7a3930e0) [junit] [EL Finest]: 2024-04-30 17:54:20.82--ServerSession(454071866)--Connection(96593778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.82--ClientSession(1457282196)--Connection(96593778)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.82--ClientSession(1457282196)--Connection(96593778)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.82--ClientSession(1457282196)--Connection(707375683)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?) [junit] bind => [2005-09-09, 33] [junit] [EL Finer]: 2024-04-30 17:54:20.82--ClientSession(1457282196)--Connection(707375683)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.821--ServerSession(454071866)--Connection(96593778)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.821--UnitOfWork(464395636)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.821--UnitOfWork(464395636)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.821--UnitOfWork(464395636)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.821--ClientSession(1457282196)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.821--UnitOfWork(464395636)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.821--ClientSession(1457282196)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.821--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1759329627 [junit] [EL Finer]: 2024-04-30 17:54:20.821--ClientSession(1759329627)--Thread(Thread[main,5,main])--acquire unit of work: 1655553349 [junit] [EL Finest]: 2024-04-30 17:54:20.821--UnitOfWork(1655553349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.821--ServerSession(454071866)--Connection(99725561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.821--ServerSession(454071866)--Connection(99725561)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.821--ServerSession(454071866)--Connection(1034142472)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.821--ServerSession(454071866)--Connection(99725561)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.821--UnitOfWork(1655553349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.821--UnitOfWork(1655553349)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.821--UnitOfWork(1655553349)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@33ddd350) [junit] [EL Finest]: 2024-04-30 17:54:20.822--ServerSession(454071866)--Connection(406582341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.822--ClientSession(1759329627)--Connection(406582341)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.822--ClientSession(1759329627)--Connection(406582341)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.822--ClientSession(1759329627)--Connection(210424918)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?) [junit] bind => [null, 33] [junit] [EL Finer]: 2024-04-30 17:54:20.822--ClientSession(1759329627)--Connection(210424918)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.822--ServerSession(454071866)--Connection(406582341)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.822--UnitOfWork(1655553349)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.822--UnitOfWork(1655553349)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.822--UnitOfWork(1655553349)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.822--ClientSession(1759329627)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.822--UnitOfWork(1655553349)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.822--ClientSession(1759329627)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.823--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1959472839 [junit] [EL Finer]: 2024-04-30 17:54:20.823--ClientSession(1959472839)--Thread(Thread[main,5,main])--acquire unit of work: 857040327 [junit] [EL Finest]: 2024-04-30 17:54:20.823--UnitOfWork(857040327)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.823--ServerSession(454071866)--Connection(1768370071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.823--ServerSession(454071866)--Connection(1768370071)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.823--ServerSession(454071866)--Connection(1043226014)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.823--ServerSession(454071866)--Connection(1768370071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.836--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 726463916 [junit] [EL Finer]: 2024-04-30 17:54:20.836--ClientSession(726463916)--Thread(Thread[main,5,main])--acquire unit of work: 724436813 [junit] [EL Finest]: 2024-04-30 17:54:20.836--UnitOfWork(724436813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.836--UnitOfWork(724436813)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.836--UnitOfWork(724436813)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@445f44c6) [junit] [EL Finest]: 2024-04-30 17:54:20.836--ServerSession(454071866)--Connection(1629349647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.836--ClientSession(726463916)--Connection(1629349647)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.836--ClientSession(726463916)--Connection(1629349647)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.876--ClientSession(726463916)--Connection(978485262)--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]: 2024-04-30 17:54:20.877--ClientSession(726463916)--Connection(978485262)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.878--ServerSession(454071866)--Connection(1629349647)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.878--UnitOfWork(724436813)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.878--UnitOfWork(724436813)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.878--UnitOfWork(724436813)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.878--ClientSession(726463916)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.878--UnitOfWork(724436813)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.878--ClientSession(726463916)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.878--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 758651122 [junit] [EL Finer]: 2024-04-30 17:54:20.878--ClientSession(758651122)--Thread(Thread[main,5,main])--acquire unit of work: 588490693 [junit] [EL Finest]: 2024-04-30 17:54:20.878--UnitOfWork(588490693)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.878--ServerSession(454071866)--Connection(225378649)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.878--ServerSession(454071866)--Connection(225378649)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.878--ServerSession(454071866)--Connection(629532712)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.879--ServerSession(454071866)--Connection(225378649)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.879--UnitOfWork(588490693)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.879--UnitOfWork(588490693)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.879--UnitOfWork(588490693)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.879--UnitOfWork(588490693)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.879--UnitOfWork(588490693)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@760420ba) [junit] [EL Finest]: 2024-04-30 17:54:20.879--ServerSession(454071866)--Connection(165342728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.879--ClientSession(758651122)--Connection(165342728)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.879--ClientSession(758651122)--Connection(165342728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.879--ClientSession(758651122)--Connection(2112236634)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finer]: 2024-04-30 17:54:20.88--ClientSession(758651122)--Connection(2112236634)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.88--ServerSession(454071866)--Connection(165342728)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.88--UnitOfWork(588490693)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.88--UnitOfWork(588490693)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.88--UnitOfWork(588490693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.88--ClientSession(758651122)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.88--UnitOfWork(588490693)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.88--ClientSession(758651122)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.88--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 219416258 [junit] [EL Finer]: 2024-04-30 17:54:20.88--ClientSession(219416258)--Thread(Thread[main,5,main])--acquire unit of work: 1398805446 [junit] [EL Finest]: 2024-04-30 17:54:20.88--UnitOfWork(1398805446)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.88--UnitOfWork(1398805446)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.88--UnitOfWork(1398805446)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@760420ba) [junit] [EL Finest]: 2024-04-30 17:54:20.88--ServerSession(454071866)--Connection(857863655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.88--ClientSession(219416258)--Connection(857863655)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.88--ClientSession(219416258)--Connection(857863655)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.88--ClientSession(219416258)--Connection(506386263)--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]: 2024-04-30 17:54:20.881--ClientSession(219416258)--Connection(506386263)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.881--ServerSession(454071866)--Connection(857863655)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.881--UnitOfWork(1398805446)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.881--UnitOfWork(1398805446)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.881--UnitOfWork(1398805446)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.881--ClientSession(219416258)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.881--UnitOfWork(1398805446)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.881--ClientSession(219416258)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.881--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 293577162 [junit] [EL Finer]: 2024-04-30 17:54:20.881--ClientSession(293577162)--Thread(Thread[main,5,main])--acquire unit of work: 760082639 [junit] [EL Finest]: 2024-04-30 17:54:20.881--UnitOfWork(760082639)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.881--ServerSession(454071866)--Connection(1160842846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.881--ServerSession(454071866)--Connection(1160842846)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.882--ServerSession(454071866)--Connection(279772974)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.882--ServerSession(454071866)--Connection(1160842846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.882--UnitOfWork(760082639)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.882--UnitOfWork(760082639)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.882--UnitOfWork(760082639)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.882--UnitOfWork(760082639)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.882--UnitOfWork(760082639)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.882--ClientSession(293577162)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.882--UnitOfWork(760082639)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.882--ClientSession(293577162)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.882--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 68444017 [junit] [EL Finer]: 2024-04-30 17:54:20.882--ClientSession(68444017)--Thread(Thread[main,5,main])--acquire unit of work: 1941601166 [junit] [EL Finest]: 2024-04-30 17:54:20.882--UnitOfWork(1941601166)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.882--ServerSession(454071866)--Connection(217279121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.882--ServerSession(454071866)--Connection(217279121)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.882--ServerSession(454071866)--Connection(1264532354)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.883--ServerSession(454071866)--Connection(217279121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.883--UnitOfWork(1941601166)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.883--UnitOfWork(1941601166)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.883--UnitOfWork(1941601166)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4d507a68) [junit] [EL Finest]: 2024-04-30 17:54:20.883--ServerSession(454071866)--Connection(1758561620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.883--ClientSession(68444017)--Connection(1758561620)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.883--ClientSession(68444017)--Connection(1758561620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.883--ClientSession(68444017)--Connection(902315619)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?) [junit] bind => [null, 34] [junit] [EL Finer]: 2024-04-30 17:54:20.884--ClientSession(68444017)--Connection(902315619)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.884--ServerSession(454071866)--Connection(1758561620)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.884--UnitOfWork(1941601166)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.884--UnitOfWork(1941601166)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.884--UnitOfWork(1941601166)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.884--ClientSession(68444017)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.884--UnitOfWork(1941601166)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.884--ClientSession(68444017)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.884--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 546043383 [junit] [EL Finer]: 2024-04-30 17:54:20.884--ClientSession(546043383)--Thread(Thread[main,5,main])--acquire unit of work: 1142173591 [junit] [EL Finest]: 2024-04-30 17:54:20.884--UnitOfWork(1142173591)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.884--ServerSession(454071866)--Connection(811285072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.884--ServerSession(454071866)--Connection(811285072)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.884--ServerSession(454071866)--Connection(1728410642)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.885--ServerSession(454071866)--Connection(811285072)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.885--UnitOfWork(1142173591)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.885--UnitOfWork(1142173591)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.885--UnitOfWork(1142173591)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7dd3ed43) [junit] [EL Finest]: 2024-04-30 17:54:20.885--ServerSession(454071866)--Connection(1490715251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.885--ClientSession(546043383)--Connection(1490715251)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.885--ClientSession(546043383)--Connection(1490715251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.885--ClientSession(546043383)--Connection(820419681)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?) [junit] bind => [10:49:00, 34] [junit] [EL Finer]: 2024-04-30 17:54:20.885--ClientSession(546043383)--Connection(820419681)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.886--ServerSession(454071866)--Connection(1490715251)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.886--UnitOfWork(1142173591)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.886--UnitOfWork(1142173591)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.886--UnitOfWork(1142173591)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.886--ClientSession(546043383)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.886--UnitOfWork(1142173591)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.886--ClientSession(546043383)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.886--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1485618886 [junit] [EL Finer]: 2024-04-30 17:54:20.886--ClientSession(1485618886)--Thread(Thread[main,5,main])--acquire unit of work: 1422489278 [junit] [EL Finest]: 2024-04-30 17:54:20.886--UnitOfWork(1422489278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.886--ServerSession(454071866)--Connection(1355345362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.886--ServerSession(454071866)--Connection(1355345362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.886--ServerSession(454071866)--Connection(1828676238)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.886--ServerSession(454071866)--Connection(1355345362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.886--UnitOfWork(1422489278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.886--UnitOfWork(1422489278)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.886--UnitOfWork(1422489278)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4e5b7b46) [junit] [EL Finest]: 2024-04-30 17:54:20.887--ServerSession(454071866)--Connection(1318476675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.887--ClientSession(1485618886)--Connection(1318476675)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.887--ClientSession(1485618886)--Connection(1318476675)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.887--ClientSession(1485618886)--Connection(1533141851)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?) [junit] bind => [11:49:00, 34] [junit] [EL Finer]: 2024-04-30 17:54:20.887--ClientSession(1485618886)--Connection(1533141851)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.887--ServerSession(454071866)--Connection(1318476675)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.887--UnitOfWork(1422489278)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.887--UnitOfWork(1422489278)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.887--UnitOfWork(1422489278)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.887--ClientSession(1485618886)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.887--UnitOfWork(1422489278)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.887--ClientSession(1485618886)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.887--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1113235823 [junit] [EL Finer]: 2024-04-30 17:54:20.887--ClientSession(1113235823)--Thread(Thread[main,5,main])--acquire unit of work: 1055699172 [junit] [EL Finest]: 2024-04-30 17:54:20.887--UnitOfWork(1055699172)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.888--ServerSession(454071866)--Connection(1791227737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.888--ServerSession(454071866)--Connection(1791227737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.888--ServerSession(454071866)--Connection(230747337)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.888--ServerSession(454071866)--Connection(1791227737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.888--UnitOfWork(1055699172)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.888--UnitOfWork(1055699172)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.888--UnitOfWork(1055699172)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@41b69de3) [junit] [EL Finest]: 2024-04-30 17:54:20.888--ServerSession(454071866)--Connection(1050072905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.888--ClientSession(1113235823)--Connection(1050072905)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.888--ClientSession(1113235823)--Connection(1050072905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.888--ClientSession(1113235823)--Connection(387429649)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?) [junit] bind => [null, 34] [junit] [EL Finer]: 2024-04-30 17:54:20.889--ClientSession(1113235823)--Connection(387429649)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.889--ServerSession(454071866)--Connection(1050072905)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.889--UnitOfWork(1055699172)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.889--UnitOfWork(1055699172)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.889--UnitOfWork(1055699172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.889--ClientSession(1113235823)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.889--UnitOfWork(1055699172)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.889--ClientSession(1113235823)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.889--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 16685882 [junit] [EL Finer]: 2024-04-30 17:54:20.889--ClientSession(16685882)--Thread(Thread[main,5,main])--acquire unit of work: 140130547 [junit] [EL Finest]: 2024-04-30 17:54:20.889--UnitOfWork(140130547)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.889--ServerSession(454071866)--Connection(584039380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.889--ServerSession(454071866)--Connection(584039380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.889--ServerSession(454071866)--Connection(454134731)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.89--ServerSession(454071866)--Connection(584039380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.902--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1428923073 [junit] [EL Finer]: 2024-04-30 17:54:20.902--ClientSession(1428923073)--Thread(Thread[main,5,main])--acquire unit of work: 871537033 [junit] [EL Finest]: 2024-04-30 17:54:20.902--UnitOfWork(871537033)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.902--UnitOfWork(871537033)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.902--UnitOfWork(871537033)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7eee59fd) [junit] [EL Finest]: 2024-04-30 17:54:20.902--ServerSession(454071866)--Connection(837883715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.902--ClientSession(1428923073)--Connection(837883715)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.902--ClientSession(1428923073)--Connection(837883715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.903--ClientSession(1428923073)--Connection(384364069)--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]: 2024-04-30 17:54:20.903--ClientSession(1428923073)--Connection(384364069)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.903--ServerSession(454071866)--Connection(837883715)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.904--UnitOfWork(871537033)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.904--UnitOfWork(871537033)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.904--UnitOfWork(871537033)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.904--ClientSession(1428923073)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.904--UnitOfWork(871537033)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.904--ClientSession(1428923073)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.904--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 128222315 [junit] [EL Finer]: 2024-04-30 17:54:20.904--ClientSession(128222315)--Thread(Thread[main,5,main])--acquire unit of work: 1054265555 [junit] [EL Finest]: 2024-04-30 17:54:20.904--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.904--ServerSession(454071866)--Connection(1872664810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.904--ServerSession(454071866)--Connection(1872664810)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.904--ServerSession(454071866)--Connection(1586493793)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.904--ServerSession(454071866)--Connection(1872664810)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.904--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.904--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.904--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.905--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.905--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@75f3ae29) [junit] [EL Finest]: 2024-04-30 17:54:20.905--ServerSession(454071866)--Connection(1339333091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.905--ClientSession(128222315)--Connection(1339333091)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.905--ClientSession(128222315)--Connection(1339333091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.905--ClientSession(128222315)--Connection(1872196255)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finer]: 2024-04-30 17:54:20.905--ClientSession(128222315)--Connection(1872196255)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.905--ServerSession(454071866)--Connection(1339333091)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.905--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.905--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.905--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.905--ClientSession(128222315)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.905--UnitOfWork(1054265555)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.905--ClientSession(128222315)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.906--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1613114993 [junit] [EL Finer]: 2024-04-30 17:54:20.906--ClientSession(1613114993)--Thread(Thread[main,5,main])--acquire unit of work: 198617111 [junit] [EL Finest]: 2024-04-30 17:54:20.906--UnitOfWork(198617111)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.906--UnitOfWork(198617111)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.906--UnitOfWork(198617111)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@75f3ae29) [junit] [EL Finest]: 2024-04-30 17:54:20.906--ServerSession(454071866)--Connection(810422321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.906--ClientSession(1613114993)--Connection(810422321)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.906--ClientSession(1613114993)--Connection(810422321)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.906--ClientSession(1613114993)--Connection(1608679377)--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@61caf5ef, 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]: 2024-04-30 17:54:20.906--ClientSession(1613114993)--Connection(1608679377)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.907--ServerSession(454071866)--Connection(810422321)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.907--UnitOfWork(198617111)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.907--UnitOfWork(198617111)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.907--UnitOfWork(198617111)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.907--ClientSession(1613114993)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.907--UnitOfWork(198617111)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.907--ClientSession(1613114993)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.907--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1228525626 [junit] [EL Finer]: 2024-04-30 17:54:20.907--ClientSession(1228525626)--Thread(Thread[main,5,main])--acquire unit of work: 2137661823 [junit] [EL Finest]: 2024-04-30 17:54:20.907--UnitOfWork(2137661823)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.907--ServerSession(454071866)--Connection(867882420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.907--ServerSession(454071866)--Connection(867882420)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.907--ServerSession(454071866)--Connection(235208280)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.907--ServerSession(454071866)--Connection(867882420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.908--UnitOfWork(2137661823)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.908--UnitOfWork(2137661823)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.908--UnitOfWork(2137661823)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.908--UnitOfWork(2137661823)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.908--UnitOfWork(2137661823)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.908--ClientSession(1228525626)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.908--UnitOfWork(2137661823)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.908--ClientSession(1228525626)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.908--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1809401898 [junit] [EL Finer]: 2024-04-30 17:54:20.908--ClientSession(1809401898)--Thread(Thread[main,5,main])--acquire unit of work: 948700340 [junit] [EL Finest]: 2024-04-30 17:54:20.908--UnitOfWork(948700340)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.908--ServerSession(454071866)--Connection(948560112)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.908--ServerSession(454071866)--Connection(948560112)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.908--ServerSession(454071866)--Connection(1312409989)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.908--ServerSession(454071866)--Connection(948560112)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.908--UnitOfWork(948700340)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.908--UnitOfWork(948700340)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.908--UnitOfWork(948700340)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@37f15080) [junit] [EL Finest]: 2024-04-30 17:54:20.909--ServerSession(454071866)--Connection(1081947291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.909--ClientSession(1809401898)--Connection(1081947291)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.909--ClientSession(1809401898)--Connection(1081947291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.909--ClientSession(1809401898)--Connection(764669732)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?) [junit] bind => [null, 43] [junit] [EL Finer]: 2024-04-30 17:54:20.909--ClientSession(1809401898)--Connection(764669732)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.909--ServerSession(454071866)--Connection(1081947291)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.909--UnitOfWork(948700340)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.909--UnitOfWork(948700340)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.909--UnitOfWork(948700340)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.91--ClientSession(1809401898)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.91--UnitOfWork(948700340)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.91--ClientSession(1809401898)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.91--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 353491563 [junit] [EL Finer]: 2024-04-30 17:54:20.91--ClientSession(353491563)--Thread(Thread[main,5,main])--acquire unit of work: 1021439422 [junit] [EL Finest]: 2024-04-30 17:54:20.91--UnitOfWork(1021439422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.91--ServerSession(454071866)--Connection(247058377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.91--ServerSession(454071866)--Connection(247058377)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.91--ServerSession(454071866)--Connection(1087799463)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.91--ServerSession(454071866)--Connection(247058377)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.91--UnitOfWork(1021439422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.91--UnitOfWork(1021439422)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.91--UnitOfWork(1021439422)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@68304286) [junit] [EL Finest]: 2024-04-30 17:54:20.91--ServerSession(454071866)--Connection(1552966087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.91--ClientSession(353491563)--Connection(1552966087)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.91--ClientSession(353491563)--Connection(1552966087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.911--ClientSession(353491563)--Connection(2046349161)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?) [junit] bind => [[B@61caf5ef, 43] [junit] [EL Finer]: 2024-04-30 17:54:20.911--ClientSession(353491563)--Connection(2046349161)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.911--ServerSession(454071866)--Connection(1552966087)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.911--UnitOfWork(1021439422)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.911--UnitOfWork(1021439422)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.911--UnitOfWork(1021439422)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.911--ClientSession(353491563)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.911--UnitOfWork(1021439422)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.911--ClientSession(353491563)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.911--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 66040437 [junit] [EL Finer]: 2024-04-30 17:54:20.911--ClientSession(66040437)--Thread(Thread[main,5,main])--acquire unit of work: 1554933142 [junit] [EL Finest]: 2024-04-30 17:54:20.911--UnitOfWork(1554933142)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.911--ServerSession(454071866)--Connection(1662151405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.911--ServerSession(454071866)--Connection(1662151405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.911--ServerSession(454071866)--Connection(1152807867)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.912--ServerSession(454071866)--Connection(1662151405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.912--UnitOfWork(1554933142)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.912--UnitOfWork(1554933142)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.912--UnitOfWork(1554933142)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@15995d47) [junit] [EL Finest]: 2024-04-30 17:54:20.912--ServerSession(454071866)--Connection(317752494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.912--ClientSession(66040437)--Connection(317752494)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.912--ClientSession(66040437)--Connection(317752494)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.912--ClientSession(66040437)--Connection(1461207707)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?) [junit] bind => [[B@83445bf, 43] [junit] [EL Finer]: 2024-04-30 17:54:20.913--ClientSession(66040437)--Connection(1461207707)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.913--ServerSession(454071866)--Connection(317752494)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.913--UnitOfWork(1554933142)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.913--UnitOfWork(1554933142)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.913--UnitOfWork(1554933142)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.913--ClientSession(66040437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.913--UnitOfWork(1554933142)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.913--ClientSession(66040437)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.913--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1152573351 [junit] [EL Finer]: 2024-04-30 17:54:20.913--ClientSession(1152573351)--Thread(Thread[main,5,main])--acquire unit of work: 1853973299 [junit] [EL Finest]: 2024-04-30 17:54:20.913--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.913--ServerSession(454071866)--Connection(2073618658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.913--ServerSession(454071866)--Connection(2073618658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.913--ServerSession(454071866)--Connection(647094110)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.913--ServerSession(454071866)--Connection(2073618658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.914--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.914--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.914--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@11f11e95) [junit] [EL Finest]: 2024-04-30 17:54:20.914--ServerSession(454071866)--Connection(89225826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.914--ClientSession(1152573351)--Connection(89225826)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.914--ClientSession(1152573351)--Connection(89225826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.914--ClientSession(1152573351)--Connection(307555079)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?) [junit] bind => [null, 43] [junit] [EL Finer]: 2024-04-30 17:54:20.914--ClientSession(1152573351)--Connection(307555079)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.914--ServerSession(454071866)--Connection(89225826)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.914--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.914--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.915--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.915--ClientSession(1152573351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.915--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.915--ClientSession(1152573351)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.915--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 935016213 [junit] [EL Finer]: 2024-04-30 17:54:20.915--ClientSession(935016213)--Thread(Thread[main,5,main])--acquire unit of work: 968346090 [junit] [EL Finest]: 2024-04-30 17:54:20.915--UnitOfWork(968346090)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.915--ServerSession(454071866)--Connection(210637064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.915--ServerSession(454071866)--Connection(210637064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.915--ServerSession(454071866)--Connection(1163702733)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.98--ServerSession(454071866)--Connection(210637064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:20.99--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1018159149 [junit] [EL Finer]: 2024-04-30 17:54:20.99--ClientSession(1018159149)--Thread(Thread[main,5,main])--acquire unit of work: 1013561013 [junit] [EL Finest]: 2024-04-30 17:54:20.99--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.99--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.99--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1c8144b0) [junit] [EL Finest]: 2024-04-30 17:54:20.99--ServerSession(454071866)--Connection(1685976326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.99--ClientSession(1018159149)--Connection(1685976326)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.99--ClientSession(1018159149)--Connection(1685976326)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.99--ClientSession(1018159149)--Connection(365964066)--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]: 2024-04-30 17:54:20.991--ClientSession(1018159149)--Connection(365964066)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.991--ServerSession(454071866)--Connection(1685976326)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.991--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.991--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.991--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.991--ClientSession(1018159149)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.991--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.991--ClientSession(1018159149)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.991--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 585739422 [junit] [EL Finer]: 2024-04-30 17:54:20.991--ClientSession(585739422)--Thread(Thread[main,5,main])--acquire unit of work: 691513344 [junit] [EL Finest]: 2024-04-30 17:54:20.991--UnitOfWork(691513344)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.991--ServerSession(454071866)--Connection(1034555199)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.991--ServerSession(454071866)--Connection(1034555199)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.991--ServerSession(454071866)--Connection(748063839)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.992--ServerSession(454071866)--Connection(1034555199)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.992--UnitOfWork(691513344)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.992--UnitOfWork(691513344)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.992--UnitOfWork(691513344)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.992--UnitOfWork(691513344)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:20.992--UnitOfWork(691513344)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@57979fd9) [junit] [EL Finest]: 2024-04-30 17:54:20.992--ServerSession(454071866)--Connection(583345821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.992--ClientSession(585739422)--Connection(583345821)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.992--ClientSession(585739422)--Connection(583345821)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.992--ClientSession(585739422)--Connection(1133520618)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finer]: 2024-04-30 17:54:20.992--ClientSession(585739422)--Connection(1133520618)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.993--ServerSession(454071866)--Connection(583345821)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.993--UnitOfWork(691513344)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.993--UnitOfWork(691513344)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.993--UnitOfWork(691513344)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.993--ClientSession(585739422)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.993--UnitOfWork(691513344)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.993--ClientSession(585739422)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.993--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1598229086 [junit] [EL Finer]: 2024-04-30 17:54:20.993--ClientSession(1598229086)--Thread(Thread[main,5,main])--acquire unit of work: 1413033701 [junit] [EL Finest]: 2024-04-30 17:54:20.993--UnitOfWork(1413033701)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:20.993--UnitOfWork(1413033701)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.993--UnitOfWork(1413033701)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@57979fd9) [junit] [EL Finest]: 2024-04-30 17:54:20.993--ServerSession(454071866)--Connection(779539843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.993--ClientSession(1598229086)--Connection(779539843)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.993--ClientSession(1598229086)--Connection(779539843)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.993--ClientSession(1598229086)--Connection(1772108777)--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]: 2024-04-30 17:54:20.994--ClientSession(1598229086)--Connection(1772108777)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.994--ServerSession(454071866)--Connection(779539843)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.994--UnitOfWork(1413033701)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.994--UnitOfWork(1413033701)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.994--UnitOfWork(1413033701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.994--ClientSession(1598229086)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.994--UnitOfWork(1413033701)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.994--ClientSession(1598229086)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.994--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 99685963 [junit] [EL Finer]: 2024-04-30 17:54:20.994--ClientSession(99685963)--Thread(Thread[main,5,main])--acquire unit of work: 498274747 [junit] [EL Finest]: 2024-04-30 17:54:20.994--UnitOfWork(498274747)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.994--ServerSession(454071866)--Connection(1965301399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.994--ServerSession(454071866)--Connection(1965301399)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.994--ServerSession(454071866)--Connection(449420435)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.994--ServerSession(454071866)--Connection(1965301399)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.994--UnitOfWork(498274747)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.994--UnitOfWork(498274747)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.995--UnitOfWork(498274747)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.995--UnitOfWork(498274747)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.995--UnitOfWork(498274747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.995--ClientSession(99685963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.995--UnitOfWork(498274747)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.995--ClientSession(99685963)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.995--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 289546827 [junit] [EL Finer]: 2024-04-30 17:54:20.995--ClientSession(289546827)--Thread(Thread[main,5,main])--acquire unit of work: 980998982 [junit] [EL Finest]: 2024-04-30 17:54:20.995--UnitOfWork(980998982)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.995--ServerSession(454071866)--Connection(1259328843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.995--ServerSession(454071866)--Connection(1259328843)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.995--ServerSession(454071866)--Connection(1151346634)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.995--ServerSession(454071866)--Connection(1259328843)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.995--UnitOfWork(980998982)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.995--UnitOfWork(980998982)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.995--UnitOfWork(980998982)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@38ae445c) [junit] [EL Finest]: 2024-04-30 17:54:20.995--ServerSession(454071866)--Connection(1214612373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.995--ClientSession(289546827)--Connection(1214612373)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.995--ClientSession(289546827)--Connection(1214612373)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.996--ClientSession(289546827)--Connection(209366171)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_CLOB = ? WHERE (ID = ?) [junit] bind => [VC 2, 22] [junit] [EL Finer]: 2024-04-30 17:54:20.996--ClientSession(289546827)--Connection(209366171)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.996--ServerSession(454071866)--Connection(1214612373)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.996--UnitOfWork(980998982)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.996--UnitOfWork(980998982)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.996--UnitOfWork(980998982)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.996--ClientSession(289546827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.996--UnitOfWork(980998982)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.996--ClientSession(289546827)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.996--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 941685927 [junit] [EL Finer]: 2024-04-30 17:54:20.996--ClientSession(941685927)--Thread(Thread[main,5,main])--acquire unit of work: 1555933469 [junit] [EL Finest]: 2024-04-30 17:54:20.996--UnitOfWork(1555933469)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.996--ServerSession(454071866)--Connection(100325477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.996--ServerSession(454071866)--Connection(100325477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.996--ServerSession(454071866)--Connection(667627203)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.997--ServerSession(454071866)--Connection(100325477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.997--UnitOfWork(1555933469)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:20.997--UnitOfWork(1555933469)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:20.997--UnitOfWork(1555933469)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@29f59c03) [junit] [EL Finest]: 2024-04-30 17:54:20.997--ServerSession(454071866)--Connection(81581070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.997--ClientSession(941685927)--Connection(81581070)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:20.997--ClientSession(941685927)--Connection(81581070)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.997--ClientSession(941685927)--Connection(354864191)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 22] [junit] [EL Finer]: 2024-04-30 17:54:20.997--ClientSession(941685927)--Connection(354864191)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:20.997--ServerSession(454071866)--Connection(81581070)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:20.997--UnitOfWork(1555933469)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:20.997--UnitOfWork(1555933469)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.998--UnitOfWork(1555933469)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.998--ClientSession(941685927)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:20.998--UnitOfWork(1555933469)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:20.998--ClientSession(941685927)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:20.998--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 279758770 [junit] [EL Finer]: 2024-04-30 17:54:20.998--ClientSession(279758770)--Thread(Thread[main,5,main])--acquire unit of work: 1915886861 [junit] [EL Finest]: 2024-04-30 17:54:20.998--UnitOfWork(1915886861)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:20.998--ServerSession(454071866)--Connection(1364619328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:20.998--ServerSession(454071866)--Connection(1364619328)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:20.998--ServerSession(454071866)--Connection(1933188041)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:20.998--ServerSession(454071866)--Connection(1364619328)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.007--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 402534016 [junit] [EL Finer]: 2024-04-30 17:54:21.007--ClientSession(402534016)--Thread(Thread[main,5,main])--acquire unit of work: 1054410157 [junit] [EL Finest]: 2024-04-30 17:54:21.007--UnitOfWork(1054410157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.007--UnitOfWork(1054410157)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.007--UnitOfWork(1054410157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5cf70c4f) [junit] [EL Finest]: 2024-04-30 17:54:21.007--ServerSession(454071866)--Connection(261569138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.007--ClientSession(402534016)--Connection(261569138)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.007--ClientSession(402534016)--Connection(261569138)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.007--ClientSession(402534016)--Connection(2031460928)--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]: 2024-04-30 17:54:21.007--ClientSession(402534016)--Connection(2031460928)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.008--ServerSession(454071866)--Connection(261569138)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.008--UnitOfWork(1054410157)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.008--UnitOfWork(1054410157)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.008--UnitOfWork(1054410157)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.008--ClientSession(402534016)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.008--UnitOfWork(1054410157)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.008--ClientSession(402534016)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.008--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 674574493 [junit] [EL Finer]: 2024-04-30 17:54:21.008--ClientSession(674574493)--Thread(Thread[main,5,main])--acquire unit of work: 516414275 [junit] [EL Finest]: 2024-04-30 17:54:21.008--UnitOfWork(516414275)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.008--ServerSession(454071866)--Connection(1242852729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.008--ServerSession(454071866)--Connection(1242852729)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.008--ServerSession(454071866)--Connection(1974298342)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.008--ServerSession(454071866)--Connection(1242852729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.008--UnitOfWork(516414275)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.009--UnitOfWork(516414275)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.009--UnitOfWork(516414275)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.009--UnitOfWork(516414275)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.009--UnitOfWork(516414275)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5420c105) [junit] [EL Finest]: 2024-04-30 17:54:21.009--ServerSession(454071866)--Connection(590531163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.009--ClientSession(674574493)--Connection(590531163)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.009--ClientSession(674574493)--Connection(590531163)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.009--ClientSession(674574493)--Connection(1069283994)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finer]: 2024-04-30 17:54:21.009--ClientSession(674574493)--Connection(1069283994)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.009--ServerSession(454071866)--Connection(590531163)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.009--UnitOfWork(516414275)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.009--UnitOfWork(516414275)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.009--UnitOfWork(516414275)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.009--ClientSession(674574493)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.009--UnitOfWork(516414275)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.009--ClientSession(674574493)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.009--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1626403997 [junit] [EL Finer]: 2024-04-30 17:54:21.009--ClientSession(1626403997)--Thread(Thread[main,5,main])--acquire unit of work: 1436916426 [junit] [EL Finest]: 2024-04-30 17:54:21.009--UnitOfWork(1436916426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.009--UnitOfWork(1436916426)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.01--UnitOfWork(1436916426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5420c105) [junit] [EL Finest]: 2024-04-30 17:54:21.01--ServerSession(454071866)--Connection(1374376670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.01--ClientSession(1626403997)--Connection(1374376670)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.01--ClientSession(1626403997)--Connection(1374376670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.01--ClientSession(1626403997)--Connection(920129634)--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]: 2024-04-30 17:54:21.01--ClientSession(1626403997)--Connection(920129634)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.01--ServerSession(454071866)--Connection(1374376670)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.01--UnitOfWork(1436916426)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.01--UnitOfWork(1436916426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.01--UnitOfWork(1436916426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.01--ClientSession(1626403997)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.01--UnitOfWork(1436916426)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.01--ClientSession(1626403997)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 741705512 [junit] [EL Finer]: 2024-04-30 17:54:21.011--ClientSession(741705512)--Thread(Thread[main,5,main])--acquire unit of work: 658726354 [junit] [EL Finest]: 2024-04-30 17:54:21.011--UnitOfWork(658726354)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Connection(1374552664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Connection(1374552664)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Connection(194728123)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Connection(1374552664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.011--UnitOfWork(658726354)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.011--UnitOfWork(658726354)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.011--UnitOfWork(658726354)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.011--UnitOfWork(658726354)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.011--UnitOfWork(658726354)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.011--ClientSession(741705512)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.011--UnitOfWork(658726354)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.011--ClientSession(741705512)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1184192472 [junit] [EL Finer]: 2024-04-30 17:54:21.011--ClientSession(1184192472)--Thread(Thread[main,5,main])--acquire unit of work: 1902427039 [junit] [EL Finest]: 2024-04-30 17:54:21.011--UnitOfWork(1902427039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Connection(2024821714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Connection(2024821714)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.011--ServerSession(454071866)--Connection(968052103)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.012--ServerSession(454071866)--Connection(2024821714)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.012--UnitOfWork(1902427039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.012--UnitOfWork(1902427039)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.012--UnitOfWork(1902427039)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@118079c) [junit] [EL Finest]: 2024-04-30 17:54:21.012--ServerSession(454071866)--Connection(1487953701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.012--ClientSession(1184192472)--Connection(1487953701)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.012--ClientSession(1184192472)--Connection(1487953701)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.012--ClientSession(1184192472)--Connection(704713163)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 45] [junit] [EL Finer]: 2024-04-30 17:54:21.012--ClientSession(1184192472)--Connection(704713163)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.013--ServerSession(454071866)--Connection(1487953701)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.013--UnitOfWork(1902427039)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.013--UnitOfWork(1902427039)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.013--UnitOfWork(1902427039)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.013--ClientSession(1184192472)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.013--UnitOfWork(1902427039)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.013--ClientSession(1184192472)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.013--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2011285944 [junit] [EL Finer]: 2024-04-30 17:54:21.013--ClientSession(2011285944)--Thread(Thread[main,5,main])--acquire unit of work: 762505494 [junit] [EL Finest]: 2024-04-30 17:54:21.013--UnitOfWork(762505494)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.013--ServerSession(454071866)--Connection(257894970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.013--ServerSession(454071866)--Connection(257894970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.013--ServerSession(454071866)--Connection(1120511846)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.013--ServerSession(454071866)--Connection(257894970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.013--UnitOfWork(762505494)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.013--UnitOfWork(762505494)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.013--UnitOfWork(762505494)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@11c7eb2) [junit] [EL Finest]: 2024-04-30 17:54:21.013--ServerSession(454071866)--Connection(2014961996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.014--ClientSession(2011285944)--Connection(2014961996)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.014--ClientSession(2011285944)--Connection(2014961996)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.014--ClientSession(2011285944)--Connection(596298923)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?) [junit] bind => [UNCHANGED, 45] [junit] [EL Finer]: 2024-04-30 17:54:21.014--ClientSession(2011285944)--Connection(596298923)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.014--ServerSession(454071866)--Connection(2014961996)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.014--UnitOfWork(762505494)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.014--UnitOfWork(762505494)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.014--UnitOfWork(762505494)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.014--ClientSession(2011285944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.014--UnitOfWork(762505494)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.014--ClientSession(2011285944)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.014--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 308569061 [junit] [EL Finer]: 2024-04-30 17:54:21.014--ClientSession(308569061)--Thread(Thread[main,5,main])--acquire unit of work: 633402212 [junit] [EL Finest]: 2024-04-30 17:54:21.014--UnitOfWork(633402212)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.014--ServerSession(454071866)--Connection(1356504291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.014--ServerSession(454071866)--Connection(1356504291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.014--ServerSession(454071866)--Connection(535331985)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.015--ServerSession(454071866)--Connection(1356504291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.015--UnitOfWork(633402212)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.015--UnitOfWork(633402212)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.015--UnitOfWork(633402212)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@c5b3aa1) [junit] [EL Finest]: 2024-04-30 17:54:21.015--ServerSession(454071866)--Connection(1408586700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.015--ClientSession(308569061)--Connection(1408586700)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.015--ClientSession(308569061)--Connection(1408586700)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.015--ClientSession(308569061)--Connection(1758622407)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?) [junit] bind => [XNCHANGED, 45] [junit] [EL Finer]: 2024-04-30 17:54:21.015--ClientSession(308569061)--Connection(1758622407)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.016--ServerSession(454071866)--Connection(1408586700)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.016--UnitOfWork(633402212)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.016--UnitOfWork(633402212)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.016--UnitOfWork(633402212)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.016--ClientSession(308569061)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.016--UnitOfWork(633402212)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.016--ClientSession(308569061)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.016--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 568708696 [junit] [EL Finer]: 2024-04-30 17:54:21.016--ClientSession(568708696)--Thread(Thread[main,5,main])--acquire unit of work: 1484227227 [junit] [EL Finest]: 2024-04-30 17:54:21.016--UnitOfWork(1484227227)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.016--ServerSession(454071866)--Connection(591955736)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.016--ServerSession(454071866)--Connection(591955736)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.016--ServerSession(454071866)--Connection(1344811932)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.016--ServerSession(454071866)--Connection(591955736)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.016--UnitOfWork(1484227227)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.016--UnitOfWork(1484227227)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.016--UnitOfWork(1484227227)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3bb782e8) [junit] [EL Finest]: 2024-04-30 17:54:21.017--ServerSession(454071866)--Connection(1292230170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.017--ClientSession(568708696)--Connection(1292230170)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.017--ClientSession(568708696)--Connection(1292230170)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.017--ClientSession(568708696)--Connection(392772013)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 45] [junit] [EL Finer]: 2024-04-30 17:54:21.017--ClientSession(568708696)--Connection(392772013)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.017--ServerSession(454071866)--Connection(1292230170)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.017--UnitOfWork(1484227227)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.017--UnitOfWork(1484227227)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.017--UnitOfWork(1484227227)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.017--ClientSession(568708696)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.017--UnitOfWork(1484227227)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.017--ClientSession(568708696)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.017--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1226950424 [junit] [EL Finer]: 2024-04-30 17:54:21.017--ClientSession(1226950424)--Thread(Thread[main,5,main])--acquire unit of work: 716645672 [junit] [EL Finest]: 2024-04-30 17:54:21.017--UnitOfWork(716645672)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.017--ServerSession(454071866)--Connection(1951253890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.017--ServerSession(454071866)--Connection(1951253890)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.018--ServerSession(454071866)--Connection(371873640)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.018--ServerSession(454071866)--Connection(1951253890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.026--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 150681666 [junit] [EL Finer]: 2024-04-30 17:54:21.027--ClientSession(150681666)--Thread(Thread[main,5,main])--acquire unit of work: 144974938 [junit] [EL Finest]: 2024-04-30 17:54:21.027--UnitOfWork(144974938)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.027--UnitOfWork(144974938)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.027--UnitOfWork(144974938)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3d40ccb) [junit] [EL Finest]: 2024-04-30 17:54:21.027--ServerSession(454071866)--Connection(1915427410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.027--ClientSession(150681666)--Connection(1915427410)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.027--ClientSession(150681666)--Connection(1915427410)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.083--ClientSession(150681666)--Connection(1527015097)--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]: 2024-04-30 17:54:21.084--ClientSession(150681666)--Connection(1527015097)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.084--ServerSession(454071866)--Connection(1915427410)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.084--UnitOfWork(144974938)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.084--UnitOfWork(144974938)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.084--UnitOfWork(144974938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.084--ClientSession(150681666)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.084--UnitOfWork(144974938)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.084--ClientSession(150681666)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.084--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1133982347 [junit] [EL Finer]: 2024-04-30 17:54:21.084--ClientSession(1133982347)--Thread(Thread[main,5,main])--acquire unit of work: 1766086945 [junit] [EL Finest]: 2024-04-30 17:54:21.084--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.084--ServerSession(454071866)--Connection(294509342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.084--ServerSession(454071866)--Connection(294509342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.084--ServerSession(454071866)--Connection(1167474114)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.085--ServerSession(454071866)--Connection(294509342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.085--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.085--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.085--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.085--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.085--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@74a9871c) [junit] [EL Finest]: 2024-04-30 17:54:21.085--ServerSession(454071866)--Connection(2131731235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.085--ClientSession(1133982347)--Connection(2131731235)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.085--ClientSession(1133982347)--Connection(2131731235)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.085--ClientSession(1133982347)--Connection(977367943)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finer]: 2024-04-30 17:54:21.086--ClientSession(1133982347)--Connection(977367943)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.086--ServerSession(454071866)--Connection(2131731235)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.086--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.086--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.086--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.086--ClientSession(1133982347)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.086--UnitOfWork(1766086945)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.086--ClientSession(1133982347)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.086--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 373435202 [junit] [EL Finer]: 2024-04-30 17:54:21.086--ClientSession(373435202)--Thread(Thread[main,5,main])--acquire unit of work: 341214226 [junit] [EL Finest]: 2024-04-30 17:54:21.086--UnitOfWork(341214226)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.086--UnitOfWork(341214226)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.086--UnitOfWork(341214226)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@74a9871c) [junit] [EL Finest]: 2024-04-30 17:54:21.086--ServerSession(454071866)--Connection(1661029237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.086--ClientSession(373435202)--Connection(1661029237)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.086--ClientSession(373435202)--Connection(1661029237)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.086--ClientSession(373435202)--Connection(1679717484)--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]: 2024-04-30 17:54:21.087--ClientSession(373435202)--Connection(1679717484)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.087--ServerSession(454071866)--Connection(1661029237)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.087--UnitOfWork(341214226)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.087--UnitOfWork(341214226)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.087--UnitOfWork(341214226)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.087--ClientSession(373435202)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.087--UnitOfWork(341214226)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.087--ClientSession(373435202)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.087--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 822446740 [junit] [EL Finer]: 2024-04-30 17:54:21.087--ClientSession(822446740)--Thread(Thread[main,5,main])--acquire unit of work: 1488332066 [junit] [EL Finest]: 2024-04-30 17:54:21.087--UnitOfWork(1488332066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.087--ServerSession(454071866)--Connection(1327269708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.087--ServerSession(454071866)--Connection(1327269708)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.087--ServerSession(454071866)--Connection(1267159812)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.088--ServerSession(454071866)--Connection(1327269708)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.088--UnitOfWork(1488332066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.088--UnitOfWork(1488332066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.088--UnitOfWork(1488332066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.088--UnitOfWork(1488332066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.088--UnitOfWork(1488332066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.088--ClientSession(822446740)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.088--UnitOfWork(1488332066)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.088--ClientSession(822446740)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.088--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1709058489 [junit] [EL Finer]: 2024-04-30 17:54:21.088--ClientSession(1709058489)--Thread(Thread[main,5,main])--acquire unit of work: 1779696057 [junit] [EL Finest]: 2024-04-30 17:54:21.088--UnitOfWork(1779696057)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.088--ServerSession(454071866)--Connection(963807454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.088--ServerSession(454071866)--Connection(963807454)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.088--ServerSession(454071866)--Connection(795738687)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.088--ServerSession(454071866)--Connection(963807454)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.088--UnitOfWork(1779696057)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.088--UnitOfWork(1779696057)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.089--UnitOfWork(1779696057)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@713aa287) [junit] [EL Finest]: 2024-04-30 17:54:21.089--ServerSession(454071866)--Connection(58945095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.089--ClientSession(1709058489)--Connection(58945095)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.089--ClientSession(1709058489)--Connection(58945095)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.089--ClientSession(1709058489)--Connection(1941343880)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_STRING = ? WHERE (ID = ?) [junit] bind => [EMIL, 52] [junit] [EL Finer]: 2024-04-30 17:54:21.089--ClientSession(1709058489)--Connection(1941343880)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.089--ServerSession(454071866)--Connection(58945095)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.089--UnitOfWork(1779696057)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.089--UnitOfWork(1779696057)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.089--UnitOfWork(1779696057)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.089--ClientSession(1709058489)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.089--UnitOfWork(1779696057)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.089--ClientSession(1709058489)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.089--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 341630418 [junit] [EL Finer]: 2024-04-30 17:54:21.089--ClientSession(341630418)--Thread(Thread[main,5,main])--acquire unit of work: 204826696 [junit] [EL Finest]: 2024-04-30 17:54:21.089--UnitOfWork(204826696)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.089--ServerSession(454071866)--Connection(1261462920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.09--ServerSession(454071866)--Connection(1261462920)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.09--ServerSession(454071866)--Connection(2107493153)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.09--ServerSession(454071866)--Connection(1261462920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.09--UnitOfWork(204826696)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.09--UnitOfWork(204826696)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.09--UnitOfWork(204826696)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@288d6586) [junit] [EL Finest]: 2024-04-30 17:54:21.09--ServerSession(454071866)--Connection(1930318531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.09--ClientSession(341630418)--Connection(1930318531)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.09--ClientSession(341630418)--Connection(1930318531)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.09--ClientSession(341630418)--Connection(359471852)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_STRING = ? WHERE (ID = ?) [junit] bind => [null, 52] [junit] [EL Finer]: 2024-04-30 17:54:21.091--ClientSession(341630418)--Connection(359471852)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.091--ServerSession(454071866)--Connection(1930318531)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.091--UnitOfWork(204826696)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.091--UnitOfWork(204826696)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.091--UnitOfWork(204826696)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.091--ClientSession(341630418)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.091--UnitOfWork(204826696)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.091--ClientSession(341630418)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.091--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2083880944 [junit] [EL Finer]: 2024-04-30 17:54:21.091--ClientSession(2083880944)--Thread(Thread[main,5,main])--acquire unit of work: 2108470015 [junit] [EL Finest]: 2024-04-30 17:54:21.091--UnitOfWork(2108470015)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.091--ServerSession(454071866)--Connection(7040476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.091--ServerSession(454071866)--Connection(7040476)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.091--ServerSession(454071866)--Connection(699001407)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, 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]: 2024-04-30 17:54:21.091--ServerSession(454071866)--Connection(7040476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.542 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField [junit] [EL Finer]: 2024-04-30 17:54:21.104--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1448232013 [junit] [EL Finer]: 2024-04-30 17:54:21.104--ClientSession(1448232013)--Thread(Thread[main,5,main])--acquire unit of work: 1029909398 [junit] [EL Finest]: 2024-04-30 17:54:21.104--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:21.104--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.104--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.104--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2024-04-30 17:54:21.104--ServerSession(454071866)--Connection(619222347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.104--ClientSession(1448232013)--Connection(619222347)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.104--ClientSession(1448232013)--Connection(619222347)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:21.105--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6172bc2f) [junit] [EL Fine]: 2024-04-30 17:54:21.105--ClientSession(1448232013)--Connection(920606810)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, R&D, 1] [junit] [EL Fine]: 2024-04-30 17:54:21.105--ClientSession(1448232013)--Connection(920606810)--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, 2024-04-30 17:54:21.0, null, 11, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:21.105--ClientSession(1448232013)--Connection(920606810)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.106--ServerSession(454071866)--Connection(619222347)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.106--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.106--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.106--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.106--ClientSession(1448232013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.106--UnitOfWork(1029909398)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.106--ClientSession(1448232013)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.106--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 331973019 [junit] [EL Finer]: 2024-04-30 17:54:21.106--ClientSession(331973019)--Thread(Thread[main,5,main])--acquire unit of work: 1595414064 [junit] [EL Finest]: 2024-04-30 17:54:21.106--UnitOfWork(1595414064)--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]: 2024-04-30 17:54:21.106--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7abb0af2 [junit] [EL Finest]: 2024-04-30 17:54:21.106--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:54:21.106--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:21.106--ServerSession(454071866)--Connection(630912115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.106--ServerSession(454071866)--Connection(630912115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.106--ServerSession(454071866)--Connection(951906515)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:21.106--ServerSession(454071866)--Connection(630912115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.107--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.107--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11544552) [junit] [EL Finest]: 2024-04-30 17:54:21.107--ServerSession(454071866)--Connection(657087430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.107--ClientSession(331973019)--Connection(657087430)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.107--ClientSession(331973019)--Connection(657087430)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.107--ClientSession(331973019)--Connection(1830756030)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET EMP_START = ? WHERE (ID = ?) [junit] bind => [2024-04-30 17:54:22.0, 27] [junit] [EL Finer]: 2024-04-30 17:54:21.107--ClientSession(331973019)--Connection(1830756030)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.108--ServerSession(454071866)--Connection(657087430)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.108--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.108--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.108--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.108--ClientSession(331973019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.108--UnitOfWork(1595414064)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.108--ClientSession(331973019)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.108--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2053552262 [junit] [EL Finer]: 2024-04-30 17:54:21.108--ClientSession(2053552262)--Thread(Thread[main,5,main])--acquire unit of work: 266811495 [junit] [EL Finest]: 2024-04-30 17:54:21.108--UnitOfWork(266811495)--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]: 2024-04-30 17:54:21.108--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7abb0af2 [junit] [EL Finest]: 2024-04-30 17:54:21.108--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:54:21.108--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:21.108--ServerSession(454071866)--Connection(552606102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.108--ServerSession(454071866)--Connection(552606102)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.108--ServerSession(454071866)--Connection(375532015)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:21.108--ServerSession(454071866)--Connection(552606102)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.108--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11544552 [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.109--ServerSession(454071866)--Connection(707925561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.109--ClientSession(2053552262)--Connection(707925561)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.109--ClientSession(2053552262)--Connection(707925561)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.109--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.109--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:54:21.109--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.109--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:54:21.11--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.11--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:54:21.11--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.11--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:54:21.11--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a982dcb) [junit] [EL Fine]: 2024-04-30 17:54:21.11--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2024-04-30 17:54:21.11--UnitOfWork(266811495)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Fine]: 2024-04-30 17:54:21.11--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [27] [junit] [EL Fine]: 2024-04-30 17:54:21.11--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.111--ClientSession(2053552262)--Connection(403711672)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.111--ServerSession(454071866)--Connection(707925561)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.111--UnitOfWork(266811495)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.111--UnitOfWork(266811495)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.111--UnitOfWork(266811495)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.111--ClientSession(2053552262)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.111--UnitOfWork(266811495)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.111--ClientSession(2053552262)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.119--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 269414376 [junit] [EL Finer]: 2024-04-30 17:54:21.119--ClientSession(269414376)--Thread(Thread[main,5,main])--acquire unit of work: 215855440 [junit] [EL Finest]: 2024-04-30 17:54:21.119--UnitOfWork(215855440)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:21.119--UnitOfWork(215855440)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.119--UnitOfWork(215855440)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.119--UnitOfWork(215855440)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2024-04-30 17:54:21.119--ServerSession(454071866)--Connection(1836096145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.119--ClientSession(269414376)--Connection(1836096145)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.119--ClientSession(269414376)--Connection(1836096145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:21.119--UnitOfWork(215855440)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1220eb72) [junit] [EL Fine]: 2024-04-30 17:54:21.119--ClientSession(269414376)--Connection(2023655222)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [10, R&D, 1] [junit] [EL Fine]: 2024-04-30 17:54:21.119--ClientSession(269414376)--Connection(2023655222)--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]: 2024-04-30 17:54:21.12--ClientSession(269414376)--Connection(2023655222)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.12--ServerSession(454071866)--Connection(1836096145)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.12--UnitOfWork(215855440)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.12--UnitOfWork(215855440)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.12--UnitOfWork(215855440)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.12--ClientSession(269414376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.12--UnitOfWork(215855440)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.12--ClientSession(269414376)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.12--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1131482348 [junit] [EL Finer]: 2024-04-30 17:54:21.12--ClientSession(1131482348)--Thread(Thread[main,5,main])--acquire unit of work: 1331336323 [junit] [EL Finest]: 2024-04-30 17:54:21.12--UnitOfWork(1331336323)--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]: 2024-04-30 17:54:21.12--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8 [junit] [EL Finest]: 2024-04-30 17:54:21.12--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:21.12--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:21.12--ServerSession(454071866)--Connection(1309189719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.12--ServerSession(454071866)--Connection(1309189719)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.12--ServerSession(454071866)--Connection(1441652121)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:21.121--ServerSession(454071866)--Connection(1309189719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.121--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.121--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a5fff61) [junit] [EL Finest]: 2024-04-30 17:54:21.121--ServerSession(454071866)--Connection(943910452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.121--ClientSession(1131482348)--Connection(943910452)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.121--ClientSession(1131482348)--Connection(943910452)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.121--ClientSession(1131482348)--Connection(2112732354)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET EMP_END = ?, EMP_START = ? WHERE (ID = ?) [junit] bind => [null, null, 26] [junit] [EL Finer]: 2024-04-30 17:54:21.121--ClientSession(1131482348)--Connection(2112732354)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.122--ServerSession(454071866)--Connection(943910452)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.122--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.122--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.122--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.122--ClientSession(1131482348)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.122--UnitOfWork(1331336323)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.122--ClientSession(1131482348)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.122--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 390883392 [junit] [EL Finer]: 2024-04-30 17:54:21.122--ClientSession(390883392)--Thread(Thread[main,5,main])--acquire unit of work: 944768979 [junit] [EL Finest]: 2024-04-30 17:54:21.122--UnitOfWork(944768979)--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]: 2024-04-30 17:54:21.122--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8 [junit] [EL Finest]: 2024-04-30 17:54:21.122--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:21.122--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:21.122--ServerSession(454071866)--Connection(190751010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.122--ServerSession(454071866)--Connection(190751010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.122--ServerSession(454071866)--Connection(2120047089)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:21.122--ServerSession(454071866)--Connection(190751010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.123--ServerSession(454071866)--Connection(246727257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.123--ClientSession(390883392)--Connection(246727257)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.123--ClientSession(390883392)--Connection(246727257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.123--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.123--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.123--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2024-04-30 17:54:21.123--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.123--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2024-04-30 17:54:21.124--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.124--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2024-04-30 17:54:21.124--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47f228d9) [junit] [EL Fine]: 2024-04-30 17:54:21.124--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2024-04-30 17:54:21.124--UnitOfWork(944768979)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Fine]: 2024-04-30 17:54:21.124--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [26] [junit] [EL Fine]: 2024-04-30 17:54:21.124--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [10, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.124--ClientSession(390883392)--Connection(1389581355)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.125--ServerSession(454071866)--Connection(246727257)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.125--UnitOfWork(944768979)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.125--UnitOfWork(944768979)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.125--UnitOfWork(944768979)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.125--ClientSession(390883392)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.125--UnitOfWork(944768979)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.125--ClientSession(390883392)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.133--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1791404956 [junit] [EL Finer]: 2024-04-30 17:54:21.133--ClientSession(1791404956)--Thread(Thread[main,5,main])--acquire unit of work: 2045054913 [junit] [EL Finest]: 2024-04-30 17:54:21.133--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:21.133--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.133--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.133--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2024-04-30 17:54:21.133--ServerSession(454071866)--Connection(2095525646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.133--ClientSession(1791404956)--Connection(2095525646)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.133--ClientSession(1791404956)--Connection(2095525646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:21.133--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50430cb2) [junit] [EL Fine]: 2024-04-30 17:54:21.133--ClientSession(1791404956)--Connection(1172546128)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [9, R&D, 1] [junit] [EL Fine]: 2024-04-30 17:54:21.133--ClientSession(1791404956)--Connection(1172546128)--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, 2024-04-30 17:54:21.0, null, 9, null, null, null, null, null] [junit] [EL Finer]: 2024-04-30 17:54:21.134--ClientSession(1791404956)--Connection(1172546128)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.134--ServerSession(454071866)--Connection(2095525646)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.134--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.134--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.134--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.134--ClientSession(1791404956)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.134--UnitOfWork(2045054913)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.134--ClientSession(1791404956)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.134--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1148708563 [junit] [EL Finer]: 2024-04-30 17:54:21.134--ClientSession(1148708563)--Thread(Thread[main,5,main])--acquire unit of work: 475933999 [junit] [EL Finest]: 2024-04-30 17:54:21.134--UnitOfWork(475933999)--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]: 2024-04-30 17:54:21.134--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cdad40f [junit] [EL Finest]: 2024-04-30 17:54:21.134--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finest]: 2024-04-30 17:54:21.134--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2024-04-30 17:54:21.134--ServerSession(454071866)--Connection(680151415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.134--ServerSession(454071866)--Connection(680151415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.134--ServerSession(454071866)--Connection(2055973116)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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]: 2024-04-30 17:54:21.135--ServerSession(454071866)--Connection(680151415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finest]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finest]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.135--ServerSession(454071866)--Connection(1575652054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.135--ClientSession(1148708563)--Connection(1575652054)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.135--ClientSession(1148708563)--Connection(1575652054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.135--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2024-04-30 17:54:21.135--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.135--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2024-04-30 17:54:21.136--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.136--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2024-04-30 17:54:21.136--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.136--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2024-04-30 17:54:21.136--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2024-04-30 17:54:21.136--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2024-04-30 17:54:21.136--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f90e015) [junit] [EL Fine]: 2024-04-30 17:54:21.136--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2024-04-30 17:54:21.136--UnitOfWork(475933999)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Fine]: 2024-04-30 17:54:21.136--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [25] [junit] [EL Fine]: 2024-04-30 17:54:21.136--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [9, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.137--ClientSession(1148708563)--Connection(588124093)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.137--ServerSession(454071866)--Connection(1575652054)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.137--UnitOfWork(475933999)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.137--UnitOfWork(475933999)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.137--UnitOfWork(475933999)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.137--ClientSession(1148708563)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.137--UnitOfWork(475933999)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.137--ClientSession(1148708563)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes [junit] [EL Finer]: 2024-04-30 17:54:21.149--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 497282932 [junit] [EL Finer]: 2024-04-30 17:54:21.149--ClientSession(497282932)--Thread(Thread[main,5,main])--acquire unit of work: 2058711491 [junit] [EL Finest]: 2024-04-30 17:54:21.149--UnitOfWork(2058711491)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.149--UnitOfWork(2058711491)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.149--UnitOfWork(2058711491)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@7a587439) [junit] [EL Finest]: 2024-04-30 17:54:21.149--ServerSession(454071866)--Connection(182717046)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.149--ClientSession(497282932)--Connection(182717046)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.149--ClientSession(497282932)--Connection(182717046)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.149--ClientSession(497282932)--Connection(1536051584)--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]: 2024-04-30 17:54:21.15--ClientSession(497282932)--Connection(1536051584)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.15--ServerSession(454071866)--Connection(182717046)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.15--UnitOfWork(2058711491)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.15--UnitOfWork(2058711491)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.15--UnitOfWork(2058711491)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.15--ClientSession(497282932)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.15--UnitOfWork(2058711491)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.15--ClientSession(497282932)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.15--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 518921003 [junit] [EL Finer]: 2024-04-30 17:54:21.15--ClientSession(518921003)--Thread(Thread[main,5,main])--acquire unit of work: 888345914 [junit] [EL Finest]: 2024-04-30 17:54:21.15--UnitOfWork(888345914)--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]: 2024-04-30 17:54:21.15--ServerSession(454071866)--Connection(496535661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.15--ServerSession(454071866)--Connection(496535661)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.15--ServerSession(454071866)--Connection(268421405)--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]: 2024-04-30 17:54:21.15--ServerSession(454071866)--Connection(496535661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.151--UnitOfWork(888345914)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.151--UnitOfWork(888345914)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.151--UnitOfWork(888345914)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=TemporalTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.151--UnitOfWork(888345914)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@4dd02f41) [junit] [EL Finest]: 2024-04-30 17:54:21.151--ServerSession(454071866)--Connection(1695848912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.187--ClientSession(518921003)--Connection(1695848912)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.187--ClientSession(518921003)--Connection(1695848912)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.187--ClientSession(518921003)--Connection(822258436)--Thread(Thread[main,5,main])--DELETE FROM TMP_TEMPORAL_FA WHERE (ID = ?) [junit] bind => [1234567890123456789] [junit] [EL Finer]: 2024-04-30 17:54:21.187--ClientSession(518921003)--Connection(822258436)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.188--ServerSession(454071866)--Connection(1695848912)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.188--UnitOfWork(888345914)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.188--UnitOfWork(888345914)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.188--UnitOfWork(888345914)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.188--ClientSession(518921003)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.188--UnitOfWork(888345914)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.188--ClientSession(518921003)--Thread(Thread[main,5,main])--client released [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes [junit] [EL Finer]: 2024-04-30 17:54:21.201--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1833119947 [junit] [EL Finer]: 2024-04-30 17:54:21.201--ClientSession(1833119947)--Thread(Thread[main,5,main])--acquire unit of work: 631796434 [junit] [EL Finest]: 2024-04-30 17:54:21.201--UnitOfWork(631796434)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.201--UnitOfWork(631796434)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.201--UnitOfWork(631796434)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7221f607) [junit] [EL Finest]: 2024-04-30 17:54:21.201--ServerSession(454071866)--Connection(815471099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.201--ClientSession(1833119947)--Connection(815471099)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.201--ClientSession(1833119947)--Connection(815471099)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.202--ClientSession(1833119947)--Connection(1455674328)--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]: 2024-04-30 17:54:21.202--ClientSession(1833119947)--Connection(1455674328)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.202--ServerSession(454071866)--Connection(815471099)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.202--UnitOfWork(631796434)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.202--UnitOfWork(631796434)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.202--UnitOfWork(631796434)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.202--ClientSession(1833119947)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.202--UnitOfWork(631796434)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.202--ClientSession(1833119947)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.202--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 980556725 [junit] [EL Finer]: 2024-04-30 17:54:21.202--ClientSession(980556725)--Thread(Thread[main,5,main])--acquire unit of work: 1380882881 [junit] [EL Finest]: 2024-04-30 17:54:21.202--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.203--ServerSession(454071866)--Connection(450612547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.203--ServerSession(454071866)--Connection(450612547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.203--ServerSession(454071866)--Connection(1301645583)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.203--ServerSession(454071866)--Connection(450612547)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.203--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.203--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.203--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.203--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.203--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@41368109) [junit] [EL Finest]: 2024-04-30 17:54:21.203--ServerSession(454071866)--Connection(1694487023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.203--ClientSession(980556725)--Connection(1694487023)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.203--ClientSession(980556725)--Connection(1694487023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.204--ClientSession(980556725)--Connection(132770975)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.204--ClientSession(980556725)--Connection(132770975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.204--ServerSession(454071866)--Connection(1694487023)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.204--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.204--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.204--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.204--ClientSession(980556725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.204--UnitOfWork(1380882881)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.204--ClientSession(980556725)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.204--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1754664570 [junit] [EL Finer]: 2024-04-30 17:54:21.204--ClientSession(1754664570)--Thread(Thread[main,5,main])--acquire unit of work: 1929169454 [junit] [EL Finest]: 2024-04-30 17:54:21.204--UnitOfWork(1929169454)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.204--UnitOfWork(1929169454)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.204--UnitOfWork(1929169454)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@41368109) [junit] [EL Finest]: 2024-04-30 17:54:21.204--ServerSession(454071866)--Connection(1487154708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.204--ClientSession(1754664570)--Connection(1487154708)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.204--ClientSession(1754664570)--Connection(1487154708)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.205--ClientSession(1754664570)--Connection(1646244)--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]: 2024-04-30 17:54:21.205--ClientSession(1754664570)--Connection(1646244)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.205--ServerSession(454071866)--Connection(1487154708)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.205--UnitOfWork(1929169454)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.205--UnitOfWork(1929169454)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.205--UnitOfWork(1929169454)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.205--ClientSession(1754664570)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.205--UnitOfWork(1929169454)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.205--ClientSession(1754664570)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.205--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1686520000 [junit] [EL Finer]: 2024-04-30 17:54:21.205--ClientSession(1686520000)--Thread(Thread[main,5,main])--acquire unit of work: 489359050 [junit] [EL Finest]: 2024-04-30 17:54:21.205--UnitOfWork(489359050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.205--ServerSession(454071866)--Connection(1427097589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.205--ServerSession(454071866)--Connection(1427097589)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.206--ServerSession(454071866)--Connection(1106425334)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.206--ServerSession(454071866)--Connection(1427097589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.206--UnitOfWork(489359050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.206--UnitOfWork(489359050)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.206--UnitOfWork(489359050)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.206--UnitOfWork(489359050)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.206--UnitOfWork(489359050)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.206--ClientSession(1686520000)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.206--UnitOfWork(489359050)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.206--ClientSession(1686520000)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.206--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 770582058 [junit] [EL Finer]: 2024-04-30 17:54:21.206--ClientSession(770582058)--Thread(Thread[main,5,main])--acquire unit of work: 420757730 [junit] [EL Finest]: 2024-04-30 17:54:21.206--UnitOfWork(420757730)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.206--ServerSession(454071866)--Connection(721042116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.206--ServerSession(454071866)--Connection(721042116)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.206--ServerSession(454071866)--Connection(1750081207)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.207--ServerSession(454071866)--Connection(721042116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.207--UnitOfWork(420757730)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.207--UnitOfWork(420757730)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.207--UnitOfWork(420757730)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ffbefd9) [junit] [EL Finest]: 2024-04-30 17:54:21.207--ServerSession(454071866)--Connection(476173692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.207--ClientSession(770582058)--Connection(476173692)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.207--ClientSession(770582058)--Connection(476173692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.207--ClientSession(770582058)--Connection(1696187636)--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]: 2024-04-30 17:54:21.208--ClientSession(770582058)--Connection(1696187636)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.208--ServerSession(454071866)--Connection(476173692)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.208--UnitOfWork(420757730)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.208--UnitOfWork(420757730)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.208--UnitOfWork(420757730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.208--ClientSession(770582058)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.208--UnitOfWork(420757730)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.208--ClientSession(770582058)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.208--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1698220546 [junit] [EL Finer]: 2024-04-30 17:54:21.208--ClientSession(1698220546)--Thread(Thread[main,5,main])--acquire unit of work: 866645998 [junit] [EL Finest]: 2024-04-30 17:54:21.208--UnitOfWork(866645998)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.208--ServerSession(454071866)--Connection(405973770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.208--ServerSession(454071866)--Connection(405973770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.208--ServerSession(454071866)--Connection(1861850808)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.209--ServerSession(454071866)--Connection(405973770)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.209--UnitOfWork(866645998)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.209--UnitOfWork(866645998)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.209--UnitOfWork(866645998)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4126af70) [junit] [EL Finest]: 2024-04-30 17:54:21.209--ServerSession(454071866)--Connection(1856972227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.209--ClientSession(1698220546)--Connection(1856972227)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.209--ClientSession(1698220546)--Connection(1856972227)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.209--ClientSession(1698220546)--Connection(848070264)--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]: 2024-04-30 17:54:21.209--ClientSession(1698220546)--Connection(848070264)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.21--ServerSession(454071866)--Connection(1856972227)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.21--UnitOfWork(866645998)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.21--UnitOfWork(866645998)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.21--UnitOfWork(866645998)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.21--ClientSession(1698220546)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.21--UnitOfWork(866645998)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.21--ClientSession(1698220546)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.21--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 60067865 [junit] [EL Finer]: 2024-04-30 17:54:21.21--ClientSession(60067865)--Thread(Thread[main,5,main])--acquire unit of work: 335686805 [junit] [EL Finest]: 2024-04-30 17:54:21.21--UnitOfWork(335686805)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.21--ServerSession(454071866)--Connection(1122752299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.21--ServerSession(454071866)--Connection(1122752299)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.21--ServerSession(454071866)--Connection(733227842)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.21--ServerSession(454071866)--Connection(1122752299)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.21--UnitOfWork(335686805)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.21--UnitOfWork(335686805)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.21--UnitOfWork(335686805)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@96491e4) [junit] [EL Finest]: 2024-04-30 17:54:21.211--ServerSession(454071866)--Connection(533633712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.211--ClientSession(60067865)--Connection(533633712)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.211--ClientSession(60067865)--Connection(533633712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.211--ClientSession(60067865)--Connection(678287334)--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]: 2024-04-30 17:54:21.211--ClientSession(60067865)--Connection(678287334)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.211--ServerSession(454071866)--Connection(533633712)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.211--UnitOfWork(335686805)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.211--UnitOfWork(335686805)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.211--UnitOfWork(335686805)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.211--ClientSession(60067865)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.211--UnitOfWork(335686805)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.211--ClientSession(60067865)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.211--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1118692426 [junit] [EL Finer]: 2024-04-30 17:54:21.211--ClientSession(1118692426)--Thread(Thread[main,5,main])--acquire unit of work: 702410165 [junit] [EL Finest]: 2024-04-30 17:54:21.211--UnitOfWork(702410165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.211--ServerSession(454071866)--Connection(1867111823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.212--ServerSession(454071866)--Connection(1867111823)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.212--ServerSession(454071866)--Connection(922633888)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.212--ServerSession(454071866)--Connection(1867111823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.212--UnitOfWork(702410165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.212--UnitOfWork(702410165)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.212--UnitOfWork(702410165)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5d2a8d1a) [junit] [EL Finest]: 2024-04-30 17:54:21.212--ServerSession(454071866)--Connection(950076646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.212--ClientSession(1118692426)--Connection(950076646)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.212--ClientSession(1118692426)--Connection(950076646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.212--ClientSession(1118692426)--Connection(1088024576)--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]: 2024-04-30 17:54:21.213--ClientSession(1118692426)--Connection(1088024576)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.213--ServerSession(454071866)--Connection(950076646)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.213--UnitOfWork(702410165)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.213--UnitOfWork(702410165)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.213--UnitOfWork(702410165)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.213--ClientSession(1118692426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.213--UnitOfWork(702410165)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.213--ClientSession(1118692426)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.213--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1098963669 [junit] [EL Finer]: 2024-04-30 17:54:21.213--ClientSession(1098963669)--Thread(Thread[main,5,main])--acquire unit of work: 1899393079 [junit] [EL Finest]: 2024-04-30 17:54:21.213--UnitOfWork(1899393079)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.213--ServerSession(454071866)--Connection(2120271841)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.213--ServerSession(454071866)--Connection(2120271841)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.213--ServerSession(454071866)--Connection(538339174)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.213--ServerSession(454071866)--Connection(2120271841)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.222--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1195194841 [junit] [EL Finer]: 2024-04-30 17:54:21.222--ClientSession(1195194841)--Thread(Thread[main,5,main])--acquire unit of work: 757912630 [junit] [EL Finest]: 2024-04-30 17:54:21.222--UnitOfWork(757912630)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.222--UnitOfWork(757912630)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.222--UnitOfWork(757912630)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@73fe9928) [junit] [EL Finest]: 2024-04-30 17:54:21.222--ServerSession(454071866)--Connection(1258645013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.222--ClientSession(1195194841)--Connection(1258645013)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.222--ClientSession(1195194841)--Connection(1258645013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.223--ClientSession(1195194841)--Connection(12813863)--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]: 2024-04-30 17:54:21.223--ClientSession(1195194841)--Connection(12813863)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.223--ServerSession(454071866)--Connection(1258645013)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.223--UnitOfWork(757912630)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.223--UnitOfWork(757912630)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.223--UnitOfWork(757912630)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.223--ClientSession(1195194841)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.223--UnitOfWork(757912630)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.223--ClientSession(1195194841)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.223--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 566832254 [junit] [EL Finer]: 2024-04-30 17:54:21.223--ClientSession(566832254)--Thread(Thread[main,5,main])--acquire unit of work: 1100792732 [junit] [EL Finest]: 2024-04-30 17:54:21.223--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.223--ServerSession(454071866)--Connection(1567790902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.223--ServerSession(454071866)--Connection(1567790902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.224--ServerSession(454071866)--Connection(1096524110)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.224--ServerSession(454071866)--Connection(1567790902)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.224--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.224--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.224--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.224--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.224--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ebe695b) [junit] [EL Finest]: 2024-04-30 17:54:21.224--ServerSession(454071866)--Connection(1534135525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.224--ClientSession(566832254)--Connection(1534135525)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.224--ClientSession(566832254)--Connection(1534135525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.225--ClientSession(566832254)--Connection(1022465979)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [7, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.225--ClientSession(566832254)--Connection(1022465979)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.225--ServerSession(454071866)--Connection(1534135525)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.225--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.225--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.225--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.225--ClientSession(566832254)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.225--UnitOfWork(1100792732)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.225--ClientSession(566832254)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.225--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1648605441 [junit] [EL Finer]: 2024-04-30 17:54:21.225--ClientSession(1648605441)--Thread(Thread[main,5,main])--acquire unit of work: 830904200 [junit] [EL Finest]: 2024-04-30 17:54:21.225--UnitOfWork(830904200)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.225--UnitOfWork(830904200)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.225--UnitOfWork(830904200)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ebe695b) [junit] [EL Finest]: 2024-04-30 17:54:21.225--ServerSession(454071866)--Connection(111933697)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.225--ClientSession(1648605441)--Connection(111933697)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.225--ClientSession(1648605441)--Connection(111933697)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.226--ClientSession(1648605441)--Connection(2044711780)--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]: 2024-04-30 17:54:21.226--ClientSession(1648605441)--Connection(2044711780)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.226--ServerSession(454071866)--Connection(111933697)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.226--UnitOfWork(830904200)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.226--UnitOfWork(830904200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.226--UnitOfWork(830904200)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.226--ClientSession(1648605441)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.226--UnitOfWork(830904200)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.226--ClientSession(1648605441)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.226--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 694002722 [junit] [EL Finer]: 2024-04-30 17:54:21.226--ClientSession(694002722)--Thread(Thread[main,5,main])--acquire unit of work: 1894196217 [junit] [EL Finest]: 2024-04-30 17:54:21.226--UnitOfWork(1894196217)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.226--ServerSession(454071866)--Connection(1998887538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.227--ServerSession(454071866)--Connection(1998887538)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.227--ServerSession(454071866)--Connection(171040167)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.227--ServerSession(454071866)--Connection(1998887538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.227--UnitOfWork(1894196217)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.227--UnitOfWork(1894196217)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.227--UnitOfWork(1894196217)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.227--UnitOfWork(1894196217)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.227--UnitOfWork(1894196217)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.227--ClientSession(694002722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.227--UnitOfWork(1894196217)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.227--ClientSession(694002722)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.227--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1346687226 [junit] [EL Finer]: 2024-04-30 17:54:21.227--ClientSession(1346687226)--Thread(Thread[main,5,main])--acquire unit of work: 1458064441 [junit] [EL Finest]: 2024-04-30 17:54:21.227--UnitOfWork(1458064441)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.227--ServerSession(454071866)--Connection(291681646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.227--ServerSession(454071866)--Connection(291681646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.227--ServerSession(454071866)--Connection(575969746)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.228--ServerSession(454071866)--Connection(291681646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.228--UnitOfWork(1458064441)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.228--UnitOfWork(1458064441)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.228--UnitOfWork(1458064441)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@40fc5943) [junit] [EL Finest]: 2024-04-30 17:54:21.228--ServerSession(454071866)--Connection(484545219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.228--ClientSession(1346687226)--Connection(484545219)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.228--ClientSession(1346687226)--Connection(484545219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.228--ClientSession(1346687226)--Connection(1056306781)--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]: 2024-04-30 17:54:21.228--ClientSession(1346687226)--Connection(1056306781)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.229--ServerSession(454071866)--Connection(484545219)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.229--UnitOfWork(1458064441)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.229--UnitOfWork(1458064441)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.229--UnitOfWork(1458064441)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.229--ClientSession(1346687226)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.229--UnitOfWork(1458064441)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.229--ClientSession(1346687226)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.229--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1548868129 [junit] [EL Finer]: 2024-04-30 17:54:21.229--ClientSession(1548868129)--Thread(Thread[main,5,main])--acquire unit of work: 1287011554 [junit] [EL Finest]: 2024-04-30 17:54:21.229--UnitOfWork(1287011554)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.229--ServerSession(454071866)--Connection(1574988855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.229--ServerSession(454071866)--Connection(1574988855)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.229--ServerSession(454071866)--Connection(51320008)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.229--ServerSession(454071866)--Connection(1574988855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.229--UnitOfWork(1287011554)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.229--UnitOfWork(1287011554)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.229--UnitOfWork(1287011554)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c7131af) [junit] [EL Finest]: 2024-04-30 17:54:21.23--ServerSession(454071866)--Connection(159158795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.23--ClientSession(1548868129)--Connection(159158795)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.23--ClientSession(1548868129)--Connection(159158795)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.23--ClientSession(1548868129)--Connection(841546472)--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]: 2024-04-30 17:54:21.23--ClientSession(1548868129)--Connection(841546472)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.23--ServerSession(454071866)--Connection(159158795)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.23--UnitOfWork(1287011554)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.23--UnitOfWork(1287011554)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.23--UnitOfWork(1287011554)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.23--ClientSession(1548868129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.23--UnitOfWork(1287011554)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.23--ClientSession(1548868129)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.23--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 374344214 [junit] [EL Finer]: 2024-04-30 17:54:21.23--ClientSession(374344214)--Thread(Thread[main,5,main])--acquire unit of work: 2077310493 [junit] [EL Finest]: 2024-04-30 17:54:21.23--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.23--ServerSession(454071866)--Connection(240870453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.231--ServerSession(454071866)--Connection(240870453)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.231--ServerSession(454071866)--Connection(327016356)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.231--ServerSession(454071866)--Connection(240870453)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.231--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.231--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.231--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@77389001) [junit] [EL Finest]: 2024-04-30 17:54:21.291--ServerSession(454071866)--Connection(1600803590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.291--ClientSession(374344214)--Connection(1600803590)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.291--ClientSession(374344214)--Connection(1600803590)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.291--ClientSession(374344214)--Connection(23349203)--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]: 2024-04-30 17:54:21.292--ClientSession(374344214)--Connection(23349203)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.292--ServerSession(454071866)--Connection(1600803590)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.292--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.292--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.292--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.292--ClientSession(374344214)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.292--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.292--ClientSession(374344214)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.292--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 698611428 [junit] [EL Finer]: 2024-04-30 17:54:21.292--ClientSession(698611428)--Thread(Thread[main,5,main])--acquire unit of work: 618427061 [junit] [EL Finest]: 2024-04-30 17:54:21.292--UnitOfWork(618427061)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.292--ServerSession(454071866)--Connection(119927586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.292--ServerSession(454071866)--Connection(119927586)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.292--ServerSession(454071866)--Connection(1320710375)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.293--ServerSession(454071866)--Connection(119927586)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.293--UnitOfWork(618427061)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.293--UnitOfWork(618427061)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.293--UnitOfWork(618427061)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3f94376e) [junit] [EL Finest]: 2024-04-30 17:54:21.293--ServerSession(454071866)--Connection(447875586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.293--ClientSession(698611428)--Connection(447875586)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.293--ClientSession(698611428)--Connection(447875586)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.293--ClientSession(698611428)--Connection(928903405)--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]: 2024-04-30 17:54:21.294--ClientSession(698611428)--Connection(928903405)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.294--ServerSession(454071866)--Connection(447875586)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.294--UnitOfWork(618427061)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.294--UnitOfWork(618427061)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.294--UnitOfWork(618427061)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.294--ClientSession(698611428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.294--UnitOfWork(618427061)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.294--ClientSession(698611428)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.294--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1023571656 [junit] [EL Finer]: 2024-04-30 17:54:21.294--ClientSession(1023571656)--Thread(Thread[main,5,main])--acquire unit of work: 929732976 [junit] [EL Finest]: 2024-04-30 17:54:21.294--UnitOfWork(929732976)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.294--ServerSession(454071866)--Connection(1877532136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.294--ServerSession(454071866)--Connection(1877532136)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.294--ServerSession(454071866)--Connection(574110668)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.295--ServerSession(454071866)--Connection(1877532136)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.303--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 491849118 [junit] [EL Finer]: 2024-04-30 17:54:21.303--ClientSession(491849118)--Thread(Thread[main,5,main])--acquire unit of work: 2052696060 [junit] [EL Finest]: 2024-04-30 17:54:21.303--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.303--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.304--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2ef7635f) [junit] [EL Finest]: 2024-04-30 17:54:21.304--ServerSession(454071866)--Connection(2079998091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.304--ClientSession(491849118)--Connection(2079998091)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.304--ClientSession(491849118)--Connection(2079998091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.304--ClientSession(491849118)--Connection(1286303311)--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]: 2024-04-30 17:54:21.304--ClientSession(491849118)--Connection(1286303311)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.305--ServerSession(454071866)--Connection(2079998091)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.305--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.305--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.305--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.305--ClientSession(491849118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.305--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.305--ClientSession(491849118)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.305--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 554726595 [junit] [EL Finer]: 2024-04-30 17:54:21.305--ClientSession(554726595)--Thread(Thread[main,5,main])--acquire unit of work: 138905202 [junit] [EL Finest]: 2024-04-30 17:54:21.305--UnitOfWork(138905202)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.305--ServerSession(454071866)--Connection(529090595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.305--ServerSession(454071866)--Connection(529090595)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.305--ServerSession(454071866)--Connection(1586753837)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.305--ServerSession(454071866)--Connection(529090595)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.305--UnitOfWork(138905202)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.305--UnitOfWork(138905202)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.305--UnitOfWork(138905202)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.305--UnitOfWork(138905202)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.306--UnitOfWork(138905202)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@48474db4) [junit] [EL Finest]: 2024-04-30 17:54:21.306--ServerSession(454071866)--Connection(1543593152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.306--ClientSession(554726595)--Connection(1543593152)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.306--ClientSession(554726595)--Connection(1543593152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.306--ClientSession(554726595)--Connection(423748272)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [3, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.306--ClientSession(554726595)--Connection(423748272)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.306--ServerSession(454071866)--Connection(1543593152)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.306--UnitOfWork(138905202)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.306--UnitOfWork(138905202)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.306--UnitOfWork(138905202)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.306--ClientSession(554726595)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.306--UnitOfWork(138905202)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.306--ClientSession(554726595)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.306--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 552514505 [junit] [EL Finer]: 2024-04-30 17:54:21.306--ClientSession(552514505)--Thread(Thread[main,5,main])--acquire unit of work: 1994329160 [junit] [EL Finest]: 2024-04-30 17:54:21.306--UnitOfWork(1994329160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.306--UnitOfWork(1994329160)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.307--UnitOfWork(1994329160)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@48474db4) [junit] [EL Finest]: 2024-04-30 17:54:21.307--ServerSession(454071866)--Connection(1116780989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.307--ClientSession(552514505)--Connection(1116780989)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.307--ClientSession(552514505)--Connection(1116780989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.307--ClientSession(552514505)--Connection(397753053)--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]: 2024-04-30 17:54:21.307--ClientSession(552514505)--Connection(397753053)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.307--ServerSession(454071866)--Connection(1116780989)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.307--UnitOfWork(1994329160)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.307--UnitOfWork(1994329160)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.308--UnitOfWork(1994329160)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.308--ClientSession(552514505)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.308--UnitOfWork(1994329160)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.308--ClientSession(552514505)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.308--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 280025442 [junit] [EL Finer]: 2024-04-30 17:54:21.308--ClientSession(280025442)--Thread(Thread[main,5,main])--acquire unit of work: 1462421400 [junit] [EL Finest]: 2024-04-30 17:54:21.308--UnitOfWork(1462421400)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.308--ServerSession(454071866)--Connection(1777826930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.308--ServerSession(454071866)--Connection(1777826930)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.308--ServerSession(454071866)--Connection(1184341970)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.308--ServerSession(454071866)--Connection(1777826930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.308--UnitOfWork(1462421400)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.308--UnitOfWork(1462421400)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.308--UnitOfWork(1462421400)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.308--UnitOfWork(1462421400)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.308--UnitOfWork(1462421400)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.308--ClientSession(280025442)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.308--UnitOfWork(1462421400)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.308--ClientSession(280025442)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.308--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2042145312 [junit] [EL Finer]: 2024-04-30 17:54:21.308--ClientSession(2042145312)--Thread(Thread[main,5,main])--acquire unit of work: 2028900305 [junit] [EL Finest]: 2024-04-30 17:54:21.308--UnitOfWork(2028900305)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.308--ServerSession(454071866)--Connection(1078651521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.308--ServerSession(454071866)--Connection(1078651521)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.309--ServerSession(454071866)--Connection(500707740)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.309--ServerSession(454071866)--Connection(1078651521)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.309--UnitOfWork(2028900305)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.309--UnitOfWork(2028900305)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.309--UnitOfWork(2028900305)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d11e25a) [junit] [EL Finest]: 2024-04-30 17:54:21.309--ServerSession(454071866)--Connection(1712363925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.309--ClientSession(2042145312)--Connection(1712363925)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.309--ClientSession(2042145312)--Connection(1712363925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.309--ClientSession(2042145312)--Connection(242989056)--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]: 2024-04-30 17:54:21.31--ClientSession(2042145312)--Connection(242989056)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.31--ServerSession(454071866)--Connection(1712363925)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.31--UnitOfWork(2028900305)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.31--UnitOfWork(2028900305)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.31--UnitOfWork(2028900305)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.31--ClientSession(2042145312)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.31--UnitOfWork(2028900305)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.31--ClientSession(2042145312)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.31--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 377179579 [junit] [EL Finer]: 2024-04-30 17:54:21.31--ClientSession(377179579)--Thread(Thread[main,5,main])--acquire unit of work: 1849587331 [junit] [EL Finest]: 2024-04-30 17:54:21.31--UnitOfWork(1849587331)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.31--ServerSession(454071866)--Connection(1029077244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.31--ServerSession(454071866)--Connection(1029077244)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.31--ServerSession(454071866)--Connection(1681840327)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.311--ServerSession(454071866)--Connection(1029077244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.311--UnitOfWork(1849587331)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.311--UnitOfWork(1849587331)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.311--UnitOfWork(1849587331)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@35f3a69f) [junit] [EL Finest]: 2024-04-30 17:54:21.311--ServerSession(454071866)--Connection(688305679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.311--ClientSession(377179579)--Connection(688305679)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.311--ClientSession(377179579)--Connection(688305679)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.311--ClientSession(377179579)--Connection(601086822)--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]: 2024-04-30 17:54:21.311--ClientSession(377179579)--Connection(601086822)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.312--ServerSession(454071866)--Connection(688305679)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.312--UnitOfWork(1849587331)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.312--UnitOfWork(1849587331)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.312--UnitOfWork(1849587331)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.312--ClientSession(377179579)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.312--UnitOfWork(1849587331)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.312--ClientSession(377179579)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.312--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1438969966 [junit] [EL Finer]: 2024-04-30 17:54:21.312--ClientSession(1438969966)--Thread(Thread[main,5,main])--acquire unit of work: 1240371735 [junit] [EL Finest]: 2024-04-30 17:54:21.312--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.312--ServerSession(454071866)--Connection(1952151719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.312--ServerSession(454071866)--Connection(1952151719)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.312--ServerSession(454071866)--Connection(498614879)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.312--ServerSession(454071866)--Connection(1952151719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.312--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.312--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.312--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@524ecfda) [junit] [EL Finest]: 2024-04-30 17:54:21.312--ServerSession(454071866)--Connection(571081774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.312--ClientSession(1438969966)--Connection(571081774)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.312--ClientSession(1438969966)--Connection(571081774)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.313--ClientSession(1438969966)--Connection(565451727)--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]: 2024-04-30 17:54:21.313--ClientSession(1438969966)--Connection(565451727)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.313--ServerSession(454071866)--Connection(571081774)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.313--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.313--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.313--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.313--ClientSession(1438969966)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.313--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.313--ClientSession(1438969966)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.313--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 110407 [junit] [EL Finer]: 2024-04-30 17:54:21.313--ClientSession(110407)--Thread(Thread[main,5,main])--acquire unit of work: 1918427165 [junit] [EL Finest]: 2024-04-30 17:54:21.313--UnitOfWork(1918427165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.313--ServerSession(454071866)--Connection(1941174266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.313--ServerSession(454071866)--Connection(1941174266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.313--ServerSession(454071866)--Connection(2006321248)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.314--ServerSession(454071866)--Connection(1941174266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.314--UnitOfWork(1918427165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.314--UnitOfWork(1918427165)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.314--UnitOfWork(1918427165)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4f0da51b) [junit] [EL Finest]: 2024-04-30 17:54:21.314--ServerSession(454071866)--Connection(1694453298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.314--ClientSession(110407)--Connection(1694453298)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.314--ClientSession(110407)--Connection(1694453298)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.314--ClientSession(110407)--Connection(422615573)--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]: 2024-04-30 17:54:21.314--ClientSession(110407)--Connection(422615573)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.315--ServerSession(454071866)--Connection(1694453298)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.315--UnitOfWork(1918427165)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.315--UnitOfWork(1918427165)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.315--UnitOfWork(1918427165)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.315--ClientSession(110407)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.315--UnitOfWork(1918427165)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.315--ClientSession(110407)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.315--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1957440939 [junit] [EL Finer]: 2024-04-30 17:54:21.315--ClientSession(1957440939)--Thread(Thread[main,5,main])--acquire unit of work: 1782342610 [junit] [EL Finest]: 2024-04-30 17:54:21.315--UnitOfWork(1782342610)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.315--ServerSession(454071866)--Connection(2000792754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.315--ServerSession(454071866)--Connection(2000792754)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.315--ServerSession(454071866)--Connection(1928951398)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.315--ServerSession(454071866)--Connection(2000792754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.325--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1528752559 [junit] [EL Finer]: 2024-04-30 17:54:21.325--ClientSession(1528752559)--Thread(Thread[main,5,main])--acquire unit of work: 1050189965 [junit] [EL Finest]: 2024-04-30 17:54:21.325--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.325--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.325--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@d088f02) [junit] [EL Finest]: 2024-04-30 17:54:21.325--ServerSession(454071866)--Connection(975348724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.325--ClientSession(1528752559)--Connection(975348724)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.325--ClientSession(1528752559)--Connection(975348724)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.325--ClientSession(1528752559)--Connection(1103491317)--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]: 2024-04-30 17:54:21.326--ClientSession(1528752559)--Connection(1103491317)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.326--ServerSession(454071866)--Connection(975348724)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.326--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.326--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.326--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.326--ClientSession(1528752559)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.326--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.326--ClientSession(1528752559)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.326--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1975822501 [junit] [EL Finer]: 2024-04-30 17:54:21.326--ClientSession(1975822501)--Thread(Thread[main,5,main])--acquire unit of work: 1524013290 [junit] [EL Finest]: 2024-04-30 17:54:21.326--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.326--ServerSession(454071866)--Connection(888834333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.326--ServerSession(454071866)--Connection(888834333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.327--ServerSession(454071866)--Connection(1549033029)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.327--ServerSession(454071866)--Connection(888834333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.327--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.327--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.327--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.327--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.327--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@627a8c58) [junit] [EL Finest]: 2024-04-30 17:54:21.327--ServerSession(454071866)--Connection(2096141085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.327--ClientSession(1975822501)--Connection(2096141085)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.327--ClientSession(1975822501)--Connection(2096141085)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.327--ClientSession(1975822501)--Connection(1525955197)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [4, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.328--ClientSession(1975822501)--Connection(1525955197)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.328--ServerSession(454071866)--Connection(2096141085)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.328--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.328--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.328--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.328--ClientSession(1975822501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.328--UnitOfWork(1524013290)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.328--ClientSession(1975822501)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.328--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 740933852 [junit] [EL Finer]: 2024-04-30 17:54:21.328--ClientSession(740933852)--Thread(Thread[main,5,main])--acquire unit of work: 1413076543 [junit] [EL Finest]: 2024-04-30 17:54:21.328--UnitOfWork(1413076543)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.328--UnitOfWork(1413076543)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.328--UnitOfWork(1413076543)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@627a8c58) [junit] [EL Finest]: 2024-04-30 17:54:21.328--ServerSession(454071866)--Connection(279548417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.328--ClientSession(740933852)--Connection(279548417)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.328--ClientSession(740933852)--Connection(279548417)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.328--ClientSession(740933852)--Connection(1927581672)--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]: 2024-04-30 17:54:21.329--ClientSession(740933852)--Connection(1927581672)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.329--ServerSession(454071866)--Connection(279548417)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.329--UnitOfWork(1413076543)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.329--UnitOfWork(1413076543)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.329--UnitOfWork(1413076543)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.329--ClientSession(740933852)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.329--UnitOfWork(1413076543)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.329--ClientSession(740933852)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.329--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1859978813 [junit] [EL Finer]: 2024-04-30 17:54:21.329--ClientSession(1859978813)--Thread(Thread[main,5,main])--acquire unit of work: 842578045 [junit] [EL Finest]: 2024-04-30 17:54:21.329--UnitOfWork(842578045)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.329--ServerSession(454071866)--Connection(1685449245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.329--ServerSession(454071866)--Connection(1685449245)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.329--ServerSession(454071866)--Connection(1038590505)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.33--ServerSession(454071866)--Connection(1685449245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.33--UnitOfWork(842578045)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.33--UnitOfWork(842578045)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.33--UnitOfWork(842578045)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.33--UnitOfWork(842578045)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.33--UnitOfWork(842578045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.33--ClientSession(1859978813)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.33--UnitOfWork(842578045)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.33--ClientSession(1859978813)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.33--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 127482299 [junit] [EL Finer]: 2024-04-30 17:54:21.33--ClientSession(127482299)--Thread(Thread[main,5,main])--acquire unit of work: 1375242649 [junit] [EL Finest]: 2024-04-30 17:54:21.33--UnitOfWork(1375242649)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.33--ServerSession(454071866)--Connection(358978039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.33--ServerSession(454071866)--Connection(358978039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.33--ServerSession(454071866)--Connection(1800981843)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.331--ServerSession(454071866)--Connection(358978039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.331--UnitOfWork(1375242649)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.331--UnitOfWork(1375242649)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.331--UnitOfWork(1375242649)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@30e38412) [junit] [EL Finest]: 2024-04-30 17:54:21.331--ServerSession(454071866)--Connection(607070192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.331--ClientSession(127482299)--Connection(607070192)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.331--ClientSession(127482299)--Connection(607070192)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.331--ClientSession(127482299)--Connection(317730658)--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]: 2024-04-30 17:54:21.331--ClientSession(127482299)--Connection(317730658)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.332--ServerSession(454071866)--Connection(607070192)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.332--UnitOfWork(1375242649)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.332--UnitOfWork(1375242649)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.332--UnitOfWork(1375242649)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.332--ClientSession(127482299)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.332--UnitOfWork(1375242649)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.332--ClientSession(127482299)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.332--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 891978472 [junit] [EL Finer]: 2024-04-30 17:54:21.332--ClientSession(891978472)--Thread(Thread[main,5,main])--acquire unit of work: 1759978266 [junit] [EL Finest]: 2024-04-30 17:54:21.332--UnitOfWork(1759978266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.332--ServerSession(454071866)--Connection(2080348763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.332--ServerSession(454071866)--Connection(2080348763)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.332--ServerSession(454071866)--Connection(988864820)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.332--ServerSession(454071866)--Connection(2080348763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.332--UnitOfWork(1759978266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.332--UnitOfWork(1759978266)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.332--UnitOfWork(1759978266)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@a820ecc) [junit] [EL Finest]: 2024-04-30 17:54:21.332--ServerSession(454071866)--Connection(812439877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.332--ClientSession(891978472)--Connection(812439877)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.332--ClientSession(891978472)--Connection(812439877)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.333--ClientSession(891978472)--Connection(187805697)--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]: 2024-04-30 17:54:21.333--ClientSession(891978472)--Connection(187805697)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.333--ServerSession(454071866)--Connection(812439877)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.333--UnitOfWork(1759978266)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.333--UnitOfWork(1759978266)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.333--UnitOfWork(1759978266)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.333--ClientSession(891978472)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.333--UnitOfWork(1759978266)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.333--ClientSession(891978472)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.333--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1597885747 [junit] [EL Finer]: 2024-04-30 17:54:21.333--ClientSession(1597885747)--Thread(Thread[main,5,main])--acquire unit of work: 164467040 [junit] [EL Finest]: 2024-04-30 17:54:21.333--UnitOfWork(164467040)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.333--ServerSession(454071866)--Connection(268081632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.333--ServerSession(454071866)--Connection(268081632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.333--ServerSession(454071866)--Connection(1737689817)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.334--ServerSession(454071866)--Connection(268081632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.334--UnitOfWork(164467040)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.334--UnitOfWork(164467040)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.334--UnitOfWork(164467040)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3355ca72) [junit] [EL Finest]: 2024-04-30 17:54:21.395--ServerSession(454071866)--Connection(385968765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.395--ClientSession(1597885747)--Connection(385968765)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.395--ClientSession(1597885747)--Connection(385968765)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.395--ClientSession(1597885747)--Connection(1898662847)--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]: 2024-04-30 17:54:21.396--ClientSession(1597885747)--Connection(1898662847)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.396--ServerSession(454071866)--Connection(385968765)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.396--UnitOfWork(164467040)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.396--UnitOfWork(164467040)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.396--UnitOfWork(164467040)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.396--ClientSession(1597885747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.396--UnitOfWork(164467040)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.396--ClientSession(1597885747)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.396--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1606145069 [junit] [EL Finer]: 2024-04-30 17:54:21.396--ClientSession(1606145069)--Thread(Thread[main,5,main])--acquire unit of work: 1140133669 [junit] [EL Finest]: 2024-04-30 17:54:21.396--UnitOfWork(1140133669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.396--ServerSession(454071866)--Connection(1755890263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.396--ServerSession(454071866)--Connection(1755890263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.397--ServerSession(454071866)--Connection(79281017)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.397--ServerSession(454071866)--Connection(1755890263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.397--UnitOfWork(1140133669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.397--UnitOfWork(1140133669)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.397--UnitOfWork(1140133669)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6e45a6d9) [junit] [EL Finest]: 2024-04-30 17:54:21.397--ServerSession(454071866)--Connection(167408172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.397--ClientSession(1606145069)--Connection(167408172)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.397--ClientSession(1606145069)--Connection(167408172)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.398--ClientSession(1606145069)--Connection(480698265)--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]: 2024-04-30 17:54:21.398--ClientSession(1606145069)--Connection(480698265)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.398--ServerSession(454071866)--Connection(167408172)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.398--UnitOfWork(1140133669)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.398--UnitOfWork(1140133669)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.398--UnitOfWork(1140133669)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.398--ClientSession(1606145069)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.398--UnitOfWork(1140133669)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.398--ClientSession(1606145069)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.398--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 341133823 [junit] [EL Finer]: 2024-04-30 17:54:21.398--ClientSession(341133823)--Thread(Thread[main,5,main])--acquire unit of work: 1315189323 [junit] [EL Finest]: 2024-04-30 17:54:21.398--UnitOfWork(1315189323)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.398--ServerSession(454071866)--Connection(1687451145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.398--ServerSession(454071866)--Connection(1687451145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.398--ServerSession(454071866)--Connection(233238560)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.399--ServerSession(454071866)--Connection(1687451145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.415--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1009412360 [junit] [EL Finer]: 2024-04-30 17:54:21.415--ClientSession(1009412360)--Thread(Thread[main,5,main])--acquire unit of work: 1797099071 [junit] [EL Finest]: 2024-04-30 17:54:21.415--UnitOfWork(1797099071)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.416--UnitOfWork(1797099071)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.416--UnitOfWork(1797099071)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@23ca4308) [junit] [EL Finest]: 2024-04-30 17:54:21.416--ServerSession(454071866)--Connection(1746261400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.416--ClientSession(1009412360)--Connection(1746261400)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.416--ClientSession(1009412360)--Connection(1746261400)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.416--ClientSession(1009412360)--Connection(1878971091)--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]: 2024-04-30 17:54:21.416--ClientSession(1009412360)--Connection(1878971091)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.417--ServerSession(454071866)--Connection(1746261400)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.417--UnitOfWork(1797099071)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.417--UnitOfWork(1797099071)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.417--UnitOfWork(1797099071)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.417--ClientSession(1009412360)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.417--UnitOfWork(1797099071)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.417--ClientSession(1009412360)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.417--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1576282616 [junit] [EL Finer]: 2024-04-30 17:54:21.417--ClientSession(1576282616)--Thread(Thread[main,5,main])--acquire unit of work: 453746379 [junit] [EL Finest]: 2024-04-30 17:54:21.417--UnitOfWork(453746379)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.417--ServerSession(454071866)--Connection(49983283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.417--ServerSession(454071866)--Connection(49983283)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.417--ServerSession(454071866)--Connection(1948267901)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.417--ServerSession(454071866)--Connection(49983283)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.418--UnitOfWork(453746379)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.418--UnitOfWork(453746379)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.418--UnitOfWork(453746379)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.418--UnitOfWork(453746379)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.418--UnitOfWork(453746379)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fdd53f9) [junit] [EL Finest]: 2024-04-30 17:54:21.418--ServerSession(454071866)--Connection(1836559287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.418--ClientSession(1576282616)--Connection(1836559287)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.418--ClientSession(1576282616)--Connection(1836559287)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.418--ClientSession(1576282616)--Connection(1592535000)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [5, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.418--ClientSession(1576282616)--Connection(1592535000)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.418--ServerSession(454071866)--Connection(1836559287)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.419--UnitOfWork(453746379)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.419--UnitOfWork(453746379)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.419--UnitOfWork(453746379)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.419--ClientSession(1576282616)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.419--UnitOfWork(453746379)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.419--ClientSession(1576282616)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.419--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 749030878 [junit] [EL Finer]: 2024-04-30 17:54:21.419--ClientSession(749030878)--Thread(Thread[main,5,main])--acquire unit of work: 2086629870 [junit] [EL Finest]: 2024-04-30 17:54:21.419--UnitOfWork(2086629870)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.419--UnitOfWork(2086629870)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.419--UnitOfWork(2086629870)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fdd53f9) [junit] [EL Finest]: 2024-04-30 17:54:21.419--ServerSession(454071866)--Connection(1740025478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.419--ClientSession(749030878)--Connection(1740025478)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.419--ClientSession(749030878)--Connection(1740025478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.419--ClientSession(749030878)--Connection(1635501075)--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]: 2024-04-30 17:54:21.42--ClientSession(749030878)--Connection(1635501075)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.42--ServerSession(454071866)--Connection(1740025478)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.42--UnitOfWork(2086629870)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.42--UnitOfWork(2086629870)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.42--UnitOfWork(2086629870)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.42--ClientSession(749030878)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.42--UnitOfWork(2086629870)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.42--ClientSession(749030878)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.42--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 932574935 [junit] [EL Finer]: 2024-04-30 17:54:21.42--ClientSession(932574935)--Thread(Thread[main,5,main])--acquire unit of work: 1694874685 [junit] [EL Finest]: 2024-04-30 17:54:21.42--UnitOfWork(1694874685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.42--ServerSession(454071866)--Connection(1516349394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.42--ServerSession(454071866)--Connection(1516349394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.42--ServerSession(454071866)--Connection(1543884764)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.42--ServerSession(454071866)--Connection(1516349394)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.421--UnitOfWork(1694874685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.421--UnitOfWork(1694874685)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.421--UnitOfWork(1694874685)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.421--UnitOfWork(1694874685)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.421--UnitOfWork(1694874685)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.421--ClientSession(932574935)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.421--UnitOfWork(1694874685)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.421--ClientSession(932574935)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.421--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 697513932 [junit] [EL Finer]: 2024-04-30 17:54:21.421--ClientSession(697513932)--Thread(Thread[main,5,main])--acquire unit of work: 408077242 [junit] [EL Finest]: 2024-04-30 17:54:21.421--UnitOfWork(408077242)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.421--ServerSession(454071866)--Connection(81068754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.421--ServerSession(454071866)--Connection(81068754)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.421--ServerSession(454071866)--Connection(210092556)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.421--ServerSession(454071866)--Connection(81068754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.421--UnitOfWork(408077242)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.421--UnitOfWork(408077242)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.421--UnitOfWork(408077242)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3259f22d) [junit] [EL Finest]: 2024-04-30 17:54:21.422--ServerSession(454071866)--Connection(1168693080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.422--ClientSession(697513932)--Connection(1168693080)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.422--ClientSession(697513932)--Connection(1168693080)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.422--ClientSession(697513932)--Connection(941464922)--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]: 2024-04-30 17:54:21.422--ClientSession(697513932)--Connection(941464922)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.422--ServerSession(454071866)--Connection(1168693080)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.422--UnitOfWork(408077242)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.422--UnitOfWork(408077242)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.422--UnitOfWork(408077242)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.422--ClientSession(697513932)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.422--UnitOfWork(408077242)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.423--ClientSession(697513932)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.423--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 588441760 [junit] [EL Finer]: 2024-04-30 17:54:21.423--ClientSession(588441760)--Thread(Thread[main,5,main])--acquire unit of work: 545515917 [junit] [EL Finest]: 2024-04-30 17:54:21.423--UnitOfWork(545515917)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.423--ServerSession(454071866)--Connection(1948272522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.423--ServerSession(454071866)--Connection(1948272522)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.423--ServerSession(454071866)--Connection(794113844)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.423--ServerSession(454071866)--Connection(1948272522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.423--UnitOfWork(545515917)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.423--UnitOfWork(545515917)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.423--UnitOfWork(545515917)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@24c6d0ec) [junit] [EL Finest]: 2024-04-30 17:54:21.423--ServerSession(454071866)--Connection(1413922319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.423--ClientSession(588441760)--Connection(1413922319)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.423--ClientSession(588441760)--Connection(1413922319)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.424--ClientSession(588441760)--Connection(2075349804)--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]: 2024-04-30 17:54:21.424--ClientSession(588441760)--Connection(2075349804)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.424--ServerSession(454071866)--Connection(1413922319)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.424--UnitOfWork(545515917)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.424--UnitOfWork(545515917)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.424--UnitOfWork(545515917)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.424--ClientSession(588441760)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.424--UnitOfWork(545515917)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.424--ClientSession(588441760)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.424--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1569186884 [junit] [EL Finer]: 2024-04-30 17:54:21.424--ClientSession(1569186884)--Thread(Thread[main,5,main])--acquire unit of work: 1011912509 [junit] [EL Finest]: 2024-04-30 17:54:21.424--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.424--ServerSession(454071866)--Connection(1570472360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.424--ServerSession(454071866)--Connection(1570472360)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.424--ServerSession(454071866)--Connection(830447488)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.425--ServerSession(454071866)--Connection(1570472360)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.425--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.425--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.425--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6b29ac12) [junit] [EL Finest]: 2024-04-30 17:54:21.425--ServerSession(454071866)--Connection(661714758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.425--ClientSession(1569186884)--Connection(661714758)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.425--ClientSession(1569186884)--Connection(661714758)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.425--ClientSession(1569186884)--Connection(865966599)--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]: 2024-04-30 17:54:21.425--ClientSession(1569186884)--Connection(865966599)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.426--ServerSession(454071866)--Connection(661714758)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.426--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.426--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.426--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.426--ClientSession(1569186884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.426--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.426--ClientSession(1569186884)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.426--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 149021692 [junit] [EL Finer]: 2024-04-30 17:54:21.426--ClientSession(149021692)--Thread(Thread[main,5,main])--acquire unit of work: 671874913 [junit] [EL Finest]: 2024-04-30 17:54:21.426--UnitOfWork(671874913)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.426--ServerSession(454071866)--Connection(1998128581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.426--ServerSession(454071866)--Connection(1998128581)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.426--ServerSession(454071866)--Connection(1965263445)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.426--ServerSession(454071866)--Connection(1998128581)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.426--UnitOfWork(671874913)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.426--UnitOfWork(671874913)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.426--UnitOfWork(671874913)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@55d60d3) [junit] [EL Finest]: 2024-04-30 17:54:21.426--ServerSession(454071866)--Connection(1397567149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.427--ClientSession(149021692)--Connection(1397567149)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.427--ClientSession(149021692)--Connection(1397567149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.427--ClientSession(149021692)--Connection(1929297859)--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]: 2024-04-30 17:54:21.427--ClientSession(149021692)--Connection(1929297859)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.427--ServerSession(454071866)--Connection(1397567149)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.427--UnitOfWork(671874913)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.427--UnitOfWork(671874913)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.427--UnitOfWork(671874913)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.427--ClientSession(149021692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.427--UnitOfWork(671874913)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.427--ClientSession(149021692)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.427--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 224098900 [junit] [EL Finer]: 2024-04-30 17:54:21.427--ClientSession(224098900)--Thread(Thread[main,5,main])--acquire unit of work: 928580884 [junit] [EL Finest]: 2024-04-30 17:54:21.427--UnitOfWork(928580884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.427--ServerSession(454071866)--Connection(819897499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.427--ServerSession(454071866)--Connection(819897499)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.427--ServerSession(454071866)--Connection(1959052957)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.428--ServerSession(454071866)--Connection(819897499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.436--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 117700350 [junit] [EL Finer]: 2024-04-30 17:54:21.436--ClientSession(117700350)--Thread(Thread[main,5,main])--acquire unit of work: 1069448451 [junit] [EL Finest]: 2024-04-30 17:54:21.436--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.436--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.436--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3edc3c2e) [junit] [EL Finest]: 2024-04-30 17:54:21.437--ServerSession(454071866)--Connection(1149981653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.437--ClientSession(117700350)--Connection(1149981653)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.437--ClientSession(117700350)--Connection(1149981653)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.437--ClientSession(117700350)--Connection(135358498)--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]: 2024-04-30 17:54:21.437--ClientSession(117700350)--Connection(135358498)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.437--ServerSession(454071866)--Connection(1149981653)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.438--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.438--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.438--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.438--ClientSession(117700350)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.438--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.438--ClientSession(117700350)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.438--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 887247399 [junit] [EL Finer]: 2024-04-30 17:54:21.438--ClientSession(887247399)--Thread(Thread[main,5,main])--acquire unit of work: 719960725 [junit] [EL Finest]: 2024-04-30 17:54:21.438--UnitOfWork(719960725)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.438--ServerSession(454071866)--Connection(700094354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.438--ServerSession(454071866)--Connection(700094354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.438--ServerSession(454071866)--Connection(1724169215)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.438--ServerSession(454071866)--Connection(700094354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.438--UnitOfWork(719960725)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.438--UnitOfWork(719960725)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.438--UnitOfWork(719960725)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.438--UnitOfWork(719960725)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.438--UnitOfWork(719960725)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27cb89ff) [junit] [EL Finest]: 2024-04-30 17:54:21.439--ServerSession(454071866)--Connection(426299241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.439--ClientSession(887247399)--Connection(426299241)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.439--ClientSession(887247399)--Connection(426299241)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.439--ClientSession(887247399)--Connection(1413988560)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [6, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.439--ClientSession(887247399)--Connection(1413988560)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.439--ServerSession(454071866)--Connection(426299241)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.439--UnitOfWork(719960725)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.439--UnitOfWork(719960725)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.439--UnitOfWork(719960725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.439--ClientSession(887247399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.439--UnitOfWork(719960725)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.439--ClientSession(887247399)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.439--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1907522214 [junit] [EL Finer]: 2024-04-30 17:54:21.439--ClientSession(1907522214)--Thread(Thread[main,5,main])--acquire unit of work: 780066942 [junit] [EL Finest]: 2024-04-30 17:54:21.439--UnitOfWork(780066942)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.439--UnitOfWork(780066942)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.44--UnitOfWork(780066942)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27cb89ff) [junit] [EL Finest]: 2024-04-30 17:54:21.44--ServerSession(454071866)--Connection(721233394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.44--ClientSession(1907522214)--Connection(721233394)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.44--ClientSession(1907522214)--Connection(721233394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.44--ClientSession(1907522214)--Connection(1215827265)--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]: 2024-04-30 17:54:21.44--ClientSession(1907522214)--Connection(1215827265)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.44--ServerSession(454071866)--Connection(721233394)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.441--UnitOfWork(780066942)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.441--UnitOfWork(780066942)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.441--UnitOfWork(780066942)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.441--ClientSession(1907522214)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.441--UnitOfWork(780066942)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.441--ClientSession(1907522214)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.441--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2059625430 [junit] [EL Finer]: 2024-04-30 17:54:21.441--ClientSession(2059625430)--Thread(Thread[main,5,main])--acquire unit of work: 970070985 [junit] [EL Finest]: 2024-04-30 17:54:21.441--UnitOfWork(970070985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.441--ServerSession(454071866)--Connection(835193783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.441--ServerSession(454071866)--Connection(835193783)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.441--ServerSession(454071866)--Connection(1127211479)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.441--ServerSession(454071866)--Connection(835193783)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.441--UnitOfWork(970070985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.441--UnitOfWork(970070985)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.441--UnitOfWork(970070985)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.441--UnitOfWork(970070985)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.441--UnitOfWork(970070985)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.441--ClientSession(2059625430)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.441--UnitOfWork(970070985)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.441--ClientSession(2059625430)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.441--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1179647193 [junit] [EL Finer]: 2024-04-30 17:54:21.441--ClientSession(1179647193)--Thread(Thread[main,5,main])--acquire unit of work: 2069661176 [junit] [EL Finest]: 2024-04-30 17:54:21.441--UnitOfWork(2069661176)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.441--ServerSession(454071866)--Connection(1161268008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.441--ServerSession(454071866)--Connection(1161268008)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.442--ServerSession(454071866)--Connection(735312624)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.442--ServerSession(454071866)--Connection(1161268008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.442--UnitOfWork(2069661176)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.442--UnitOfWork(2069661176)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.442--UnitOfWork(2069661176)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@daf5692) [junit] [EL Finest]: 2024-04-30 17:54:21.442--ServerSession(454071866)--Connection(1074299609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.442--ClientSession(1179647193)--Connection(1074299609)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.442--ClientSession(1179647193)--Connection(1074299609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.442--ClientSession(1179647193)--Connection(1230078181)--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]: 2024-04-30 17:54:21.443--ClientSession(1179647193)--Connection(1230078181)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.443--ServerSession(454071866)--Connection(1074299609)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.443--UnitOfWork(2069661176)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.443--UnitOfWork(2069661176)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.443--UnitOfWork(2069661176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.443--ClientSession(1179647193)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.443--UnitOfWork(2069661176)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.443--ClientSession(1179647193)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.443--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 220213066 [junit] [EL Finer]: 2024-04-30 17:54:21.443--ClientSession(220213066)--Thread(Thread[main,5,main])--acquire unit of work: 154823293 [junit] [EL Finest]: 2024-04-30 17:54:21.443--UnitOfWork(154823293)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.443--ServerSession(454071866)--Connection(1286178071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.443--ServerSession(454071866)--Connection(1286178071)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.443--ServerSession(454071866)--Connection(417601941)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.443--ServerSession(454071866)--Connection(1286178071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.444--UnitOfWork(154823293)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.444--UnitOfWork(154823293)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.444--UnitOfWork(154823293)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e01c6c5) [junit] [EL Finest]: 2024-04-30 17:54:21.444--ServerSession(454071866)--Connection(1989207003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.444--ClientSession(220213066)--Connection(1989207003)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.444--ClientSession(220213066)--Connection(1989207003)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.444--ClientSession(220213066)--Connection(1935338858)--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]: 2024-04-30 17:54:21.444--ClientSession(220213066)--Connection(1935338858)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.444--ServerSession(454071866)--Connection(1989207003)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.444--UnitOfWork(154823293)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.444--UnitOfWork(154823293)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.444--UnitOfWork(154823293)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.444--ClientSession(220213066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.444--UnitOfWork(154823293)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.444--ClientSession(220213066)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.445--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2130292331 [junit] [EL Finer]: 2024-04-30 17:54:21.445--ClientSession(2130292331)--Thread(Thread[main,5,main])--acquire unit of work: 252052564 [junit] [EL Finest]: 2024-04-30 17:54:21.445--UnitOfWork(252052564)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.445--ServerSession(454071866)--Connection(722704739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.445--ServerSession(454071866)--Connection(722704739)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.445--ServerSession(454071866)--Connection(1907690065)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.445--ServerSession(454071866)--Connection(722704739)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.445--UnitOfWork(252052564)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.445--UnitOfWork(252052564)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.445--UnitOfWork(252052564)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7d97f04b) [junit] [EL Finest]: 2024-04-30 17:54:21.445--ServerSession(454071866)--Connection(331795079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.445--ClientSession(2130292331)--Connection(331795079)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.445--ClientSession(2130292331)--Connection(331795079)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.445--ClientSession(2130292331)--Connection(841759677)--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]: 2024-04-30 17:54:21.501--ClientSession(2130292331)--Connection(841759677)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.501--ServerSession(454071866)--Connection(331795079)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.501--UnitOfWork(252052564)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.501--UnitOfWork(252052564)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.501--UnitOfWork(252052564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.501--ClientSession(2130292331)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.501--UnitOfWork(252052564)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.501--ClientSession(2130292331)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.501--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2134681697 [junit] [EL Finer]: 2024-04-30 17:54:21.501--ClientSession(2134681697)--Thread(Thread[main,5,main])--acquire unit of work: 1519114227 [junit] [EL Finest]: 2024-04-30 17:54:21.501--UnitOfWork(1519114227)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.501--ServerSession(454071866)--Connection(162131660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.501--ServerSession(454071866)--Connection(162131660)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.501--ServerSession(454071866)--Connection(629071018)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.502--ServerSession(454071866)--Connection(162131660)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.502--UnitOfWork(1519114227)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.502--UnitOfWork(1519114227)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.502--UnitOfWork(1519114227)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3bab7b9b) [junit] [EL Finest]: 2024-04-30 17:54:21.502--ServerSession(454071866)--Connection(788149548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.502--ClientSession(2134681697)--Connection(788149548)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.502--ClientSession(2134681697)--Connection(788149548)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.502--ClientSession(2134681697)--Connection(1228448256)--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]: 2024-04-30 17:54:21.503--ClientSession(2134681697)--Connection(1228448256)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.503--ServerSession(454071866)--Connection(788149548)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.503--UnitOfWork(1519114227)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.503--UnitOfWork(1519114227)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.503--UnitOfWork(1519114227)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.503--ClientSession(2134681697)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.503--UnitOfWork(1519114227)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.503--ClientSession(2134681697)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.503--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1167878363 [junit] [EL Finer]: 2024-04-30 17:54:21.503--ClientSession(1167878363)--Thread(Thread[main,5,main])--acquire unit of work: 976254481 [junit] [EL Finest]: 2024-04-30 17:54:21.503--UnitOfWork(976254481)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.503--ServerSession(454071866)--Connection(915733493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.503--ServerSession(454071866)--Connection(915733493)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.503--ServerSession(454071866)--Connection(1678884287)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.504--ServerSession(454071866)--Connection(915733493)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.513--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 898711291 [junit] [EL Finer]: 2024-04-30 17:54:21.513--ClientSession(898711291)--Thread(Thread[main,5,main])--acquire unit of work: 472782014 [junit] [EL Finest]: 2024-04-30 17:54:21.513--UnitOfWork(472782014)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.513--UnitOfWork(472782014)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.513--UnitOfWork(472782014)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@421f392e) [junit] [EL Finest]: 2024-04-30 17:54:21.513--ServerSession(454071866)--Connection(1047650069)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.513--ClientSession(898711291)--Connection(1047650069)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.513--ClientSession(898711291)--Connection(1047650069)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.513--ClientSession(898711291)--Connection(1385609089)--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]: 2024-04-30 17:54:21.514--ClientSession(898711291)--Connection(1385609089)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.514--ServerSession(454071866)--Connection(1047650069)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.514--UnitOfWork(472782014)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.514--UnitOfWork(472782014)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.514--UnitOfWork(472782014)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.514--ClientSession(898711291)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.514--UnitOfWork(472782014)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.514--ClientSession(898711291)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.514--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 829610481 [junit] [EL Finer]: 2024-04-30 17:54:21.514--ClientSession(829610481)--Thread(Thread[main,5,main])--acquire unit of work: 21705149 [junit] [EL Finest]: 2024-04-30 17:54:21.514--UnitOfWork(21705149)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.514--ServerSession(454071866)--Connection(1720100010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.514--ServerSession(454071866)--Connection(1720100010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.514--ServerSession(454071866)--Connection(1448662092)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.515--ServerSession(454071866)--Connection(1720100010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.515--UnitOfWork(21705149)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.515--UnitOfWork(21705149)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.515--UnitOfWork(21705149)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.515--UnitOfWork(21705149)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.515--UnitOfWork(21705149)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@295c237b) [junit] [EL Finest]: 2024-04-30 17:54:21.515--ServerSession(454071866)--Connection(1791369395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.515--ClientSession(829610481)--Connection(1791369395)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.515--ClientSession(829610481)--Connection(1791369395)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.515--ClientSession(829610481)--Connection(183887062)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [9, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.516--ClientSession(829610481)--Connection(183887062)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.516--ServerSession(454071866)--Connection(1791369395)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.516--UnitOfWork(21705149)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.516--UnitOfWork(21705149)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.516--UnitOfWork(21705149)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.516--ClientSession(829610481)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.516--UnitOfWork(21705149)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.516--ClientSession(829610481)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.516--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1539793992 [junit] [EL Finer]: 2024-04-30 17:54:21.516--ClientSession(1539793992)--Thread(Thread[main,5,main])--acquire unit of work: 6227003 [junit] [EL Finest]: 2024-04-30 17:54:21.516--UnitOfWork(6227003)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.516--UnitOfWork(6227003)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.516--UnitOfWork(6227003)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@295c237b) [junit] [EL Finest]: 2024-04-30 17:54:21.516--ServerSession(454071866)--Connection(889928710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.516--ClientSession(1539793992)--Connection(889928710)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.516--ClientSession(1539793992)--Connection(889928710)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.517--ClientSession(1539793992)--Connection(1427041227)--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]: 2024-04-30 17:54:21.517--ClientSession(1539793992)--Connection(1427041227)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.517--ServerSession(454071866)--Connection(889928710)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.517--UnitOfWork(6227003)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.517--UnitOfWork(6227003)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.517--UnitOfWork(6227003)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.517--ClientSession(1539793992)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.517--UnitOfWork(6227003)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.517--ClientSession(1539793992)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.517--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1154838941 [junit] [EL Finer]: 2024-04-30 17:54:21.517--ClientSession(1154838941)--Thread(Thread[main,5,main])--acquire unit of work: 684887565 [junit] [EL Finest]: 2024-04-30 17:54:21.517--UnitOfWork(684887565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.517--ServerSession(454071866)--Connection(178284655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.518--ServerSession(454071866)--Connection(178284655)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.518--ServerSession(454071866)--Connection(1708873373)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.518--ServerSession(454071866)--Connection(178284655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.518--UnitOfWork(684887565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.518--UnitOfWork(684887565)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.518--UnitOfWork(684887565)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.518--UnitOfWork(684887565)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.518--UnitOfWork(684887565)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.518--ClientSession(1154838941)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.518--UnitOfWork(684887565)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.518--ClientSession(1154838941)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.518--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 13237493 [junit] [EL Finer]: 2024-04-30 17:54:21.518--ClientSession(13237493)--Thread(Thread[main,5,main])--acquire unit of work: 1720928836 [junit] [EL Finest]: 2024-04-30 17:54:21.518--UnitOfWork(1720928836)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.518--ServerSession(454071866)--Connection(1320433277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.518--ServerSession(454071866)--Connection(1320433277)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.519--ServerSession(454071866)--Connection(940205324)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.519--ServerSession(454071866)--Connection(1320433277)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.519--UnitOfWork(1720928836)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.519--UnitOfWork(1720928836)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.519--UnitOfWork(1720928836)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@b56bd6f) [junit] [EL Finest]: 2024-04-30 17:54:21.519--ServerSession(454071866)--Connection(267869752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.519--ClientSession(13237493)--Connection(267869752)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.519--ClientSession(13237493)--Connection(267869752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.519--ClientSession(13237493)--Connection(544639250)--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]: 2024-04-30 17:54:21.52--ClientSession(13237493)--Connection(544639250)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.52--ServerSession(454071866)--Connection(267869752)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.52--UnitOfWork(1720928836)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.52--UnitOfWork(1720928836)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.52--UnitOfWork(1720928836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.52--ClientSession(13237493)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.52--UnitOfWork(1720928836)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.52--ClientSession(13237493)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.52--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 158441611 [junit] [EL Finer]: 2024-04-30 17:54:21.52--ClientSession(158441611)--Thread(Thread[main,5,main])--acquire unit of work: 1019357443 [junit] [EL Finest]: 2024-04-30 17:54:21.52--UnitOfWork(1019357443)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.52--ServerSession(454071866)--Connection(677906832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.52--ServerSession(454071866)--Connection(677906832)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.52--ServerSession(454071866)--Connection(427884910)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.521--ServerSession(454071866)--Connection(677906832)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.521--UnitOfWork(1019357443)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.521--UnitOfWork(1019357443)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.521--UnitOfWork(1019357443)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@305737a1) [junit] [EL Finest]: 2024-04-30 17:54:21.521--ServerSession(454071866)--Connection(1224768702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.521--ClientSession(158441611)--Connection(1224768702)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.521--ClientSession(158441611)--Connection(1224768702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.521--ClientSession(158441611)--Connection(1343228756)--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]: 2024-04-30 17:54:21.522--ClientSession(158441611)--Connection(1343228756)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.522--ServerSession(454071866)--Connection(1224768702)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.522--UnitOfWork(1019357443)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.522--UnitOfWork(1019357443)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.522--UnitOfWork(1019357443)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.522--ClientSession(158441611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.522--UnitOfWork(1019357443)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.522--ClientSession(158441611)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.522--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1560919384 [junit] [EL Finer]: 2024-04-30 17:54:21.522--ClientSession(1560919384)--Thread(Thread[main,5,main])--acquire unit of work: 388419531 [junit] [EL Finest]: 2024-04-30 17:54:21.522--UnitOfWork(388419531)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.522--ServerSession(454071866)--Connection(1203514576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.522--ServerSession(454071866)--Connection(1203514576)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.522--ServerSession(454071866)--Connection(3044731)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.522--ServerSession(454071866)--Connection(1203514576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.522--UnitOfWork(388419531)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.523--UnitOfWork(388419531)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.523--UnitOfWork(388419531)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3124360c) [junit] [EL Finest]: 2024-04-30 17:54:21.523--ServerSession(454071866)--Connection(1689152633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.523--ClientSession(1560919384)--Connection(1689152633)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.523--ClientSession(1560919384)--Connection(1689152633)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.523--ClientSession(1560919384)--Connection(467063956)--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]: 2024-04-30 17:54:21.523--ClientSession(1560919384)--Connection(467063956)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.523--ServerSession(454071866)--Connection(1689152633)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.523--UnitOfWork(388419531)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.523--UnitOfWork(388419531)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.523--UnitOfWork(388419531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.523--ClientSession(1560919384)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.523--UnitOfWork(388419531)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.524--ClientSession(1560919384)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.524--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1584207980 [junit] [EL Finer]: 2024-04-30 17:54:21.524--ClientSession(1584207980)--Thread(Thread[main,5,main])--acquire unit of work: 1228368508 [junit] [EL Finest]: 2024-04-30 17:54:21.524--UnitOfWork(1228368508)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.524--ServerSession(454071866)--Connection(1692951994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.524--ServerSession(454071866)--Connection(1692951994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.524--ServerSession(454071866)--Connection(2139894566)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.524--ServerSession(454071866)--Connection(1692951994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.524--UnitOfWork(1228368508)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.524--UnitOfWork(1228368508)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.524--UnitOfWork(1228368508)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3b021d07) [junit] [EL Finest]: 2024-04-30 17:54:21.524--ServerSession(454071866)--Connection(40595393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.524--ClientSession(1584207980)--Connection(40595393)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.524--ClientSession(1584207980)--Connection(40595393)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.524--ClientSession(1584207980)--Connection(1825001405)--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]: 2024-04-30 17:54:21.525--ClientSession(1584207980)--Connection(1825001405)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.525--ServerSession(454071866)--Connection(40595393)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.525--UnitOfWork(1228368508)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.525--UnitOfWork(1228368508)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.525--UnitOfWork(1228368508)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.525--ClientSession(1584207980)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.525--UnitOfWork(1228368508)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.525--ClientSession(1584207980)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.525--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1487576229 [junit] [EL Finer]: 2024-04-30 17:54:21.525--ClientSession(1487576229)--Thread(Thread[main,5,main])--acquire unit of work: 23520534 [junit] [EL Finest]: 2024-04-30 17:54:21.525--UnitOfWork(23520534)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.525--ServerSession(454071866)--Connection(1460332576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.525--ServerSession(454071866)--Connection(1460332576)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.525--ServerSession(454071866)--Connection(605530467)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.526--ServerSession(454071866)--Connection(1460332576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.534--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1197302856 [junit] [EL Finer]: 2024-04-30 17:54:21.534--ClientSession(1197302856)--Thread(Thread[main,5,main])--acquire unit of work: 400383784 [junit] [EL Finest]: 2024-04-30 17:54:21.534--UnitOfWork(400383784)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.534--UnitOfWork(400383784)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.534--UnitOfWork(400383784)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@105bd7b0) [junit] [EL Finest]: 2024-04-30 17:54:21.534--ServerSession(454071866)--Connection(26602503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.534--ClientSession(1197302856)--Connection(26602503)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.534--ClientSession(1197302856)--Connection(26602503)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.535--ClientSession(1197302856)--Connection(2085406466)--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]: 2024-04-30 17:54:21.535--ClientSession(1197302856)--Connection(2085406466)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.536--ServerSession(454071866)--Connection(26602503)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.536--UnitOfWork(400383784)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.536--UnitOfWork(400383784)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.536--UnitOfWork(400383784)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.536--ClientSession(1197302856)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.536--UnitOfWork(400383784)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.536--ClientSession(1197302856)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.536--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 707528025 [junit] [EL Finer]: 2024-04-30 17:54:21.536--ClientSession(707528025)--Thread(Thread[main,5,main])--acquire unit of work: 83304911 [junit] [EL Finest]: 2024-04-30 17:54:21.536--UnitOfWork(83304911)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.536--ServerSession(454071866)--Connection(513376900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.536--ServerSession(454071866)--Connection(513376900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.536--ServerSession(454071866)--Connection(262649634)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.536--ServerSession(454071866)--Connection(513376900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.536--UnitOfWork(83304911)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.536--UnitOfWork(83304911)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.537--UnitOfWork(83304911)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.537--UnitOfWork(83304911)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.537--UnitOfWork(83304911)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@78afd569) [junit] [EL Finest]: 2024-04-30 17:54:21.537--ServerSession(454071866)--Connection(417094017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.537--ClientSession(707528025)--Connection(417094017)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.537--ClientSession(707528025)--Connection(417094017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.537--ClientSession(707528025)--Connection(113456821)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [8, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.537--ClientSession(707528025)--Connection(113456821)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.537--ServerSession(454071866)--Connection(417094017)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.537--UnitOfWork(83304911)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.537--UnitOfWork(83304911)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.537--UnitOfWork(83304911)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.537--ClientSession(707528025)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.537--UnitOfWork(83304911)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.538--ClientSession(707528025)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.538--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 758534398 [junit] [EL Finer]: 2024-04-30 17:54:21.538--ClientSession(758534398)--Thread(Thread[main,5,main])--acquire unit of work: 1474040968 [junit] [EL Finest]: 2024-04-30 17:54:21.538--UnitOfWork(1474040968)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.538--UnitOfWork(1474040968)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.538--UnitOfWork(1474040968)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@78afd569) [junit] [EL Finest]: 2024-04-30 17:54:21.538--ServerSession(454071866)--Connection(1157998000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.538--ClientSession(758534398)--Connection(1157998000)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.538--ClientSession(758534398)--Connection(1157998000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.538--ClientSession(758534398)--Connection(1512815694)--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]: 2024-04-30 17:54:21.538--ClientSession(758534398)--Connection(1512815694)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.539--ServerSession(454071866)--Connection(1157998000)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.539--UnitOfWork(1474040968)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.539--UnitOfWork(1474040968)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.539--UnitOfWork(1474040968)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.539--ClientSession(758534398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.539--UnitOfWork(1474040968)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.539--ClientSession(758534398)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.539--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 176436997 [junit] [EL Finer]: 2024-04-30 17:54:21.539--ClientSession(176436997)--Thread(Thread[main,5,main])--acquire unit of work: 1657023424 [junit] [EL Finest]: 2024-04-30 17:54:21.539--UnitOfWork(1657023424)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.539--ServerSession(454071866)--Connection(1703555610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.539--ServerSession(454071866)--Connection(1703555610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.539--ServerSession(454071866)--Connection(746141519)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.539--ServerSession(454071866)--Connection(1703555610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.54--UnitOfWork(1657023424)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.54--UnitOfWork(1657023424)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.54--UnitOfWork(1657023424)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.54--UnitOfWork(1657023424)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.54--UnitOfWork(1657023424)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.54--ClientSession(176436997)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.54--UnitOfWork(1657023424)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.54--ClientSession(176436997)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.54--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 356500145 [junit] [EL Finer]: 2024-04-30 17:54:21.54--ClientSession(356500145)--Thread(Thread[main,5,main])--acquire unit of work: 1655234845 [junit] [EL Finest]: 2024-04-30 17:54:21.54--UnitOfWork(1655234845)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.54--ServerSession(454071866)--Connection(467672148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.54--ServerSession(454071866)--Connection(467672148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.54--ServerSession(454071866)--Connection(566645706)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.54--ServerSession(454071866)--Connection(467672148)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.54--UnitOfWork(1655234845)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.54--UnitOfWork(1655234845)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.54--UnitOfWork(1655234845)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6f82974d) [junit] [EL Finest]: 2024-04-30 17:54:21.54--ServerSession(454071866)--Connection(1741709599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.541--ClientSession(356500145)--Connection(1741709599)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.541--ClientSession(356500145)--Connection(1741709599)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.541--ClientSession(356500145)--Connection(345816451)--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]: 2024-04-30 17:54:21.541--ClientSession(356500145)--Connection(345816451)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.541--ServerSession(454071866)--Connection(1741709599)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.541--UnitOfWork(1655234845)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.541--UnitOfWork(1655234845)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.541--UnitOfWork(1655234845)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.541--ClientSession(356500145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.541--UnitOfWork(1655234845)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.541--ClientSession(356500145)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.541--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1120649344 [junit] [EL Finer]: 2024-04-30 17:54:21.541--ClientSession(1120649344)--Thread(Thread[main,5,main])--acquire unit of work: 653760863 [junit] [EL Finest]: 2024-04-30 17:54:21.542--UnitOfWork(653760863)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.542--ServerSession(454071866)--Connection(1475758247)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.542--ServerSession(454071866)--Connection(1475758247)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.542--ServerSession(454071866)--Connection(1131978883)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.542--ServerSession(454071866)--Connection(1475758247)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.542--UnitOfWork(653760863)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.542--UnitOfWork(653760863)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.542--UnitOfWork(653760863)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@458ce077) [junit] [EL Finest]: 2024-04-30 17:54:21.542--ServerSession(454071866)--Connection(639695665)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.542--ClientSession(1120649344)--Connection(639695665)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.542--ClientSession(1120649344)--Connection(639695665)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.542--ClientSession(1120649344)--Connection(615788190)--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]: 2024-04-30 17:54:21.543--ClientSession(1120649344)--Connection(615788190)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.543--ServerSession(454071866)--Connection(639695665)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.543--UnitOfWork(653760863)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.543--UnitOfWork(653760863)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.543--UnitOfWork(653760863)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.543--ClientSession(1120649344)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.543--UnitOfWork(653760863)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.543--ClientSession(1120649344)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.543--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2011880534 [junit] [EL Finer]: 2024-04-30 17:54:21.543--ClientSession(2011880534)--Thread(Thread[main,5,main])--acquire unit of work: 1446136041 [junit] [EL Finest]: 2024-04-30 17:54:21.543--UnitOfWork(1446136041)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.543--ServerSession(454071866)--Connection(1408715887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.543--ServerSession(454071866)--Connection(1408715887)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.543--ServerSession(454071866)--Connection(449770467)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.544--ServerSession(454071866)--Connection(1408715887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.544--UnitOfWork(1446136041)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.544--UnitOfWork(1446136041)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.544--UnitOfWork(1446136041)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7f56f605) [junit] [EL Finest]: 2024-04-30 17:54:21.544--ServerSession(454071866)--Connection(2065162601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.544--ClientSession(2011880534)--Connection(2065162601)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.544--ClientSession(2011880534)--Connection(2065162601)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.544--ClientSession(2011880534)--Connection(2085828879)--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]: 2024-04-30 17:54:21.606--ClientSession(2011880534)--Connection(2085828879)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.606--ServerSession(454071866)--Connection(2065162601)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.606--UnitOfWork(1446136041)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.606--UnitOfWork(1446136041)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.607--UnitOfWork(1446136041)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.607--ClientSession(2011880534)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.607--UnitOfWork(1446136041)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.607--ClientSession(2011880534)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.607--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2019002268 [junit] [EL Finer]: 2024-04-30 17:54:21.607--ClientSession(2019002268)--Thread(Thread[main,5,main])--acquire unit of work: 1007631702 [junit] [EL Finest]: 2024-04-30 17:54:21.607--UnitOfWork(1007631702)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.607--ServerSession(454071866)--Connection(1509023897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.607--ServerSession(454071866)--Connection(1509023897)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.607--ServerSession(454071866)--Connection(94538263)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.608--ServerSession(454071866)--Connection(1509023897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.608--UnitOfWork(1007631702)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.608--UnitOfWork(1007631702)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.608--UnitOfWork(1007631702)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4adf6a2) [junit] [EL Finest]: 2024-04-30 17:54:21.608--ServerSession(454071866)--Connection(1139667442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.608--ClientSession(2019002268)--Connection(1139667442)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.608--ClientSession(2019002268)--Connection(1139667442)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.609--ClientSession(2019002268)--Connection(1853821057)--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]: 2024-04-30 17:54:21.609--ClientSession(2019002268)--Connection(1853821057)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.609--ServerSession(454071866)--Connection(1139667442)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.609--UnitOfWork(1007631702)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.609--UnitOfWork(1007631702)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.61--UnitOfWork(1007631702)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.61--ClientSession(2019002268)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.61--UnitOfWork(1007631702)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.61--ClientSession(2019002268)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.61--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 645737014 [junit] [EL Finer]: 2024-04-30 17:54:21.61--ClientSession(645737014)--Thread(Thread[main,5,main])--acquire unit of work: 171130218 [junit] [EL Finest]: 2024-04-30 17:54:21.61--UnitOfWork(171130218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.61--ServerSession(454071866)--Connection(475975605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.61--ServerSession(454071866)--Connection(475975605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.61--ServerSession(454071866)--Connection(2116578183)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.61--ServerSession(454071866)--Connection(475975605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2024-04-30 17:54:21.62--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1339554487 [junit] [EL Finer]: 2024-04-30 17:54:21.62--ClientSession(1339554487)--Thread(Thread[main,5,main])--acquire unit of work: 1318997209 [junit] [EL Finest]: 2024-04-30 17:54:21.62--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.62--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.62--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@11c1f62d) [junit] [EL Finest]: 2024-04-30 17:54:21.62--ServerSession(454071866)--Connection(747897774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.62--ClientSession(1339554487)--Connection(747897774)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.62--ClientSession(1339554487)--Connection(747897774)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.621--ClientSession(1339554487)--Connection(273709665)--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]: 2024-04-30 17:54:21.621--ClientSession(1339554487)--Connection(273709665)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.621--ServerSession(454071866)--Connection(747897774)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.621--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.622--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.622--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.622--ClientSession(1339554487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.622--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.622--ClientSession(1339554487)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.622--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1617975224 [junit] [EL Finer]: 2024-04-30 17:54:21.622--ClientSession(1617975224)--Thread(Thread[main,5,main])--acquire unit of work: 1819652459 [junit] [EL Finest]: 2024-04-30 17:54:21.622--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.622--ServerSession(454071866)--Connection(2137345526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.622--ServerSession(454071866)--Connection(2137345526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.622--ServerSession(454071866)--Connection(85396628)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.622--ServerSession(454071866)--Connection(2137345526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.622--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.622--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.622--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.623--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2024-04-30 17:54:21.623--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@26874d6c) [junit] [EL Finest]: 2024-04-30 17:54:21.623--ServerSession(454071866)--Connection(1310097380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.623--ClientSession(1617975224)--Connection(1310097380)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.623--ClientSession(1617975224)--Connection(1310097380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.623--ClientSession(1617975224)--Connection(1807442097)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Finer]: 2024-04-30 17:54:21.623--ClientSession(1617975224)--Connection(1807442097)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.623--ServerSession(454071866)--Connection(1310097380)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.623--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.623--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.624--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.624--ClientSession(1617975224)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.624--UnitOfWork(1819652459)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.624--ClientSession(1617975224)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.624--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1104153055 [junit] [EL Finer]: 2024-04-30 17:54:21.624--ClientSession(1104153055)--Thread(Thread[main,5,main])--acquire unit of work: 1011132254 [junit] [EL Finest]: 2024-04-30 17:54:21.624--UnitOfWork(1011132254)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: 2024-04-30 17:54:21.624--UnitOfWork(1011132254)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.624--UnitOfWork(1011132254)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@26874d6c) [junit] [EL Finest]: 2024-04-30 17:54:21.624--ServerSession(454071866)--Connection(651156501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.624--ClientSession(1104153055)--Connection(651156501)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.624--ClientSession(1104153055)--Connection(651156501)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.624--ClientSession(1104153055)--Connection(1729148898)--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]: 2024-04-30 17:54:21.625--ClientSession(1104153055)--Connection(1729148898)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.625--ServerSession(454071866)--Connection(651156501)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.625--UnitOfWork(1011132254)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.625--UnitOfWork(1011132254)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.625--UnitOfWork(1011132254)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.625--ClientSession(1104153055)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.625--UnitOfWork(1011132254)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.625--ClientSession(1104153055)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.625--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 634580422 [junit] [EL Finer]: 2024-04-30 17:54:21.625--ClientSession(634580422)--Thread(Thread[main,5,main])--acquire unit of work: 2108011037 [junit] [EL Finest]: 2024-04-30 17:54:21.625--UnitOfWork(2108011037)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.625--ServerSession(454071866)--Connection(535344620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.625--ServerSession(454071866)--Connection(535344620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.625--ServerSession(454071866)--Connection(1573723074)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.626--ServerSession(454071866)--Connection(535344620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.626--UnitOfWork(2108011037)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.626--UnitOfWork(2108011037)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.626--UnitOfWork(2108011037)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.626--UnitOfWork(2108011037)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.626--UnitOfWork(2108011037)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.626--ClientSession(634580422)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.626--UnitOfWork(2108011037)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.626--ClientSession(634580422)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.626--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1352503932 [junit] [EL Finer]: 2024-04-30 17:54:21.626--ClientSession(1352503932)--Thread(Thread[main,5,main])--acquire unit of work: 606155118 [junit] [EL Finest]: 2024-04-30 17:54:21.626--UnitOfWork(606155118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.626--ServerSession(454071866)--Connection(731281102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.626--ServerSession(454071866)--Connection(731281102)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.626--ServerSession(454071866)--Connection(304414376)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.626--ServerSession(454071866)--Connection(731281102)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.626--UnitOfWork(606155118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.627--UnitOfWork(606155118)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.627--UnitOfWork(606155118)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3117e1f) [junit] [EL Finest]: 2024-04-30 17:54:21.627--ServerSession(454071866)--Connection(776807638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.627--ClientSession(1352503932)--Connection(776807638)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.627--ClientSession(1352503932)--Connection(776807638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.627--ClientSession(1352503932)--Connection(885399661)--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]: 2024-04-30 17:54:21.627--ClientSession(1352503932)--Connection(885399661)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.627--ServerSession(454071866)--Connection(776807638)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.627--UnitOfWork(606155118)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.627--UnitOfWork(606155118)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.627--UnitOfWork(606155118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.628--ClientSession(1352503932)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.628--UnitOfWork(606155118)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.628--ClientSession(1352503932)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.628--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1838303932 [junit] [EL Finer]: 2024-04-30 17:54:21.628--ClientSession(1838303932)--Thread(Thread[main,5,main])--acquire unit of work: 717142092 [junit] [EL Finest]: 2024-04-30 17:54:21.628--UnitOfWork(717142092)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.628--ServerSession(454071866)--Connection(796799038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.628--ServerSession(454071866)--Connection(796799038)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.628--ServerSession(454071866)--Connection(1763455132)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.628--ServerSession(454071866)--Connection(796799038)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.628--UnitOfWork(717142092)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.628--UnitOfWork(717142092)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.628--UnitOfWork(717142092)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4987e6f9) [junit] [EL Finest]: 2024-04-30 17:54:21.628--ServerSession(454071866)--Connection(532056719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.628--ClientSession(1838303932)--Connection(532056719)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.628--ClientSession(1838303932)--Connection(532056719)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.629--ClientSession(1838303932)--Connection(732115144)--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]: 2024-04-30 17:54:21.629--ClientSession(1838303932)--Connection(732115144)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.629--ServerSession(454071866)--Connection(532056719)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.629--UnitOfWork(717142092)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.629--UnitOfWork(717142092)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.629--UnitOfWork(717142092)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.629--ClientSession(1838303932)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.629--UnitOfWork(717142092)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.629--ClientSession(1838303932)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.629--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2095312792 [junit] [EL Finer]: 2024-04-30 17:54:21.629--ClientSession(2095312792)--Thread(Thread[main,5,main])--acquire unit of work: 1470820473 [junit] [EL Finest]: 2024-04-30 17:54:21.629--UnitOfWork(1470820473)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.629--ServerSession(454071866)--Connection(1698545460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.629--ServerSession(454071866)--Connection(1698545460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.629--ServerSession(454071866)--Connection(359919131)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.63--ServerSession(454071866)--Connection(1698545460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.63--UnitOfWork(1470820473)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.63--UnitOfWork(1470820473)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.63--UnitOfWork(1470820473)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@76264392) [junit] [EL Finest]: 2024-04-30 17:54:21.63--ServerSession(454071866)--Connection(1952693405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.63--ClientSession(2095312792)--Connection(1952693405)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.63--ClientSession(2095312792)--Connection(1952693405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.63--ClientSession(2095312792)--Connection(2013270351)--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]: 2024-04-30 17:54:21.631--ClientSession(2095312792)--Connection(2013270351)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.631--ServerSession(454071866)--Connection(1952693405)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.631--UnitOfWork(1470820473)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.631--UnitOfWork(1470820473)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.631--UnitOfWork(1470820473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.631--ClientSession(2095312792)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.631--UnitOfWork(1470820473)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.631--ClientSession(2095312792)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.631--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 369973122 [junit] [EL Finer]: 2024-04-30 17:54:21.631--ClientSession(369973122)--Thread(Thread[main,5,main])--acquire unit of work: 2137233034 [junit] [EL Finest]: 2024-04-30 17:54:21.631--UnitOfWork(2137233034)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.631--ServerSession(454071866)--Connection(126974528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.631--ServerSession(454071866)--Connection(126974528)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.631--ServerSession(454071866)--Connection(1285307195)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.632--ServerSession(454071866)--Connection(126974528)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.632--UnitOfWork(2137233034)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.632--UnitOfWork(2137233034)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2024-04-30 17:54:21.632--UnitOfWork(2137233034)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5365c33b) [junit] [EL Finest]: 2024-04-30 17:54:21.632--ServerSession(454071866)--Connection(1925336384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.632--ClientSession(369973122)--Connection(1925336384)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2024-04-30 17:54:21.632--ClientSession(369973122)--Connection(1925336384)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.632--ClientSession(369973122)--Connection(1276026313)--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]: 2024-04-30 17:54:21.632--ClientSession(369973122)--Connection(1276026313)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2024-04-30 17:54:21.633--ServerSession(454071866)--Connection(1925336384)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2024-04-30 17:54:21.633--UnitOfWork(2137233034)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2024-04-30 17:54:21.633--UnitOfWork(2137233034)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.633--UnitOfWork(2137233034)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.633--ClientSession(369973122)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2024-04-30 17:54:21.633--UnitOfWork(2137233034)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2024-04-30 17:54:21.633--ClientSession(369973122)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2024-04-30 17:54:21.633--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 967722172 [junit] [EL Finer]: 2024-04-30 17:54:21.633--ClientSession(967722172)--Thread(Thread[main,5,main])--acquire unit of work: 1508292228 [junit] [EL Finest]: 2024-04-30 17:54:21.633--UnitOfWork(1508292228)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2024-04-30 17:54:21.633--ServerSession(454071866)--Connection(1631488164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2024-04-30 17:54:21.633--ServerSession(454071866)--Connection(1631488164)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2024-04-30 17:54:21.633--ServerSession(454071866)--Connection(803513176)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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]: 2024-04-30 17:54:21.633--ServerSession(454071866)--Connection(1631488164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess [junit] [EL Fine]: 2024-04-30 17:54:21.646--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@246a853c [junit] [EL Finer]: 2024-04-30 17:54:21.647--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa2testmodel. [junit] [EL Finest]: properties: 2024-04-30 17:54:21.648--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: properties: 2024-04-30 17:54:21.648--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: server: 2024-04-30 17:54:21.648--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Finest]: jpa: 2024-04-30 17:54:21.648--ServerSession(1571006181)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=756936249; state Initial; factoryCount 0 [junit] [EL Finest]: properties: 2024-04-30 17:54:21.648--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: properties: 2024-04-30 17:54:21.648--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: properties: 2024-04-30 17:54:21.648--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: metadata: 2024-04-30 17:54:21.648--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar]. [junit] [EL Finer]: metadata: 2024-04-30 17:54:21.649--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.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar]. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.653--ServerSession(1571006181)--Thread(Thread[main,5,main])--The element [field vendor] is being defaulted to a one to one mapping. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.653--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.654--ServerSession(1571006181)--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: 2024-04-30 17:54:21.655--ServerSession(1571006181)--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: 2024-04-30 17:54:21.655--ServerSession(1571006181)--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: 2024-04-30 17:54:21.655--ServerSession(1571006181)--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: 2024-04-30 17:54:21.655--ServerSession(1571006181)--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: 2024-04-30 17:54:21.655--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.655--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [deptno] is being defaulted to: DEPTNO. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.655--ServerSession(1571006181)--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: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--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: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--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: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [productType] is being defaulted to: PRODUCTTYPE. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--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: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [serialNumber] is being defaulted to: SERIALNUMBER. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--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: 2024-04-30 17:54:21.656--ServerSession(1571006181)--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: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [passengers] is being defaulted to: PASSENGERS. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [ssn] is being defaulted to: SSN. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--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: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [data] is being defaulted to: DATA. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.656--ServerSession(1571006181)--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: 2024-04-30 17:54:21.656--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--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: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [shoesize] is being defaulted to: SHOESIZE. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [zipcode] is being defaulted to: ZIPCODE. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [county] is being defaulted to: COUNTY. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [state] is being defaulted to: STATE. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [salutation] is being defaulted to: SALUTATION. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [annualMiles] is being defaulted to: ANNUALMILES. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2024-04-30 17:54:21.657--ServerSession(1571006181)--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: 2024-04-30 17:54:21.657--ServerSession(1571006181)--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: 2024-04-30 17:54:21.657--ServerSession(1571006181)--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: 2024-04-30 17:54:21.657--ServerSession(1571006181)--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: 2024-04-30 17:54:21.657--ServerSession(1571006181)--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: 2024-04-30 17:54:21.657--ServerSession(1571006181)--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: 2024-04-30 17:54:21.657--ServerSession(1571006181)--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: 2024-04-30 17:54:21.658--ServerSession(1571006181)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finer]: weaver: 2024-04-30 17:54:21.658--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: jpa: 2024-04-30 17:54:21.658--ServerSession(1571006181)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 0 [junit] [EL Finest]: jpa: 2024-04-30 17:54:21.658--ServerSession(1571006181)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finer]: metamodel: 2024-04-30 17:54:21.658--ServerSession(1571006181)--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: 2024-04-30 17:54:21.658--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.659--ServerSession(1571006181)--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: 2024-04-30 17:54:21.66--ServerSession(1571006181)--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: 2024-04-30 17:54:21.66--ServerSession(1571006181)--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: 2024-04-30 17:54:21.66--ServerSession(1571006181)--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: 2024-04-30 17:54:21.66--ServerSession(1571006181)--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: 2024-04-30 17:54:21.66--ServerSession(1571006181)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=756936249; state Predeployed; factoryCount 1 [junit] [EL Finest]: jpa: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: properties: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: properties: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: properties: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: properties: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39 [junit] [EL Warning]: transaction: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--PersistenceUnitInfo jpa2testmodel has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored [junit] [EL Finest]: properties: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false [junit] [EL Finest]: properties: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Fine]: connection: 2024-04-30 17:54:21.664--ServerSession(1571006181)--Connection(747008719)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: connection: 2024-04-30 17:54:21.665--ServerSession(1571006181)--Connection(1414212508)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.665--ServerSession(1571006181)--Connection(1925641006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.665--ServerSession(1571006181)--Connection(1925641006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Fine]: connection: 2024-04-30 17:54:21.665--ServerSession(1571006181)--Connection(1841948595)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: connection: 2024-04-30 17:54:21.666--ServerSession(1571006181)--Connection(374319964)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [junit] User: root@localhost [junit] Database: MySQL Version: 8.0.32 [junit] Driver: MySQL Connector/J Version: mysql-connector-j-8.2.0 (Revision: 06a1f724497fd81c6a659131fda822c9e5085b6c) [junit] [EL Fine]: connection: 2024-04-30 17:54:21.713--ServerSession(1571006181)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=756936249 login successful [junit] [EL Finest]: query: 2024-04-30 17:54:21.714--ServerSession(1571006181)--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: 2024-04-30 17:54:21.714--ServerSession(1571006181)--Connection(513287181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.714--ServerSession(1571006181)--Connection(513287181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.714--ServerSession(1571006181)--Connection(1930025253)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_SPOUSE_SSN [junit] [EL Fine]: sql: 2024-04-30 17:54:21.715--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.716--ServerSession(1571006181)--Connection(513287181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.716--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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: 2024-04-30 17:54:21.716--ServerSession(1571006181)--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: 2024-04-30 17:54:21.716--ServerSession(1571006181)--Connection(41824589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.716--ServerSession(1571006181)--Connection(41824589)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.716--ServerSession(1571006181)--Connection(1561974083)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_DEPARTMENT_DEPTNO [junit] [EL Fine]: sql: 2024-04-30 17:54:21.716--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.716--ServerSession(1571006181)--Connection(41824589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.716--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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: 2024-04-30 17:54:21.717--ServerSession(1571006181)--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: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Connection(1626637418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Connection(1626637418)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Connection(326317408)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PHONE DROP FOREIGN KEY FK_TMP2_PHONE_VENDOR_NAME [junit] [EL Fine]: sql: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Connection(1626637418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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: 2024-04-30 17:54:21.717--ServerSession(1571006181)--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: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Connection(1200163825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Connection(1200163825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.717--ServerSession(1571006181)--Connection(52039870)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_CONNECTION DROP FOREIGN KEY FK_TMP2_CONNECTION_CARRIER_ID [junit] [EL Fine]: sql: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Connection(1200163825)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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: 2024-04-30 17:54:21.718--ServerSession(1571006181)--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: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Connection(332216936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Connection(332216936)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Connection(479489379)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_FLIGHT DROP FOREIGN KEY FK_TMP2_FLIGHT_CARRIER_ID [junit] [EL Fine]: sql: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Connection(332216936)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.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: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Connection(20058465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Connection(20058465)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.718--ServerSession(1571006181)--Connection(2069263701)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.719--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.719--ServerSession(1571006181)--Connection(20058465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.719--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.719--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.719--ServerSession(1571006181)--Connection(1271714925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.719--ServerSession(1571006181)--Connection(1271714925)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.719--ServerSession(1571006181)--Connection(1524923756)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Connection(1271714925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Connection(1630857843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Connection(1630857843)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Connection(1282811268)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Connection(1630857843)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Connection(637354740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Connection(637354740)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.72--ServerSession(1571006181)--Connection(1675379530)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.721--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.721--ServerSession(1571006181)--Connection(637354740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.721--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.721--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.721--ServerSession(1571006181)--Connection(708581090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.721--ServerSession(1571006181)--Connection(708581090)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.721--ServerSession(1571006181)--Connection(1704528819)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Connection(708581090)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Connection(585539810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Connection(585539810)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Connection(1747401050)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Connection(585539810)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Connection(1469066644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Connection(1469066644)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.722--ServerSession(1571006181)--Connection(1088841268)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.723--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.723--ServerSession(1571006181)--Connection(1469066644)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.723--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.723--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.723--ServerSession(1571006181)--Connection(658091613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.723--ServerSession(1571006181)--Connection(658091613)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.723--ServerSession(1571006181)--Connection(1905515427)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Connection(658091613)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Connection(1090254860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Connection(1090254860)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Connection(710606088)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Connection(1090254860)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.724--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Connection(2035524899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Connection(2035524899)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Connection(1727469981)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Connection(2035524899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Connection(91535055)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Connection(91535055)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.725--ServerSession(1571006181)--Connection(1634361855)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.726--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.726--ServerSession(1571006181)--Connection(91535055)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.726--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.726--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.726--ServerSession(1571006181)--Connection(1690039571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.726--ServerSession(1571006181)--Connection(1690039571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.726--ServerSession(1571006181)--Connection(1146742149)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Connection(1690039571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Connection(889092672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Connection(889092672)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Connection(265683617)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Connection(889092672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Connection(36405167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Connection(36405167)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.727--ServerSession(1571006181)--Connection(1170221520)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.728--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.728--ServerSession(1571006181)--Connection(36405167)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.728--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.728--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.728--ServerSession(1571006181)--Connection(999138468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.728--ServerSession(1571006181)--Connection(999138468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.728--ServerSession(1571006181)--Connection(1644327549)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2024-04-30 17:54:21.729--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.729--ServerSession(1571006181)--Connection(999138468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.729--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2024-04-30 17:54:21.729--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.729--ServerSession(1571006181)--Connection(1001379758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.729--ServerSession(1571006181)--Connection(1001379758)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.729--ServerSession(1571006181)--Connection(1834089723)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.73--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.73--ServerSession(1571006181)--Connection(1001379758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.73--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.73--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.73--ServerSession(1571006181)--Connection(2027356701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.73--ServerSession(1571006181)--Connection(2027356701)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.73--ServerSession(1571006181)--Connection(1031841806)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.73--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.731--ServerSession(1571006181)--Connection(2027356701)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.731--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.731--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.731--ServerSession(1571006181)--Connection(1277364327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.731--ServerSession(1571006181)--Connection(1277364327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.731--ServerSession(1571006181)--Connection(212089876)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2024-04-30 17:54:21.731--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Connection(1277364327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Connection(1251846537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Connection(1251846537)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Connection(506060941)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Connection(1251846537)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2024-04-30 17:54:21.732--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Connection(1717821035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Connection(1717821035)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Connection(1100341967)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Connection(1717821035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Connection(574973982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Connection(574973982)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.733--ServerSession(1571006181)--Connection(1521314491)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.734--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.734--ServerSession(1571006181)--Connection(574973982)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.734--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.734--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.734--ServerSession(1571006181)--Connection(1846310740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.734--ServerSession(1571006181)--Connection(1846310740)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.734--ServerSession(1571006181)--Connection(1736501011)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:54:21.735--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.735--ServerSession(1571006181)--Connection(1846310740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.735--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2024-04-30 17:54:21.735--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.735--ServerSession(1571006181)--Connection(1635487288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.735--ServerSession(1571006181)--Connection(1635487288)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.735--ServerSession(1571006181)--Connection(1824580500)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2024-04-30 17:54:21.736--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.736--ServerSession(1571006181)--Connection(1635487288)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.736--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2024-04-30 17:54:21.736--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.736--ServerSession(1571006181)--Connection(398827512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.736--ServerSession(1571006181)--Connection(398827512)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.736--ServerSession(1571006181)--Connection(712165750)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.736--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Connection(398827512)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Connection(207331742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Connection(207331742)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Connection(937084338)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Connection(207331742)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Connection(1617880041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.737--ServerSession(1571006181)--Connection(1617880041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.738--ServerSession(1571006181)--Connection(837347627)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.738--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.738--ServerSession(1571006181)--Connection(1617880041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.738--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.738--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.738--ServerSession(1571006181)--Connection(659300635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.738--ServerSession(1571006181)--Connection(659300635)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.738--ServerSession(1571006181)--Connection(808124336)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.739--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.739--ServerSession(1571006181)--Connection(659300635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.739--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.739--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.739--ServerSession(1571006181)--Connection(1691268548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.739--ServerSession(1571006181)--Connection(1691268548)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.739--ServerSession(1571006181)--Connection(583799999)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2024-04-30 17:54:21.74--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.74--ServerSession(1571006181)--Connection(1691268548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.74--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2024-04-30 17:54:21.74--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.74--ServerSession(1571006181)--Connection(1818301752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.74--ServerSession(1571006181)--Connection(1818301752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.74--ServerSession(1571006181)--Connection(2106654181)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Connection(1818301752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Connection(522632490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Connection(522632490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Connection(2064298787)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.741--ServerSession(1571006181)--Connection(522632490)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Connection(1701368336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Connection(1701368336)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Connection(1326312570)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Connection(1701368336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Connection(410348497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Connection(410348497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.742--ServerSession(1571006181)--Connection(992924317)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:54:21.743--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.743--ServerSession(1571006181)--Connection(410348497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.743--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2024-04-30 17:54:21.743--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.743--ServerSession(1571006181)--Connection(2095028612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.743--ServerSession(1571006181)--Connection(2095028612)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.743--ServerSession(1571006181)--Connection(1338461741)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2024-04-30 17:54:21.744--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.744--ServerSession(1571006181)--Connection(2095028612)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.744--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2024-04-30 17:54:21.744--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.744--ServerSession(1571006181)--Connection(494071293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.744--ServerSession(1571006181)--Connection(494071293)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.744--ServerSession(1571006181)--Connection(492917870)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Connection(494071293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Connection(1823282936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Connection(1823282936)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Connection(1723466645)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.745--ServerSession(1571006181)--Connection(1823282936)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Connection(252572771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Connection(252572771)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Connection(185805228)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Connection(252572771)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Connection(858406129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.746--ServerSession(1571006181)--Connection(858406129)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.747--ServerSession(1571006181)--Connection(1399089179)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.747--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.747--ServerSession(1571006181)--Connection(858406129)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.747--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.747--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.747--ServerSession(1571006181)--Connection(1705010418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.747--ServerSession(1571006181)--Connection(1705010418)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.747--ServerSession(1571006181)--Connection(126816515)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2024-04-30 17:54:21.748--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.748--ServerSession(1571006181)--Connection(1705010418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.748--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2024-04-30 17:54:21.748--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.748--ServerSession(1571006181)--Connection(1969089237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.748--ServerSession(1571006181)--Connection(1969089237)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.748--ServerSession(1571006181)--Connection(331122552)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Connection(1969089237)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Connection(1193196169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Connection(1193196169)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Connection(1561328637)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Connection(1193196169)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.749--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.75--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.75--ServerSession(1571006181)--Connection(1646992010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.75--ServerSession(1571006181)--Connection(1646992010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.75--ServerSession(1571006181)--Connection(1347628724)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.815--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.815--ServerSession(1571006181)--Connection(1646992010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.815--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.815--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.815--ServerSession(1571006181)--Connection(554614095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.815--ServerSession(1571006181)--Connection(554614095)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.815--ServerSession(1571006181)--Connection(466291886)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2024-04-30 17:54:21.816--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.816--ServerSession(1571006181)--Connection(554614095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.816--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2024-04-30 17:54:21.816--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.816--ServerSession(1571006181)--Connection(792904094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.816--ServerSession(1571006181)--Connection(792904094)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.816--ServerSession(1571006181)--Connection(2079520252)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2024-04-30 17:54:21.817--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.817--ServerSession(1571006181)--Connection(792904094)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.817--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2024-04-30 17:54:21.817--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.817--ServerSession(1571006181)--Connection(1341356913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.817--ServerSession(1571006181)--Connection(1341356913)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.817--ServerSession(1571006181)--Connection(1979981088)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.817--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.818--ServerSession(1571006181)--Connection(1341356913)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.818--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.818--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.818--ServerSession(1571006181)--Connection(1537818023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.818--ServerSession(1571006181)--Connection(1537818023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.818--ServerSession(1571006181)--Connection(265678160)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2024-04-30 17:54:21.818--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Connection(1537818023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Connection(1765009824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Connection(1765009824)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Connection(2070263076)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Connection(1765009824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.819--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Connection(1926847785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Connection(1926847785)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Connection(80856123)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Connection(1926847785)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.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: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Connection(1526394604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.82--ServerSession(1571006181)--Connection(1526394604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.821--ServerSession(1571006181)--Connection(1651687567)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2024-04-30 17:54:21.821--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.821--ServerSession(1571006181)--Connection(1526394604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.821--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2024-04-30 17:54:21.821--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.821--ServerSession(1571006181)--Connection(1722090474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.821--ServerSession(1571006181)--Connection(1722090474)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.821--ServerSession(1571006181)--Connection(1805982812)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2024-04-30 17:54:21.822--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.822--ServerSession(1571006181)--Connection(1722090474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.822--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2024-04-30 17:54:21.822--ServerSession(1571006181)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.822--ServerSession(1571006181)--Connection(906056461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.822--ServerSession(1571006181)--Connection(906056461)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.822--ServerSession(1571006181)--Connection(2020981876)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2024-04-30 17:54:21.823--ServerSession(1571006181)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2024-04-30 17:54:21.823--ServerSession(1571006181)--Connection(906056461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2024-04-30 17:54:21.823--ServerSession(1571006181)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2024-04-30 17:54:21.823--ServerSession(1571006181)--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: 2024-04-30 17:54:21.823--ServerSession(1571006181)--Connection(437221260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.823--ServerSession(1571006181)--Connection(437221260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.823--ServerSession(1571006181)--Connection(648726267)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_DEPARTMENT (DEPTNO INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (DEPTNO)) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.827--ServerSession(1571006181)--Connection(437221260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.827--Thread(Thread[main,5,main])--The table (TMP2_DEPARTMENT) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.827--ServerSession(1571006181)--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: 2024-04-30 17:54:21.827--ServerSession(1571006181)--Connection(1089288505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.827--ServerSession(1571006181)--Connection(1089288505)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.827--ServerSession(1571006181)--Connection(566199743)--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: 2024-04-30 17:54:21.831--ServerSession(1571006181)--Connection(1089288505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.831--Thread(Thread[main,5,main])--The table (TMP2_PERSON) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.831--ServerSession(1571006181)--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: 2024-04-30 17:54:21.831--ServerSession(1571006181)--Connection(1757469561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.831--ServerSession(1571006181)--Connection(1757469561)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.831--ServerSession(1571006181)--Connection(1095566249)--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: 2024-04-30 17:54:21.834--ServerSession(1571006181)--Connection(1757469561)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.834--Thread(Thread[main,5,main])--The table (TMP2_PHONE) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.834--ServerSession(1571006181)--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: 2024-04-30 17:54:21.834--ServerSession(1571006181)--Connection(1568824517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.834--ServerSession(1571006181)--Connection(1568824517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.834--ServerSession(1571006181)--Connection(871849759)--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: 2024-04-30 17:54:21.837--ServerSession(1571006181)--Connection(1568824517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.837--Thread(Thread[main,5,main])--The table (TMP2_PRODUCT) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.837--ServerSession(1571006181)--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: 2024-04-30 17:54:21.837--ServerSession(1571006181)--Connection(296031588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.837--ServerSession(1571006181)--Connection(296031588)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.837--ServerSession(1571006181)--Connection(1586370529)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_VENDOR (NAME VARCHAR(255) NOT NULL, PRIMARY KEY (NAME)) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.84--ServerSession(1571006181)--Connection(296031588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.84--Thread(Thread[main,5,main])--The table (TMP2_VENDOR) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.84--ServerSession(1571006181)--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: 2024-04-30 17:54:21.84--ServerSession(1571006181)--Connection(1073409712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.84--ServerSession(1571006181)--Connection(1073409712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.84--ServerSession(1571006181)--Connection(105759262)--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: 2024-04-30 17:54:21.842--ServerSession(1571006181)--Connection(1073409712)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.842--Thread(Thread[main,5,main])--The table (TMP2_EMBEDD_FA) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.842--ServerSession(1571006181)--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: 2024-04-30 17:54:21.842--ServerSession(1571006181)--Connection(988557663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.842--ServerSession(1571006181)--Connection(988557663)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.842--ServerSession(1571006181)--Connection(1376503772)--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: 2024-04-30 17:54:21.845--ServerSession(1571006181)--Connection(988557663)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.845--Thread(Thread[main,5,main])--The table (TMP2_EMBEDD_PA) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.845--ServerSession(1571006181)--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: 2024-04-30 17:54:21.845--ServerSession(1571006181)--Connection(95597179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.845--ServerSession(1571006181)--Connection(95597179)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.845--ServerSession(1571006181)--Connection(1578044763)--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: 2024-04-30 17:54:21.848--ServerSession(1571006181)--Connection(95597179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.848--Thread(Thread[main,5,main])--The table (TMP2_CARRIER) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.848--ServerSession(1571006181)--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: 2024-04-30 17:54:21.848--ServerSession(1571006181)--Connection(491954108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.848--ServerSession(1571006181)--Connection(491954108)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.848--ServerSession(1571006181)--Connection(224642823)--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: 2024-04-30 17:54:21.851--ServerSession(1571006181)--Connection(491954108)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.851--Thread(Thread[main,5,main])--The table (TMP2_CONNECTION) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.851--ServerSession(1571006181)--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: 2024-04-30 17:54:21.851--ServerSession(1571006181)--Connection(1230469692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.851--ServerSession(1571006181)--Connection(1230469692)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.851--ServerSession(1571006181)--Connection(1089582037)--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: 2024-04-30 17:54:21.854--ServerSession(1571006181)--Connection(1230469692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2024-04-30 17:54:21.854--Thread(Thread[main,5,main])--The table (TMP2_FLIGHT) is created. [junit] [EL Finest]: query: 2024-04-30 17:54:21.854--ServerSession(1571006181)--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: 2024-04-30 17:54:21.854--ServerSession(1571006181)--Connection(2072009279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.854--ServerSession(1571006181)--Connection(2072009279)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.854--ServerSession(1571006181)--Connection(158620137)--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: 2024-04-30 17:54:21.864--ServerSession(1571006181)--Connection(2072009279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2024-04-30 17:54:21.864--ServerSession(1571006181)--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: 2024-04-30 17:54:21.864--ServerSession(1571006181)--Connection(1603138343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.864--ServerSession(1571006181)--Connection(1603138343)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.864--ServerSession(1571006181)--Connection(639961931)--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: 2024-04-30 17:54:21.877--ServerSession(1571006181)--Connection(1603138343)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2024-04-30 17:54:21.877--ServerSession(1571006181)--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: 2024-04-30 17:54:21.877--ServerSession(1571006181)--Connection(2021025468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.877--ServerSession(1571006181)--Connection(2021025468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.877--ServerSession(1571006181)--Connection(1213376094)--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: 2024-04-30 17:54:21.887--ServerSession(1571006181)--Connection(2021025468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2024-04-30 17:54:21.887--ServerSession(1571006181)--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: 2024-04-30 17:54:21.887--ServerSession(1571006181)--Connection(1721600226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.887--ServerSession(1571006181)--Connection(1721600226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.887--ServerSession(1571006181)--Connection(764756235)--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: 2024-04-30 17:54:21.895--ServerSession(1571006181)--Connection(1721600226)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2024-04-30 17:54:21.895--ServerSession(1571006181)--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: 2024-04-30 17:54:21.895--ServerSession(1571006181)--Connection(717993499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.895--ServerSession(1571006181)--Connection(717993499)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.895--ServerSession(1571006181)--Connection(547090744)--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: 2024-04-30 17:54:21.905--ServerSession(1571006181)--Connection(717993499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: metamodel: 2024-04-30 17:54:21.905--ServerSession(1571006181)--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: 2024-04-30 17:54:21.905--ServerSession(1571006181)--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: 2024-04-30 17:54:21.905--ServerSession(1571006181)--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: 2024-04-30 17:54:21.905--ServerSession(1571006181)--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: 2024-04-30 17:54:21.905--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--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: 2024-04-30 17:54:21.906--ServerSession(1571006181)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=756936249; state Deployed; factoryCount 1 [junit] [EL Finer]: connection: 2024-04-30 17:54:21.906--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 2052304692 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.906--ClientSession(2052304692)--Thread(Thread[main,5,main])--acquire unit of work: 52857130 [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.906--UnitOfWork(52857130)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: connection: 2024-04-30 17:54:21.911--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1557609094 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.911--ClientSession(1557609094)--Thread(Thread[main,5,main])--acquire unit of work: 681182388 [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.911--UnitOfWork(681182388)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables [junit] [EL Finer]: connection: 2024-04-30 17:54:21.922--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1227028574 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.922--ClientSession(1227028574)--Thread(Thread[main,5,main])--acquire unit of work: 515466462 [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.922--UnitOfWork(515466462)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.922--UnitOfWork(515466462)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2024-04-30 17:54:21.922--UnitOfWork(515466462)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@6928b96b) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.922--ServerSession(1571006181)--Connection(1077063801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.922--ClientSession(1227028574)--Connection(1077063801)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.923--ClientSession(1227028574)--Connection(1077063801)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.923--ClientSession(1227028574)--Connection(1820175093)--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: 2024-04-30 17:54:21.923--ClientSession(1227028574)--Connection(1820175093)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.924--ServerSession(1571006181)--Connection(1077063801)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.924--UnitOfWork(515466462)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.924--UnitOfWork(515466462)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2024-04-30 17:54:21.924--UnitOfWork(515466462)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2024-04-30 17:54:21.924--ClientSession(1227028574)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.924--UnitOfWork(515466462)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2024-04-30 17:54:21.924--ClientSession(1227028574)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2024-04-30 17:54:21.924--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1164149605 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.924--ClientSession(1164149605)--Thread(Thread[main,5,main])--acquire unit of work: 277304008 [junit] [EL Finest]: query: 2024-04-30 17:54:21.925--UnitOfWork(277304008)--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: 2024-04-30 17:54:21.925--ServerSession(1571006181)--Connection(492038267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.925--ServerSession(1571006181)--Connection(492038267)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.925--ServerSession(1571006181)--Connection(1282500782)--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: 2024-04-30 17:54:21.925--ServerSession(1571006181)--Connection(492038267)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: connection: 2024-04-30 17:54:21.93--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1637196040 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.93--ClientSession(1637196040)--Thread(Thread[main,5,main])--acquire unit of work: 3495197 [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.93--UnitOfWork(3495197)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.93--UnitOfWork(3495197)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2024-04-30 17:54:21.931--UnitOfWork(3495197)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Person@729d4777) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.931--ServerSession(1571006181)--Connection(304424559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.931--ClientSession(1637196040)--Connection(304424559)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.931--ClientSession(1637196040)--Connection(304424559)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.931--ClientSession(1637196040)--Connection(949097611)--Thread(Thread[main,5,main])--INSERT INTO TMP2_PERSON (SSN, NAME, DTYPE) VALUES (?, ?, ?) [junit] bind => [1234, Emil, Person2] [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.931--ClientSession(1637196040)--Connection(949097611)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.932--ServerSession(1571006181)--Connection(304424559)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.932--UnitOfWork(3495197)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.932--UnitOfWork(3495197)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: connection: 2024-04-30 17:54:21.936--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1335723214 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.936--ClientSession(1335723214)--Thread(Thread[main,5,main])--acquire unit of work: 228832254 [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.936--UnitOfWork(228832254)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.936--UnitOfWork(228832254)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2024-04-30 17:54:21.937--UnitOfWork(228832254)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@24ae5fce) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.937--ServerSession(1571006181)--Connection(963687283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.937--ClientSession(1335723214)--Connection(963687283)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.937--ClientSession(1335723214)--Connection(963687283)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.937--ClientSession(1335723214)--Connection(1918234480)--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: 2024-04-30 17:54:21.937--ClientSession(1335723214)--Connection(1918234480)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.938--ServerSession(1571006181)--Connection(963687283)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.938--UnitOfWork(228832254)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.938--UnitOfWork(228832254)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2024-04-30 17:54:21.938--UnitOfWork(228832254)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2024-04-30 17:54:21.938--ClientSession(1335723214)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.938--UnitOfWork(228832254)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2024-04-30 17:54:21.938--ClientSession(1335723214)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2024-04-30 17:54:21.938--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 17306793 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.938--ClientSession(17306793)--Thread(Thread[main,5,main])--acquire unit of work: 1038079184 [junit] [EL Finest]: query: 2024-04-30 17:54:21.938--UnitOfWork(1038079184)--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: 2024-04-30 17:54:21.938--ServerSession(1571006181)--Connection(1613533812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.938--ServerSession(1571006181)--Connection(1613533812)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.938--ServerSession(1571006181)--Connection(1579280091)--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: 2024-04-30 17:54:21.939--ServerSession(1571006181)--Connection(1613533812)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.939--UnitOfWork(1038079184)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2024-04-30 17:54:21.939--UnitOfWork(1038079184)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@5c773297) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.939--ServerSession(1571006181)--Connection(2069894119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.939--ClientSession(17306793)--Connection(2069894119)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.939--ClientSession(17306793)--Connection(2069894119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.94--ClientSession(17306793)--Connection(1048281966)--Thread(Thread[main,5,main])--UPDATE TMP2_PERSON SET STREET = ? WHERE (SSN = ?) [junit] bind => [Dietmar-Hopp-Allee, 5678] [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.94--ClientSession(17306793)--Connection(1048281966)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.94--ServerSession(1571006181)--Connection(2069894119)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.94--UnitOfWork(1038079184)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.94--UnitOfWork(1038079184)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2024-04-30 17:54:21.94--UnitOfWork(1038079184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2024-04-30 17:54:21.94--ClientSession(17306793)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.94--UnitOfWork(1038079184)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2024-04-30 17:54:21.94--ClientSession(17306793)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2024-04-30 17:54:21.941--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 503521409 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.941--ClientSession(503521409)--Thread(Thread[main,5,main])--acquire unit of work: 1695016845 [junit] [EL Finest]: query: 2024-04-30 17:54:21.941--UnitOfWork(1695016845)--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: 2024-04-30 17:54:21.941--ServerSession(1571006181)--Connection(117799088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.941--ServerSession(1571006181)--Connection(117799088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.941--ServerSession(1571006181)--Connection(490200336)--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: 2024-04-30 17:54:21.941--ServerSession(1571006181)--Connection(117799088)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: connection: 2024-04-30 17:54:21.947--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1784469037 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.947--ClientSession(1784469037)--Thread(Thread[main,5,main])--acquire unit of work: 407548195 [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.947--UnitOfWork(407548195)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.947--UnitOfWork(407548195)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2024-04-30 17:54:21.947--UnitOfWork(407548195)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@27ff868d) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.947--ServerSession(1571006181)--Connection(1408148402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.947--ClientSession(1784469037)--Connection(1408148402)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.947--ClientSession(1784469037)--Connection(1408148402)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.947--ClientSession(1784469037)--Connection(509662021)--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: 2024-04-30 17:54:21.948--ClientSession(1784469037)--Connection(509662021)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.948--ServerSession(1571006181)--Connection(1408148402)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.948--UnitOfWork(407548195)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.948--UnitOfWork(407548195)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2024-04-30 17:54:21.949--UnitOfWork(407548195)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2024-04-30 17:54:21.949--ClientSession(1784469037)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.949--UnitOfWork(407548195)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2024-04-30 17:54:21.949--ClientSession(1784469037)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2024-04-30 17:54:21.949--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1530270234 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.949--ClientSession(1530270234)--Thread(Thread[main,5,main])--acquire unit of work: 430699299 [junit] [EL Finest]: query: 2024-04-30 17:54:21.949--UnitOfWork(430699299)--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: 2024-04-30 17:54:21.949--ServerSession(1571006181)--Connection(1929273670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.949--ServerSession(1571006181)--Connection(1929273670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.949--ServerSession(1571006181)--Connection(295112364)--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: 2024-04-30 17:54:21.95--ServerSession(1571006181)--Connection(1929273670)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: connection: 2024-04-30 17:54:21.955--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1034012082 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.955--ClientSession(1034012082)--Thread(Thread[main,5,main])--acquire unit of work: 1949342933 [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.955--UnitOfWork(1949342933)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.955--UnitOfWork(1949342933)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2024-04-30 17:54:21.955--UnitOfWork(1949342933)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@116c9f30) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.955--ServerSession(1571006181)--Connection(925662275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.955--ClientSession(1034012082)--Connection(925662275)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.955--ClientSession(1034012082)--Connection(925662275)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.956--ClientSession(1034012082)--Connection(416073345)--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: 2024-04-30 17:54:21.956--ClientSession(1034012082)--Connection(416073345)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.957--ServerSession(1571006181)--Connection(925662275)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.957--UnitOfWork(1949342933)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.957--UnitOfWork(1949342933)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2024-04-30 17:54:21.957--UnitOfWork(1949342933)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2024-04-30 17:54:21.957--ClientSession(1034012082)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.957--UnitOfWork(1949342933)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2024-04-30 17:54:21.957--ClientSession(1034012082)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2024-04-30 17:54:21.958--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1823326399 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.958--ClientSession(1823326399)--Thread(Thread[main,5,main])--acquire unit of work: 1243952329 [junit] [EL Finest]: query: 2024-04-30 17:54:21.958--UnitOfWork(1243952329)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT NAME FROM TMP2_PERSON WHERE ((STREET = ?) AND (DTYPE = ?))") [junit] [EL Finest]: connection: 2024-04-30 17:54:21.958--ServerSession(1571006181)--Connection(168489644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.958--ServerSession(1571006181)--Connection(168489644)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.959--ServerSession(1571006181)--Connection(1930208288)--Thread(Thread[main,5,main])--SELECT NAME FROM TMP2_PERSON WHERE ((STREET = ?) AND (DTYPE = ?)) [junit] bind => [Feldweg, Employee2] [junit] [EL Finest]: connection: 2024-04-30 17:54:21.959--ServerSession(1571006181)--Connection(168489644)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds [junit] [EL Finer]: connection: 2024-04-30 17:54:21.97--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 425916878 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.97--ClientSession(425916878)--Thread(Thread[main,5,main])--acquire unit of work: 707657043 [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.97--UnitOfWork(707657043)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.971--UnitOfWork(707657043)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finest]: transaction: 2024-04-30 17:54:21.971--UnitOfWork(707657043)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.) [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.971--UnitOfWork(707657043)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2024-04-30 17:54:21.971--UnitOfWork(707657043)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier@63e72528) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.971--ServerSession(1571006181)--Connection(554705429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.971--ClientSession(425916878)--Connection(554705429)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.971--ClientSession(425916878)--Connection(554705429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.971--ClientSession(425916878)--Connection(1991299498)--Thread(Thread[main,5,main])--INSERT INTO TMP2_CARRIER (CARRIER_ID, DESCRIPTION) VALUES (?, ?) [junit] bind => [LH, Lufthansa] [junit] [EL Finest]: query: 2024-04-30 17:54:21.972--UnitOfWork(707657043)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection@4cd52ceb) [junit] [EL Fine]: sql: 2024-04-30 17:54:21.973--ClientSession(425916878)--Connection(1991299498)--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: 2024-04-30 17:54:21.974--UnitOfWork(707657043)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Flight@5de111fd) [junit] [EL Fine]: sql: 2024-04-30 17:54:21.974--ClientSession(425916878)--Connection(1991299498)--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: 2024-04-30 17:54:21.974--ClientSession(425916878)--Connection(1991299498)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2024-04-30 17:54:21.974--ServerSession(1571006181)--Connection(554705429)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.974--UnitOfWork(707657043)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.974--UnitOfWork(707657043)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2024-04-30 17:54:21.974--UnitOfWork(707657043)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2024-04-30 17:54:21.975--ClientSession(425916878)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.975--UnitOfWork(707657043)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2024-04-30 17:54:21.975--ClientSession(425916878)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2024-04-30 17:54:21.975--ServerSession(1571006181)--Thread(Thread[main,5,main])--client acquired: 1604357986 [junit] [EL Finer]: transaction: 2024-04-30 17:54:21.975--ClientSession(1604357986)--Thread(Thread[main,5,main])--acquire unit of work: 1638086782 [junit] [EL Finest]: query: 2024-04-30 17:54:21.975--UnitOfWork(1638086782)--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: 2024-04-30 17:54:21.975--ServerSession(1571006181)--Connection(214493130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.975--ServerSession(1571006181)--Connection(214493130)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.975--ServerSession(1571006181)--Connection(822973127)--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: 2024-04-30 17:54:21.976--ServerSession(1571006181)--Connection(214493130)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2024-04-30 17:54:21.976--UnitOfWork(1638086782)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="connection" referenceClass=Connection ) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.976--ServerSession(1571006181)--Connection(2068893342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.976--ServerSession(1571006181)--Connection(2068893342)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.976--ServerSession(1571006181)--Connection(1519050827)--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: 2024-04-30 17:54:21.977--ServerSession(1571006181)--Connection(2068893342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2024-04-30 17:54:21.977--UnitOfWork(1638086782)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="carrier" referenceClass=Carrier ) [junit] [EL Finest]: connection: 2024-04-30 17:54:21.977--ServerSession(1571006181)--Connection(1400181362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2024-04-30 17:54:21.977--ServerSession(1571006181)--Connection(1400181362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2024-04-30 17:54:21.977--ServerSession(1571006181)--Connection(339563635)--Thread(Thread[main,5,main])--SELECT CARRIER_ID, DESCRIPTION FROM TMP2_CARRIER WHERE (CARRIER_ID = ?) [junit] bind => [LH] [junit] [EL Finest]: connection: 2024-04-30 17:54:21.977--ServerSession(1571006181)--Connection(1400181362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' generate-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.wdf.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 860ms test-against-jar: test-jpars: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.13.2.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.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.xml.bind-api.jar' [echo] persistence20.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../jpa/plugins/jakarta.persistence_2.2.3.jar' [echo] jersey.client.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jersey-client.jar' [echo] jersey.common.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jersey-common.jar' [echo] hk2.api.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/hk2-api.jar' [echo] hk2.locator.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/hk2-locator.jar' [echo] hk2.utils.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/hk2-utils.jar' [echo] jersey.guava.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jersey-core.jar' [echo] javax.inject.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.inject.jar' [echo] javax.annotation.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.annotation-api.jar' [echo] javax.ws.rs.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.ws.rs-api.jar' [echo] validation.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.validation-api.jar' [echo] javax.xml.ws.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.xml.ws-api.jar' [echo] json-api.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.json.jar' [echo] antlr.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.antlr_3.5.3.v202311210849.jar' [echo] hermes.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa.jpql_2.7.15.v20240430-4abffe4bdf.jar' [echo] core.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.7.15.v20240430-4abffe4bdf.jar' [echo] moxy.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.7.15.v20240430-4abffe4bdf.jar' [echo] jpa.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.7.15.v20240430-4abffe4bdf.jar' [echo] jpars.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.7.15.v20240430-4abffe4bdf.jar' [echo] javax.ejb.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/jakarta.ejb-api.jar' build: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/antbuild.xml:536: 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.7/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.7/jpa/eclipselink.jpars.test/reports [echo] Running org/eclipse/persistence/jpars/test/AllJavaSETests.java suite [junit] Apr 30, 2024 5:54:23 PM 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: 2024-04-30 17:54:23.932--ServerSession(195801026)--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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 [accountNumber] is being defaulted to: ACCOUNTNUMBER. [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.7.15.v20240430-4abffe4bdf [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, ACCOUNTNUMBER 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 => [2, 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_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 => [33, user3, 1, null, null] [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_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [7, 1100.0, 1714499665700, 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, 1714499665700, 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, 1714499665700, 2, 22] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 9a98afae-153b-40f8-bd1a-158963d41ead [junit] [EL Warning]: metadata: 2024-04-30 17:54:25.749--ServerSession(809439796)--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]: 2024-04-30 17:54:25.754--ServerSession(809439796)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: moxy: 2024-04-30 17:54:25.797--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: 2024-04-30 17:54:25.858--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 9a98afae-153b-40f8-bd1a-158963d41ead [junit] [EL Finest]: jpars: 2024-04-30 17:54:25.88--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9a98afae-153b-40f8-bd1a-158963d41ead 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 9a98afae-153b-40f8-bd1a-158963d41ead [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9a98afae-153b-40f8-bd1a-158963d41ead 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 9a98afae-153b-40f8-bd1a-158963d41ead [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9a98afae-153b-40f8-bd1a-158963d41ead 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 73d1225d-447c-4b68-a4d2-d1b08c93d64e [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 c42d9cb8-66eb-43a8-8e7e-ff39b4e3efd6 [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 b5031d0c-b6e1-44c7-a056-1e4638e2524a [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 b5031d0c-b6e1-44c7-a056-1e4638e2524a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b5031d0c-b6e1-44c7-a056-1e4638e2524a [{"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 b5031d0c-b6e1-44c7-a056-1e4638e2524a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b5031d0c-b6e1-44c7-a056-1e4638e2524a [{"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 faaf9f64-5311-45de-ada4-d9f03dc04747 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY faaf9f64-5311-45de-ada4-d9f03dc04747 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN faaf9f64-5311-45de-ada4-d9f03dc04747 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 faaf9f64-5311-45de-ada4-d9f03dc04747 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN faaf9f64-5311-45de-ada4-d9f03dc04747 [{"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 faaf9f64-5311-45de-ada4-d9f03dc04747 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN faaf9f64-5311-45de-ada4-d9f03dc04747 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 ccf080c6-cd3e-4717-8f54-9c9ede0642b8 [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 ccf080c6-cd3e-4717-8f54-9c9ede0642b8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ccf080c6-cd3e-4717-8f54-9c9ede0642b8 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 447d541f-4d13-49f8-b09f-fc7c766052c7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 447d541f-4d13-49f8-b09f-fc7c766052c7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY cb01b1bc-5c0e-46f2-a564-13c4176367ae [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY 18d99c1a-ac27-40de-acc8-3e49bac8d02f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 50d57bba-9163-43f9-b3fc-99a5c0c4c371 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.024--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 50d57bba-9163-43f9-b3fc-99a5c0c4c371 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.025--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 50d57bba-9163-43f9-b3fc-99a5c0c4c371 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":0,"version":0,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 395e53ed-bfd3-4c20-8429-3bdf3482de5e [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.026--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 395e53ed-bfd3-4c20-8429-3bdf3482de5e [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.027--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 395e53ed-bfd3-4c20-8429-3bdf3482de5e org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@74606204 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.032--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 395e53ed-bfd3-4c20-8429-3bdf3482de5e [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.032--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 395e53ed-bfd3-4c20-8429-3bdf3482de5e org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 177b797d-1062-4970-883e-716d4fb8cb85 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.035--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 177b797d-1062-4970-883e-716d4fb8cb85 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.036--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 177b797d-1062-4970-883e-716d4fb8cb85 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY a9f6e401-927d-4f59-afaf-db6e7bcd5688 [junit] [EL Severe]: jpars: 2024-04-30 17:54:26.038--ServerSession(809439796)--requestId: a9f6e401-927d-4f59-afaf-db6e7bcd5688. 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 1789bd00-5a00-45ec-9f1f-06fa112e6edf [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 1789bd00-5a00-45ec-9f1f-06fa112e6edf [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 4a88ed01-4094-44dd-b68a-78270a179129 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 4a88ed01-4094-44dd-b68a-78270a179129 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4a88ed01-4094-44dd-b68a-78270a179129 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 4a88ed01-4094-44dd-b68a-78270a179129 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4a88ed01-4094-44dd-b68a-78270a179129 [{"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 5d308297-fe56-4003-9958-a9dc325ebe35 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 5d308297-fe56-4003-9958-a9dc325ebe35 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 5d308297-fe56-4003-9958-a9dc325ebe35 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 5d308297-fe56-4003-9958-a9dc325ebe35 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 5d308297-fe56-4003-9958-a9dc325ebe35 [{"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 5d308297-fe56-4003-9958-a9dc325ebe35 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 5d308297-fe56-4003-9958-a9dc325ebe35 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 5b41d70d-b3a0-4d5a-a0ac-4fbef3cd4ea3 [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 5b41d70d-b3a0-4d5a-a0ac-4fbef3cd4ea3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 5b41d70d-b3a0-4d5a-a0ac-4fbef3cd4ea3 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 51657f8a-19a9-404e-8e30-0f86f911b9db [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 51657f8a-19a9-404e-8e30-0f86f911b9db [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 51657f8a-19a9-404e-8e30-0f86f911b9db 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 51657f8a-19a9-404e-8e30-0f86f911b9db [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 51657f8a-19a9-404e-8e30-0f86f911b9db 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 557397c2-d40f-48ec-8636-97129941ca2f [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.104--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 557397c2-d40f-48ec-8636-97129941ca2f [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.105--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 557397c2-d40f-48ec-8636-97129941ca2f org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1714499665700,"_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: 2024-04-30 17:54:26.107--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 557397c2-d40f-48ec-8636-97129941ca2f [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.109--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 557397c2-d40f-48ec-8636-97129941ca2f 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 f8f2dc51-eb96-45d3-bb33-fc967701ba8a [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.109--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY f8f2dc51-eb96-45d3-bb33-fc967701ba8a [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.11--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN f8f2dc51-eb96-45d3-bb33-fc967701ba8a org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@4640195a [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.112--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY f8f2dc51-eb96-45d3-bb33-fc967701ba8a [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.113--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN f8f2dc51-eb96-45d3-bb33-fc967701ba8a org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1714499665700,"_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 f8f2dc51-eb96-45d3-bb33-fc967701ba8a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN f8f2dc51-eb96-45d3-bb33-fc967701ba8a 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 a1b648dd-1df0-444b-97ea-d83051f186ef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY a1b648dd-1df0-444b-97ea-d83051f186ef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN a1b648dd-1df0-444b-97ea-d83051f186ef 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 a1b648dd-1df0-444b-97ea-d83051f186ef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN a1b648dd-1df0-444b-97ea-d83051f186ef 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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.127--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.129--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 {"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 [accountNumber] is being defaulted to: ACCOUNTNUMBER. [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.7.15.v20240430-4abffe4bdf [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, ACCOUNTNUMBER 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@5529ff44 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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, 1714499666346, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@10244722 [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, 1714499666362, 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, 1714499666362, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4ac8768e [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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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, 2024-04-30, 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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 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, 2024-04-30, 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 => [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 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 => [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@562919fe [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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, 1714499666832, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@63fd4dda [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, 1714499666841, 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, 1714499666841, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@39da5e49 [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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, 2024-04-30, 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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 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 => [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, 2024-04-30, 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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 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 => [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]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 51f5bc44-c7a8-4664-8e64-c2dbc1654470 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 953b1270-779f-42f7-b614-b0cc9b4a37fd [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY beaf8214-8695-4bcd-804e-79648a52e1f6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 1ea2f582-2bf3-499e-a342-5de53a495b13 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 7bedaa25-5cbf-47a9-acc1-106d171357dd [junit] Apr 30, 2024 5:54:27 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction [junit] INFO: Test Auction Description0.01Test Auctionfalse0.0 [junit] Apr 30, 2024 5:54:27 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO: 100.020 [junit] Apr 30, 2024 5:54:27 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO:
22Brahms0
[junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY b133793c-eb8d-4273-aa21-51bb13d43daf [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 5a30e7d9-8a24-4987-974e-dad5e52976ef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 => [1234, 110.0, 1714499667018, 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, 1714499667018, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1714499667018, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [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 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4c319d52 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@60bf494c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [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 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4026461d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@68ea253b [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [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 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4b195203 [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, 2024-04-30, 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 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2e1fe283-3af8-480e-b76c-24a3de4f4acb 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 => [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, 2024-04-30, 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 => [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 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2e1fe283-3af8-480e-b76c-24a3de4f4acb 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 => [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.7.15.v20240430-4abffe4bdf [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] Apr 30, 2024 5:54:27 PM 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] Apr 30, 2024 5:54:27 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml [junit] INFO: 1Basket1 [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 4d3b53c4-3b45-4775-8b5d-25fc211e3453 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 4d3b53c4-3b45-4775-8b5d-25fc211e3453 [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 39723728-2af5-4043-9f68-3e266d6dfe0a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 8b10825d-9db4-4eee-8112-026103d55a4a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY bf3ddfe4-3cde-4e3b-b930-fbe45f30c05e [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY c64c586d-1346-47bb-bc26-34e2995c996b [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY eff5177d-1557-4c41-b82d-243ae58f28f6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 8a8ccfdd-c202-4143-833e-78fecd4f8b66 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 13fe43b8-0f06-46a9-9dc4-4f542b2fa0dd [junit] Apr 30, 2024 5:54:27 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction [junit] INFO: Test Auction Description0.01Test Auctionfalse0.0 [junit] Apr 30, 2024 5:54:27 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO: 100.020 [junit] Apr 30, 2024 5:54:27 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO:
22Brahms0
[junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 => [5678, 111.0, 1714499667302, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1714499667302, 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, 1714499667301, 1, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4aaecabd [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@26da1ba2 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7d37ee0c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5eb87338 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@3a3f96ab [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, 2024-04-30, 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 => [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 7327d4ab-8caa-47ff-bd29-acbae6b887f4 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 => [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, 2024-04-30, 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 => [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 7327d4ab-8caa-47ff-bd29-acbae6b887f4 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 => [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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] Apr 30, 2024 5:54:27 PM 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] Apr 30, 2024 5:54:27 PM 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 7946ee85-ed70-487f-a6a3-667bc04c3f25 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 7946ee85-ed70-487f-a6a3-667bc04c3f25 [junit] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.089 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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 [accountNumber] is being defaulted to: ACCOUNTNUMBER. [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.7.15.v20240430-4abffe4bdf [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, ACCOUNTNUMBER 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 => [2, 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_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 => [33, user3, 1, null, null] [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_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [7, 1100.0, 1714499665700, 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, 1714499665700, 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, 1714499665700, 2, 22] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 9a98afae-153b-40f8-bd1a-158963d41ead [junit] [EL Warning]: metadata: 2024-04-30 17:54:25.749--ServerSession(809439796)--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]: 2024-04-30 17:54:25.754--ServerSession(809439796)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] [EL Warning]: moxy: 2024-04-30 17:54:25.797--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: 2024-04-30 17:54:25.858--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 9a98afae-153b-40f8-bd1a-158963d41ead [junit] [EL Finest]: jpars: 2024-04-30 17:54:25.88--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9a98afae-153b-40f8-bd1a-158963d41ead 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 9a98afae-153b-40f8-bd1a-158963d41ead [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9a98afae-153b-40f8-bd1a-158963d41ead 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 9a98afae-153b-40f8-bd1a-158963d41ead [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9a98afae-153b-40f8-bd1a-158963d41ead 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 73d1225d-447c-4b68-a4d2-d1b08c93d64e [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 c42d9cb8-66eb-43a8-8e7e-ff39b4e3efd6 [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 b5031d0c-b6e1-44c7-a056-1e4638e2524a [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 b5031d0c-b6e1-44c7-a056-1e4638e2524a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b5031d0c-b6e1-44c7-a056-1e4638e2524a [{"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 b5031d0c-b6e1-44c7-a056-1e4638e2524a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b5031d0c-b6e1-44c7-a056-1e4638e2524a [{"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 faaf9f64-5311-45de-ada4-d9f03dc04747 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY faaf9f64-5311-45de-ada4-d9f03dc04747 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN faaf9f64-5311-45de-ada4-d9f03dc04747 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 faaf9f64-5311-45de-ada4-d9f03dc04747 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN faaf9f64-5311-45de-ada4-d9f03dc04747 [{"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 faaf9f64-5311-45de-ada4-d9f03dc04747 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN faaf9f64-5311-45de-ada4-d9f03dc04747 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 ccf080c6-cd3e-4717-8f54-9c9ede0642b8 [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 ccf080c6-cd3e-4717-8f54-9c9ede0642b8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN ccf080c6-cd3e-4717-8f54-9c9ede0642b8 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 447d541f-4d13-49f8-b09f-fc7c766052c7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 447d541f-4d13-49f8-b09f-fc7c766052c7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY cb01b1bc-5c0e-46f2-a564-13c4176367ae [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY 18d99c1a-ac27-40de-acc8-3e49bac8d02f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 50d57bba-9163-43f9-b3fc-99a5c0c4c371 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.024--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 50d57bba-9163-43f9-b3fc-99a5c0c4c371 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.025--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 50d57bba-9163-43f9-b3fc-99a5c0c4c371 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":0,"version":0,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 395e53ed-bfd3-4c20-8429-3bdf3482de5e [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.026--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 395e53ed-bfd3-4c20-8429-3bdf3482de5e [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.027--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 395e53ed-bfd3-4c20-8429-3bdf3482de5e org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@74606204 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.032--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 395e53ed-bfd3-4c20-8429-3bdf3482de5e [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.032--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 395e53ed-bfd3-4c20-8429-3bdf3482de5e org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 177b797d-1062-4970-883e-716d4fb8cb85 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.035--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 177b797d-1062-4970-883e-716d4fb8cb85 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.036--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 177b797d-1062-4970-883e-716d4fb8cb85 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY a9f6e401-927d-4f59-afaf-db6e7bcd5688 [junit] [EL Severe]: jpars: 2024-04-30 17:54:26.038--ServerSession(809439796)--requestId: a9f6e401-927d-4f59-afaf-db6e7bcd5688. 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 1789bd00-5a00-45ec-9f1f-06fa112e6edf [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 1789bd00-5a00-45ec-9f1f-06fa112e6edf [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 4a88ed01-4094-44dd-b68a-78270a179129 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 4a88ed01-4094-44dd-b68a-78270a179129 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4a88ed01-4094-44dd-b68a-78270a179129 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 4a88ed01-4094-44dd-b68a-78270a179129 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4a88ed01-4094-44dd-b68a-78270a179129 [{"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 5d308297-fe56-4003-9958-a9dc325ebe35 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 5d308297-fe56-4003-9958-a9dc325ebe35 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 5d308297-fe56-4003-9958-a9dc325ebe35 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 5d308297-fe56-4003-9958-a9dc325ebe35 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 5d308297-fe56-4003-9958-a9dc325ebe35 [{"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 5d308297-fe56-4003-9958-a9dc325ebe35 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 5d308297-fe56-4003-9958-a9dc325ebe35 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 5b41d70d-b3a0-4d5a-a0ac-4fbef3cd4ea3 [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 5b41d70d-b3a0-4d5a-a0ac-4fbef3cd4ea3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 5b41d70d-b3a0-4d5a-a0ac-4fbef3cd4ea3 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 51657f8a-19a9-404e-8e30-0f86f911b9db [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 51657f8a-19a9-404e-8e30-0f86f911b9db [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 51657f8a-19a9-404e-8e30-0f86f911b9db 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 51657f8a-19a9-404e-8e30-0f86f911b9db [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 51657f8a-19a9-404e-8e30-0f86f911b9db 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 557397c2-d40f-48ec-8636-97129941ca2f [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.104--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 557397c2-d40f-48ec-8636-97129941ca2f [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.105--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 557397c2-d40f-48ec-8636-97129941ca2f org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1714499665700,"_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: 2024-04-30 17:54:26.107--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 557397c2-d40f-48ec-8636-97129941ca2f [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.109--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 557397c2-d40f-48ec-8636-97129941ca2f 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 f8f2dc51-eb96-45d3-bb33-fc967701ba8a [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.109--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY f8f2dc51-eb96-45d3-bb33-fc967701ba8a [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.11--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN f8f2dc51-eb96-45d3-bb33-fc967701ba8a org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@4640195a [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.112--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY f8f2dc51-eb96-45d3-bb33-fc967701ba8a [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.113--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN f8f2dc51-eb96-45d3-bb33-fc967701ba8a org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1714499665700,"_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 f8f2dc51-eb96-45d3-bb33-fc967701ba8a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN f8f2dc51-eb96-45d3-bb33-fc967701ba8a 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 a1b648dd-1df0-444b-97ea-d83051f186ef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY a1b648dd-1df0-444b-97ea-d83051f186ef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN a1b648dd-1df0-444b-97ea-d83051f186ef 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 a1b648dd-1df0-444b-97ea-d83051f186ef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN a1b648dd-1df0-444b-97ea-d83051f186ef 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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.127--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: 2024-04-30 17:54:26.129--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 {"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 [accountNumber] is being defaulted to: ACCOUNTNUMBER. [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.7.15.v20240430-4abffe4bdf [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, ACCOUNTNUMBER 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.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLSyntaxErrorException: 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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@5529ff44 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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, 1714499666346, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@10244722 [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, 1714499666362, 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, 1714499666362, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4ac8768e [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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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, 2024-04-30, 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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 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, 2024-04-30, 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 => [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 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 => [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@562919fe [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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, 1714499666832, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@63fd4dda [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, 1714499666841, 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, 1714499666841, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@39da5e49 [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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, 2024-04-30, 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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 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 => [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, 2024-04-30, 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 8b55c7d8-48d5-4104-b88f-b1c7395501b6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8b55c7d8-48d5-4104-b88f-b1c7395501b6 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 => [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]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 51f5bc44-c7a8-4664-8e64-c2dbc1654470 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 953b1270-779f-42f7-b614-b0cc9b4a37fd [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY beaf8214-8695-4bcd-804e-79648a52e1f6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 1ea2f582-2bf3-499e-a342-5de53a495b13 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 7bedaa25-5cbf-47a9-acc1-106d171357dd [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY b133793c-eb8d-4273-aa21-51bb13d43daf [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 5a30e7d9-8a24-4987-974e-dad5e52976ef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 => [1234, 110.0, 1714499667018, 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, 1714499667018, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1714499667018, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [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 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4c319d52 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@60bf494c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [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 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4026461d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@68ea253b [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2e1fe283-3af8-480e-b76c-24a3de4f4acb [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 2e1fe283-3af8-480e-b76c-24a3de4f4acb org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4b195203 [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, 2024-04-30, 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 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2e1fe283-3af8-480e-b76c-24a3de4f4acb 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 => [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, 2024-04-30, 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 => [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 2e1fe283-3af8-480e-b76c-24a3de4f4acb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2e1fe283-3af8-480e-b76c-24a3de4f4acb 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 => [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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 4d3b53c4-3b45-4775-8b5d-25fc211e3453 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 4d3b53c4-3b45-4775-8b5d-25fc211e3453 [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 39723728-2af5-4043-9f68-3e266d6dfe0a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 8b10825d-9db4-4eee-8112-026103d55a4a [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY bf3ddfe4-3cde-4e3b-b930-fbe45f30c05e [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY c64c586d-1346-47bb-bc26-34e2995c996b [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY eff5177d-1557-4c41-b82d-243ae58f28f6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 8a8ccfdd-c202-4143-833e-78fecd4f8b66 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 13fe43b8-0f06-46a9-9dc4-4f542b2fa0dd [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [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 => [5678, 111.0, 1714499667302, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1714499667302, 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, 1714499667301, 1, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4aaecabd [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@26da1ba2 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7d37ee0c [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5eb87338 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@3a3f96ab [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, 2024-04-30, 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 => [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 7327d4ab-8caa-47ff-bd29-acbae6b887f4 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 => [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, 2024-04-30, 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 => [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 7327d4ab-8caa-47ff-bd29-acbae6b887f4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 7327d4ab-8caa-47ff-bd29-acbae6b887f4 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 => [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.7.15.v20240430-4abffe4bdf [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 Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 7946ee85-ed70-487f-a6a3-667bc04c3f25 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 7946ee85-ed70-487f-a6a3-667bc04c3f25 [junit] [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 37ms test-moxy: [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.7.15.v20240430-4abffe4bdf.jar' clean-oxm-reports: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/oxm clean-jaxb-reports: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/jaxb clean-reports: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/jaxb [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/oxm [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/jaxb [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/oxm clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports compile-tests-against-jar: [echo] Compiling OXM tests... [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1299 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 897 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [echo] [echo] Compiling JAXB tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2762 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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 [copy] Copying 2400 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [copy] Copied 15 empty directories to 1 empty directory under /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/classes [echo] Compiling MOXy unit tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: 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.7/moxy/eclipselink.moxy.test/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [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.7/moxy/eclipselink.moxy.test/reports/jaxb [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/test/tmp [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite [junit] Tests run: 3562, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.617 sec [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [junit] [EL Warning]: connection: 2024-04-30 10:54:51.749--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7/moxy/eclipselink.moxy.test/build/classes/sessions.xml] [junit] [EL Warning]: connection: 2024-04-30 10:54:51.821--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7/moxy/eclipselink.moxy.test/build/classes/sessions.xml] [junit] Matt
123-4567234-5678Matt
123-4567234-5678Tests run: 2773, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.454 sec [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [junit] Tests run: 1626, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.866 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: 3950, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.887 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [junit] class javax.xml.bind.JAXBElement [junit] [junit] [junit] [junit] [junit] Apr 30, 2024 10:55:16 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:16 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.097 sec [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.843--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.855--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.861--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.867--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.872--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.877--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.882--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.887--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.892--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.897--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.903--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.908--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.913--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.918--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.922--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.928--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.933--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.939--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.943--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.947--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.955--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.96--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.965--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.97--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.974--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.979--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.983--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.987--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.992--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:18.996--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.0--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.006--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.01--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.015--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.019--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.023--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.028--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.032--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.036--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.04--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.045--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.049--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.053--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.058--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.062--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.067--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.071--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.076--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.08--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.084--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.089--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.093--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.097--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.101--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.105--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.109--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.113--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.118--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.122--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.135--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.14--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.144--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.15--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.154--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.158--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.162--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.166--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.17--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.174--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.178--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.181--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.185--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.189--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.192--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.196--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.201--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.205--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.209--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.213--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.217--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.221--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.225--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.229--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.233--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.236--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.24--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.244--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.248--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.252--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.256--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.26--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.263--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.267--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.272--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.277--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.281--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.285--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.289--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.293--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.297--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.301--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.304--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.308--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.312--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.316--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.32--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.323--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.327--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.332--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.336--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.34--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.343--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.347--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.351--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.354--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.358--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.361--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.365--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.368--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.372--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.375--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.379--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.383--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.387--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.71--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.734--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:19.991--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.017--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.026--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.04--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.062--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.079--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.218--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.238--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.256--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.277--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.295--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.307--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.319--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.335--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.356--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.374--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.39--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.405--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.419--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.434--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.45--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.465--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.48--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.494--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.509--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.523--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.538--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.552--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.566--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.58--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.594--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.608--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.622--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.636--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.65--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.664--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.677--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.691--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.705--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.718--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.731--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.744--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.757--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.77--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.783--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.796--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.809--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.821--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.834--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.846--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.858--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.874--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.887--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.899--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.911--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.922--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.935--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.946--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.959--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.97--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.982--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:20.994--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.006--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.018--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.034--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.046--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.056--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.069--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.082--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.093--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.107--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.123--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.137--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.152--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.164--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.175--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.185--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.204--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.264--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.319--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.335--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.35--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.366--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.377--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.386--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.396--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.407--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.418--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.428--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.439--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.587--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.64--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.644--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.648--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.653--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.656--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.659--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.662--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.666--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.671--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.68--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.684--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.689--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.694--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.697--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.701--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.704--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.708--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.711--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.717--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.72--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.724--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.727--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.732--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.736--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.742--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.745--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.748--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.751--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.754--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.759--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.779--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.782--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.785--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.805--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.808--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.812--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] ERROR: 'Stream closed' [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.815--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.824--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.836--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.844--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.848--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.852--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.856--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.865--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.878--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.885--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.89--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.894--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.897--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.902--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.914--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.921--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:21.923--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:22.107--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [EL Warning]: moxy: 2024-04-30 10:55:22.113--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [junit] Tests run: 254, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.724 sec [junit] [EL Warning]: 2024-04-30 10:55:29.407--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.412--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.414--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.415--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.416--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.417--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.418--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.419--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.42--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.421--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.422--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.423--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.424--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.425--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.426--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.427--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.428--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.429--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.431--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.431--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.432--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.433--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.434--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.435--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.436--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.437--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.438--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.439--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.44--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.441--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:29.442--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 18 [junit] [EL Warning]: 2024-04-30 10:55:35.826--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2024-04-30 10:55:35.836--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Tests run: 4503, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.378 sec [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Apr 30, 2024 10:55:36 AM javax.xml.bind.ContextFinder getDeprecatedSystemProperty [junit] WARNING: Using non-standard property: javax.xml.bind.context.factory. Property javax.xml.bind.JAXBContextFactory should be used instead. [junit] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [junit] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 sec [junit] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [junit] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.263 sec [junit] [EL Warning]: 2024-04-30 10:55:46.371--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.381--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.386--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.392--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.396--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.401--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.406--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.41--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.414--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.419--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.432--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.437--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.442--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.446--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.451--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.456--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.46--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.464--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.468--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.472--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.475--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.479--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.482--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.486--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.493--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.497--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.5--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.503--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.507--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.51--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.513--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.517--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.52--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.523--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.526--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.529--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.532--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.535--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.538--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.542--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.545--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.548--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.55--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.553--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.556--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.559--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.562--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.564--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.567--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.569--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.572--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.574--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.576--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.579--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.582--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.584--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.587--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.589--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.591--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.593--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.596--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.598--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.6--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.602--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.604--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.607--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.609--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.611--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.613--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.616--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.618--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.62--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.622--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.625--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.627--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.629--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.632--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:46.634--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]: 2024-04-30 10:55:49.359--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2024-04-30 10:55:49.395--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] Tests run: 1250, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 sec [junit] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [junit] [EL Warning]: moxy: 2024-04-30 17:55:50.423--javax.xml.bind.JAXBException: [junit] Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. [junit] - with linked exception: [junit] [Exception [EclipseLink-50001] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.JAXBException [junit] Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] [junit] [EL Warning]: moxy: 2024-04-30 17:55:50.642--javax.xml.bind.JAXBException: [junit] Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. [junit] - with linked exception: [junit] [Exception [EclipseLink-50001] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.JAXBException [junit] Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] [junit] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 sec [junit] removed existing: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/test/tmp/schema1.xsd [junit] Running org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [junit] removed existing: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/build/test/tmp/schema1.xsd [junit] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.299 sec [junit] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [junit] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.569 sec [junit] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [junit] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.378 sec [junit] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec [junit] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.SchemaGeneratorTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 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.676 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.282 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.49 sec [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.274 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.882 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [junit] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [junit] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.58 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 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.407 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.109 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 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.514 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.622 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 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.322 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [junit] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 sec [junit] java.lang.IllegalStateException: Running on JDK 9 requires -javaagent:/jmockit-1.n.jar or -Djdk.attach.allowAttachSelf [junit] at junit.framework.JUnit4TestAdapter.(JUnit4TestAdapter.java:42) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:497) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042) [junit] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [junit] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [junit] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 sec [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:164) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:314) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:198) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:96) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:103) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:550) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:541) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:556) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:704) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at junit.framework.TestCase.runTest(TestCase.java:177) [junit] at junit.framework.TestCase.runBare(TestCase.java:142) [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:130) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042) [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.486 sec [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 sec [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec [junit] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec [junit] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 sec [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec [junit] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec [junit] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [junit] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.245 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [junit] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.98 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [junit] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.437 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.21 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 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.38 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: 1.993 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.215 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 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.304 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 sec [junit] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec [junit] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec [junit] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 sec [junit] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 sec [junit] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec [junit] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@73e9cf30 [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@242b836 [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@73e9cf30 [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@1ed6388a [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [junit] Tests run: 527, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 sec [junit] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.138 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [junit] [EL Warning]: connection: 2024-04-30 10:57:42.775--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7/moxy/eclipselink.moxy.test/build/classes/sessions.xml] [junit] [EL Warning]: connection: 2024-04-30 10:57:42.959--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7/moxy/eclipselink.moxy.test/build/classes/sessions.xml] [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:164) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:446) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:269) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:248) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:556) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:704) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at junit.framework.TestCase.runTest(TestCase.java:177) [junit] at junit.framework.TestCase.runBare(TestCase.java:142) [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:130) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042) [junit] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.269 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]: 2024-04-30 10:57:45.11--DatabaseSessionImpl(179294202)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 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.307 sec [junit] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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: 0.78 sec [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 sec [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.439 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.093 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.7 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.467 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.211 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.207 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.435 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.986 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [junit] Tests run: 788, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.671 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.264 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: 19.005 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.575 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.085 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.83 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.766 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.097 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.277 sec [junit] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [junit] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.534 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:164) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:446) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:269) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:248) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:556) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:704) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at junit.framework.TestCase.runTest(TestCase.java:177) [junit] at junit.framework.TestCase.runBare(TestCase.java:142) [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:130) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042) [junit] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.28 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.133 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.49 sec [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec [junit] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec [junit] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 sec [junit] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec [junit] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.23 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [junit] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.328 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.878 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [junit] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 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.212 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.307 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.458 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: 1.816 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.224 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 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.327 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 sec [junit] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec [junit] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec [junit] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 sec [junit] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec [junit] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@73e9cf30 [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@242b836 [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@73e9cf30 [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@1ed6388a [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [junit] Tests run: 527, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec [junit] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [junit] [EL Warning]: connection: 2024-04-30 11:00:51.047--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7/moxy/eclipselink.moxy.test/build/classes/sessions.xml] [junit] [EL Warning]: connection: 2024-04-30 11:00:51.239--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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.7/moxy/eclipselink.moxy.test/build/classes/sessions.xml] [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): 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:164) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:446) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:269) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:248) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:556) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:704) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at junit.framework.TestCase.runTest(TestCase.java:177) [junit] at junit.framework.TestCase.runBare(TestCase.java:142) [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:130) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:241) [junit] at junit.framework.TestSuite.run(TestSuite.java:236) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042) [junit] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [junit] [EL Info]: 2024-04-30 11:00:53.535--DatabaseSessionImpl(179294202)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.247 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 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.343 sec [junit] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/oxm/nondefault [junit] Running org.eclipse.persistence.testing.oxm.systemproperties.DateAndTimeNonDefaultTestCases [junit] Tests run: 453, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec [junit] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesNonDefaultTestCases [junit] java.lang.IllegalStateException: Running on JDK 9 requires -javaagent:/jmockit-1.n.jar or -Djdk.attach.allowAttachSelf [junit] at junit.framework.JUnit4TestAdapter.(JUnit4TestAdapter.java:42) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:497) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042) [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec jaxb-junit-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/jaxb/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/jaxb/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 490ms oxm-junit-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/oxm/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/reports/oxm/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 1793ms moxy-junit-report: test-against-jar: test-sdo: [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: compile-sdo-tests-against-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/antbuild.xml:332: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 660 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [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.7/sdo/eclipselink.sdo.test/resource/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/reports/true [echo] customContext=true [junit] Running org.eclipse.persistence.testing.sdo.externalizable.SDOResolvableTestSuite [junit] [EL Severe]: 2024-04-30 14:01:04.899--Unauthorized deserialization attempt with class org.eclipse.persistence.testing.sdo.externalizable.InsecureDataObject. [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 sec [junit] Output: [junit] [EL Severe]: 2024-04-30 14:01:04.899--Unauthorized deserialization attempt with class org.eclipse.persistence.testing.sdo.externalizable.InsecureDataObject. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.classgen.SDOClassGenTestSuite [junit] [EL Info]: 2024-04-30 14:01:06.533--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:06.569--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:06.57--SDOUtil: Generated Type [invalid-classname] java get/set method name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Warning]: 2024-04-30 14:01:10.29--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:01:10.304--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:01:10.32--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:01:10.332--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: 9.403 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:06.533--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:06.569--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:06.57--SDOUtil: Generated Type [invalid-classname] java get/set method name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Warning]: 2024-04-30 14:01:10.29--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:01:10.304--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:01:10.32--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:01:10.332--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.DynamicImplTestSuite [junit] [EL Info]: 2024-04-30 14:01:15.432--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.436--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.438--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.438--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.438--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.438--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.439--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.439--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.439--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.439--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.443--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.443--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.443--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.444--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.444--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.471--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.473--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.473--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.473--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.478--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.478--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.478--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.478--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: 0.646 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:15.432--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.436--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.437--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.438--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.438--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.438--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.438--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.439--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.439--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.439--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.439--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.44--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.441--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.442--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.443--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.443--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.443--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.444--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.444--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.471--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.472--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.473--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.473--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.473--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.474--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.475--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.476--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.477--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.478--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.478--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.478--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:15.478--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.copyhelper.SDOCopyHelperTestSuite [junit] [EL Info]: 2024-04-30 14:01:16.719--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.724--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.75--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.75--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.766--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.766--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.785--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.785--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.799--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.799--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.813--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.813--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.826--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.827--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 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:16.719--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.724--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.75--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.75--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.766--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.766--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.785--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.785--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.799--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.799--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.813--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.813--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.826--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:16.827--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryTestSuite [junit] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Error: [junit] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] Content of sdoTypeForSimpleJavaType: [byte, class java.lang.String, boolean, short, long, class java.lang.Byte, class java.util.Date, double, class java.lang.Integer, class java.lang.Long, class java.lang.Boolean, class java.lang.Double, class [B, float, int, class java.math.BigInteger, class [Ljava.lang.Byte;, class java.math.BigDecimal, class java.lang.Character, class java.lang.Float, char, class java.lang.Short] [junit] INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [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 interfacesToSDOTypeHashMap: [] [junit] Content of anonymousTypes: null [junit] Content of sdoTypeForSimpleJavaType: [byte, class java.lang.String, boolean, short, long, class java.lang.Byte, class java.util.Date, double, class java.lang.Integer, class java.lang.Long, class java.lang.Boolean, class java.lang.Double, class [B, float, int, class java.math.BigInteger, class [Ljava.lang.Byte;, class java.math.BigDecimal, class java.lang.Character, class java.lang.Float, char, class java.lang.Short] [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] 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] [junit] Content of anonymousTypes: null [junit] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [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] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] Content of interfacesToSDOTypeHashMap: [] [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Content of sdoTypeForSimpleJavaType: [byte, class java.lang.String, boolean, short, long, class java.lang.Byte, class java.util.Date, double, class java.lang.Integer, class java.lang.Long, class java.lang.Boolean, class java.lang.Double, class [B, float, int, class java.math.BigInteger, class [Ljava.lang.Byte;, class java.math.BigDecimal, class java.lang.Character, class java.lang.Float, char, class java.lang.Short] [junit] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [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] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Content of anonymousTypes: null [junit] Content of interfacesToSDOTypeHashMap: [] [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] Content of sdoTypeForSimpleJavaType: [byte, class java.lang.String, boolean, short, long, class java.lang.Byte, class java.util.Date, double, class java.lang.Integer, class java.lang.Long, class java.lang.Boolean, class java.lang.Double, class [B, float, int, class java.math.BigInteger, class [Ljava.lang.Byte;, class java.math.BigDecimal, class java.lang.Character, class java.lang.Float, char, class java.lang.Short] [junit] [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] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] Content of anonymousTypes: null [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [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] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] [junit] INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [junit] Apr 30, 2024 2:01:17 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Apr 30, 2024 2:01:17 PM 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] Running org.eclipse.persistence.testing.sdo.helper.datahelper.SDODataHelperTestSuite [junit] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.entityresolver.EntityResolverTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.equalityhelper.SDOEqualityHelperTestSuite [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.helpercontext.SDOHelperContextTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.jaxbhelper.JAXBHelperTestSuite [junit] [EL Info]: 2024-04-30 14:01:22.985--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:22.997--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.015--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.022--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.028--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.034--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.04--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.156--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: 1.331 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:22.985--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:22.997--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.015--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.022--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.028--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.034--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.04--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:23.156--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.typehelper.SDOTypeHelperTestSuite [junit] [EL Info]: 2024-04-30 14:01:24.234--SDOUtil: Generated Type [AAHZ_aqz???????????????????????????????????-.0123456789??????] java class name changed to [AAHZ_aqz????????_02ff?????_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: 0.762 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:24.234--SDOUtil: Generated Type [AAHZ_aqz???????????????????????????????????-.0123456789??????] java class name changed to [AAHZ_aqz????????_02ff?????_1fff??_2070?_218f?_2eee_2fef_3001?_d7ff??_fdcf??_fffd_d800_dc00_da40_dc00_db7f_dfff0123456789?????] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.datatype.SDOXMLHelperDatatypeTestSuite [junit] [EL Info]: 2024-04-30 14:01:25.698--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]: 2024-04-30 14:01:25.717--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]: 2024-04-30 14:01:25.726--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:25.731--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:25.738--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]: 2024-04-30 14:01:25.745--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:25.751--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:25.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]: 2024-04-30 14:01:25.765--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: 1.36 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:25.698--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]: 2024-04-30 14:01:25.717--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]: 2024-04-30 14:01:25.726--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:25.731--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:25.738--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]: 2024-04-30 14:01:25.745--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:25.751--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:25.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]: 2024-04-30 14:01:25.765--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.load.SDOXMLHelperLoadTestSuite [junit] 2.7.15.v20240430-4abffe4bdf [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec [junit] Output: [junit] 2.7.15.v20240430-4abffe4bdf [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveBase64TestSuite [junit] [EL Info]: 2024-04-30 14:01:34.545--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:34.549--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:34.55--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:34.55--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.261--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.261--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.271--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.272--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.278--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.278--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.284--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.285--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.291--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.291--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.301--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.301--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.307--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.307--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.312--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.313--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.321--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.322--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.328--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.328--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.127--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.128--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.128--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.13--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.13--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.131--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.131--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.131--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.132--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.132--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.132--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.858--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.858--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.858--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.867--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.867--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.867--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.875--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.875--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.875--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.882--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.882--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.882--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.89--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.89--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.89--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.901--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.902--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.902--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.909--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.909--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.909--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.918--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.918--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.918--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.925--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.925--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.925--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.933--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.933--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.933--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.942--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.942--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.942--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.944--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.944--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.944--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.944--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.945--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.945--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.945--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.945--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.685--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.685--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.685--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.694--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.694--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.694--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.701--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.701--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.701--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.708--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.708--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.708--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.716--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.716--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.716--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.726--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.726--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.726--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.733--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.733--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.733--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.74--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.74--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.74--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.747--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.747--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.747--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.755--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.755--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.755--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.764--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.764--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.764--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.766--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.767--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.767--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.767--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.767--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.768--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.768--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.768--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.496--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.497--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.497--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.509--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.509--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.509--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.537--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.538--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.538--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.545--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.545--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.545--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.553--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.553--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.553--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.564--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.564--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.564--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.571--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.571--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.571--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.578--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.578--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.578--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.585--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.585--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.585--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.592--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.592--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.592--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: 12.262 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:34.545--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:34.549--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:34.55--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:34.55--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.261--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.261--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.271--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.272--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.278--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.278--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.284--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.285--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.291--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.291--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.301--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.301--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.307--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.307--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.312--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.313--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.321--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.322--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.328--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:35.328--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.127--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.128--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.128--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.13--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.13--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.131--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.131--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.131--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.132--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.132--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.132--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.858--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.858--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.858--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.867--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.867--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.867--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.875--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.875--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.875--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.882--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.882--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.882--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.89--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.89--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.89--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.901--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.902--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.902--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.909--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.909--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.909--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.918--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.918--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.918--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.925--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.925--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.925--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.933--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.933--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.933--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.942--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.942--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.942--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.944--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.944--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.944--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.944--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.945--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.945--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.945--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:36.945--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.685--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.685--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.685--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.694--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.694--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.694--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.701--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.701--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.701--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.708--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.708--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.708--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.716--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.716--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.716--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.726--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.726--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.726--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.733--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.733--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.733--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.74--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.74--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.74--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.747--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.747--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.747--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.755--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.755--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.755--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.764--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.764--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.764--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.766--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.767--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.767--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.767--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.767--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.768--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.768--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:37.768--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.496--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.497--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.497--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.509--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.509--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.509--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.537--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.538--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.538--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.545--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.545--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.545--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.553--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.553--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.553--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.564--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.564--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.564--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.571--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.571--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.571--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.578--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.578--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.578--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.585--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.585--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.585--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.592--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.592--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:38.592--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSavePurchaseOrderTestSuite [junit] [EL Info]: 2024-04-30 14:01:43.224--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.231--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.231--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.231--SDOUtil: Generated Type [start-date] java get/set method name changed to [StartDate] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.231--SDOUtil: Generated Type [end-date] java get/set method name changed to [EndDate] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.232--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.972--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.988--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.999--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.009--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.021--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.035--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.045--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.065--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.075--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.086--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:47.879--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:47.879--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:47.88--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:47.881--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.608--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.608--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.618--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.619--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.628--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.628--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.637--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.637--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.647--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.647--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.658--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.658--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.667--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.667--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.675--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.675--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.686--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.686--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.693--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.693--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.699--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.699--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.7--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.701--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.421--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.422--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.429--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.43--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.436--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.436--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.443--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.444--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.45--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.45--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.459--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.459--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.465--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.465--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.471--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.472--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.481--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.481--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.488--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.488--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:50.463--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:50.463--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:50.466--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:50.466--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.231--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.231--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.243--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.243--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.253--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.253--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.261--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.261--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.268--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.269--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.278--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.279--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.285--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.286--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.31--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.31--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.318--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.32--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.326--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.327--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.335--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.335--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:52.281--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:52.282--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:53.034--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:53.034--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:53.837--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: 14.947 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:43.224--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.231--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.231--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.231--SDOUtil: Generated Type [start-date] java get/set method name changed to [StartDate] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.231--SDOUtil: Generated Type [end-date] java get/set method name changed to [EndDate] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.232--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.972--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.988--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:43.999--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.009--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.021--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.035--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.045--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.065--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.075--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:44.086--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:47.879--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:47.879--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:47.88--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:47.881--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.608--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.608--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.618--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.619--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.628--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.628--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.637--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.637--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.647--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.647--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.658--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.658--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.667--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.667--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.675--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.675--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.686--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.686--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.693--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.693--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.699--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.699--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.7--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:48.701--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.421--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.422--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.429--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.43--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.436--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.436--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.443--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.444--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.45--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.45--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.459--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.459--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.465--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.465--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.471--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.472--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.481--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.481--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.488--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:49.488--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:50.463--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:50.463--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:50.466--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:50.466--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.231--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.231--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.243--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.243--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.253--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.253--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.261--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.261--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.268--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.269--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.278--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.279--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.285--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.286--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.31--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.31--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.318--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.32--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.326--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.327--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.335--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:51.335--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:52.281--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:52.282--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:53.034--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:53.034--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:53.837--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveTestSuite [junit] [EL Info]: 2024-04-30 14:01:55.401--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.407--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.407--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.424--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.425--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.43--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.431--SDOUtil: Generated Type [personal-info] java get/set method name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.431--SDOUtil: Generated Type [contact-info] java get/set method name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.431--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.432--SDOUtil: Generated Type [zip-code] java get/set method name changed to [ZipCode] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.432--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [billing-address] java get/set method name changed to [BillingAddress] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [shipping-address] java get/set method name changed to [ShippingAddress] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.434--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.434--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.434--SDOUtil: Generated Type [date-of-birth] java get/set method name changed to [DateOfBirth] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.257--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.258--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.258--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.259--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.26--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.299--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.3--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.3--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.301--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.301--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.325--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.325--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.326--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.327--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.328--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.348--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.348--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.349--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.349--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.35--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.371--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.371--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.371--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.372--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.372--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.411--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.411--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.412--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.412--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.413--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.431--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.431--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.431--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.432--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.433--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.448--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.448--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.449--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.449--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.45--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.465--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.465--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.465--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.466--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.467--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.492--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.493--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.493--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.494--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.494--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:01.918--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:01.919--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.626--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.632--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.638--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.643--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.649--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.673--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.68--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.687--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.698--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.705--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:04.455--SDOUtil: Generated Type [global-before] java get/set method name changed to [GlobalBefore] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:04.456--SDOUtil: Generated Type [global-after] java get/set method name changed to [GlobalAfter] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.185--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.185--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.186--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.187--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.9--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.9--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.91--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.911--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.916--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.916--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.921--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.922--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.93--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.93--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.935--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.935--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.94--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.94--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.945--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.945--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.953--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.953--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.959--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.959--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: 13.299 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:01:55.401--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.407--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.407--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.424--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.425--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.43--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.431--SDOUtil: Generated Type [personal-info] java get/set method name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.431--SDOUtil: Generated Type [contact-info] java get/set method name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.431--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.432--SDOUtil: Generated Type [zip-code] java get/set method name changed to [ZipCode] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.432--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [billing-address] java get/set method name changed to [BillingAddress] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [shipping-address] java get/set method name changed to [ShippingAddress] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.433--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.434--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.434--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:55.434--SDOUtil: Generated Type [date-of-birth] java get/set method name changed to [DateOfBirth] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.257--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.258--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.258--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.259--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.26--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.299--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.3--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.3--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.301--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.301--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.325--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.325--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.326--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.327--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.328--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.348--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.348--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.349--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.349--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.35--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.371--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.371--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.371--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.372--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.372--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.411--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.411--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.412--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.412--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.413--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.431--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.431--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.431--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.432--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.433--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.448--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.448--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.449--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.449--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.45--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.465--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.465--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.465--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.466--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.467--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.492--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.493--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.493--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.494--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:01:56.494--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:01.918--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:01.919--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.626--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.632--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.638--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.643--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.649--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.673--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.68--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.687--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.698--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:02.705--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:04.455--SDOUtil: Generated Type [global-before] java get/set method name changed to [GlobalBefore] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:04.456--SDOUtil: Generated Type [global-after] java get/set method name changed to [GlobalAfter] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.185--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.185--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.186--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.187--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.9--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.9--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.91--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.911--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.916--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.916--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.921--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.922--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.93--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.93--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.935--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.935--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.94--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.94--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.945--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.945--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.953--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.953--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.959--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:05.959--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.ChangeSummaryLoadAndSaveTestSuite [junit] [EL Warning]: 2024-04-30 14:02:17.037--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: 9.39 sec [junit] Output: [junit] [EL Warning]: 2024-04-30 14:02:17.037--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.create.ChangeSummaryLoadAndSaveCreateTestSuite [junit] [EL Warning]: 2024-04-30 14:02:19.702--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Warning]: 2024-04-30 14:02:20.774--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: 3.632 sec [junit] Output: [junit] [EL Warning]: 2024-04-30 14:02:19.702--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Warning]: 2024-04-30 14:02:20.774--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.delete.ChangeSummaryLoadAndSaveDeleteTestSuite [junit] [EL Warning]: 2024-04-30 14:02:25.427--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: 4.273 sec [junit] Output: [junit] [EL Warning]: 2024-04-30 14:02:25.427--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.modify.ChangeSummaryLoadAndSaveModifyTestSuite [junit] [EL Warning]: 2024-04-30 14:02:29.952--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: 4.457 sec [junit] Output: [junit] [EL Warning]: 2024-04-30 14:02:29.952--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [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: 3.48 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.nodenullpolicy.IsSetLoadAndSaveTestSuite [junit] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.728 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.withoutxsd.LoadAndSaveWithoutXSDTestSuite [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.save.SDOXMLHelperSaveTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.threadsafety.SDOXMLHelperThreadSafetyTestSuite [junit] Thread[Thread-0,5,main] [junit] Thread[Thread-1,5,main] [junit] Thread[Thread-2,5,main] [junit] Thread[Thread-3,5,main] [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 sec [junit] Output: [junit] Thread[Thread-0,5,main] [junit] Thread[Thread-1,5,main] [junit] Thread[Thread-2,5,main] [junit] Thread[Thread-3,5,main] [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.SDOXSDHelperTestSuite [junit] [EL Info]: 2024-04-30 14:02:51.613--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:51.618--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:51.626--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:51.626--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Warning]: 2024-04-30 14:02:51.916--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:02:51.963--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Warning]: 2024-04-30 14:02:51.965--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Info]: 2024-04-30 14:02:52.136--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.136--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.145--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.15--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.155--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.167--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.171--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.176--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: 1.643 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:02:51.613--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:51.618--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:51.626--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:51.626--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Warning]: 2024-04-30 14:02:51.916--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:02:51.963--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Warning]: 2024-04-30 14:02:51.965--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Info]: 2024-04-30 14:02:52.136--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.136--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.145--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.15--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.155--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.167--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.171--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:52.176--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.ComplexDefineTestSuite [junit] [EL Warning]: 2024-04-30 14:02:53.422--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:02:53.489--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Warning]: 2024-04-30 14:02:53.491--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Info]: 2024-04-30 14:02:53.751--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.752--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.758--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.764--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.783--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.794--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.8--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.805--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: 0.998 sec [junit] Output: [junit] [EL Warning]: 2024-04-30 14:02:53.422--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2024-04-30 14:02:53.489--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Warning]: 2024-04-30 14:02:53.491--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Info]: 2024-04-30 14:02:53.751--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.752--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.758--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.764--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.783--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.794--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.8--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:53.805--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.ImportTypeWithSameNameAsElementTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec [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.585 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.complextypes.SDOComplexTypeXSDTestSuite [junit] [EL Info]: 2024-04-30 14:02:56.264--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:56.268--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:56.281--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:56.281--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: 0.656 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:02:56.264--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:56.268--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:56.281--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:02:56.281--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.elements.SDOElementXSDTestSuite [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 sec [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.541 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.defineandgenerate.XSDHelperDefineAndGenerateTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 sec [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.generate.XSDHelperGenerateTestSuite [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.964 sec [junit] Running org.eclipse.persistence.testing.sdo.instanceclass.InstanceClassTestSuite [junit] [EL Info]: 2024-04-30 14:03:01.153--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Warning]: 2024-04-30 14:03:01.157--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Warning]: 2024-04-30 14:03:01.158--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Info]: 2024-04-30 14:03:01.195--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] [EL Info]: 2024-04-30 14:03:01.248--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters [junit] [EL Info]: 2024-04-30 14:03:01.286--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters was found in: typesHashMap. [junit] [EL Info]: 2024-04-30 14:03:01.31--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.643 sec [junit] Output: [junit] [EL Info]: 2024-04-30 14:03:01.153--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Warning]: 2024-04-30 14:03:01.157--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Warning]: 2024-04-30 14:03:01.158--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Info]: 2024-04-30 14:03:01.195--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:03:01.248--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:03:01.286--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2024-04-30 14:03:01.31--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [junit] Error: [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters was found in: typesHashMap. [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [junit] [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters [junit] Apr 30, 2024 2:03:01 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [junit] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryTestSuite [junit] Tests run: 241, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.932 sec [junit] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnChildTestSuite [junit] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.647 sec [junit] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnRootTestSuite [junit] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.692 sec [junit] Running org.eclipse.persistence.testing.sdo.model.datagraph.SDODataGraphTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetIndexTestSuite [junit] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathConversionTestSuite [junit] Tests run: 302, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathTestSuite [junit] Tests run: 286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.48 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectTestSuite [junit] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.containment.ContainmentTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathengine.SDODataObjectXPathEngineTestSuite [junit] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.099 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathpositional.SDODataObjectXPathPositionalTestSuite [junit] Tests run: 314, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 sec [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathquery.SDODataObjectXPathQueryTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 sec [junit] Running org.eclipse.persistence.testing.sdo.model.property.SDOPropertyEqualityTestSuite [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 sec [junit] Running org.eclipse.persistence.testing.sdo.model.sequence.SDOSequenceTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.155 sec [junit] Running org.eclipse.persistence.testing.sdo.model.type.SDOTypeTestSuite [junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/reports/true/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/reports/true/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 517ms [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/baseTypes [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/complextypes [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/elements [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/invalidtypename [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/list [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/nestedBaseTypes [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/poJavadocs [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/poJavadocsListener [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/schemaTypes [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/srcImports [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/srcImportsDontProcess [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/srcPO [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/srcPOAnnotations [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/union [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/sdo/eclipselink.sdo.test/resource/tmp test-dbws: [echo] JDK version detected: '11.0.11' [echo] java.version='11.0.11' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/dbws/eclipselink.dbws.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/antbuild.xml:386: 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.7/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/src/dbws/testing/xrdynamicentity/XRDynamicEntityTestSuite.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/eclipselink-dbws-test-common.jar build: compile-common: run-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/reports [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/etc/dbsetup_keymappings.sql [sql] 11 of 11 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/antbuild.xml:218: 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.043 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 34ms [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/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.7/dbws/eclipselink.dbws.test/etc/dbsetup_relationships.sql [sql] 75 of 75 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/antbuild.xml:218: 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.136 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/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.7/dbws/eclipselink.dbws.test/etc/dbteardown_relationships.sql [sql] 5 of 5 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/antbuild.xml:218: 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.7/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning [junit] Running dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 51ms test: test-dbws-builder: [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/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. clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/classes [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/eclipselink-dbwsbldr-tests.jar init: [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.13.2.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.7/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.asm.jar' [echo] dbwsbldr.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.dbws.builder_2.7.15.v20240430-4abffe4bdf.jar' [echo] servlet-api.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.servlet-api.jar' [echo] ddlparser.jar='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../plugins/org.eclipse.persistence.oracleddlparser_3.0.1.v20230424.jar' [echo] wsdl.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../plugins/javax.wsdl_1.6.2.v201012040545.jar' [echo] persistence.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/javax.persistence_unsigned_for_testing_1.0.0.jar' [echo] persistence20_21_diff.jar ='../../build/javax.persistence20_21_diff.jar' [echo] gmbal.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/gmbal.jar [echo] javax.activation.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.activation.jar [echo] javax.annotation.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.annotation-api.jar [echo] javax.validation.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.validation-api.jar [echo] javax.xml.binding.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.bind-api.jar [echo] javax.xml.soap.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.soap-api.jar [echo] javax.xml.ws.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.ws-api.jar [echo] jaxb-impl.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jaxb-impl.jar [echo] jws-api.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.jws-api.jar [echo] saaj-impl.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.saaj-impl.jar [echo] stax-ex.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/stax-ex.jar [echo] streambuffer.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.streambuffer.jar [echo] ws-policy.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.xml.ws.policy.jar [echo] ws-rt.lib =/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.ws-rt.jar compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/antbuild.xml:344: 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.7/utils/eclipselink.dbws.builder.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 8 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/eclipselink-dbwsbldr-tests.jar build: init-tests: [echo] jdbc.driver.jar ='/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' [echo] dbwsbldrtest.jar ='./eclipselink-dbwsbldr-tests.jar' [echo] mail.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.mail.jar' run-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/reports [junit] Running dbws.testing.attachedbinary.AttachedBinaryTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.903 sec [junit] Output: [junit] [EL Warning]: moxy: 2024-04-30 18:03:42.293--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [junit] [junit] Running dbws.testing.batchsql.BatchSQLTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec [junit] Running dbws.testing.bindingmodel.BindingModelTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec [junit] Running dbws.testing.crud.CRUDTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec [junit] Running dbws.testing.customsql.CustomSQLTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec [junit] Running dbws.testing.inlinebinary.InlineBinaryTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec [junit] Running dbws.testing.invalidinput.InvalidInputTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec [junit] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec [junit] Running dbws.testing.mtom.MTOMTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec [junit] Error: [junit] Apr 30, 2024 6:03:43 PM com.sun.xml.ws.server.MonitorBase createMOM [junit] WARNING: Ignoring exception - starting up without monitoring [junit] java.lang.NoClassDefFoundError: org/glassfish/pfl/basic/facet/FacetAccessor [junit] at java.base/java.lang.Class.forName0(Native Method) [junit] at java.base/java.lang.Class.forName(Class.java:315) [junit] at org.glassfish.gmbal.util.GenericConstructor.getConstructor(GenericConstructor.java:58) [junit] at org.glassfish.gmbal.util.GenericConstructor.create(GenericConstructor.java:90) [junit] at org.glassfish.gmbal.ManagedObjectManagerFactory.createStandalone(ManagedObjectManagerFactory.java:75) [junit] at com.sun.xml.ws.server.MonitorBase.createMOM(MonitorBase.java:193) [junit] at com.sun.xml.ws.server.MonitorBase.createMOMLoop(MonitorBase.java:181) [junit] at com.sun.xml.ws.server.MonitorBase.createManagedObjectManager(MonitorBase.java:104) [junit] at com.sun.xml.ws.server.WSEndpointImpl.obtainManagedObjectManager(WSEndpointImpl.java:523) [junit] at com.sun.xml.ws.server.WSEndpointImpl.initManagedObjectManager(WSEndpointImpl.java:503) [junit] at com.sun.xml.ws.server.WSEndpointImpl.(WSEndpointImpl.java:121) [junit] at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:307) [junit] at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:302) [junit] at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:134) [junit] at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:578) [junit] at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:560) [junit] at com.sun.xml.ws.transport.http.server.EndpointImpl.createEndpoint(EndpointImpl.java:304) [junit] at com.sun.xml.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:217) [junit] at dbws.testing.mtom.MTOMTestSuite.setUp(MTOMTestSuite.java:334) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [junit] at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015) [junit] Caused by: java.lang.ClassNotFoundException: org.glassfish.pfl.basic.facet.FacetAccessor [junit] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) [junit] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) [junit] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) [junit] ... 35 more [junit] [junit] [junit] Running dbws.testing.namingtransformer.NamingTransformerTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec [junit] Running dbws.testing.optlock.OptLockTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec [junit] Running dbws.testing.rootcause.RootCauseTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec [junit] Running dbws.testing.secondarysql.SecondarySQLTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec [junit] Running dbws.testing.simplesp.SimpleSPTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec [junit] Running dbws.testing.simpletable.SimpleTableTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec [junit] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec [junit] Running dbws.testing.soap12.SOAP12TestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec [junit] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec [junit] Running dbws.testing.updatefault.UpdateFaultTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/utils/eclipselink.dbws.builder.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 256ms test: test-osgi-moxy: [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.7.15.v20240430-4abffe4bdf.jar' init-osgi: check-osgi: compile-and-run-osgi-tests: [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] -Dbuild.qualifier=v20240430-4abffe4bdf [echo] -Drelease.version=2.7.15 [echo] -Djaxb-api.jar=jakarta.xml.bind-api.jar [echo] -Djaxrs.jar=jakarta.ws.rs-api.jar [echo] -Dasm.jar=org.eclipse.persistence.asm.jar [echo] -Dasm.version=9.7.0 [echo] -Dtest.junit.jvm=/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest [java] [INFO] Scanning for projects... [java] [WARNING] [java] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:eclipselink.moxy.test:jar:2.7.15-SNAPSHOT [java] [WARNING] 'dependencies.dependency.systemPath' for org.eclipse.persistence:eclipselink:jar should not point at files within the project directory, ${basedir}/../../eclipselink.jar will be unresolvable by dependent projects @ line 49, column 25 [java] [WARNING] [java] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [java] [WARNING] [java] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [java] [WARNING] [java] [INFO] [java] [INFO] -----------< org.eclipse.persistence:eclipselink.moxy.test >------------ [java] [INFO] Building EclipseLink MOXy OSGi Tests 2.7.15-SNAPSHOT [java] [INFO] --------------------------------[ jar ]--------------------------------- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.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.6/maven-resources-plugin-2.6.pom (8.1 kB at 26 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 249 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 744 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 361 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.6/maven-resources-plugin-2.6.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.6/maven-resources-plugin-2.6.jar (30 kB at 164 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom (11 kB at 268 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 216 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar (58 kB at 1.9 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 185 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 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-surefire-plugin/2.21.0/maven-surefire-plugin-2.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.21.0/maven-surefire-plugin-2.21.0.pom (5.2 kB at 55 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom (28 kB at 376 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.21.0/maven-surefire-plugin-2.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.21.0/maven-surefire-plugin-2.21.0.jar (40 kB at 1.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/6.1.0.Final/hibernate-validator-6.1.0.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/6.1.0.Final/hibernate-validator-6.1.0.Final.pom (13 kB at 197 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/6.1.0.Final/hibernate-validator-parent-6.1.0.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/6.1.0.Final/hibernate-validator-parent-6.1.0.Final.pom (67 kB at 1.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.11.Final/arquillian-bom-1.1.11.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.11.Final/arquillian-bom-1.1.11.Final.pom (11 kB at 201 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.3/shrinkwrap-bom-1.2.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.3/shrinkwrap-bom-1.2.3.pom (4.0 kB at 87 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.0/shrinkwrap-resolver-bom-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.0/shrinkwrap-resolver-bom-2.2.0.pom (5.3 kB at 83 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-8/shrinkwrap-descriptors-bom-2.0.0-alpha-8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-8/shrinkwrap-descriptors-bom-2.0.0-alpha-8.pom (5.2 kB at 70 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom (6.4 kB at 138 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 643 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.4/classmate-1.3.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.4/classmate-1.3.4.pom (5.8 kB at 139 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/24/oss-parent-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 kB at 226 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.pom (14 kB at 246 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.16.0/log4j-2.16.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.16.0/log4j-2.16.0.pom (69 kB at 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/3/logging-parent-3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/3/logging-parent-3.pom (3.1 kB at 63 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 419 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 15 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom (9.8 kB at 239 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 486 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 69 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 96 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 614 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 84 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.pom (2.8 kB at 40 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.4/exam-4.13.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.4/exam-4.13.4.pom (43 kB at 534 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.4/exam-reactor-4.13.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.4/exam-reactor-4.13.4.pom (4.0 kB at 55 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.3.0/master-4.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.3.0/master-4.3.0.pom (14 kB at 273 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom (1.5 kB at 23 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.1/base-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.1/base-1.5.1.pom (6.8 kB at 128 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.11/slf4j-api-1.5.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.11/slf4j-api-1.5.11.pom (3.0 kB at 73 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.11/slf4j-parent-1.5.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.11/slf4j-parent-1.5.11.pom (8.8 kB at 267 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom (1.4 kB at 16 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom (988 B at 25 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom (1.0 kB at 23 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom (1.2 kB at 27 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom (1.0 kB at 20 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.4/pax-exam-container-forked-4.13.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.4/pax-exam-container-forked-4.13.4.pom (6.7 kB at 115 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.4/pax-exam-spi-4.13.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.4/pax-exam-spi-4.13.4.pom (3.3 kB at 61 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom (985 B at 18 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 68 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 145 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom (6.7 kB at 139 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.2.0/master-4.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.2.0/master-4.2.0.pom (14 kB at 315 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom (1.3 kB at 19 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.0/base-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.0/base-1.5.0.pom (5.8 kB at 141 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom (10 kB at 264 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom (1.4 kB at 28 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom (988 B at 27 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom (1.0 kB at 25 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom (1.4 kB at 26 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom (4.6 kB at 117 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom (1.4 kB at 26 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom (3.7 kB at 63 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom (7.6 kB at 181 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom (1.7 kB at 31 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom (1.1 kB at 14 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom (1.7 kB at 26 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom (1.4 kB at 35 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom (985 B at 28 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.4/pax-exam-junit4-4.13.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.4/pax-exam-junit4-4.13.4.pom (1.3 kB at 17 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.4/pax-exam-link-mvn-4.13.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.4/pax-exam-link-mvn-4.13.4.pom (1.3 kB at 24 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom (15 kB at 352 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.2/url-2.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.2/url-2.6.2.pom (26 kB at 605 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom (1.8 kB at 16 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom (3.9 kB at 58 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 236 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 53 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom (2.6 kB at 49 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom (2.7 kB at 48 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom (2.5 kB at 49 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom (13 kB at 408 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom (2.7 kB at 79 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom (3.3 kB at 55 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom (3.0 kB at 67 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom (1.7 kB at 34 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom (1.0 kB at 28 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom (3.3 kB at 33 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom (1.5 kB at 35 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.pom (16 kB at 308 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.14/url-2.6.14.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.14/url-2.6.14.pom (26 kB at 539 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.14/pax-url-aether-support-2.6.14.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.14/pax-url-aether-support-2.6.14.pom (1.8 kB at 32 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.pom (5.2 kB at 100 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.8.2/maven-resolver-1.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.8.2/maven-resolver-1.8.2.pom (21 kB at 576 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 968 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 642 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.8.2/maven-resolver-api-1.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.8.2/maven-resolver-api-1.8.2.pom (2.6 kB at 49 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.8.2/maven-resolver-spi-1.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.8.2/maven-resolver-spi-1.8.2.pom (2.7 kB at 49 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.8.2/maven-resolver-named-locks-1.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.8.2/maven-resolver-named-locks-1.8.2.pom (3.3 kB at 98 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.8.2/maven-resolver-util-1.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.8.2/maven-resolver-util-1.8.2.pom (2.8 kB at 56 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 807 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 1.8 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 93 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 263 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 6.8 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (0 B at 0 B/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom (5.0 kB at 100 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom (21 kB at 257 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom (1.3 kB at 21 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom (14 kB at 200 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom (1.7 kB at 46 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom (16 kB at 328 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom (7.0 kB at 233 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.6.2/all-1.6.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 685 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 174 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 30 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/6.1.0.Final/hibernate-validator-6.1.0.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.jar (302 kB at 4.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar (778 kB at 5.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 15 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar (65 kB at 378 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar (66 kB at 343 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 17 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar (13 kB at 63 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/6.1.0.Final/hibernate-validator-6.1.0.Final.jar (1.3 MB at 5.8 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar (88 kB at 377 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar (11 kB at 47 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.4/pax-exam-container-forked-4.13.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar (26 kB at 106 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.4/pax-exam-spi-4.13.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar (13 kB at 52 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar (13 kB at 51 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar (11 kB at 37 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.4/pax-exam-container-forked-4.13.4.jar (32 kB at 111 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.4/pax-exam-spi-4.13.4.jar (70 kB at 240 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar (30 kB at 99 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar (18 kB at 53 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar (14 kB at 40 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar (12 kB at 34 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.4/pax-exam-junit4-4.13.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar (2.0 MB at 5.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.4/pax-exam-link-mvn-4.13.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar (15 kB at 42 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar (6.6 kB at 17 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 106 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.4/pax-exam-junit4-4.13.4.jar (35 kB at 88 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.4/pax-exam-link-mvn-4.13.4.jar (11 kB at 28 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar (7.8 kB at 19 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar (4.0 kB at 9.6 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.14/pax-url-aether-support-2.6.14.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar (9.7 kB at 23 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar (6.7 kB at 15 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.8.2/maven-resolver-api-1.8.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar (9.0 kB at 20 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.8.2/maven-resolver-spi-1.8.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.14/pax-url-aether-support-2.6.14.jar (5.7 kB at 13 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.8.2/maven-resolver-named-locks-1.8.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.jar (248 kB at 503 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.8.2/maven-resolver-api-1.8.2.jar (154 kB at 312 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.8.2/maven-resolver-util-1.8.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.8.2/maven-resolver-named-locks-1.8.2.jar (33 kB at 66 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.8.2/maven-resolver-spi-1.8.2.jar (48 kB at 95 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 49 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 31 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.8.2/maven-resolver-util-1.8.2.jar (176 kB at 320 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 1.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.jar (4.2 MB at 7.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar (493 kB at 806 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar (247 kB at 392 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar (1.3 MB at 2.1 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar (659 kB at 1.0 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 96 kB/s) [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipselink.moxy.test --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ eclipselink.moxy.test --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 141 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.1/maven-filtering-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 1.0 MB/s) [java] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/src/main/resources [java] [INFO] [java] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ eclipselink.moxy.test --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 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-containers/1.6/plexus-containers-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 74 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 615 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 164 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 364 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.2.1/maven-plugin-parameter-documenter-2.2.1.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.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 53 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 73 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 330 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 124 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 87 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.2.1/maven-error-diagnostics-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 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-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 57 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 45 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 150 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/18/maven-shared-components-18.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 164 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom (2.4 kB at 58 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom (2.3 kB at 63 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom (1.9 kB at 48 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom (5.5 kB at 149 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 417 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.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.8.2/plexus-compiler-api-2.8.2.pom (867 B at 12 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom (4.9 kB at 163 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.8.2/plexus-compiler-manager-2.8.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.8.2/plexus-compiler-manager-2.8.2.pom (692 B at 20 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom (771 B at 25 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom (1.3 kB at 36 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.4/plexus-utils-2.0.4.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 6.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 398 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar (31 kB at 843 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 115 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.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.8.2/plexus-compiler-manager-2.8.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 4.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar (56 kB at 941 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar (4.7 kB at 69 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar (20 kB at 291 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar (26 kB at 338 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 3.7 MB/s) [java] [INFO] No sources to compile [java] [INFO] [java] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (prepare-osgi-bundles) @ eclipselink.moxy.test --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 51 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 402 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 832 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.9/maven-plugin-api-2.0.9.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.9/maven-plugin-api-2.0.9.pom (1.5 kB at 45 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.9/maven-project-2.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 80 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.9/maven-settings-2.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 39 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.9/maven-model-2.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 92 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.9/maven-profile-2.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 48 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.9/maven-artifact-manager-2.0.9.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.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 64 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.9/maven-repository-metadata-2.0.9.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.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 50 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.9/maven-plugin-registry-2.0.9.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.9/maven-plugin-registry-2.0.9.pom (2.0 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/2.0.9/maven-core-2.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 205 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.9/maven-plugin-parameter-documenter-2.0.9.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.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 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-api/2.0.9/maven-reporting-api-2.0.9.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.9/maven-reporting-api-2.0.9.pom (1.8 kB at 53 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.9/maven-reporting-2.0.9.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.9/maven-reporting-2.0.9.pom (1.5 kB at 28 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-10/doxia-sink-api-1.0-alpha-10.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-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 42 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-10/doxia-1.0-alpha-10.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-10/doxia-1.0-alpha-10.pom (9.2 kB at 153 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 436 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.9/maven-error-diagnostics-2.0.9.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.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 48 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.9/maven-plugin-descriptor-2.0.9.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.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 38 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.9/maven-monitor-2.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 26 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 59 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 67 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.7/plexus-utils-1.5.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 132 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 87 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 196 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 67 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 18 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 48 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 45 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 56 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 46 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 83 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/11/maven-shared-components-11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 181 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 286 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 500 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/plexus-container-default-1.0-alpha-9.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/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 33 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 175 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 7.2 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 65 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/plexus-components-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 58 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.6/plexus-io-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 38 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 40 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.8/plexus-utils-3.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 70 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.9/plexus-utils-3.0.9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 37 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 79 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/10/maven-shared-components-10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 234 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 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/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 107 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/8/maven-shared-components-8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 57 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 574 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.2/maven-artifact-2.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 26 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 314 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.2/maven-artifact-manager-2.0.2.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.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 26 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.2/maven-repository-metadata-2.0.2.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.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 37 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-alpha-6/wagon-provider-api-1.0-alpha-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-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 13 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-alpha-6/wagon-1.0-alpha-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-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 160 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.6/plexus-utils-1.4.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 67 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 117 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 8.1 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 53 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.5/maven-project-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 42 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.5/maven-settings-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 34 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.5/maven-profile-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 25 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.5/maven-artifact-manager-2.0.5.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.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 35 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.5/maven-repository-metadata-2.0.5.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.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 37 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 219 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 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/2.2.0/maven-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 724 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 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-model/2.2.0/maven-model-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 74 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 33 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.2.0/maven-artifact-manager-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 86 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.2.0/maven-repository-metadata-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 32 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 38 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.2.0/maven-plugin-registry-2.2.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 30 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 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-artifact/2.0.8/maven-artifact-2.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 34 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 356 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.8/maven-model-2.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 78 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.8/maven-project-2.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 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-settings/2.0.8/maven-settings-2.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 40 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.8/maven-profile-2.0.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 46 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.8/maven-artifact-manager-2.0.8.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.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 69 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.8/maven-repository-metadata-2.0.8.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.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 43 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.8/maven-plugin-registry-2.0.8.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.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 45 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.8/maven-plugin-api-2.0.8.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.8/maven-plugin-api-2.0.8.pom (1.5 kB at 39 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.5.5/plexus-container-default-1.5.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 55 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.2/plexus-classworlds-2.2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 119 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 88 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 431 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 172 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 65 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 50 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 21 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 310 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 92 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/12/maven-shared-components-12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 53 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 453 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.9/maven-artifact-2.0.9.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 1.1 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 1.6 MB/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.9/maven-plugin-registry-2.0.9.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 3.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 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/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.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.9/maven-plugin-api-2.0.9.jar (13 kB at 293 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.9/maven-error-diagnostics-2.0.9.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.2 MB/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.9/maven-plugin-descriptor-2.0.9.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.9/maven-plugin-registry-2.0.9.jar (29 kB at 383 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.9/maven-monitor-2.0.9.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 2.1 MB/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.9/maven-artifact-manager-2.0.9.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.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 243 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.9/maven-repository-metadata-2.0.9.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.9/maven-error-diagnostics-2.0.9.jar (14 kB at 160 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 96 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.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.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 346 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.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.9/maven-artifact-manager-2.0.9.jar (58 kB at 516 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.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.9/maven-repository-metadata-2.0.9.jar (25 kB at 214 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 159 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 398 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 298 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/doxia-sink-api-1.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 337 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 395 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.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/doxia-sink-api-1.0.jar (10 kB at 36 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 392 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 165 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 160 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 153 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.9/plexus-utils-3.0.9.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 60 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 70 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 87 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-alpha-6/wagon-provider-api-1.0-alpha-6.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-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 123 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.6/plexus-io-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 105 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 110 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 590 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/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 67 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 454 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 106 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 139 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.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 9.9 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 70 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 132 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.3 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 61 kB/s) [java] [INFO] Copying eclipselink.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/eclipselink.jar [java] [INFO] Copying org.apache.felix.framework-7.0.5.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/org.apache.felix.framework.jar [java] [INFO] Copying pax-url-link-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-url-link.jar [java] [INFO] Copying pax-swissbox-tracker-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-swissbox-tracker.jar [java] [INFO] Copying pax-exam-link-mvn-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-exam-link-mvn.jar [java] [INFO] Copying pax-exam-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-exam.jar [java] [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/animal-sniffer-annotations.jar [java] [INFO] Copying maven-resolver-spi-1.8.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/maven-resolver-spi.jar [java] [INFO] Copying pax-url-classpath-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-url-classpath.jar [java] [INFO] Copying logback-core-1.3.0-alpha5.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/logback-core.jar [java] [INFO] Copying commons-lang3-3.12.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/commons-lang3.jar [java] [INFO] Copying pax-url-commons-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-url-commons.jar [java] [INFO] Copying jcl-over-slf4j-1.7.32.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/jcl-over-slf4j.jar [java] [INFO] Copying classmate-1.3.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/classmate.jar [java] [INFO] Copying javax.annotation-api-1.3.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/javax.annotation-api.jar [java] [INFO] Copying maven-resolver-util-1.8.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/maven-resolver-util.jar [java] [INFO] Copying jboss-logging-3.3.2.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/jboss-logging.jar [java] [INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/hamcrest-core.jar [java] [INFO] Copying ops4j-base-util-property-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/ops4j-base-util-property.jar [java] [INFO] Copying ops4j-base-exec-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/ops4j-base-exec.jar [java] [INFO] Copying hibernate-validator-6.1.0.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/hibernate-validator.jar [java] [INFO] Copying jakarta.activation-api-1.2.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/jakarta.activation-api.jar [java] [INFO] Copying pax-exam-spi-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-exam-spi.jar [java] [INFO] Copying ops4j-base-monitors-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/ops4j-base-monitors.jar [java] [INFO] Copying maven-resolver-impl-1.8.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/maven-resolver-impl.jar [java] [INFO] Copying pax-swissbox-property-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-swissbox-property.jar [java] [INFO] Copying pax-swissbox-lifecycle-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-swissbox-lifecycle.jar [java] [INFO] Copying log4j-api-2.16.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/log4j-api.jar [java] [INFO] Copying logback-classic-1.3.0-alpha5.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/logback-classic.jar [java] [INFO] Copying ops4j-base-lang-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/ops4j-base-lang.jar [java] [INFO] Copying pax-url-aether-2.6.14.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-url-aether.jar [java] [INFO] Copying ops4j-base-net-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/ops4j-base-net.jar [java] [INFO] Copying activation-1.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/activation.jar [java] [INFO] Copying pax-exam-junit4-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-exam-junit4.jar [java] [INFO] Copying tinybundles-2.1.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/tinybundles.jar [java] [INFO] Copying jakarta.xml.bind-api-2.3.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/jakarta.xml.bind-api.jar [java] [INFO] Copying maven-resolver-api-1.8.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/maven-resolver-api.jar [java] [INFO] Copying ops4j-base-spi-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/ops4j-base-spi.jar [java] [INFO] Copying javax.mail-1.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/javax.mail.jar [java] [INFO] Copying ops4j-base-store-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/ops4j-base-store.jar [java] [INFO] Copying pax-exam-container-forked-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-exam-container-forked.jar [java] [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/javax.inject.jar [java] [INFO] Copying junit-4.12.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/junit.jar [java] [INFO] Copying jakarta.validation-api.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/jakarta.validation-api.jar [java] [INFO] Copying checker-framework-1.7.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/checker-framework.jar [java] [INFO] Copying ops4j-base-io-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/ops4j-base-io.jar [java] [INFO] Copying pax-swissbox-framework-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-swissbox-framework.jar [java] [INFO] Copying pax-url-aether-support-2.6.14.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-url-aether-support.jar [java] [INFO] Copying slf4j-api-1.7.25.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/slf4j-api.jar [java] [INFO] Copying maven-resolver-named-locks-1.8.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/maven-resolver-named-locks.jar [java] [INFO] Copying bndlib-2.4.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/bndlib.jar [java] [INFO] Copying pax-swissbox-optional-jcl-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/testedBundles/pax-swissbox-optional-jcl.jar [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ eclipselink.moxy.test --- [java] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/src/test/resources [java] [INFO] [java] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ eclipselink.moxy.test --- [java] [INFO] Changes detected - recompiling the module! [java] [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [java] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/moxy/eclipselink.moxy.test/target/test-classes [java] [INFO] [java] [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ eclipselink.moxy.test --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.21.0/maven-surefire-common-2.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.21.0/maven-surefire-common-2.21.0.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/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom (1.7 kB at 52 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom (16 kB at 377 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.21.0/surefire-api-2.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.21.0/surefire-api-2.21.0.pom (3.5 kB at 74 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom (2.0 kB at 54 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.21.0/surefire-booter-2.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.21.0/surefire-booter-2.21.0.pom (7.4 kB at 189 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 90 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.3/plexus-java-0.9.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.3/plexus-java-0.9.3.pom (2.4 kB at 67 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.3/plexus-languages-0.9.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.3/plexus-languages-0.9.3.pom (2.2 kB at 61 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.21.0/maven-surefire-common-2.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.21.0/surefire-api-2.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.21.0/surefire-booter-2.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar (13 kB at 128 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.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.21.0/surefire-booter-2.21.0.jar (273 kB at 2.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar (14 kB at 128 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.21.0/surefire-api-2.21.0.jar (185 kB at 1.6 MB/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.2.1/maven-plugin-parameter-documenter-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.21.0/maven-surefire-common-2.21.0.jar (521 kB at 4.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.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.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 262 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 56 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 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/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [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.jar (228 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/maven-monitor/2.2.1/maven-monitor-2.2.1.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.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 123 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 66 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.3/plexus-java-0.9.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 107 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 50 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 79 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 170 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.3/plexus-java-0.9.3.jar (32 kB at 130 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.21.0/surefire-junit4-2.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.21.0/surefire-junit4-2.21.0.pom (3.1 kB at 73 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.21.0/surefire-providers-2.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.21.0/surefire-providers-2.21.0.pom (2.5 kB at 76 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.21.0/surefire-junit4-2.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.21.0/surefire-junit4-2.21.0.jar (85 kB at 2.2 MB/s) [java] [INFO] [java] [INFO] ------------------------------------------------------- [java] [INFO] T E S T S [java] [INFO] ------------------------------------------------------- [java] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [java] SLF4J: Defaulting to no-operation (NOP) logger implementation [java] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [java] [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest [java] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2dec1673]... [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-7bd4c650-6e94-41e3-896a-4e056039bd68] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, }, ManifestEntry{ key=PaxExam-d534d58c-5720-4610-956c-f838b7f43035, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }] [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d534d58c-5720-4610-956c-f838b7f43035 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d534d58c-5720-4610-956c-f838b7f43035" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid" [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalInvalid in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalValid in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalInvalid in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalValid in reactor [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-7bd4c650-6e94-41e3-896a-4e056039bd68] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, }, ManifestEntry{ key=PaxExam-d534d58c-5720-4610-956c-f838b7f43035, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2423a979.] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [java] [java] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.826 s - in org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest [java] [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [java] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2597d9b1]... [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator.hibernate-validator] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.el.javax.el] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-7bd4c650-6e94-41e3-896a-4e056039bd68] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, }, ManifestEntry{ key=PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-d534d58c-5720-4610-956c-f838b7f43035, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }] [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d534d58c-5720-4610-956c-f838b7f43035 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d534d58c-5720-4610-956c-f838b7f43035" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid" [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalInvalid in reactor [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 6.0.7.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via EL classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.Logger [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalValid in reactor [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via EL classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalInvalid in reactor [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via EL classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.Logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.Logger [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalValid in reactor [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.xml.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via EL classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.hibernate.validator.hibernate-validator[org.hibernate.validator.internal.engine.ValidatorFactoryImpl] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.el.javax.el] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator.hibernate-validator] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-7bd4c650-6e94-41e3-896a-4e056039bd68] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, }, ManifestEntry{ key=PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-d534d58c-5720-4610-956c-f838b7f43035, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@100af0e7.] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [java] [java] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.771 s - in org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [java] [INFO] Running org.eclipse.persistence.testing.osgi.OSGiBundleTest [java] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2dec1673]... [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [java] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-7bd4c650-6e94-41e3-896a-4e056039bd68] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-869af228-c4de-49f3-beb6-7c83d6741929, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmVersion }, ManifestEntry{ key=PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-d534d58c-5720-4610-956c-f838b7f43035, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-c6921205-650a-44a0-bae9-84d2b548604a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, }, ManifestEntry{ key=PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }] [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-869af228-c4de-49f3-beb6-7c83d6741929 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-869af228-c4de-49f3-beb6-7c83d6741929" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmVersion" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d534d58c-5720-4610-956c-f838b7f43035 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d534d58c-5720-4610-956c-f838b7f43035" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c6921205-650a-44a0-bae9-84d2b548604a to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c6921205-650a-44a0-bae9-84d2b548604a" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb" [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5 to be in PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid" [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJavaxXmlParsers in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodelOxm in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodel in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testAsmVersion in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxb in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testInternalJaxbMany in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbCompiler in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbMetadata in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbXmlmodel in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJavaxNaming in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testOrgXmlSaxHelpers in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodelReflection in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbDynamic in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbAttachment in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testInternalJaxb in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbDynamicMetadata in reactor [java] org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbRs in reactor [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-7bd4c650-6e94-41e3-896a-4e056039bd68] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-869af228-c4de-49f3-beb6-7c83d6741929, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmVersion }, ManifestEntry{ key=PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-d534d58c-5720-4610-956c-f838b7f43035, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-c6921205-650a-44a0-bae9-84d2b548604a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6762963d-8a03-4349-bb86-c74c10bef7da,PaxExam-d534d58c-5720-4610-956c-f838b7f43035,PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5,PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072,PaxExam-4c3cbbff-1817-42ef-9ce2-9eb7bd1ae685,PaxExam-4e9fc31e-82cb-431b-a4b0-741a64f8d1e4,PaxExam-e46815e7-91d2-4de9-bb3a-9a80a9702863,PaxExam-532a5fb7-4f91-4dd5-b95b-d93a6ff30149,PaxExam-18cfbc9c-8ee0-427e-906c-7ba597e53e81,PaxExam-869af228-c4de-49f3-beb6-7c83d6741929,PaxExam-7f2afeae-b3a3-4291-906c-713ad156c2f7,PaxExam-cfca6726-801e-4386-bce5-c9ee251b48be,PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69,PaxExam-c3e9da1d-377a-4f17-bc2f-18f3e81b929e,PaxExam-c59d7e01-8083-4e41-aa8a-6afe4d411119,PaxExam-99ca2e08-5ea2-408d-a767-5bd8bdceb0b2,PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734,PaxExam-e55f4131-c6d4-400c-8e4d-6df31959506f,PaxExam-f749a649-352f-4970-b711-8f3d4ea7813a,PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49,PaxExam-c6921205-650a-44a0-bae9-84d2b548604a,PaxExam-7b4aeb98-24d0-4089-b6a6-fcb0d53221bb,PaxExam-2686ac62-b3ed-4a12-add1-a5cb08c1ae3e,PaxExam-14db3fcb-f230-49ad-b70d-e79bdbccfeea,PaxExam-b24be0c9-cad8-4038-b94c-10b41c6f0a70, }, ManifestEntry{ key=PaxExam-fbc1d180-921c-424f-9a3d-d00782a8de49, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-ee332bef-9fdf-4fc2-b692-6a12134a3734, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-22dd329e-9ac7-4e42-8fd6-3b413db4c072, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-4bf110ac-2a41-4548-a2a7-833c743cad69, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-ca4599e2-930e-407a-9b89-e67a7d3a1bc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2423a979.] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [java] [java] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.878 s - in org.eclipse.persistence.testing.osgi.OSGiBundleTest [java] [INFO] [java] [INFO] Results: [java] [INFO] [java] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [java] [INFO] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 23.434 s [java] [INFO] Finished at: 2024-04-30T18:04:11Z [java] [INFO] ------------------------------------------------------------------------ test-osgi: test-osgi: test-lrg-only: generate-report: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/reports [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/reports/TESTS-TestSuites.xml to /tmp/null1438739849 [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl [junitreport] Transform time: 7464ms [junitreport] Deleting: /tmp/null1438739849 [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 5071ms [echo] Browse results at /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/reports/index.html [echo] Browse results at /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target/reports/junit-noframes.html test-lrg: extract-test-results: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [echo] Exporting test artifacts... [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' 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.7' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.7' 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 = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest' [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 ='11.0.11' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='6.2.9-300.fc38.x86_64' [echo] [echo] builddate.buildtime='20240430.1734' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20240430-4abffe4bdf' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] common-init: [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] milestone.tag ='2.7.15-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.7' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.13.2.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.7.15' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [echo] build.number ='20240430' [echo] git.hash ='4abffe4bdf' [echo] [echo] milestone.tag ='2.7.15-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' [echo] db.driver ='com.mysql.cj.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true' [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.7/exported_builds/test/2.7.15/20240430/Eclipse' [echo] host ='Eclipse' [echo] milestone.tag='2.7.15-SNAPSHOT' [echo] handoff.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/handoff-file-test-2.7-v20240430-4abffe4bdf.dat' [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' generate-test-results: [echo] Generating ResultSummary.dat file with the following values: [echo] extract.loc ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse' [echo] handoff.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240430/Eclipse/ResultSummary.dat' [script] Warning: Nashorn engine is planned to be removed from a future JDK release [script] eclipselink-core-lrg-2.7.15.v20240430-4abffe4bdf.html:8537:8537:0 [script] eclipselink-dbws-lrg-2.7.15.v20240430-4abffe4bdf.html:10:10:0 [script] eclipselink-dbws-util-lrg-2.7.15.v20240430-4abffe4bdf.html:34:34:0 [script] eclipselink-jaxb-lrg-2.7.15.v20240430-4abffe4bdf.html:24607:24607:0 [script] eclipselink-jpa-lrg-2.7.15.v20240430-4abffe4bdf.html:3305:3305:0 [script] eclipselink-jpa-wdf-lrg-2.7.15.v20240430-4abffe4bdf.html:1014:1014:0 [script] eclipselink-jpars-lrg-2.7.15.v20240430-4abffe4bdf.html:75:75:0 [script] eclipselink-oxm-lrg-2.7.15.v20240430-4abffe4bdf.html:32351:32351:0 [script] eclipselink-sdo-lrg-2.7.15.v20240430-4abffe4bdf.html:4640:4640:0 build-nightly: BUILD SUCCESSFUL Total time: 30 minutes 21 seconds Weld SE container e85e5cfb-8b11-4f2e-b692-57e3c847a941 shut down by shutdown hook [30.04.2024 18:04:31] -[ Stopping MySQL Database ]------------------------------ [30.04.2024 18:04:31] --[ Waiting for MySQL Database to stop ]------------------ done [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to snapshots) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/publish_snapshots.sh -[ EclipseLink Publish to Jakarta Snapshots ]----------------------------------------------------------- -[ EclipseLink Publish to Nightly -> Publishing artifacts to Jakarta Snapshots]----------------------------------------------------------- Buildfile: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/autobuild.xml [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' 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.7' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.7' 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 = '/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest' [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 ='11.0.11' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='6.2.9-300.fc38.x86_64' [echo] [echo] builddate.buildtime='20240430.1804' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20240430-4abffe4bdf' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] common-init: [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] milestone.tag ='2.7.15-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.7' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.13.2.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.7.15' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [echo] build.number ='20240430' [echo] git.hash ='4abffe4bdf' [echo] [echo] milestone.tag ='2.7.15-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' [echo] db.driver ='com.mysql.cj.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true' [echo] db.user ='root' [echo] db.pwd = ********** [echo] db.platform ='org.eclipse.persistence.platform.database.MySQLPlatform' init: snapshot-init: [echo] build.extract.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240430' [mkdir] Created dir: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430 [copy] Copying 9 files to /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430 [copy] Copying 1 file to /home/jenkins/etc/jenkins publish-init: [echo] download.dir ='/home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430' [echo] p2.composite.root.dir='/home/jenkins/etc/jenkins/download/nightly-updates' [echo] p2.repos.dir ='/home/jenkins/etc/jenkins/download/nightly-updates/2.7.15.v20240430-4abffe4bdf' [echo] release.designation ='EclipseLink 2.7.15' [echo] p2.SDK.install.dir ='/home/jenkins/extension.lib.external/eclipse' [echo] metadata.repos.name ='"EclipseLink Nightly Build Repository"' [echo] artifact.repos.name ='"EclipseLink Incremental Artifacts"' check-maven: [echo] Maven install (M2_HOME) set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' promote-init: [echo] [echo] promote.date ='Apr 30, 2024' [echo] run.date ='20240430' [echo] run.time ='1804' [say] /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430/eclipselink-P2signed-2.7.15.v20240430-4abffe4bdf.zip found. [mkdir] Created dir: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf extract-signed-artifacts: [echo] Extracting signed jars from archive... [unzip] Expanding: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430/eclipselink-P2signed-2.7.15.v20240430-4abffe4bdf.zip into /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/signed regen-installer-archive: [echo] THIS IS NOT DONE. Unless we start signing eclipselink.jar or DBWS Utils again. [echo] However, we still need a copy of eclipslink.jar and javadocs for maven. Extracting from original InstallerZip for later copy... [unzip] Expanding: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430/eclipselink-2.7.15.v20240430-4abffe4bdf.zip into /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/install regen-plugin-archive: [echo] Creating signed versions of Plugins archive... [unzip] Expanding: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430/eclipselink-plugins-2.7.15.v20240430-4abffe4bdf.zip into /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/bundlezip [copy] Copying 6 files to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/bundlezip [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/eclipselink-plugins-2.7.15.v20240430-4abffe4bdf.zip regen-nosql-archive: [echo] Creating signed versions of NoSQL archive... [unzip] Expanding: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430/eclipselink-plugins-nosql-2.7.15.v20240430-4abffe4bdf.zip into /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/nosqlzip [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/eclipselink-plugins-nosql-2.7.15.v20240430-4abffe4bdf.zip gen-build-for-maven: [echo] Prepare for Maven publishing [mkdir] Created dir: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 31 files to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 2 files to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 3 files to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/buildsystem/compdeps publish-milestone-artifacts: [copy] Copying 2 files to /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240430 [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [copy] Copying 1 file to /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven publish-milestone-nexus: [echo] Publish-milestone-nexus: [echo] using: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/uploadToNexus.xml [echo] from dir '/tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven' [echo] target: 'upload-maven-all' [echo] properties: [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] custom.tasks.lib='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/ant_customizations.jar' [echo] '/home/jenkins/etc/jenkins/ant_customizations.jar' [echo] release.version ='2.7.15' [echo] version.string ='2.7.15.v20240430-4abffe4bdf' [echo] '2.7.15.v20240430-4abffe4bdf' [echo] build.date ='20240430' [echo] build.type ='SNAPSHOT' [echo] bundle.dir ='/tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven' [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' environment-init: init: Trying to override old definition of task say [echo] maven.build.location = /home/jenkins/agent/workspace/eclipselink-nightly-2.7 [echo] maven.2.pojo.dir (eclipselink.jar) = /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [echo] maven.2.common.plugins.dir (common) = /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [echo] maven.2.jpa.plugins.dir (JPA-API) = /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [echo] maven.2.sdo.plugins.dir (commonj) = /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [echo] maven.2.util.plugins.dir (DDLparser)= /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven [echo] maven.2.buildsys.dir = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem [echo] release.version: 2.7.15 [echo] build.date: 20240430 [echo] build.type: SNAPSHOT [echo] git.hash: 4abffe4bdf [echo] version.string: 2.7.15.v20240430-4abffe4bdf [echo] maven.version: 2.7.15-SNAPSHOT [echo] is.snapshot.build: true [echo] Target repository ID: 'ossrh' URL:'https://jakarta.oss.sonatype.org/content/repositories/snapshots/' discover-static-built-info: [echo] sdoapi.version = 2.1.1.v201112051852 [echo] antlr.version = 3.5.3.v202311210849 [echo] oracleddl.version = 3.0.1.v20230424 [echo] oraclebndl.version = 2.7.15.v20240430-4abffe4bdf [echo] oraclenosql.version= 2.7.15.v20240430-4abffe4bdf [echo] hermes.version = 2.7.15.v20240430-4abffe4bdf [echo] extension.version = 2.7.15.v20240430-4abffe4bdf [say] jpaapi.mvn.version = 2.2.3 [say] sdoapi.mvn.version = 2.1.1 [say] asm.mvn.version = 9.7.0 upload-maven-init: upload-static-built-jars: upload-eclipselink: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (0 B at 0 B/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 96 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 740 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 284 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 954 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 262 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 383 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 762 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 160 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 599 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 148 kB/s) [exec] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar [exec] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 516 kB/s) [exec] [INFO] [exec] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [exec] [INFO] Building EclipseLink (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipselink --- [exec] [INFO] Deleting /home/jenkins/agent/workspace/eclipselink-nightly-2.7/target [exec] [INFO] [exec] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [exec] [INFO] Building EclipseLink (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ eclipselink --- [exec] [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.jar [exec] [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.jar (251 kB at 4.4 MB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 7.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180438-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180438-19.jar (9.2 MB at 6.6 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180438-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180438-19.pom (3.4 kB at 24 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.6 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml (1.1 kB at 7.5 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 3.534 s [exec] [INFO] Finished at: 2024-04-30T18:04:40Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [exec] [INFO] Building EclipseLink (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipselink --- [exec] [INFO] [exec] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [exec] [INFO] Building EclipseLink (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ eclipselink --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180442-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180442-20-sources.jar (8.7 MB at 14 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180442-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180442-20.pom (3.4 kB at 24 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.973 s [exec] [INFO] Finished at: 2024-04-30T18:04:43Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [exec] [INFO] Building EclipseLink (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipselink --- [exec] [INFO] [exec] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [exec] [INFO] Building EclipseLink (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ eclipselink --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180445-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180445-21-javadoc.jar (15 MB at 19 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180445-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/eclipselink-2.7.15-20240430.180445-21.pom (3.4 kB at 24 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/eclipselink/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 2.177 s [exec] [INFO] Finished at: 2024-04-30T18:04:46Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact-with-javadoc: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.jpa.jpql.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.parser... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools.model... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools.model.query... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools.resolver... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools.spi... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools.utility... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools.utility.filter... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools.utility.iterable... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.tools.utility.iterator... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.utility... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.utility.filter... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.utility.iterable... [javadoc] Loading source files for package org.eclipse.persistence.jpa.jpql.utility.iterator... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/WordParser.java:233: warning - Tag @see: reference not found: ExpressionTools#isWhiteSpace(character) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/parser/Expression.java:671: warning - Tag @version cannot be used in field documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:119: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:135: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:147: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:159: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:179: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:193: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:119: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:135: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:147: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:159: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:179: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:193: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:607: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:607: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java:612: warning - Tag @link: reference not found: [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/resolver/EclipseLinkDeclarationResolver.java:87: warning - @inheritDoc used but visit(TableVariableDeclaration) does not override or implement any method. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/resolver/EclipseLinkDeclarationResolver.java:87: warning - @inheritDoc used but visit(TableVariableDeclaration) does not override or implement any method. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/spi/IManagedTypeProvider.java:39: warning - Tag @version cannot be used in method documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/spi/IManagedTypeProvider.java:105: warning - Tag @version cannot be used in method documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/SingleElementListIterator.java:84: warning - @inheritDoc used but iterator() does not override or implement any method. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/SingleElementListIterator.java:84: warning - @inheritDoc used but iterator() does not override or implement any method. [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/help-doc.html... [javadoc] 23 warnings [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.jpa.jpql.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [exec] [INFO] Building EclipseLink Hermes JPQL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa.jpql --- [exec] [INFO] [exec] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [exec] [INFO] Building EclipseLink Hermes JPQL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa.jpql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180459-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180459-19.jar (1.3 MB at 4.1 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180459-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180459-19.pom (3.1 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.706 s [exec] [INFO] Finished at: 2024-04-30T18:04:59Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [exec] [INFO] Building EclipseLink Hermes JPQL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa.jpql --- [exec] [INFO] [exec] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [exec] [INFO] Building EclipseLink Hermes JPQL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa.jpql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180501-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180501-20-sources.jar (1.2 MB at 3.5 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180501-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180501-20.pom (3.1 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.6 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml (1.1 kB at 7.5 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.735 s [exec] [INFO] Finished at: 2024-04-30T18:05:02Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [exec] [INFO] Building EclipseLink Hermes JPQL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa.jpql --- [exec] [INFO] [exec] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [exec] [INFO] Building EclipseLink Hermes JPQL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa.jpql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180504-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180504-21-javadoc.jar (4.1 MB at 9.6 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180504-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240430.180504-21.pom (3.1 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.794 s [exec] [INFO] Finished at: 2024-04-30T18:05:05Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.antlr.source_3.5.3.v202311210849.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.internal.libraries.antlr.runtime... [javadoc] Loading source files for package org.eclipse.persistence.internal.libraries.antlr.runtime.debug... [javadoc] Loading source files for package org.eclipse.persistence.internal.libraries.antlr.runtime.misc... [javadoc] Loading source files for package org.eclipse.persistence.internal.libraries.antlr.runtime.tree... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.antlr.javadocs_3.5.3.v202311210849.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.antlr >-------- [exec] [INFO] Building EclipseLink ANTLR 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.antlr --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.antlr >-------- [exec] [INFO] Building EclipseLink ANTLR 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.antlr --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.6 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180510-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180510-19.jar (150 kB at 660 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180510-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180510-19.pom (3.0 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml (558 B at 7.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml (558 B at 4.0 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.654 s [exec] [INFO] Finished at: 2024-04-30T18:05:10Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.antlr >-------- [exec] [INFO] Building EclipseLink ANTLR 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.antlr --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.antlr >-------- [exec] [INFO] Building EclipseLink ANTLR 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.antlr --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.3 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180512-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180512-20-sources.jar (221 kB at 865 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180512-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180512-20.pom (3.0 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml (558 B at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml (558 B at 4.0 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.641 s [exec] [INFO] Finished at: 2024-04-30T18:05:13Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.antlr >-------- [exec] [INFO] Building EclipseLink ANTLR 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.antlr --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.antlr >-------- [exec] [INFO] Building EclipseLink ANTLR 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.antlr --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180515-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180515-21-javadoc.jar (501 kB at 1.8 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180515-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/org.eclipse.persistence.antlr-2.7.15-20240430.180515-21.pom (3.0 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml (558 B at 9.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.antlr/maven-metadata.xml (558 B at 3.9 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.659 s [exec] [INFO] Finished at: 2024-04-30T18:05:16Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.core.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence... [javadoc] Loading source files for package org.eclipse.persistence.annotations... [javadoc] Loading source files for package org.eclipse.persistence.config... [javadoc] Loading source files for package org.eclipse.persistence.core.descriptors... [javadoc] Loading source files for package org.eclipse.persistence.core.mappings... [javadoc] Loading source files for package org.eclipse.persistence.core.mappings.converters... [javadoc] Loading source files for package org.eclipse.persistence.core.mappings.transformers... [javadoc] Loading source files for package org.eclipse.persistence.core.queries... [javadoc] Loading source files for package org.eclipse.persistence.core.sessions... [javadoc] Loading source files for package org.eclipse.persistence.descriptors... [javadoc] Loading source files for package org.eclipse.persistence.descriptors.changetracking... [javadoc] Loading source files for package org.eclipse.persistence.descriptors.copying... [javadoc] Loading source files for package org.eclipse.persistence.descriptors.invalidation... [javadoc] Loading source files for package org.eclipse.persistence.descriptors.partitioning... [javadoc] Loading source files for package org.eclipse.persistence.dynamic... [javadoc] Loading source files for package org.eclipse.persistence.eis... [javadoc] Loading source files for package org.eclipse.persistence.eis.interactions... [javadoc] Loading source files for package org.eclipse.persistence.eis.mappings... [javadoc] Loading source files for package org.eclipse.persistence.exceptions... [javadoc] Loading source files for package org.eclipse.persistence.exceptions.i18n... [javadoc] Loading source files for package org.eclipse.persistence.expressions... [javadoc] Loading source files for package org.eclipse.persistence.expressions.spatial... [javadoc] Loading source files for package org.eclipse.persistence.history... [javadoc] Loading source files for package org.eclipse.persistence.indirection... [javadoc] Loading source files for package org.eclipse.persistence.internal.cache... [javadoc] Loading source files for package org.eclipse.persistence.internal.codegen... [javadoc] Loading source files for package org.eclipse.persistence.internal.core.databaseaccess... [javadoc] Loading source files for package org.eclipse.persistence.internal.core.descriptors... [javadoc] Loading source files for package org.eclipse.persistence.internal.core.helper... [javadoc] Loading source files for package org.eclipse.persistence.internal.core.queries... [javadoc] Loading source files for package org.eclipse.persistence.internal.core.sessions... [javadoc] Loading source files for package org.eclipse.persistence.internal.databaseaccess... [javadoc] Loading source files for package org.eclipse.persistence.internal.descriptors... [javadoc] Loading source files for package org.eclipse.persistence.internal.descriptors.changetracking... [javadoc] Loading source files for package org.eclipse.persistence.internal.dynamic... [javadoc] Loading source files for package org.eclipse.persistence.internal.expressions... [javadoc] Loading source files for package org.eclipse.persistence.internal.helper... [javadoc] Loading source files for package org.eclipse.persistence.internal.helper.linkedlist... [javadoc] Loading source files for package org.eclipse.persistence.internal.helper.type... [javadoc] Loading source files for package org.eclipse.persistence.internal.history... [javadoc] Loading source files for package org.eclipse.persistence.internal.identitymaps... [javadoc] Loading source files for package org.eclipse.persistence.internal.indirection... [javadoc] Loading source files for package org.eclipse.persistence.internal.indirection.jdk8... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.jpql... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.parsing... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.parsing.jpql... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.parsing.jpql.antlr... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.rs.metadata.model... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.rs.metadata.model.v2... [javadoc] Loading source files for package org.eclipse.persistence.internal.localization... [javadoc] Loading source files for package org.eclipse.persistence.internal.localization.i18n... [javadoc] Loading source files for package org.eclipse.persistence.internal.mappings.converters... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.accessor... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.conversion... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.documentpreservation... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.mappings... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.record... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.record.deferred... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.record.json... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.record.namespaces... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.schema... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.schema.model... [javadoc] Loading source files for package org.eclipse.persistence.internal.oxm.unmapped... [javadoc] Loading source files for package org.eclipse.persistence.internal.platform.database... [javadoc] Loading source files for package org.eclipse.persistence.internal.queries... [javadoc] Loading source files for package org.eclipse.persistence.internal.security... [javadoc] Loading source files for package org.eclipse.persistence.internal.sequencing... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.cdi... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.coordination... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.coordination.broadcast... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.coordination.corba... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.coordination.corba.sun... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.coordination.jms... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.coordination.rmi... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.coordination.rmi.iiop... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.event... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.log... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.login... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.platform... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.pool... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.project... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.property... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.rcm... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.rcm.command... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.sequencing... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.session... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.transport... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.transport.discovery... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.factories.model.transport.naming... [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.remote... [javadoc] Loading source files for package org.eclipse.persistence.internal.weaving... [javadoc] Loading source files for package org.eclipse.persistence.logging... [javadoc] Loading source files for package org.eclipse.persistence.mappings... [javadoc] Loading source files for package org.eclipse.persistence.mappings.converters... [javadoc] Loading source files for package org.eclipse.persistence.mappings.foundation... [javadoc] Loading source files for package org.eclipse.persistence.mappings.querykeys... [javadoc] Loading source files for package org.eclipse.persistence.mappings.structures... [javadoc] Loading source files for package org.eclipse.persistence.mappings.transformers... [javadoc] Loading source files for package org.eclipse.persistence.mappings.xdb... [javadoc] Loading source files for package org.eclipse.persistence.oxm... [javadoc] Loading source files for package org.eclipse.persistence.oxm.annotations... [javadoc] Loading source files for package org.eclipse.persistence.oxm.attachment... [javadoc] Loading source files for package org.eclipse.persistence.oxm.documentpreservation... [javadoc] Loading source files for package org.eclipse.persistence.oxm.json... [javadoc] Loading source files for package org.eclipse.persistence.oxm.mappings... [javadoc] Loading source files for package org.eclipse.persistence.oxm.mappings.converters... [javadoc] Loading source files for package org.eclipse.persistence.oxm.mappings.nullpolicy... [javadoc] Loading source files for package org.eclipse.persistence.oxm.platform... [javadoc] Loading source files for package org.eclipse.persistence.oxm.record... [javadoc] Loading source files for package org.eclipse.persistence.oxm.schema... [javadoc] Loading source files for package org.eclipse.persistence.oxm.sequenced... [javadoc] Loading source files for package org.eclipse.persistence.oxm.unmapped... [javadoc] Loading source files for package org.eclipse.persistence.platform.database... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.converters... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.events... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.jdbc... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.oracle.annotations... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.oracle.jdbc... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.oracle.plsql... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.partitioning... [javadoc] Loading source files for package org.eclipse.persistence.platform.server... [javadoc] Loading source files for package org.eclipse.persistence.platform.server.glassfish... [javadoc] Loading source files for package org.eclipse.persistence.platform.server.jboss... [javadoc] Loading source files for package org.eclipse.persistence.platform.server.oc4j... [javadoc] Loading source files for package org.eclipse.persistence.platform.server.sap... [javadoc] Loading source files for package org.eclipse.persistence.platform.server.sunas... [javadoc] Loading source files for package org.eclipse.persistence.platform.server.was... [javadoc] Loading source files for package org.eclipse.persistence.platform.server.wls... [javadoc] Loading source files for package org.eclipse.persistence.platform.xml... [javadoc] Loading source files for package org.eclipse.persistence.platform.xml.jaxp... [javadoc] Loading source files for package org.eclipse.persistence.queries... [javadoc] Loading source files for package org.eclipse.persistence.security... [javadoc] Loading source files for package org.eclipse.persistence.sequencing... [javadoc] Loading source files for package org.eclipse.persistence.services... [javadoc] Loading source files for package org.eclipse.persistence.services.glassfish... [javadoc] Loading source files for package org.eclipse.persistence.services.jboss... [javadoc] Loading source files for package org.eclipse.persistence.services.mbean... [javadoc] Loading source files for package org.eclipse.persistence.services.weblogic... [javadoc] Loading source files for package org.eclipse.persistence.services.websphere... [javadoc] Loading source files for package org.eclipse.persistence.sessions... [javadoc] Loading source files for package org.eclipse.persistence.sessions.broker... [javadoc] Loading source files for package org.eclipse.persistence.sessions.changesets... [javadoc] Loading source files for package org.eclipse.persistence.sessions.coordination... [javadoc] Loading source files for package org.eclipse.persistence.sessions.coordination.broadcast... [javadoc] Loading source files for package org.eclipse.persistence.sessions.coordination.corba... [javadoc] Loading source files for package org.eclipse.persistence.sessions.coordination.corba.sun... [javadoc] Loading source files for package org.eclipse.persistence.sessions.coordination.jms... [javadoc] Loading source files for package org.eclipse.persistence.sessions.coordination.rmi... [javadoc] Loading source files for package org.eclipse.persistence.sessions.factories... [javadoc] Loading source files for package org.eclipse.persistence.sessions.interceptors... [javadoc] Loading source files for package org.eclipse.persistence.sessions.remote... [javadoc] Loading source files for package org.eclipse.persistence.sessions.remote.corba.sun... [javadoc] Loading source files for package org.eclipse.persistence.sessions.remote.rmi... [javadoc] Loading source files for package org.eclipse.persistence.sessions.remote.rmi.iiop... [javadoc] Loading source files for package org.eclipse.persistence.sessions.serializers... [javadoc] Loading source files for package org.eclipse.persistence.sessions.server... [javadoc] Loading source files for package org.eclipse.persistence.tools... [javadoc] Loading source files for package org.eclipse.persistence.tools.file... [javadoc] Loading source files for package org.eclipse.persistence.tools.profiler... [javadoc] Loading source files for package org.eclipse.persistence.tools.schemaframework... [javadoc] Loading source files for package org.eclipse.persistence.tools.security... [javadoc] Loading source files for package org.eclipse.persistence.tools.tuning... [javadoc] Loading source files for package org.eclipse.persistence.transaction... [javadoc] Loading source files for package org.eclipse.persistence.transaction.glassfish... [javadoc] Loading source files for package org.eclipse.persistence.transaction.jboss... [javadoc] Loading source files for package org.eclipse.persistence.transaction.jotm... [javadoc] Loading source files for package org.eclipse.persistence.transaction.oc4j... [javadoc] Loading source files for package org.eclipse.persistence.transaction.sap... [javadoc] Loading source files for package org.eclipse.persistence.transaction.sunas... [javadoc] Loading source files for package org.eclipse.persistence.transaction.was... [javadoc] Loading source files for package org.eclipse.persistence.transaction.wls... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/config/PersistenceUnitProperties.java:3987: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/config/PersistenceUnitProperties.java:3987: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/expressions/ExpressionOperator.java:743: warning - Tag @author cannot be used in method documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/expressions/ExpressionOperator.java:1326: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator() [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/cache/Memoizer.java:27: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/codegen/CodeDefinition.java:62: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/codegen/CodeDefinition.java:62: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/codegen/CodeDefinition.java:62: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/core/databaseaccess/CorePlatform.java:26: warning - @param argument "object" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/core/helper/CoreConversionManager.java:22: warning - @param argument "object" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/core/queries/CoreContainerPolicy.java:70: warning - Tag @see: reference not found: ContainerPolicy#iteratorFor(java.lang.Object) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/core/queries/CoreContainerPolicy.java:88: warning - Tag @see: reference not found: ContainerPolicy#hasNext(java.lang.Object) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/core/queries/CoreContainerPolicy.java:89: warning - Tag @see: reference not found: ContainerPolicy#next(java.lang.Object) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/core/queries/CoreContainerPolicy.java:108: warning - Tag @see: reference not found: ContainerPolicy#iteratorFor(java.lang.Object) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/core/queries/CoreContainerPolicy.java:120: warning - Tag @see: reference not found: ContainerPolicy#iteratorFor(Object iterator, AbstractSession session) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/Accessor.java:113: warning - Tag @see: reference not found: org.eclipse.persistence.internal.helper.LOBValueWriter#buildAndExecuteCallForLocator(DatabaseCall,Session,Accessor) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1140: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1141: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1142: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1143: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1144: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1145: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1146: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1150: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1151: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1152: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1158: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1159: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1160: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1161: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1162: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1164: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1166: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1173: warning - @param argument "schemaPattern" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1175: warning - @param argument "tableNamePattern" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1176: warning - @param argument "columnNamePattern" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1269: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1478: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1479: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1480: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1481: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1484: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1492: warning - @param argument "schemaPattern" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java:1494: warning - @param argument "tableNamePattern" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:132: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:132: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:905: warning - @param argument "readQuery" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:1458: warning - Tag @see: reference not found: org.eclipse.persistence.oraclespecific.Oracle9Platform [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:1485: warning - @param argument "isUniqueField" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:1726: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:1726: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:1745: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java:1745: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/Accessor.java:113: warning - Tag @see: reference not found: org.eclipse.persistence.internal.helper.LOBValueWriter#buildAndExecuteCallForLocator(DatabaseCall,Session,Accessor) [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/DatasourcePlatform.java:237: warning - @param argument "object" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:28: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:57: warning - Tag @see: reference not found: #setName() [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:143: warning - @param argument "name" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:148: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:149: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:150: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:151: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:152: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:153: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:154: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:155: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:156: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:157: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:158: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:159: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:160: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:161: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:162: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:267: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:268: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:269: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:270: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:271: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:272: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:273: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:274: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:275: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:276: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:277: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:278: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:279: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:280: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java:281: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/databaseaccess/Platform.java:43: warning - @param argument "object" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/descriptors/DescriptorIterator.java:526: warning - Tag @see: reference not found: #setShouldIterateOverUninstantiatedIndirectionObjects() [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/descriptors/ObjectBuilder.java:504: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/descriptors/ObjectBuilder.java:504: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/descriptors/ObjectBuilder.java:2065: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/descriptors/ObjectBuilder.java:2065: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/descriptors/TypeMapping.java:20: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/dynamic/DynamicTypeImpl.java:39: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/expressions/SQLSelectStatement.java:2234: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/expressions/SQLSelectStatement.java:2235: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/expressions/SQLSelectStatement.java:2301: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/expressions/SQLSelectStatement.java:2302: warning - invalid usage of tag > [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/help-doc.html... [javadoc] 100 warnings [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.core.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [exec] [INFO] Building EclipseLink Core 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.core --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [exec] [INFO] Building EclipseLink Core 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.core --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180536-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180536-19.jar (5.3 MB at 11 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180536-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180536-19.pom (3.3 kB at 22 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml (1.1 kB at 7.2 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.871 s [exec] [INFO] Finished at: 2024-04-30T18:05:37Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [exec] [INFO] Building EclipseLink Core 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.core --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [exec] [INFO] Building EclipseLink Core 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.core --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180539-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180539-20-sources.jar (4.6 MB at 10 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180539-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180539-20.pom (3.3 kB at 23 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.915 s [exec] [INFO] Finished at: 2024-04-30T18:05:40Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [exec] [INFO] Building EclipseLink Core 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.core --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [exec] [INFO] Building EclipseLink Core 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.core --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180542-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180542-21-javadoc.jar (10 MB at 16 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180542-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/org.eclipse.persistence.core-2.7.15-20240430.180542-21.pom (3.3 kB at 23 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.core/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 2.039 s [exec] [INFO] Finished at: 2024-04-30T18:05:43Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.oracle.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.internal.platform.database.oracle... [javadoc] Loading source files for package org.eclipse.persistence.internal.platform.database.oracle.xdb... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.oracle... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.oracle.converters... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.oracle.dcn... [javadoc] Loading source files for package org.eclipse.persistence.platform.database.oracle.ucp... [javadoc] Loading source files for package org.eclipse.persistence.platform.xml.xdk... [javadoc] Loading source files for package org.eclipse.persistence.tools.profiler.oracle... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.oracle.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [exec] [INFO] Building EclipseLink Oracle Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [exec] [INFO] Building EclipseLink Oracle Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracle --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180547-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180547-19.jar (86 kB at 412 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180547-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180547-19.pom (3.7 kB at 26 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml (1.1 kB at 7.8 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.620 s [exec] [INFO] Finished at: 2024-04-30T18:05:48Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [exec] [INFO] Building EclipseLink Oracle Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [exec] [INFO] Building EclipseLink Oracle Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracle --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180550-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180550-20-sources.jar (73 kB at 352 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180550-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180550-20.pom (3.7 kB at 26 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.606 s [exec] [INFO] Finished at: 2024-04-30T18:05:51Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [exec] [INFO] Building EclipseLink Oracle Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [exec] [INFO] Building EclipseLink Oracle Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracle --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180553-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180553-21-javadoc.jar (192 kB at 744 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180553-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle-2.7.15-20240430.180553-21.pom (3.7 kB at 25 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.5 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle/maven-metadata.xml (1.1 kB at 7.5 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.695 s [exec] [INFO] Finished at: 2024-04-30T18:05:53Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [exec] [INFO] Building EclipseLink Oracle NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle.nosql --- [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [exec] [INFO] Building EclipseLink Oracle NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracle.nosql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180555-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180555-19.jar (55 kB at 267 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180555-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180555-19.pom (3.3 kB at 23 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml (1.1 kB at 7.8 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.604 s [exec] [INFO] Finished at: 2024-04-30T18:05:56Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [exec] [INFO] Building EclipseLink Oracle NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle.nosql --- [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [exec] [INFO] Building EclipseLink Oracle NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracle.nosql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180558-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180558-20-sources.jar (49 kB at 233 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180558-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180558-20.pom (3.3 kB at 13 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml (1.1 kB at 7.8 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.684 s [exec] [INFO] Finished at: 2024-04-30T18:05:59Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [exec] [INFO] Building EclipseLink Oracle NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracle.nosql --- [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [exec] [INFO] Building EclipseLink Oracle NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracle.nosql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180601-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180601-21-javadoc.jar (485 kB at 1.7 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180601-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.oracle.nosql-2.7.15-20240430.180601-21.pom (3.3 kB at 23 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.6 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.684 s [exec] [INFO] Finished at: 2024-04-30T18:06:02Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact-with-javadoc: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [exec] [INFO] Building EclipseLink NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.nosql --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [exec] [INFO] Building EclipseLink NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.nosql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.3 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180604-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180604-19.jar (123 kB at 527 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180604-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180604-19.pom (4.3 kB at 29 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml (1.1 kB at 7.4 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.714 s [exec] [INFO] Finished at: 2024-04-30T18:06:04Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [exec] [INFO] Building EclipseLink NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.nosql --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [exec] [INFO] Building EclipseLink NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.nosql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180606-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180606-20-sources.jar (110 kB at 469 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180606-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180606-20.pom (4.3 kB at 29 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.6 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml (1.1 kB at 7.4 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.620 s [exec] [INFO] Finished at: 2024-04-30T18:06:07Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [exec] [INFO] Building EclipseLink NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.nosql --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [exec] [INFO] Building EclipseLink NoSQL database Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.nosql --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180609-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180609-21-javadoc.jar (485 kB at 1.8 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180609-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240430.180609-21.pom (4.3 kB at 30 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml (1.1 kB at 19 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.nosql/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.661 s [exec] [INFO] Finished at: 2024-04-30T18:06:10Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact-with-javadoc: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.jpa.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.additionalcriteria... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.cache... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.changetracking... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.classes... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.columns... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.converters... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.copypolicy... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.inheritance... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.listeners... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.locking... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.mappings... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.metadata... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.multitenant... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.nosql... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.partitioning... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.persistenceunit... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.queries... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.sequencing... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.structures... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.tables... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.transformers... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.config.xml... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.deployment... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.deployment.xml.parser... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.jdbc... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.accessors... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.accessors.classes... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.accessors.mappings... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.accessors.objects... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.additionalcriteria... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.cache... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.changetracking... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.columns... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.converters... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.copypolicy... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.graphs... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.inheritance... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.listeners... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.locking... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.mappings... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.multitenant... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.nosql... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.partitioning... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.queries... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.sequencing... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.sop... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.structures... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.tables... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.transformers... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metadata.xml... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metamodel... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.metamodel.proxy... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.querydef... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.transaction... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.weaving... [javadoc] Loading source files for package org.eclipse.persistence.jpa... [javadoc] Loading source files for package org.eclipse.persistence.jpa.config... [javadoc] Loading source files for package org.eclipse.persistence.jpa.dynamic... [javadoc] Loading source files for package org.eclipse.persistence.jpa.metadata... [javadoc] Loading source files for package org.eclipse.persistence.tools.weaving.jpa... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:390: warning - @param argument "Map" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:391: warning - @param argument "AbstractSession" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:873: warning - @param argument "entityClass" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:875: warning - @param argument "primaryKey" is not a parameter name. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:386: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:386: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:388: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:386: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:386: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:388: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/MappedSuperclassAccessor.java:978: warning - invalid usage of tag > [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/metadata/tables/IndexMetadata.java:174: warning - Tag @see: reference not found: mergeListsAndOverride [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/AbstractQueryImpl.java:44: warning - Tag @see: reference not found: javax.persistence.criteriaCriteriaQuery [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/BasicCollectionJoinImpl.java:44: warning - Tag @see: reference not found: javax.persistence.criteriaCollectionJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/BasicListJoinImpl.java:44: warning - Tag @see: reference not found: javax.persistence.criteriaListJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/BasicMapJoinImpl.java:44: warning - Tag @see: reference not found: javax.persistence.criteriaMapJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/BasicSetJoinImpl.java:44: warning - Tag @see: reference not found: javax.persistence.criteriaSetJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/CollectionJoinImpl.java:37: warning - Tag @see: reference not found: javax.persistence.criteriaFrom [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/CommonAbstractCriteriaImpl.java:47: warning - Tag @see: reference not found: javax.persistence.criteriaCommonAbstractCriteria [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/CompoundExpressionImpl.java:36: warning - Tag @see: reference not found: javax.persistence.criteriaPredicate [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/CompoundSelectionImpl.java:34: warning - Tag @see: reference not found: javax.persistence.criteriaJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/ConstructorSelectionImpl.java:33: warning - Tag @see: reference not found: javax.persistence.criteriaJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:37: warning - Tag @see: reference not found: javax.persistence.criteriaCriteriaDelete [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/CriteriaQueryImpl.java:56: warning - Tag @see: reference not found: javax.persistence.criteriaCriteriaQuery [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/CriteriaUpdateImpl.java:40: warning - Tag @see: reference not found: javax.persistence.criteriaCriteriaUpdate [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/ExpressionImpl.java:39: warning - Tag @see: reference not found: javax.persistence.criteriaExpression [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:61: warning - Tag @see: reference not found: javax.persistence.criteriaFrom [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/FunctionExpressionImpl.java:33: warning - Tag @see: reference not found: javax.persistence.criteriaPredicate [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/InImpl.java:44: warning - Tag @see: reference not found: javax.persistence.criteriaJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/InternalExpression.java:22: warning - Tag @see: reference not found: javax.persistence.criteriaExpression [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/InternalSelection.java:27: warning - Tag @see: reference not found: javax.persistence.criteriaExpression [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/JoinImpl.java:43: warning - Tag @see: reference not found: javax.persistence.criteriaJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/ListJoinImpl.java:38: warning - Tag @see: reference not found: javax.persistence.criteriaListJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/MapJoinImpl.java:44: warning - Tag @see: reference not found: javax.persistence.criteriaMapJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/PathImpl.java:37: warning - Tag @see: reference not found: javax.persistence.criteriaPath [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/PredicateImpl.java:34: warning - Tag @see: reference not found: javax.persistence.criteriaPredicate [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/RootImpl.java:34: warning - Tag @see: reference not found: javax.persistence.criteriaPath [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/SelectionImpl.java:35: warning - Tag @see: reference not found: javax.persistence.criteriaJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/SetJoinImpl.java:36: warning - Tag @see: reference not found: javax.persistence.criteriaListJoin [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/SubQueryImpl.java:64: warning - Tag @see: reference not found: javax.persistence.criteriaCriteriaQuery [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/SubQueryImpl.java:65: warning - Tag @see: reference not found: javax.persistence.criteriaSubQuery [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/internal/jpa/querydef/TupleQuery.java:31: warning - Tag @see: reference not found: javax.persistence.criteriaCriteriaQuery [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/help-doc.html... [javadoc] 42 warnings [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.jpa.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [exec] [INFO] Building EclipseLink JPA 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [exec] [INFO] Building EclipseLink JPA 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180619-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180619-19.jar (1.4 MB at 4.4 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180619-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180619-19.pom (4.1 kB at 29 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml (1.1 kB at 7.3 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.708 s [exec] [INFO] Finished at: 2024-04-30T18:06:20Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [exec] [INFO] Building EclipseLink JPA 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [exec] [INFO] Building EclipseLink JPA 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180622-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180622-20-sources.jar (1.3 MB at 4.0 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180622-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180622-20.pom (4.1 kB at 29 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.714 s [exec] [INFO] Finished at: 2024-04-30T18:06:22Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [exec] [INFO] Building EclipseLink JPA 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [exec] [INFO] Building EclipseLink JPA 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180624-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180624-21-javadoc.jar (2.7 MB at 7.3 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180624-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa-2.7.15-20240430.180624-21.pom (4.1 kB at 28 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.750 s [exec] [INFO] Finished at: 2024-04-30T18:06:25Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [exec] [INFO] Building EclipseLink JPA-RS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpars --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [exec] [INFO] Building EclipseLink JPA-RS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpars --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180627-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180627-19.jar (16 kB at 85 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180627-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180627-19.pom (3.0 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.634 s [exec] [INFO] Finished at: 2024-04-30T18:06:28Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [exec] [INFO] Building EclipseLink JPA-RS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpars --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [exec] [INFO] Building EclipseLink JPA-RS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpars --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180630-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180630-20-sources.jar (16 kB at 89 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180630-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180630-20.pom (3.0 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml (1.1 kB at 7.5 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.562 s [exec] [INFO] Finished at: 2024-04-30T18:06:31Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [exec] [INFO] Building EclipseLink JPA-RS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpars --- [exec] [INFO] [exec] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [exec] [INFO] Building EclipseLink JPA-RS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpars --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180632-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180632-21-javadoc.jar (400 kB at 1.5 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180632-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/org.eclipse.persistence.jpars-2.7.15-20240430.180632-21.pom (3.0 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.4 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpars/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.689 s [exec] [INFO] Finished at: 2024-04-30T18:06:33Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact-with-javadoc: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.jpa.modelgen.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.modelgen... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.modelgen.objects... [javadoc] Loading source files for package org.eclipse.persistence.internal.jpa.modelgen.visitors... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.jpa.modelgen.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [exec] [INFO] Building EclipseLink JPA Modelgen (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa.modelgen.processor --- [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [exec] [INFO] Building EclipseLink JPA Modelgen (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa.modelgen.processor --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml (1.3 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180637-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180637-19.jar (56 kB at 272 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180637-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180637-19.pom (3.5 kB at 24 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml (1.3 kB at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.591 s [exec] [INFO] Finished at: 2024-04-30T18:06:37Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [exec] [INFO] Building EclipseLink JPA Modelgen (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa.modelgen.processor --- [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [exec] [INFO] Building EclipseLink JPA Modelgen (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa.modelgen.processor --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml (1.3 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180639-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180639-20-sources.jar (47 kB at 229 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180639-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180639-20.pom (3.5 kB at 24 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml (1.3 kB at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.599 s [exec] [INFO] Finished at: 2024-04-30T18:06:40Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [exec] [INFO] Building EclipseLink JPA Modelgen (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa.modelgen.processor --- [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [exec] [INFO] Building EclipseLink JPA Modelgen (non-OSGi) 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.jpa.modelgen.processor --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml (1.3 kB at 3.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180642-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180642-21-javadoc.jar (67 kB at 329 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180642-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.7.15-20240430.180642-21.pom (3.5 kB at 24 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.7.15-SNAPSHOT/maven-metadata.xml (1.3 kB at 9.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/maven-metadata.xml (1.1 kB at 7.8 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.631 s [exec] [INFO] Finished at: 2024-04-30T18:06:43Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.moxy.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.internal.jaxb... [javadoc] Loading source files for package org.eclipse.persistence.internal.jaxb.json.schema... [javadoc] Loading source files for package org.eclipse.persistence.internal.jaxb.json.schema.model... [javadoc] Loading source files for package org.eclipse.persistence.internal.jaxb.many... [javadoc] Loading source files for package org.eclipse.persistence.jaxb... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.attachment... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.compiler... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.compiler.builder... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.compiler.builder.helper... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.compiler.facets... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.dynamic... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.dynamic.metadata... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.javamodel... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.javamodel.oxm... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.javamodel.reflection... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.json... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.metadata... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.plugins... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.rs... [javadoc] Loading source files for package org.eclipse.persistence.jaxb.xmlmodel... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jaxb/JAXBContextProperties.java:173: warning - Tag @see: reference not found: com.sun.xml.internal.bind.XmlAccessorFactory [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.java:5121: warning - Tag @see: reference not found: com.sun.xml.internal.bind.XmlAccessorFactory [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.java:5130: warning - Tag @see: reference not found: com.sun.xml.internal.bind.XmlAccessorFactory [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/help-doc.html... [javadoc] 3 warnings [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.moxy.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [exec] [INFO] Building EclipseLink Moxy 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.moxy --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [exec] [INFO] Building EclipseLink Moxy 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.moxy --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180648-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180648-19.jar (607 kB at 2.2 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180648-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180648-19.pom (3.3 kB at 23 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.672 s [exec] [INFO] Finished at: 2024-04-30T18:06:49Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [exec] [INFO] Building EclipseLink Moxy 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.moxy --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [exec] [INFO] Building EclipseLink Moxy 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.moxy --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180651-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180651-20-sources.jar (464 kB at 1.7 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180651-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180651-20.pom (3.3 kB at 23 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml (1.1 kB at 7.9 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.641 s [exec] [INFO] Finished at: 2024-04-30T18:06:52Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [exec] [INFO] Building EclipseLink Moxy 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.moxy --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [exec] [INFO] Building EclipseLink Moxy 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.moxy --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180654-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180654-21-javadoc.jar (810 kB at 2.8 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180654-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/org.eclipse.persistence.moxy-2.7.15-20240430.180654-21.pom (3.3 kB at 22 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.moxy/maven-metadata.xml (1.1 kB at 7.4 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.731 s [exec] [INFO] Finished at: 2024-04-30T18:06:54Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.sdo.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.sdo... [javadoc] Loading source files for package org.eclipse.persistence.sdo.dataobjects... [javadoc] Loading source files for package org.eclipse.persistence.sdo.helper... [javadoc] Loading source files for package org.eclipse.persistence.sdo.helper.delegates... [javadoc] Loading source files for package org.eclipse.persistence.sdo.helper.extension... [javadoc] Loading source files for package org.eclipse.persistence.sdo.helper.jaxb... [javadoc] Loading source files for package org.eclipse.persistence.sdo.helper.metadata... [javadoc] Loading source files for package org.eclipse.persistence.sdo.types... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:107: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/help-doc.html... [javadoc] 1 warning [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.sdo.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [exec] [INFO] Building EclipseLink SDO 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sdo --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [exec] [INFO] Building EclipseLink SDO 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.sdo --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180659-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180659-19.jar (382 kB at 1.5 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180659-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180659-19.pom (3.7 kB at 25 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.686 s [exec] [INFO] Finished at: 2024-04-30T18:07:00Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [exec] [INFO] Building EclipseLink SDO 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sdo --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [exec] [INFO] Building EclipseLink SDO 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.sdo --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180702-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180702-20-sources.jar (298 kB at 1.1 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180702-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180702-20.pom (3.7 kB at 24 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.5 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml (1.1 kB at 7.4 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.708 s [exec] [INFO] Finished at: 2024-04-30T18:07:03Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [exec] [INFO] Building EclipseLink SDO 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sdo --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [exec] [INFO] Building EclipseLink SDO 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.sdo --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180705-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180705-21-javadoc.jar (561 kB at 1.9 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180705-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240430.180705-21.pom (3.7 kB at 25 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.6 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.sdo/maven-metadata.xml (1.1 kB at 7.5 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.670 s [exec] [INFO] Finished at: 2024-04-30T18:07:06Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.dbws.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.dbws... [javadoc] Loading source files for package org.eclipse.persistence.internal.dbws... [javadoc] Loading source files for package org.eclipse.persistence.internal.xr... [javadoc] Loading source files for package org.eclipse.persistence.internal.xr.sxf... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.annotations... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.eventlistener... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.exceptions... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.features... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.features.core.selflinks... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.features.fieldsfiltering... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.features.paging... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.logging... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.logging.i18n... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.resources... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.resources.common... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.resources.unversioned... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.util... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.util.list... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.util.metadatasources... [javadoc] Loading source files for package org.eclipse.persistence.jpa.rs.util.xmladapters... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.dbws.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [exec] [INFO] Building EclipseLink DBWS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [exec] [INFO] Building EclipseLink DBWS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.dbws --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.5 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180710-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180710-19.jar (335 kB at 1.3 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180710-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180710-19.pom (3.3 kB at 23 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.700 s [exec] [INFO] Finished at: 2024-04-30T18:07:11Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [exec] [INFO] Building EclipseLink DBWS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [exec] [INFO] Building EclipseLink DBWS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.dbws --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180713-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180713-20-sources.jar (260 kB at 1.0 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180713-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180713-20.pom (3.3 kB at 23 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.626 s [exec] [INFO] Finished at: 2024-04-30T18:07:14Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [exec] [INFO] Building EclipseLink DBWS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws --- [exec] [INFO] [exec] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [exec] [INFO] Building EclipseLink DBWS 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.dbws --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180716-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180716-21-javadoc.jar (568 kB at 2.0 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180716-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240430.180716-21.pom (3.3 kB at 22 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws/maven-metadata.xml (1.1 kB at 7.5 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.679 s [exec] [INFO] Finished at: 2024-04-30T18:07:17Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.oracleddlparser.source_3.0.1.v20230424.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.tools.oracleddl.metadata... [javadoc] Loading source files for package org.eclipse.persistence.tools.oracleddl.metadata.visit... [javadoc] Loading source files for package org.eclipse.persistence.tools.oracleddl.parser... [javadoc] Loading source files for package org.eclipse.persistence.tools.oracleddl.util... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.oracleddlparser.javadocs_3.0.1.v20230424.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [exec] [INFO] Building EclipseLink OracleDDL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracleddlparser --- [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [exec] [INFO] Building EclipseLink OracleDDL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracleddlparser --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.0 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180721-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180721-19.jar (167 kB at 720 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180721-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180721-19.pom (3.1 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml (608 B at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml (608 B at 4.3 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.621 s [exec] [INFO] Finished at: 2024-04-30T18:07:22Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [exec] [INFO] Building EclipseLink OracleDDL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracleddlparser --- [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [exec] [INFO] Building EclipseLink OracleDDL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracleddlparser --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180723-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180723-20-sources.jar (129 kB at 569 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180723-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180723-20.pom (3.1 kB at 22 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml (608 B at 11 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml (608 B at 4.4 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.612 s [exec] [INFO] Finished at: 2024-04-30T18:07:24Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [exec] [INFO] Building EclipseLink OracleDDL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.oracleddlparser --- [exec] [INFO] [exec] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracleddlparser >--- [exec] [INFO] Building EclipseLink OracleDDL Parser 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.oracleddlparser --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.2 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180726-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180726-21-javadoc.jar (353 kB at 1.4 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180726-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240430.180726-21.pom (3.1 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml (608 B at 11 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/maven-metadata.xml (608 B at 4.4 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.619 s [exec] [INFO] Finished at: 2024-04-30T18:07:27Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.dbws.builder.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.tools.dbws... [javadoc] Loading source files for package org.eclipse.persistence.tools.dbws.jdbc... [javadoc] Loading source files for package org.eclipse.persistence.tools.dbws.oracle... [javadoc] Loading source files for package org.eclipse.persistence.tools.metadata.generation... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/tools/dbws/oracle/OracleHelper.java:515: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/tools/dbws/oracle/OracleHelper.java:520: warning - invalid usage of tag & [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:478: warning - invalid usage of tag > [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/help-doc.html... [javadoc] 3 warnings [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.dbws.builder.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [exec] [INFO] Building EclipseLink DBWS Builder 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws.builder --- [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [exec] [INFO] Building EclipseLink DBWS Builder 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.dbws.builder --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180731-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180731-19.jar (228 kB at 901 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180731-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180731-19.pom (5.0 kB at 34 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml (1.1 kB at 17 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.651 s [exec] [INFO] Finished at: 2024-04-30T18:07:32Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [exec] [INFO] Building EclipseLink DBWS Builder 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws.builder --- [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [exec] [INFO] Building EclipseLink DBWS Builder 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.dbws.builder --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180734-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180734-20-sources.jar (158 kB at 693 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180734-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180734-20.pom (5.0 kB at 34 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.663 s [exec] [INFO] Finished at: 2024-04-30T18:07:34Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [exec] [INFO] Building EclipseLink DBWS Builder 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws.builder --- [exec] [INFO] [exec] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [exec] [INFO] Building EclipseLink DBWS Builder 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.dbws.builder --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180736-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180736-21-javadoc.jar (265 kB at 1.0 MB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180736-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws.builder-2.7.15-20240430.180736-21.pom (5.0 kB at 33 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/maven-metadata.xml (1.1 kB at 7.6 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.643 s [exec] [INFO] Finished at: 2024-04-30T18:07:37Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.7' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-antlr.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bcel.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-bsf.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-log4j.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-oro.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-regexp.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-resolver.jar:/opt/java/apache-ant-1.10.13/lib/ant-apache-xalan2.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-logging.jar:/opt/java/apache-ant-1.10.13/lib/ant-commons-net.jar:/opt/java/apache-ant-1.10.13/lib/ant-imageio.jar:/opt/java/apache-ant-1.10.13/lib/ant-jai.jar:/opt/java/apache-ant-1.10.13/lib/ant-jakartamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-javamail.jar:/opt/java/apache-ant-1.10.13/lib/ant-jdepend.jar:/opt/java/apache-ant-1.10.13/lib/ant-jmf.jar:/opt/java/apache-ant-1.10.13/lib/ant-jsch.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar:/opt/java/apache-ant-1.10.13/lib/ant-junit4.jar:/opt/java/apache-ant-1.10.13/lib/ant-junitlauncher.jar:/opt/java/apache-ant-1.10.13/lib/ant-launcher.jar:/opt/java/apache-ant-1.10.13/lib/ant-netrexx.jar:/opt/java/apache-ant-1.10.13/lib/ant-swing.jar:/opt/java/apache-ant-1.10.13/lib/ant-testutil.jar:/opt/java/apache-ant-1.10.13/lib/ant-xz.jar:/opt/java/apache-ant-1.10.13/lib/ant.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.7/buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository/oracle_plugins' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.13.2.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.7/build.properties' [echo] oracle.p2.url = 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.13 compiled on January 4 2023' [echo] JDK version detected: '11.0.11' [echo] javadoc additional params: '-breakiterator -quiet -notimestamp -Xdoclint:none -classpath plugins/jakarta.activation.jar' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' prepare-pom: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7 javadoc-path-init: prepare-javadoc: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp [unjar] Expanding: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.extension.source_2.7.15.v20240430-4abffe4bdf.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.src.tmp [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.persistence.internal.sessions.coordination.jgroups... [javadoc] Loading source files for package org.eclipse.persistence.logging.slf4j... [javadoc] Loading source files for package org.eclipse.persistence.sessions.coordination.jgroups... [javadoc] Loading source files for package org.eclipse.persistence.sessions.serializers.kryo... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/eclipselink-nightly-2.7/prepare-javadoc.doc.tmp/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [zip] Building zip: /tmp/EL20240430.1804-2.7.15.v20240430-4abffe4bdf/maven/org.eclipse.persistence.extension.javadocs_2.7.15.v20240430-4abffe4bdf.jar [echo] java doc has been generated! ua-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [exec] [INFO] Building EclipseLink Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.extension --- [exec] [INFO] [exec] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [exec] [INFO] Building EclipseLink Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.extension --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180740-19.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180740-19.jar (30 kB at 159 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180740-19.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180740-19.pom (3.5 kB at 17 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml (1.1 kB at 18 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml (1.1 kB at 7.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.640 s [exec] [INFO] Finished at: 2024-04-30T18:07:41Z [exec] [INFO] ------------------------------------------------------------------------ us-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [exec] [INFO] Building EclipseLink Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.extension --- [exec] [INFO] [exec] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [exec] [INFO] Building EclipseLink Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.extension --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.5 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180743-20-sources.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180743-20-sources.jar (23 kB at 110 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180743-20.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180743-20.pom (3.5 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml (1.1 kB at 16 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 7.8 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml (1.1 kB at 6.7 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.763 s [exec] [INFO] Finished at: 2024-04-30T18:07:44Z [exec] [INFO] ------------------------------------------------------------------------ uj-snapshot: [exec] [INFO] Scanning for projects... [exec] [INFO] [exec] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [exec] [INFO] Building EclipseLink Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.extension --- [exec] [INFO] [exec] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [exec] [INFO] Building EclipseLink Extensions 2.7.15-SNAPSHOT [exec] [INFO] --------------------------------[ jar ]--------------------------------- [exec] [INFO] [exec] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ org.eclipse.persistence.extension --- [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.9 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180746-21-javadoc.jar [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180746-21-javadoc.jar (47 kB at 199 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180746-21.pom [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/org.eclipse.persistence.extension-2.7.15-20240430.180746-21.pom (3.5 kB at 21 kB/s) [exec] [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml [exec] [INFO] Downloaded from ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml (1.1 kB at 16 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/2.7.15-SNAPSHOT/maven-metadata.xml (1.2 kB at 7.7 kB/s) [exec] [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml [exec] [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/org.eclipse.persistence.extension/maven-metadata.xml (1.1 kB at 6.8 kB/s) [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 1.692 s [exec] [INFO] Finished at: 2024-04-30T18:07:47Z [exec] [INFO] ------------------------------------------------------------------------ uawj-snapshot: ua-staging: us-staging: uj-staging: upload-artifact: [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/pom.xml upload-maven-all: build-snapshot: BUILD SUCCESSFUL Total time: 3 minutes 14 seconds [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [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) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-JLWZhwJQX44I/agent.374 SSH_AGENT_PID=376 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/eclipselink-nightly-2.7@tmp/private_key_8845849235598540113.key (/home/jenkins/agent/workspace/eclipselink-nightly-2.7@tmp/private_key_8845849235598540113.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/publish_nightly.sh -[ EclipseLink Publish to Nightly ]----------------------------------------------------------- [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 376 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Proceed test results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [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] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS